MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
631 stars 58 forks source link

Info Needed #192

Open salmanghouse1 opened 1 year ago

salmanghouse1 commented 1 year ago

Hello,

I am very much interested in ff8 and openVIII. I would like to create a sequel to ff8 for some fun. So I want to do a complete redo or recreation of the game. I would like to change the scenes, text(what characters say), character models, animations. Can open VIII do that. If not could you direct me to the files that hold these data. I want to do a Total Conversion

salmanghouse1 commented 1 year ago

Also change the order of the scenes in which they appear.

Sebanisu commented 1 year ago

Deling probably do most of what you want when it comes to changing the game.

this project, Open VIII: can read many of the files. But it's on the back burner. https://github.com/myst6re/deling can read and modify the fields and scripts. https://forums.qhimm.com/index.php these fourms have a lot of info. https://wiki.ffrtt.ru/index.php?title=Main_Page this wiki has a lot of info. https://github.com/Sebanisu/Field-Map-Editor is a WIP project to edit the tiles of the field to move things around or edit the tile map data. https://github.com/Sebanisu/OpenVIII_CPP_WIP this is a project in need of a new name. I was porting and rewriting libraries for reading ff8 files to c++. I use this library in the Field-Map-Editor project.