Main Page: Difference between revisions
From OuroDev
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
* [[i24_install_guide|I want to help develop!]] | <!-- | ||
Notes area. | |||
Stole some of the layout inspiration from gametech emugen wiki. | |||
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 | |||
Walkthroughs | |||
- [[Basic i24 Walkthrough]] | |||
- [[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: | |||
# - Executable/datadir structure | |||
# - other dirs, such as C:\coh_data\attributes? | |||
[[Directories]] | |||
# Should assemble magnet links for specific assets? | |||
[[Assets]] # explain client piggs/bins, server bins, maps, SpawnAreas, script.loc | |||
- [[maps.db]] # Usage, format and directives | |||
- [[Templates & Attributes]] # template purpose, usage, generation method, and syntax | |||
# Document for each: | |||
# - Location | |||
# - Purpose, usage | |||
# - Full directive reference / file format | |||
Configurations | |||
- [[gamedatadir.txt]] | |||
- [[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: | |||
# - basic purpose, usage | |||
# - command line flags reference | |||
# - common issues | |||
# - etc. | |||
[[Servers]] # Architecture description? | |||
- [[DBserver]] | |||
- [[Mapserver]] | |||
- [[Launcher]] | |||
- [[Chatserver]] | |||
- [[Authserver]] | |||
- [[Accountserver]] | |||
- [[Arenaserver]] | |||
- [[Missionserver]] | |||
- [[Auctionserver]] | |||
- etc? are there more? | |||
Tools | |||
- [[pig.exe]] | |||
- [[ServerMonitor]] | |||
Protocols? | |||
- Inter-server? | |||
- ? | |||
- Server-client? | |||
- [[Client-to-authserver]] | |||
- [[Client-to-dbserver]] | |||
- [[Client-to-mapserver]] | |||
Formats? | |||
- [[PIGG]] # pig.exe | |||
- [[Parse6]] | |||
- [[Parse7]] | |||
--> | |||
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; padding: 0 10%;" | |||
| style="width:61%;" | | |||
{| 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|20px]] [https://git.ourodev.com/ Gitea] | |||
* [[File:Discord.png|20px]] [[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_Machine|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" | | |||
== Issue 24 == | == Issue 24 == | ||
Line 36: | Line 135: | ||
* [https://git.ourodev.com/ OuroDev Git] | * [https://git.ourodev.com/ OuroDev Git] | ||
== Issue 25 == | | style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" | | ||
== [[i25 Main Page|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. | 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 Setup Guide === | ||
Line 62: | Line 161: | ||
=== i25 Patch Notes === | === i25 Patch Notes === | ||
* [https://docs.google.com/document/d/11cLJiSYlfueJheOumRywG8Evip2Mjmu_30Y6ePaetqY 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 == | == Quality of Life == | ||
* [[VidiotMaps]] (suitable for use with either i24 or i25) | * [[VidiotMaps]] (suitable for use with either i24 or i25) | ||
|} | |||
Revision as of 17:01, 27 April 2019
|
Issue 24Issue 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. Guides
DocumentationTools Needed
Torrent links
Useful Future Links?Git Repository |
Issue 25Issue 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 GuideServer Setup Guide
Commonly Ask Questions/ProblemsOnline ToolsDownloadsi25 Patch Notes |
Quality of Life
|