Difference between revisions of "Main Page"
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | __NOTOC__ | |
| + | '''Welcome to the Project Meteor Wiki (Franz's Mirror)''' | ||
| − | + | :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 == | ||
| − | [[ | + | <div style="float:left; width:300px"> |
| + | *[[Project_Meteor_Setup | Setting up the project]] | ||
| + | *[[Feature Status]] | ||
| + | *[[FAQs]] | ||
| + | |||
| + | *[[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