Difference between revisions of "Main Page"
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | '''Welcome to the FFXIV Classic Wiki (Mirrored)''' | ||
+ | Note: Information here may be out of sync with the actual wiki. This is an unofficial mirror used for staging changes and for backup use. | ||
+ | |||
+ | :This wiki contains information on the various components of FFXIV 1.0. <br/> | ||
+ | :You can also find a guide on how to build and run the FFXIV Classic server yourself and host what has been developed so far. | ||
+ | |||
== Getting started == | == Getting started == | ||
− | [[FFXIVClassic_Setup]] | + | <div style="float:left; width:300px"> |
+ | *[[FFXIVClassic_Setup|Setting up the project]] | ||
+ | *[[Feature Status]] | ||
+ | *[[FAQs]] | ||
+ | |||
+ | *[[Debug Commands|Common debugging commands]] | ||
+ | *[[Utilities | Useful Utilities]] | ||
+ | *[[Points of interest]] | ||
+ | </div> | ||
+ | |||
+ | <div style="float:left; width:600px"> | ||
+ | ::{| class="wikitable" | ||
+ | |+ Important Links | ||
+ | |- style="font-size: 20px;" | ||
+ | | Discord: [https://discord.gg/0ynLxiEl0zWhpKOW Invite] | ||
+ | | Source Code: [https://bitbucket.org/Ioncannon/ffxiv-classic-server ffxiv-classic-server] | ||
+ | |} | ||
+ | </div> | ||
+ | {{clear}} | ||
+ | |||
+ | == Game Engine Specifications == | ||
+ | <div style="float:left; width:200px;"> | ||
+ | === Game Data === | ||
+ | *[[Regions | Region IDs]] | ||
+ | *[[Weather | Weather IDs]] | ||
+ | *[[Music | Music IDs]] | ||
+ | *[[Populace_Animation | NPC Animation IDs]] | ||
+ | *[[Unofficial_Additions | Unofficial additions]] | ||
+ | </div> | ||
+ | |||
+ | <div style="float:left; width:200px;"> | ||
+ | === Game Protocol === | ||
+ | *[[Packet Headers]] | ||
+ | *[[Opcodes]] | ||
+ | *[[Server Flow]] | ||
+ | </div> | ||
+ | |||
+ | <div style="float:left; width:200px;"> | ||
+ | === Actor System === | ||
+ | *[[Actor System | Understanding the actor system]] | ||
+ | *[[NPC Actors]] | ||
+ | *[[Event System]] | ||
+ | </div> |
Revision as of 18:54, 22 June 2018
Welcome to the FFXIV Classic Wiki (Mirrored) Note: Information here may be out of sync with the actual wiki. This is an unofficial mirror used for staging changes and for backup use.
- This wiki contains information on the various components of FFXIV 1.0.
- You can also find a guide on how to build and run the FFXIV Classic server yourself and host what has been developed so far.
Getting started
Important Links Discord: Invite Source Code: ffxiv-classic-server