DavidJCobb / ReachVariantEditor

A tool for editing Halo: Reach game variants.
24 stars 9 forks source link

Feature request: Save/load gametype as .json or .xml? #11

Open jackbrookes opened 3 years ago

jackbrookes commented 3 years ago

Just an idea, maybe not worth the effort. I don't use C++ so wouldn't be much help.

Currently, if I want to make a gametype open source, I must host the .bin file as well as the .lua script. It would be good if we could edit the gametype settings (e.g. traits, etc) in a serializable text format instead of the UI. Then, these could be hosted on and read on github.

JonnyOThan commented 3 years ago

Rather than exporting to another file, you could just set up additional syntax for setting the game options within the script itself.