thelivingdiamond
thelivingdiamond
files like GT_Global in Libs don't actually do anything, it's the level files that are important. But editing all the level files is a pain, so syncing the gametokens files...
Currently with some xml parts you have to start a new game for them to take effect, can we enable some hot-re-init functionality?
Instead of loading the global variable table into each lua instance, just edit the meta table to allow for lazy loading and caching of values from the config files. -...
Update and link the modding documentation around in the Wiki pages
Exploring how chairloader might work by using a service provider to handle dependency injection and seeing what benefits and challenges there would be
I wanted to simplify the DX for accessing config node values after actually trying to use the old system in a mod. I still am not sure if is this...
UI Frontend: Feature List: - [x] Manage Mod List - [x] Configure Launch options and launch prey - [x] Install Mods from archive files - [x] Support "Modpacks" where multiple...
Consolidate documentation into an mkdocs site hosted on GH pages and published to the domain Chairloader.dev - [x] Migrate old github wiki to new format - [x] Migrate old readmes...