Difference between revisions of "Main Page"

From RPC Test Wiki
Jump to: navigation, search
 
 
(10 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 (Franz's Mirror)'''
  
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.
 +
 
 +
 
 +
'''THIS PROJECT IS NOT FEATURE-COMPLETE'''
 +
:Project Meteor is in early development. Many server-side features still need to be developed '''and no content is scripted'''.
 +
:Do not expect this to fully replicate the Final Fantasy XIV 1.23 experience.
 +
 
 +
'''THIS PROJECT IS ALSO NOT A PRIVATE SERVER'''
 +
:This is a server '''software''' project.
 +
:There are no plans to host a running server for people to connect to. You need to do that yourself.
  
 
== Getting started ==
 
== Getting started ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
<div style="float:left; width:300px">
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
*[[Project_Meteor_Setup | Setting up the project]]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
*[[Feature Status]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
*[[FAQs]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
 
 +
*[[Debug Commands|Debug Commands]]
 +
*[[Utilities | Useful Utilities]]
 +
*[[Points_of_Interest| 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 Project Meteor Server]
 +
|}
 +
</div>
 +
{{clear}}
 +
 
 +
== Game Engine Specifications ==
 +
<div style="float:left; width:200px;">
 +
=== Game Data ===
 +
*[[Regions | Region IDs]]
 +
*[[Weather | Weather IDs]]
 +
*[[Music | Music IDs]]
 +
*[[Quest_Scripts | Quest IDs ]]
 +
*[[Monster_Models | Monster Models]]
 +
*[[BgObj_Models | Background Object Models]]
 +
*[[Populace_Animation | NPC Animation IDs]]
 +
*[[Unofficial_Additions | Unofficial additions]]
 +
*[[Dungeons]]
 +
</div>
 +
 
 +
<div style="float:left; width:200px;">
 +
 
 +
=== Game Protocol ===
 +
*[[Packet Headers]]
 +
*[[Game Opcodes]]
 +
*[[Math Formula]]
 +
*[[Server Flow]]
 +
*[[Retail Patcher and Login]]
 +
*[[ZiPatch File Structure]]
 +
</div>
 +
 
 +
<div style="float:left; width:200px;">
 +
 
 +
=== Actor System ===
 +
*[[Actor System | Understanding the actor system]]
 +
*[[NPC Actors]]
 +
*[[Event System]]
 +
*[[Animations and VFX]]
 +
</div>

Latest revision as of 19:43, 24 March 2021

Welcome to the Project Meteor Wiki (Franz's Mirror)

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.


THIS PROJECT IS NOT FEATURE-COMPLETE

Project Meteor is in early development. Many server-side features still need to be developed and no content is scripted.
Do not expect this to fully replicate the Final Fantasy XIV 1.23 experience.

THIS PROJECT IS ALSO NOT A PRIVATE SERVER

This is a server software project.
There are no plans to host a running server for people to connect to. You need to do that yourself.

Getting started

Important Links
Source Code: Project Meteor Server


Game Engine Specifications

Game Data

Game Protocol

Actor System