mimin223 Posted October 24, 2022 Share Posted October 24, 2022 Hi. I know you can edit listen/dedicated server mods configuration manually via modoverrides.lua in the server configuration location, i.e. ...\Documents\Klei\DoNotStarveTogether\MyDediServer\Master\modoverrides.lua These server configuration files are human readable and easily manually editable. However, how can I edit configuration of client mods via configuration files? I found out that there are config files located here: ...\Documents\Klei\DoNotStarveTogether\<some number>\client_save\mod_config_data but all the files here are written in some, perhaps proprietary, format. Any idea on how to read and edit these files? Or perhaps the readable config files are located elsewhere? I need this because: a) For most mods, you can type your own values in the configuration instead of the ones provided by modders for better fine-tuning. I would like to be able to do this for client mods too. I.e. for mod "Fast travel (GUI)", the in-game configuration is restricted to these values for hunger cost multiplier: X0.25, X1.0, X2.0, X4.0, X8.0. But via modoverride.lua, you can put any value you want there, as the field is used as s simple float value. b) I am writing a GUI mod configuration app that can easily allow editing server mod configuration files. As an added feature I wish to include the ability to configure client mods too. Link to comment https://forums.kleientertainment.com/forums/topic/144040-manually-editing-client-mods-configuration-ie-out-of-game-via-config-files/ Share on other sites More sharing options...
Rickzzs Posted October 24, 2022 Share Posted October 24, 2022 Wow, I wish there could be a GUI modscreen where number values can be write into a textbox, boolean values can be a checkbox. Currently we only have keybind. These files are decoded & encoded using thesim.getpersistentstring I cannot figure out the format as well. Hope others can answer. Link to comment https://forums.kleientertainment.com/forums/topic/144040-manually-editing-client-mods-configuration-ie-out-of-game-via-config-files/#findComment-1604505 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now