LostArtefacts / TRX

Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
619 stars 38 forks source link

Feature Request: Make Enemy Health/DMG editable per level through gameflow.json #1017

Open EternalCosmos92 opened 1 year ago

EternalCosmos92 commented 1 year ago

It would be really nice to be able to edit enemy stats per level in the gameflow.json like it is done here:

https://github.com/TokyoSU/TR2Main-VSEdition

It would be a good thing for basic mods and even better for TRLE Levels. Giving more freedom to the possibilities.

You can see how it is done in mod_utils.cpp, setup.cpp and TR2Main.json (The project currently allows for Health Edits only)

rr- commented 7 months ago

This makes a good case for a potential LUA scripting in the future.