mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2026-06-23 18:58:27 +02:00
No description
- C# 72.1%
- Lua 25.4%
- PHP 2.3%
- Batchfile 0.1%
updating sql tables to use UTF8MB4 as charset as compiled code can complain about not supporting UTF8/UTF8mb3 * fixing tables's charset as compiled can complain that it can't read utf8mb3 and that it has to be utf8mb4. Also added ROW_FORMAT=DYNAMIC to server_sessions as the ID with char(255) will exceed the size limit |
||
|---|---|---|
| Common Class Lib | ||
| Data | ||
| Lobby Server | ||
| Map Server | ||
| World Server | ||
| .gitignore | ||
| LICENSE.md | ||
| Meteor.sln | ||
| README.md | ||
Project Meteor Server
Compile and install instructions: http://ffxivclassic.fragmenterworks.com/wiki/index.php/Setting_up_the_project
Welcome to the Project Meteor Server; a server emulator for FFXIV 1.23b. If you wish to discuss and help please join the Discord server.
Discord Server Invite
Pull Requests
Commits should contain a descriptive name for what you are modifying
Remember to check back for any feedback, and drop a comment once requested changes have been made (if there are any).
Please test your code before committing changes/submitting a pull request.