Main Page: Difference between revisions

From OuroDev
No edit summary
No edit summary
 
(90 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<!--
<div style="overflow-x:scroll">
Notes area.
{{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.}}


Stole some of the layout inspiration from gametech emugen wiki.
{| style="width:100%; background:#fafafa; margin-top: 0.6em; border:1px solid #a2a9b1; padding: 0 4% 0 8%;"
| style="width:65%;" |


TODO: Adapt the structure of the main page to move Howtos to their own sections, and also consolidate specific component topics. I sent the below suggested basic structure to TMC earlier. This is simply a concept for content and organization, and it doesn't have to be followed to the letter, but these are my thoughts in any case. --Bevinsky
{| style="border:none; background:none;"
| style="text-align:center; white-space:nowrap;" |
<div style="font-size:162%; border:none; padding:.1em;">Welcome to OuroWiki,</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="visionstatement" style="width:100%; text-align:center; font-size: 85%">Please read our [[OuroDev_Volume_2_Vision|Vision Statement]].</div>
|}
<!--
| style="width:40%; font-size:85%; padding:0.6em; padding-right:5%" |
The '''Ouroboros''' Project is an ongoing volunteer effort.  Please read our [[OuroDev_Volume_2_Vision|Vision Statement]].
-->
| style="width:35%; white-space:nowrap;" |
:[[File:Discord.png|30x30px|link=OuroDev Discord]] <span style="font-size:120%">[[OuroDev Discord|Discord]]</span> <span style="font-size:85%">(Discussion)</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:PortalCorps.png|30x30px|link=Portal Corps]] <span style="font-size:120%">[[Portal Corps]]</span> <span style="font-size:85%">(Content creation)</span>
|}


Walkthroughs
{| style="width:100%; margin-top: 0.6em"
- [[Basic i24 Walkthrough]]
| colspan="2" style="width:50%; background:#fafafa; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
- [[Basic i25 Walkthrough]]
# i24 and i25 are very similar. Instead of having separate pages
# for each of these items, it might be better to cover differences on each page.
# -- Perhaps this is not a desired idea?


# document directory structure:
<h2 style="margin-top:0;padding-top:0">Volume 2</h2>
# - Executable/datadir structure
Volume 2 is the main focus of OuroDev's ongoing efforts to clean up and modernize the City of Heroes (CoH) code, completely open source. The current version is "''Issue 2: Foundations of Tomorrow"''
# - other dirs, such as C:\coh_data\attributes?
[[Directories]]


# Should assemble magnet links for specific assets?
It is a stable base for server owners to deploy, and is built off of Issue 24 (stylized as i24), the last open beta version of the game before it was shut down.
[[Assets]] # explain client piggs/bins, server bins, maps, SpawnAreas, script.loc
|- style="vertical-align:top"
- [[maps.db]] # Usage, format and directives
|
- [[Templates & Attributes]] # template purpose, usage, generation method, and syntax
====Volume 2 Server Setup====


# Document for each:
*[[Volume 2 VMs & Self Installer|Volume 2 VMs & Self Installer]]
# - Location
*[[Volume 2 Server Setup|Volume 2 Getting Started]]
# - Purpose, usage
*[[Volume_2_Modifying_Server_For_External_Access|Volume 2 Modifying Server For External Access]]
# - Full directive reference / file format
*[[Volume_2_Client_setup|Volume 2 Client setup]]
Configurations
|
- [[gamedatadir.txt]]
====Volume 2 From Source====
- [[servers.cfg]]
- [[loadBalance]] # for both loadBalanceDefault.cfg and loadBalanceShardSpecific.cfg
- [[auction_server.cfg]]
- [[account_server.cfg]]
- [[chat_server.cfg]]
- [[commands.cfg]]
- [[weeklytf.cfg]] # shouldn't this be "weeklyTF.cfg"? is this changed in i25 or is it case-insensitive?
- [[version.ini]]


# Document for each component:
*[[Volume_2_Build|Volume 2 Build from Source]]
# - basic purpose, usage
*[[Volume 2 Generate Bins]]
# - command line flags reference
|- style="vertical-align:top"
# - common issues
|
# - etc.
====Volume 2 Details====
[[Servers]] # Architecture description?
- [[DBserver]]
- [[Mapserver]]
- [[Launcher]]
- [[Chatserver]]
- [[Authserver]]
- [[Accountserver]]
- [[Arenaserver]]
- [[Missionserver]]
- [[Auctionserver]]
- etc? are there more?


Tools
*[[OuroDev_Volume_2_Vision|Volume 2 Vision]]
- [[pig.exe]]
*[[Volume_2_Release_Notes|Volume 2 Release Notes]]
- [[ServerMonitor]]
*[https://git.ourodev.com/groups/CoX/-/milestones Volume 2 Roadmap]
*[https://git.ourodev.com/CoX/Source Volume 2 Source]
*[https://git.ourodev.com/CoX/i2401-bin-server Volume 2 Data]
|
====Volume 2 Workflow====


Protocols?
*[[OuroDev_Git_Workflow|OuroDev Git Workflow]]
- Inter-server?
*[[OuroDev_issue_tracker_workflow|OuroDev Issue Tracker Workflow]]
  - ?
*[[OuroDev_QA_workflow|OuroDev QA Workflow]]
- Server-client?
*[[OuroDev_Code_Style_Guide|OuroDev Code Style Guide]]
  - [[Client-to-authserver]]
*[[OuroDev_Bug_Report_Guidelines|OuroDev Bug report Guidelines]]
  - [[Client-to-dbserver]]
|- style="vertical-align:top"
  - [[Client-to-mapserver]]
|
====Launchers and Manifests====


Formats?
*[[Manifest Launchers]]
- [[PIGG]] # pig.exe
*[[Manifest Creation]]
- [[Parse6]]
*[[Sunrise Launcher]]
- [[Parse7]]
*[[Sunrise API]]


<br />
|
====Modding====


*[https://git.ourodev.com/mods Community Mods]
*[[Bin List]]
*[[Binning File Layout]]
*[[XLS to data conversion]]
*[[Portal Corps|Portal Corps Modding Guides]]
*[[Piglet|Piglet]]
*[https://git.ourodev.com/community Community Tools]
|- style="vertical-align:top"
|
====Useful References====


-->
*[[Magnet Links]]
{| style="width:100%; background:#4a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; text-align:center; font-weight:bold"
*[[Admin_Commands_(in-game)|Admin Commands (in-game)]]
||
*[[Combat Log |Combat Log]]
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.
*[[Server Executable Flags]]
|}
*[[Badge List]]
 
*[[Salvage List]]
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; padding: 0 10%;"
*[[Using /mmm]] (in-game console)
| style="width:61%;" |
*[[VidiotMaps]]
 
*[https://cohrevival.com/codex/models.html Model Index]
{| style="width:100px; border:none; background:none;"
| style="text-align:center; white-space:nowrap;" |
<div style="font-size:162%; border:none; padding:.1em;">Welcome to OuroWiki,</div>
<div style="top:+0.2em; font-size:95%;">a wiki dedicated to the development and documentation of CoX servers.</div>
<div id="articlecount" style="width:100%; text-align:center; font-size:85%;">There are [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles already. Why not explore them?</div>
|}
 
| style="width:13%; font-size:120%; white-space:nowrap;" |
* [[File:Gitea.png|30px|link=https://git.ourodev.com/CoX/Source]] [https://git.ourodev.com/CoX/Source Gitea]
* [[File:Mantis.png|30px|link=https://bugs.ourodev.com/]] [https://bugs.ourodev.com/ Mantis]
* [[File:Discord.png|30px|link=OuroDev Discord]] [[OuroDev Discord|Discord]]
|}
 
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; text-align:center; font-size:130%"
| style="width:50%" |
[[i24 install guide|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"
<br />
| style="width:75%;vertical-align:top" |
|
{| style="width:100%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
====I25/I26====
| style="width:100%" colspan=4 |
<h2 style="padding-top:0;margin-top:0">[[Server Architecture]]</h2>
|-
| style="width:25%; vertical-align:top" |
<h3 style="padding-top:0;margin-top:0"> Assets </h3>
* [[Server directory structure|Directory structure]]
==== Binary assets ====
* [[BCN maps]]
==== Textual assets ====
* [[maps.db]] ''configuration?''
* [[script.loc]]
* [[SpawnArea]]
* [[Templates]]


| style="width:25%; vertical-align:top" |
*[[I25 Main Page]]
<h3 style="padding-top:0;margin-top:0"> Components </h3>
*[[I25 Main Page#Server Setup Guide]]
* [[dbserver]]
*[[I25 Main Page#Reference Documents]]
* [[mapserver]]
* [[launcher]]
* [[chatserver]]
* [[authserver]]
* [[accountserver]]
* [[arenaserver]]
* [[missionserver]]
* [[auctionserver]]


<br />
|- style="vertical-align:top"
| colspan="2" |
{| style="width:100%; background:#fafafa; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
| colspan="4" style="width:100%" |
<h2 style="padding-top:0;margin-top:0">[[How It Fits Together|Architecture]]</h2>
|- style="vertical-align:top"
| style="width:25%; vertical-align:top" |
| style="width:25%; vertical-align:top" |
<h3 style="padding-top:0;margin-top:0"> Configurations </h3>
<h5 style="padding-top:0;margin-top:0"> Assets </h5>
* [[servers.cfg]]
* [[loadBalance]]
* [[auction_server.cfg]]
* [[account_server.cfg]]
* [[chat_server.cfg]]
* [[commands.cfg]]
* [[weeklytf.cfg]]
* [[Other configurations]]


| style="width:25%;vertical-align:top" |
*[[Server directory structure|Directory structure]]
<h3 style="padding-top:0;margin-top:0"> Tools </h3>
*[[system_architecture_image|System Architecture Image]]
* [[pig.exe]]
*[[Piggs]] and [[Hoggs]]
* [[ServerMonitor]]


=== Protocols ===
=====Binary assets=====
==== Client-server protocols  ''Does this need its own page?'' ====
* [[Client-to-authserver]]
* [[Client-to-dbserver]]
* [[Client-to-mapserver]]
==== Server protocols ====
* [[Dbserver-to-mapserver]]


|}
*[[BCN maps]]
| style="width:25%;vertical-align:top" |
*[[.bin files]]
{| style="width:100%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
| style="width:100%" colspan=1 |
<h2 style="padding-top:0;margin-top:0">[[Client Architecture]]</h2>
|-
| style="width:100%;" |
<h3 style="padding-top:0;margin-top:0"> TODO </h3>
* TODO
|}


|}
=====Textual assets=====


{| style="width:100%; margin-top: 0.6em"
*[[maps.db]]
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
*[[script.loc]]
*[[SpawnArea]]
*[[Templates]]
*[[.def_Files]]


<h2 style="margin-top:0;padding-top:0">Issue 24</h2>
| style="width:25%; vertical-align:top" |
Issue 24 (stylized as i24) was the last publicly accessible version of the game before it was shut down. i24 was deployed on the test server, but had not yet been released to live servers.
<h5 style="padding-top:0;margin-top:0"> Components </h5>


=== Guides ===
*[[accountserver]]
* Setup guide: https://docs.google.com/document/d/10FimduxDEM3UT1g7b6y3UHAETSjUl5lYzaG7fbUn-Vc/edit# (this is slowly being migrated over to here on the wiki).
*[[arenaserver]]
* [[source locations|Where to get the source]]
*[[auctionserver]]
* [[i24_install_guide|Install guide for setting up i24]]
*[[AuthServer]]
* [[i24 Common Setup Issues]]
*[[beaconizer]]
* [[i24 Commands|i24 admin commands (in-game)]]
*[[chatserver]]
* [[Server Configuration Values]]
*[[dbserver]]
* [[Server Executable Flags]]
*[[launcher]]
* [[Using /mmm]] (in-game console)
*[[mapserver]]
*[[missionserver]]
*[[queueserver]]


=== Documentation ===
| style="width:25%; vertical-align:top" |
* [[system_architecture_image|System Architecture Image]]
<h5 style="padding-top:0;margin-top:0"> Configurations </h5>
* [[map_server_overview|Map Server]]


=== Tools Needed ===
*[[account_server.cfg]]
* An installation of Windows (verified working: 10 Pro, Server 2019 Standard)
*[[auction_server.cfg]]
* [http://download.microsoft.com/download/D/B/C/DBC11267-9597-46FF-8377-E194A73970D6/vs_proweb.exe Visual Studio 2010 Professional] Web download
*[[chat_server.cfg]]
* [https://www.microsoft.com/en-us/download/details.aspx?id=29062 Microsoft® SQL Server® 2012 Express]
*[[commands.cfg]]
* [https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 SQL Server Management Studio] (SMSS)
*[[config.txt]]
*[[loadBalance]]
*[[servers.cfg]]
*[[turnstile_server.cfg]]
*[[version.ini]]
*[[weeklytf.cfg]]


=== Torrent links ===
| style="width:25%;vertical-align:top" |
* Putting this here for now, can go away once we have the repository set up:
<h5 style="padding-top:0;margin-top:0"> Tools </h5>
** [[magnet links]]


=== Useful Future Links? ===
*[[Client Mirror Distribution Project]]
* [https://cohrevival.com/codex/models.html Model Index]
*[[dbquery.exe]]
*[[ServerMonitor]]


=== Git Repository ===
=====Protocols=====
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]] ''TODO: move this to an OuroDev section''


| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
*[[Network protocol]]


<h2 style="margin-top:0;padding-top:0">[[i25 Main Page|Issue 25]]</h2>
=====Client-server protocols=====
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 ===
*[[Client-to-authserver]]
* [[i25 Client Setup]]
*[[Client-to-dbserver]]
 
*[[Client-to-mapserver]]
=== Server Setup Guide ===
* [[i25 Server Setup]]
* [[i25 Community Virtual Machines]]
* [https://gofile.io/?c=w56I8R Video Guide from scratch]
* [https://docs.google.com/document/d/1N63pPUfll-PAiElfGatSqCvX7GHZ8ygHWHAYbAV5il0/edit Original Setup Instructions on Google Drive]
 
=== Commonly Ask Questions/Problems ===
* [[i25 FAQ]]
* [[i25 Current Status]]
 
=== Online Tools===
* [[i25 Online Tools]]
 
=== Downloads ===
* [[i25 Downloads]]
 
=== 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"
=====Server protocols=====
| style="width:100%; vertical-align:top" |


== Quality of Life ==
*[[Beaconizer-protocols]]
* [[VidiotMaps]] (suitable for use with either i24 or i25)
*[[Dbserver-protocols]]
* [[Account_Portal]] (A PHP application to allow users to create their own accounts and change their passwords.)


|}
|}
|}</div>


__NOTOC__
__NOTOC__

Latest revision as of 13:56, 9 August 2024

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 280 pages.
Please read our Vision Statement.
Discord (Discussion)
Gitlab (Source code, bug tracking)
Portal Corps (Content creation)

Volume 2

Volume 2 is the main focus of OuroDev's ongoing efforts to clean up and modernize the City of Heroes (CoH) code, completely open source. The current version is "Issue 2: Foundations of Tomorrow"

It is a stable base for server owners to deploy, and is built off of Issue 24 (stylized as i24), the last open beta version of the game before it was shut down.

Volume 2 Server Setup

Volume 2 From Source

Volume 2 Details

Volume 2 Workflow

Launchers and Manifests


Modding

Useful References


I25/I26


Architecture

Assets
Binary assets
Textual assets
Components
Configurations
Tools
Protocols
Client-server protocols
Server protocols