Reset individual mod settings button
Moderator: ickputzdirwech
Reset individual mod settings button
There is a reset settings button, which resets all the mod settings. It would be really helpful to have the option for resetting just a single mod's settings or even a single mod setting. The default values are not shown, so when I want to go back to defaults, I have to reset ALL the settings and then re-set everything I didn't want to reset.
Re: Reset individual mod settings button
+1, I would like this also. Just adding a "reset" button on the right side across from the mod name (setting header) would be great.
Re: Reset individual mod settings button
settings.lua has the info too:Villfuk02 wrote: Thu Mar 11, 2021 11:20 am There is a reset settings button, which resets all the mod settings. It would be really helpful to have the option for resetting just a single mod's settings or even a single mod setting. The default values are not shown, so when I want to go back to defaults, I have to reset ALL the settings and then re-set everything I didn't want to reset.
Code: Select all
data:extend({
{
type = "bool-setting",
name = "loot-chest-ups-warning",
setting_type = "runtime-per-user",
default_value = true
},
...
Re: Reset individual mod settings button
viewtopic.php?p=360151#p360151
Ok, that’s not what you want, but - as he said later - you cannot know which mod setting influences another mod...Rseding91 wrote: Wed May 02, 2018 6:57 pm You can currently reset mod settings by deleting the mod-settings.dat file in the mods folder.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Reset individual mod settings button
Artisanal Suite by Kirazy implements the display of the default value. I think, that could be base game
https://mods.factorio.com/mod/reskins-angels
...
https://mods.factorio.com/mod/reskins-angels
...
Re: Reset individual mod settings button
I've suggested just a button with custom event. For example set settings to default.asher_sky wrote: Fri Mar 12, 2021 7:35 pm +1, I would like this also. Just adding a "reset" button on the right side across from the mod name (setting header) would be great.
viewtopic.php?t=78880