Reset individual mod settings button

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

Post Reply
Villfuk02
Long Handed Inserter
Long Handed Inserter
Posts: 77
Joined: Mon Apr 30, 2018 7:23 am
Contact:

Reset individual mod settings button

Post by Villfuk02 »

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.

asher_sky
Inserter
Inserter
Posts: 44
Joined: Sun Oct 18, 2020 7:13 pm
Contact:

Re: Reset individual mod settings button

Post by asher_sky »

+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.

User avatar
ptx0
Smart Inserter
Smart Inserter
Posts: 1507
Joined: Wed Jan 01, 2020 7:16 pm
Contact:

Re: Reset individual mod settings button

Post by ptx0 »

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.
settings.lua has the info too:

Code: Select all

data:extend({
    {
        type = "bool-setting",
        name = "loot-chest-ups-warning",
        setting_type = "runtime-per-user",
        default_value = true
    },
    ...

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Reset individual mod settings button

Post by ssilk »

viewtopic.php?p=360151#p360151
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.
Ok, that’s not what you want, but - as he said later - you cannot know which mod setting influences another mod...
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1603
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: Reset individual mod settings button

Post by jodokus31 »

Artisanal Suite by Kirazy implements the display of the default value. I think, that could be base game
artisanal_default_setting.png
artisanal_default_setting.png (55.33 KiB) Viewed 2044 times
https://mods.factorio.com/mod/reskins-angels
...

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Reset individual mod settings button

Post by darkfrei »

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.
I've suggested just a button with custom event. For example set settings to default.

viewtopic.php?t=78880

Post Reply

Return to “Ideas and Suggestions”