1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-20 01:37:45 +00:00
Commit graph

3 commits

Author SHA1 Message Date
486c176f16 Add stubs for the other two starting City-States
Also document how to access and play these scenes in USAGE.
2025-03-28 22:52:21 -04:00
0ab6f6c589 Load the starting position from the LGB
It turns out (amazingly) that this data exists client-side, I guess because the
server and the client share the same planevent LGB file. So instead of
hardcoding the starting location in each city, it's now literally like retail*

* Except for the fact that we don't support rotation yet, and positions in pop
ranges are probably randomized too. But it's close!
2025-03-28 22:34:34 -04:00
cd96804df8 Add basic Event scripting capaibilities
This implements the first event script, going from the first Ul'dah opening
cutscene to the next.
2025-03-28 21:28:30 -04:00