Difference between revisions of "Main Page"

From OuroDev
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<div style="overflow-x:scroll">
 
{{Alert|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.}}
 
{{Alert|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.}}
  
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; padding: 0 4% 0 8%;"
+
{| style="width:100%; background:#fafafa; margin-top: 0.6em; border:1px solid #a2a9b1; padding: 0 4% 0 8%;"
 
| style="width:65%;" |
 
| style="width:65%;" |
  
Line 9: Line 10:
 
<div style="top:+0.2em; font-size:95%;">the Project Ouroboros Development wiki.</div>
 
<div style="top:+0.2em; font-size:95%;">the Project Ouroboros Development wiki.</div>
 
<div id="articlecount" style="width:100%; text-align:center; font-size:85%;">We are hosting [[Special:AllPages|{{NUMBEROFPAGES}}]] pages.</div>
 
<div id="articlecount" style="width:100%; text-align:center; font-size:85%;">We are hosting [[Special:AllPages|{{NUMBEROFPAGES}}]] pages.</div>
<div id="visionstatement" style="width:100%; text-align:center; font-size: 85%>Please read our [[OuroDev_Volume_2_Vision|Vision Statement]].</div>
+
<div id="visionstatement" style="width:100%; text-align:center; font-size: 85%">Please read our [[OuroDev_Volume_2_Vision|Vision Statement]].</div>
 
|}
 
|}
 
<!--
 
<!--
Line 16: Line 17:
 
-->
 
-->
 
| style="width:35%; white-space:nowrap;" |
 
| style="width:35%; white-space:nowrap;" |
: [[File:Discord.png|30px|link=OuroDev Discord]] <span style="font-size:120%">[[OuroDev Discord|Discord]]</span> <span style="font-size:85%">(Discussion)</span>
+
:[[File:Discord.png|30x30px|link=OuroDev Discord]] <span style="font-size:120%">[[OuroDev Discord|Discord]]</span> <span style="font-size:85%">(Discussion)</span>
: [[File:Gitea.png|30px|link=https://git.ourodev.com/CoX/Source]] <span style="font-size:120%">[https://git.ourodev.com/CoX/Source Gitea]</span> <span style="font-size:85%">(Source Code)</span>
+
:[[File:GitLab Icon.png|30x30px|link=https://git.ourodev.com/CoX/Source]] <span style="font-size:120%">[https://git.ourodev.com/CoX/Source Gitlab]</span> <span style="font-size:85%">(Source code, bug tracking)</span>
: [[File:Mantis.png|30px|link=https://bugs.ourodev.com/]] <span style="font-size:120%">[https://bugs.ourodev.com/ Mantis]</span> <span style="font-size:85%">(Bug tracker)</span>
+
:[[File:PortalCorps.png|30x30px|link=Portal Corps]] <span style="font-size:120%">[[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%">[[:Category:Portal Corps]]</span> <span style="font-size:85%">(Content Creation)</span>
 
 
|}
 
|}
  
 
{| style="width:100%; margin-top: 0.6em"
 
{| style="width:100%; margin-top: 0.6em"
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
+
| style="width:50%; background:#fafafa; 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>
+
<h2 style="margin-top:0;padding-top:0">Volume 2</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.
+
Volume 2 ''Issue 2: Foundations of Tomorrow'' 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 ===
+
===Guides===
* [[Volume 2 Server Setup|Volume 2 Getting Started]]
 
* [[Volume_2_Modifying_Server_For_External_Access|Volume 2 Modifying Server For External Access]]
 
* [[Account_Portal|Setting up Account Portal]] - An application hosted on a web server to allow users to create their own accounts.
 
* [[Volume_2_Client_setup|Volume 2 Client setup]]
 
  
=== Details ===
+
*[[Volume 2 VMs & Self Installer|Volume 2 VMs & Self Installer]]
* [[OuroDev_Volume_2_Vision|OuroDev Volume 2 Vision]]
+
*[[Volume 2 Server Setup|Volume 2 Getting Started]]
* [https://bugs.ourodev.com/roadmap_page.php OuroDev Volume 2 Roadmap]
+
*[[Volume_2_Modifying_Server_For_External_Access|Volume 2 Modifying Server For External Access]]
* [https://git.ourodev.com/CoX/Source OuroDev Volume 2 Source]
+
*[[Account_Portal|Setting up Account Portal]] - An application hosted on a web server to allow users to create their own accounts.
 +
*[[Volume_2_Client_setup|Volume 2 Client setup]]
 +
*[[Server_Setup_for_Making_Bins|Server Setup for making bins]]
  
=== References ===
+
===Details===
* [[Admin_Commands_(in-game)|Admin Commands (in-game)]]
 
* [[Combat Log |Combat Log]]
 
* [[Server Executable Flags]]
 
* [[Using /mmm]] (in-game console)
 
  
=== Workflow ===
+
*[[OuroDev_Volume_2_Vision|OuroDev Volume 2 Vision]]
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]]  
+
*[[Volume_2_Release_Notes|Volume 2 Release Notes]]
* [[OuroDev_issue_tracker_workflow|OuroDev Issue Tracker Workflow]]
+
*[https://bugs.ourodev.com/roadmap_page.php OuroDev Volume 2 Roadmap]
* [[OuroDev_QA_workflow|OuroDev QA Workflow]]
+
*[https://git.ourodev.com/CoX/Source OuroDev Volume 2 Source]
  
=== Guidelines ===
+
===References===
* [[OuroDev_Code_Style_Guide|OuroDev Code Style Guide]]
 
* [[OuroDev_Bug_Report_Guidelines|OuroDev Bug report Guidelines]]
 
  
=== Useful Tools ===
+
*[[Admin_Commands_(in-game)|Admin Commands (in-game)]]
* [[Piglet|Piglet]] - The official OuroDev .pigg file editor
+
*[[Combat Log |Combat Log]]
* [[VidiotMaps]] - Overwrites existing client map graphic files with ones containing more information
+
*[[Server Executable Flags]]
 +
*[[Badge List]]
 +
*[[Salvage List]]
 +
*[[Using /mmm]] (in-game console)
  
=== Torrent links ===
+
===Guides===
* [[Magnet Links]]
 
  
=== Useful Future Links? ===
+
*[[XLS to data conversion]]
* [https://cohrevival.com/codex/models.html Model Index]
 
  
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
+
===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===
 +
 
 +
*[[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:#fafafa; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
  
 
<h2 style="margin-top:0;padding-top:0">[[i25 Main Page|Issue 25]]</h2>
 
<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.
 
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 ===
+
===Client Setup Guide===
* [[i25 Client Setup]]
+
 
 +
*[[i25 Client Setup]]
  
=== Server Setup Guide ===
+
===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 Server Setup]]
* [[i25 FAQ]]
+
*[[i25 Multiple Server Setup]]
* [[i25 Commands]]
+
*[[i25 Community Virtual Machines]]
 +
*[https://gofile.io/?c=w56I8R Video Guide from scratch]
  
=== Downloads and Community Tools ===
+
===Commonly Asked Questions/Problems===
* [[i25 Downloads]]
 
* [[i25 Populate Auction Server]]
 
  
=== Reference Documents ===
+
*[[i25 FAQ]]
* [https://drive.google.com/file/d/1eZqIZnhEYDoRAJeoCotyKhWZZG07mrft/view City of Heroes Document]
+
*[[i25 Commands]]
* [[Cryptic Reference Document]]
 
  
=== i25 Patch Notes ===
+
===Downloads and Community Tools===
* [https://docs.google.com/document/d/11cLJiSYlfueJheOumRywG8Evip2Mjmu_30Y6ePaetqY i25 Patch Notes]
+
 
 +
*[[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 97: Line 120:
 
{| style="width:100%; margin-top: 0.6em"
 
{| style="width:100%; margin-top: 0.6em"
 
| style="width:75%;vertical-align:top;padding-right:0.6em" |
 
| style="width:75%;vertical-align:top;padding-right:0.6em" |
{| style="width:100%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
+
{| style="width:100%; background:#fafafa; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
| style="width:100%" colspan=4 |
+
| colspan="4" style="width:100%" |
 
<h2 style="padding-top:0;margin-top:0">[[How It Fits Together|Server Architecture]]</h2>
 
<h2 style="padding-top:0;margin-top:0">[[How It Fits Together|Server Architecture]]</h2>
 
|-
 
|-
 
| style="width:25%; vertical-align:top" |
 
| style="width:25%; vertical-align:top" |
 
<h3 style="padding-top:0;margin-top:0"> Assets </h3>
 
<h3 style="padding-top:0;margin-top:0"> Assets </h3>
* [[Server directory structure|Directory structure]]
 
* [[system_architecture_image|System Architecture Image]]
 
* [[Piggs]] and [[Hoggs]]
 
==== Binary assets ====
 
* [[BCN maps]]
 
* [[.bin files]]
 
  
==== Textual assets ====
+
*[[Server directory structure|Directory structure]]
* [[maps.db]] ''configuration?''
+
*[[system_architecture_image|System Architecture Image]]
* [[script.loc]]
+
*[[Piggs]] and [[Hoggs]]
* [[SpawnArea]]
+
 
* [[Templates]]
+
====Binary assets====
* [[.def_Files]]
+
 
 +
*[[BCN maps]]
 +
*[[.bin files]]
 +
 
 +
====Textual assets====
 +
 
 +
*[[maps.db]] ''configuration?''
 +
*[[script.loc]]
 +
*[[SpawnArea]]
 +
*[[Templates]]
 +
*[[.def_Files]]
  
 
| style="width:25%; vertical-align:top" |
 
| style="width:25%; vertical-align:top" |
 
<h3 style="padding-top:0;margin-top:0"> Components </h3>
 
<h3 style="padding-top:0;margin-top:0"> Components </h3>
* [[accountserver]]
+
 
* [[arenaserver]]
+
*[[accountserver]]
* [[auctionserver]]
+
*[[arenaserver]]
* [[authserver]]
+
*[[auctionserver]]
* [[beaconizer]]
+
*[[AuthServer]]
* [[chatserver]]
+
*[[beaconizer]]
* [[dbserver]]
+
*[[chatserver]]
* [[launcher]]
+
*[[dbserver]]
* [[mapserver]]
+
*[[launcher]]
* [[missionserver]]
+
*[[mapserver]]
* [[queueserver]]
+
*[[missionserver]]
 +
*[[queueserver]]
  
 
| style="width:25%; vertical-align:top" |
 
| style="width:25%; vertical-align:top" |
 
<h3 style="padding-top:0;margin-top:0"> Configurations </h3>
 
<h3 style="padding-top:0;margin-top:0"> Configurations </h3>
* [[account_server.cfg]]
+
 
* [[auction_server.cfg]]
+
*[[account_server.cfg]]
* [[chat_server.cfg]]
+
*[[auction_server.cfg]]
* [[commands.cfg]]
+
*[[chat_server.cfg]]
* [[config.txt]]
+
*[[commands.cfg]]
* [[loadBalance]]
+
*[[config.txt]]
* [[servers.cfg]]
+
*[[loadBalance]]
* [[turnstile_server.cfg]]
+
*[[servers.cfg]]
* [[version.ini]]
+
*[[turnstile_server.cfg]]
* [[weeklytf.cfg]]
+
*[[version.ini]]
 +
*[[weeklytf.cfg]]
  
 
| style="width:25%;vertical-align:top" |
 
| style="width:25%;vertical-align:top" |
 
<h3 style="padding-top:0;margin-top:0"> Tools </h3>
 
<h3 style="padding-top:0;margin-top:0"> Tools </h3>
* [[Client Mirror Distribution Project]]
 
* [[dbquery.exe]]
 
* [[ServerMonitor]]
 
  
=== Protocols ===
+
*[[Client Mirror Distribution Project]]
* [[Network protocol]]
+
*[[dbquery.exe]]
==== Client-server protocols ====
+
*[[ServerMonitor]]
* [[Client-to-authserver]]
+
 
* [[Client-to-dbserver]]
+
===Protocols===
* [[Client-to-mapserver]]
+
 
==== Server protocols ====
+
*[[Network protocol]]
* [[Beaconizer-protocols]]
+
 
* [[Dbserver-protocols]]
+
====Client-server protocols====
 +
 
 +
*[[Client-to-authserver]]
 +
*[[Client-to-dbserver]]
 +
*[[Client-to-mapserver]]
 +
 
 +
====Server protocols====
 +
 
 +
*[[Beaconizer-protocols]]
 +
*[[Dbserver-protocols]]
  
 
|}
 
|}
 
| style="width:25%;vertical-align:top" |
 
| style="width:25%;vertical-align:top" |
{| style="width:100%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
+
{| style="width:100%; background:#fafafa; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
| style="width:100%" colspan=1 |
+
| colspan="1" style="width:100%" |
 
<h2 style="padding-top:0;margin-top:0">[[Client Architecture]]</h2>
 
<h2 style="padding-top:0;margin-top:0">[[Client Architecture]]</h2>
 
|-
 
|-
 
| style="width:100%;" |
 
| style="width:100%;" |
 
<h3 style="padding-top:0;margin-top:0"> TODO </h3>
 
<h3 style="padding-top:0;margin-top:0"> TODO </h3>
* TODO
+
 
 +
*TODO
 
|}
 
|}
  
 
|}
 
|}
 +
</div>
  
 
__NOTOC__
 
__NOTOC__

Revision as of 08:35, 3 September 2020

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.
Discord.png Discord (Discussion)
GitLab Icon.png Gitlab (Source code, bug tracking)
PortalCorps.png Portal Corps (Content creation)

Volume 2

Volume 2 Issue 2: Foundations of Tomorrow 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

Guides

Workflow

Guidelines

Useful Tools

  • 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

Server protocols

Client Architecture

TODO

  • TODO