Releases: Yokimitsuro/MeteorReborn
Releases · Yokimitsuro/MeteorReborn
Release list
v0.1.0 — Initial alpha release
First tagged baseline of Meteor Reborn — a port of Project Meteor to .NET 10 + PostgreSQL + Docker, with an integrated WPF launcher that auto-patches the FFXIV 1.x client to 1.23b.
What works
- Full Docker stack (
postgres+login+lobby+world+map). - Native mode (no Docker) documented in the README.
- WPF launcher with version check + ZIPATCH patcher + HTTP downloader for the 49 official FFXIV patches up to 1.23b.
- Login flow end-to-end: account creation, session, Blowfish handshake.
- Lobby: character creation + selection.
- World ↔ Map: TCP cluster via Docker service DNS.
- Map loads: 2414 actors, 8403 items, 624 guildleves, 82 zones, 976 spawns, 151 battle commands, 77 traits.
Known limitations
- Zone-in incomplete: client times out ~12s after map session creation (
SetMap/SetMusic/SetWeather+ player spawn chain not fully wired). - Few monsters out of the box: PM's SQL dumps only ship 7 spawn locations (5 scripted + 2 normal in Central Thanalan).
- Some PM Lua scripts call non-existent methods — NLua silently ignored them, MoonSharp rejects. The
!spawnGM command is patched as a workaround.
Stack
.NET 10 · PostgreSQL 17 · Docker · Npgsql · MoonSharp · Serilog · WPF
Requirements
You need your own legally-obtained FFXIV 1.x client install — the launcher only applies the official .patch files on top. See the README for setup.
License
AGPL-3.0 (inherited from Project Meteor).