Difference between revisions of "Main Page"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Welcome to the Project Meteor Wiki ( | + | '''Welcome to the Project Meteor Wiki (Franz's Mirror)''' |
− | |||
:This wiki contains information on the various components of FFXIV 1.0. <br/> | :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 | + | :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"> | <div style="float:left; width:300px"> | ||
− | *[[ | + | *[[Project_Meteor_Setup | Setting up the project]] |
*[[Feature Status]] | *[[Feature Status]] | ||
*[[FAQs]] | *[[FAQs]] | ||
− | *[[Debug Commands| | + | *[[Debug Commands|Debug Commands]] |
*[[Utilities | Useful Utilities]] | *[[Utilities | Useful Utilities]] | ||
− | *[[Points of | + | *[[Points_of_Interest| Points of interest]] |
</div> | </div> | ||
Line 21: | Line 29: | ||
|+ Important Links | |+ Important Links | ||
|- style="font-size: 20px;" | |- style="font-size: 20px;" | ||
− | | Discord: [https://discord.gg/0ynLxiEl0zWhpKOW Invite] | + | <!-- | Discord: [https://discord.gg/0ynLxiEl0zWhpKOW Invite] --> |
− | | Source Code: [https://bitbucket.org/Ioncannon/project-meteor-server | + | | Source Code: [https://bitbucket.org/Ioncannon/project-meteor-server Project Meteor Server] |
− | |||
|} | |} | ||
</div> | </div> | ||
Line 34: | Line 41: | ||
*[[Weather | Weather IDs]] | *[[Weather | Weather IDs]] | ||
*[[Music | Music IDs]] | *[[Music | Music IDs]] | ||
+ | *[[Quest_Scripts | Quest IDs ]] | ||
+ | *[[Monster_Models | Monster Models]] | ||
+ | *[[BgObj_Models | Background Object Models]] | ||
*[[Populace_Animation | NPC Animation IDs]] | *[[Populace_Animation | NPC Animation IDs]] | ||
*[[Unofficial_Additions | Unofficial additions]] | *[[Unofficial_Additions | Unofficial additions]] | ||
+ | *[[Dungeons]] | ||
</div> | </div> | ||
<div style="float:left; width:200px;"> | <div style="float:left; width:200px;"> | ||
+ | |||
=== Game Protocol === | === Game Protocol === | ||
*[[Packet Headers]] | *[[Packet Headers]] | ||
− | *[[Opcodes]] | + | *[[Game Opcodes]] |
+ | *[[Math Formula]] | ||
*[[Server Flow]] | *[[Server Flow]] | ||
+ | *[[Retail Patcher and Login]] | ||
+ | *[[ZiPatch File Structure]] | ||
</div> | </div> | ||
<div style="float:left; width:200px;"> | <div style="float:left; width:200px;"> | ||
+ | |||
=== Actor System === | === Actor System === | ||
*[[Actor System | Understanding the actor system]] | *[[Actor System | Understanding the actor system]] | ||
*[[NPC Actors]] | *[[NPC Actors]] | ||
*[[Event System]] | *[[Event System]] | ||
+ | *[[Animations and VFX]] | ||
</div> | </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