Main Page: Difference between revisions

From OuroDev
No edit summary
(Cleaned up links, re-organized with Volume 2 and i25 in a more prominent spot on the page.)
Line 20: Line 20:
: [[File:Discord.png|30px|link=OuroDev Discord]] <span style="font-size:120%">[[OuroDev Discord|Discord]]</span>
: [[File:Discord.png|30px|link=OuroDev Discord]] <span style="font-size:120%">[[OuroDev Discord|Discord]]</span>
: [[File:PortalCorps.png|30px|link=https://corps.ouro-comdev.com]] <span style="font-size:120%">[https://corps.ouro-comdev.com/ Portal Corps]</span> <span style="font-size:85%">(Content Creation)</span>
: [[File:PortalCorps.png|30px|link=https://corps.ouro-comdev.com]] <span style="font-size:120%">[https://corps.ouro-comdev.com/ Portal Corps]</span> <span style="font-size:85%">(Content Creation)</span>
|}
{| style="width:100%; margin-top: 0.6em"
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
<h2 style="margin-top:0;padding-top:0">Volume 2 Issue 1: From the Ashes</h2>
Volume 2 is the main focus of the OuroDev community's ongoing efforts to clean up and modernize the City of Heroes (CoH) code.  It is a very stable base for server owners to deploy, and is based off of Issue 24 (stylized as i24), which was the last publicly accessible version of the game before it was shut down. Open source and actively being updated with public releases.
=== Guides ===
* [[Volume 2 Server Setup|Volume 2 Getting Started]]
* [[Volume_2_Modifying_Server_For_External_Access|Volume 2 Modifying Server For External Access]]
=== Details ===
* [[OuroDev_Volume_2_Vision|OuroDev Volume 2 Vision]]
* [[OuroDev_Volume_2_Roadmap|OuroDev Volume 2 Roadmap]]
* [https://git.ourodev.com/CoX/Source OuroDev Volume 2 Source]
=== References ===
* [[Admin_Commands_(in-game)|Admin Commands (in-game)]]
* [[Combat Log |Combat Log]]
* [[Server Configuration Values]]
* [[Server Executable Flags]]
* [[Using /mmm]] (in-game console)
=== Workflow ===
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]]
* [[OuroDev_issue_tracker_workflow|OuroDev Issue Tracker Workflow]]
* [[OuroDev_QA_workflow|OuroDev QA Workflow]]
=== Guidelines ===
* [[OuroDev_Code_Style_Guide|OuroDev Code Style Guide]]
* [[OuroDev_Bug_Report_Guidelines|OuroDev Bug report Guidelines]]
=== Useful Tools ===
* [[Account_Portal|Account Portal]] A PHP application to allow users to create their own accounts and change their passwords.
* [[Piglet|Piglet]] The official OuroDev .pigg file editor
* [[VidiotMaps]] Overwrites existing client map graphic files with ones containing more information
=== Torrent links ===
* [[Magnet Links]]
=== Useful Future Links? ===
* [https://cohrevival.com/codex/models.html Model Index]
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
<h2 style="margin-top:0;padding-top:0">[[i25 Main Page|Issue 25]]</h2>
Issue 25 (stylized as i25) was extended from an i24 base by SCoRE (Secret Cabal of Reverse Engineers) over the course of six years. It included additional content for i24 power sets, added the P2W Vendor, and fixed a good number of bugs.  A static release with no publicly accessible updates currently being added to it.
=== Client Setup Guide ===
* [[i25 Client Setup]]
=== Server Setup Guide ===
* [[i25 Server Setup]]
* [[i25 Multiple Server Setup]]
* [[i25 Community Virtual Machines]]
* [https://gofile.io/?c=w56I8R Video Guide from scratch]
=== Commonly Asked Questions/Problems ===
* [[i25 FAQ]]
* [[i25 Commands]]
=== Downloads and Community Tools ===
* [[i25 Downloads]]
* [[i25 Populate Auction Server]]
=== Reference Documents ===
* [https://drive.google.com/file/d/1eZqIZnhEYDoRAJeoCotyKhWZZG07mrft/view City of Heroes Document]
* [[Cryptic Reference Document]]
=== i25 Patch Notes ===
* [https://docs.google.com/document/d/11cLJiSYlfueJheOumRywG8Evip2Mjmu_30Y6ePaetqY i25 Patch Notes]
|}
|}


Line 96: Line 169:
* TODO
* TODO
|}
|}
|}
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; text-align:center; font-size:130%"
| style="width:50%" |
[[Volume 2 Server Setup|I want to help develop!]]
| style="width:50%" |
[[i25 Community Virtual Machines|I just want to run a server!]]
|}
{| style="width:100%; margin-top: 0.6em"
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
<h2 style="margin-top:0;padding-top:0">Volume 2 Issue 1: From the Ashes</h2>
Volume 2 is the main focus of the OuroDev community's ongoing efforts to clean up and modernize the City of Heroes (CoH) code.  Volume 2 is a very stable base for server owners to deploy, and is based off of Issue 24 (stylized as i24), which was the last publicly accessible version of the game before it was shut down.
=== Guides ===
* [[Volume 2 Server Setup|Volume 2 Getting Started]]
* [[Volume_2_Modifying_Server_For_External_Access|Volume 2 Modifying Server For External Access]]
=== Details ===
* [[OuroDev_Volume_2_Vision|OuroDev Volume 2 Vision]]
* [[OuroDev_Volume_2_Roadmap|OuroDev Volume 2 Roadmap]]
* [https://git.ourodev.com/CoX/Source OuroDev Volume 2 Source]
=== References ===
* [[Admin_Commands_(in-game)|Admin Commands (in-game)]]
* [[Combat Log |Combat Log]]
* [[Server Configuration Values]]
* [[Server Executable Flags]]
* [[Using /mmm]] (in-game console)
=== Workflow ===
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]]
* [[OuroDev_issue_tracker_workflow|OuroDev Issue Tracker Workflow]]
* [[OuroDev_QA_workflow|OuroDev QA Workflow]]
=== Guidelines ===
* [[OuroDev_Code_Style_Guide|OuroDev Code Style Guide]]
* [[OuroDev_Bug_Report_Guidelines|OuroDev Bug report Guidelines]]
=== Piglet ===
* [[Piglet|Piglet]]
=== Account Portal ===
* [[Account_Portal|Account Portal]]
=== Torrent links ===
* [[Magnet Links]]
=== Useful Future Links? ===
* [https://cohrevival.com/codex/models.html Model Index]
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
<h2 style="margin-top:0;padding-top:0">[[i25 Main Page|Issue 25]]</h2>
Issue 25 (stylized as i25) was extended from an i24 base by SCoRE (Secret Cabal of Reverse Engineers) over the course of six years. It included additional content for i24 power sets, added the P2W Vendor, and fixed a good number of bugs.
=== Client Setup Guide ===
* [[i25 Client Setup]]
=== Server Setup Guide ===
* [[i25 Server Setup]]
* [[i25 Multiple Server Setup]]
* [[i25 Community Virtual Machines]]
* [https://gofile.io/?c=w56I8R Video Guide from scratch]
=== Commonly Asked Questions/Problems ===
* [[i25 FAQ]]
* [[i25 Commands]]
=== Downloads and Community Tools ===
* [[i25 Downloads]]
* [[i25 Populate Auction Server]]
=== Reference Documents ===
* [https://drive.google.com/file/d/1eZqIZnhEYDoRAJeoCotyKhWZZG07mrft/view City of Heroes Document]
* [[Cryptic Reference Document]]
=== i25 Patch Notes ===
* [https://docs.google.com/document/d/11cLJiSYlfueJheOumRywG8Evip2Mjmu_30Y6ePaetqY i25 Patch Notes]
|}
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; padding:0.6em; vertical-align: top"
| style="width:100%; vertical-align:top" |
== Quality of Life ==
* [[VidiotMaps]] (suitable for use with either i24 or i25)
* [[Account_Portal]] (A PHP application to allow users to create their own accounts and change their passwords.)


|}
|}

Revision as of 14:10, 25 June 2019

Note: OuroDev is purely a not-for-profit, volunteer group. Anyone asking for donations on behalf of OuroDev or any of its contributors does not represent the group and should be ignored.

Welcome to OuroWiki,
the Project Ouroboros Development wiki.
We are hosting 268 pages.
Please read our Vision Statement.
Gitea
Mantis
Discord
Portal Corps (Content Creation)

Volume 2 Issue 1: From the Ashes

Volume 2 is the main focus of the OuroDev community's ongoing efforts to clean up and modernize the City of Heroes (CoH) code. It is a very stable base for server owners to deploy, and is based off of Issue 24 (stylized as i24), which was the last publicly accessible version of the game before it was shut down. Open source and actively being updated with public releases.

Guides

Details

References

Workflow

Guidelines

Useful Tools

  • Account Portal A PHP application to allow users to create their own accounts and change their passwords.
  • Piglet The official OuroDev .pigg file editor
  • VidiotMaps Overwrites existing client map graphic files with ones containing more information

Torrent links

Useful Future Links?

Issue 25

Issue 25 (stylized as i25) was extended from an i24 base by SCoRE (Secret Cabal of Reverse Engineers) over the course of six years. It included additional content for i24 power sets, added the P2W Vendor, and fixed a good number of bugs. A static release with no publicly accessible updates currently being added to it.

Client Setup Guide

Server Setup Guide

Commonly Asked Questions/Problems

Downloads and Community Tools

Reference Documents

i25 Patch Notes

Server Architecture

Assets

Binary assets

Textual assets

Components

Configurations

Tools

Protocols

Client-server protocols Does this need its own page?

Server protocols

Client Architecture

TODO

  • TODO