Difference between revisions of "Main Page"

From RPC Test Wiki
Jump to: navigation, search
m
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
__NOTOC__
 +
'''Welcome to the Project Meteor Wiki (Mirrored)'''
 +
Note: Information here will be out of sync with the actual wiki. This is an unofficial mirror used primarily just for basic setup instructions, staging changes, and for backup use.
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
: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 Project Meteor server yourself and host what has been developed so far.
  
 
== Getting started ==
 
== Getting started ==
[[FFXIVClassic_Setup]]
+
<div style="float:left; width:300px">
 +
*[[Project_Meteor_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/project-meteor-server]
 +
| Paru's server: [https://7ur.sqnya.se Login URL]
 +
|}
 +
</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 17:58, 23 June 2019

Welcome to the Project Meteor Wiki (Mirrored) Note: Information here will be out of sync with the actual wiki. This is an unofficial mirror used primarily just for basic setup instructions, 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 Project Meteor server yourself and host what has been developed so far.

Getting started

Important Links
Discord: Invite Source Code: [1] Paru's server: Login URL


Game Engine Specifications

Game Data

Game Protocol

Actor System