Main Page: Difference between revisions

From OuroDev
m (Link Gitea directly to the source repository so people aren't lost)
(Added a whole bunch of red links.)
Line 93: Line 93:
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; text-align:center; font-size:130%"
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; text-align:center; font-size:130%"
| style="width:50%" |
| style="width:50%" |
[[i24_install_guide|I want to help develop!]]
[[i24 install guide|I want to help develop!]]
| style="width:50%" |
| style="width:50%" |
[[i25 Community Virtual Machines]]
[[i25 Community Virtual Machines|I just want to run a server!]]
|}
 
{| style="width:100%; margin-top: 0.6em"
| style="width:75%;vertical-align:top" |
{| style="width:100%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top"
| 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" |
<h3 style="padding-top:0;margin-top:0"> Components </h3>
* [[dbserver]]
* [[mapserver]]
* [[launcher]]
* [[chatserver]]
* [[authserver]]
* [[accountserver]]
* [[arenaserver]]
* [[missionserver]]
* [[auctionserver]]
 
| style="width:25%; vertical-align:top" |
<h3 style="padding-top:0;margin-top:0"> Configurations </h3>
* [[servers.cfg]]
* [[loadBalance]]
* [[auction_server.cfg]]
* [[account_server.cfg]]
* [[chat_server.cfg]]
* [[commands.cfg]]
* [[weeklytf.cfg]]
* [[Other configurations]]
 
| style="width:25%;vertical-align:top" |
<h3 style="padding-top:0;margin-top:0"> Tools </h3>
* [[pig.exe]]
* [[ServerMonitor]]
 
=== Protocols ===
==== Client-server protocols  ''Does this need its own page?'' ====
* [[Client-to-authserver]]
* [[Client-to-dbserver]]
* [[Client-to-mapserver]]
==== Server protocols ====
* [[Dbserver-to-mapserver]]
 
|}
| style="width:25%;vertical-align:top" |
{| 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
|}
 
|}
|}


Line 101: Line 167:
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |
| style="width:50%; background:#2a2a2a; border:1px solid #a2a9b1; padding:0.6em; vertical-align:top" |


== Issue 24 ==
<h2 style="margin-top:0;padding-top:0">Issue 24</h2>
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.
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.


Line 132: Line 198:


=== Git Repository ===
=== Git Repository ===
* [https://git.ourodev.com/ OuroDev Git]
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]] ''TODO: move this to an OuroDev section''
* [[OuroDev_Git_Workflow|OuroDev Git Workflow]]


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


== [[i25 Main Page|Issue 25]] ==
<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.
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.



Revision as of 16:24, 29 April 2019

Welcome to OuroWiki,
a wiki dedicated to the development and documentation of CoX servers.
There are 45 articles already. Why not explore them?

I want to help develop!

I just want to run a server!

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

Issue 24

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.

Guides

Documentation

Tools Needed

Torrent links

  • Putting this here for now, can go away once we have the repository set up:

Useful Future Links?

Git Repository

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.

Client Setup Guide

Server Setup Guide

Commonly Ask Questions/Problems

Online Tools

Downloads

i25 Patch Notes

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.)