You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's still a lot of hard coded configuration which requires editing source files to change values.
It would be good to move all this into technic.conf, doing so is also very simple task.
For example flashlight max charge is hardcoded value in source file:
What to fix
There's still a lot of hard coded configuration which requires editing source files to change values.
It would be good to move all this into technic.conf, doing so is also very simple task.
For example flashlight max charge is hardcoded value in source file:
technic/technic/tools/flashlight.lua
Line 4 in 713409b
How to fix, repeat for all tools / all configuration values:
Mentioned example for flashlight should be like this in flashlight.lua:
And in config.lua added to defaults table:
The text was updated successfully, but these errors were encountered: