Brotato

Brotato

2,414 vurderinger
Mod Options - v0.4.2
2
3
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
GUI
Filstørrelse:
Offentliggjort:
Opdateret:
14.332 KB
9. mar. 2023 kl. 15:27
26. okt. 2024 kl. 7:00
8 ændringsbemærkninger ( vis )

Abonner for at downloade
Mod Options - v0.4.2

Beskrivelse
Adds a Mods setting menu under options
This mod does nothing by itself, it only allows other mods to have their options changed


current version : 0.4.1:
- added compatibility with the latest ModLoader. Thanks a lot to Pasha !
- (.1) added tooltips with localization. Thanks again to Pasha !! Simply add a "tooltip" field under your config key and set your localization key there.
- (.2) updated for DLC release (game version 1.1.0.0-rc14)


0.3:
- added the possibility for color sliders in the options. Use a RGB or ARGB code to make the slider show up in the options. When the color is set by a user, the signal sent will pass a String argument with the color in the ARGB format ( see Color.to_html() )
- added some margin before the scrollbar
- (.1) cleared some error messages for devs


0.2:
- you can now have a "step" for the sliders like this : "your_config_parameter_step"
- for min and max slider values use "your_config_parameter_min" or "your_config_parameter_max"



for modders: check out the code in Elemento or See Player mod to get an idea of how to use it.

if you've got suggestions on features to add let me know in the comments !!!

similarly to Content Loader, you can grab the ModsConfigInterface pseudo singleton via get_node(), then receive its signal with connect(). it sends a "setting_changed" signal whenever a mod setting is changed.

var ModsConfigInterface = get_node("/root/ModLoader/dami-ModOptions/ModsConfigInterface")
ModsConfigInterface.connect("setting_changed", self, "your_modded_function")

currently it can handle numbers booleans and color hex codes (as string)


i will clean up this description soon (trust)
Populære diskussioner Vis alle (3)
5
18. aug. kl. 12:30
crashing
Digitale9
2
25. dec. 2024 kl. 22:23
mody
jj.ziembicki
1
4. aug. 2024 kl. 8:22
Bug: Mod Settings Don't Save if Subscribed to More Than 16 Mods in Total (Including This Mod)
KevinLGlory
74 kommentarer
chemicalvamp 24. sep. kl. 20:27 
this is crashing my game on boot, is there...., am i missing a dependency? Is this supposed to work RN or is it just broken, i dont know..
Grimes 20. sep. kl. 23:42 
is there a way for mods to be enabled and disabled without exiting and reloading the game?
最佳老铁 16. sep. kl. 6:02 
It doesn't work.I can't find 'Mods' in settings menu
半山居雾 31. aug. kl. 3:17 
very good
pumpkinharp8804 11. aug. kl. 10:00 
mine just does not show how to fix?
Spidna 16. juli kl. 10:03 
@ninja_red15 it's in the vanilla Options menu > Mods.
Ninja_red15 9. juni kl. 15:21 
how do i use it
test 30. maj kl. 7:19 
what do you mean by update this MOD when it works fine
The 26. apr. kl. 10:07 
I don't think this will be updated unless someone else picks it up tbh
_listd 13. apr. kl. 17:56 
please update