Search the Community
Showing results for tags 'settings'.
Found 2 results
-
What ways are available to make a mod configuration with more than a couple of settings more organized? For example, is a way have a blank line between groups of related settings, or a header/title for a group of settings, or even different tabs or pages or something similar? For the moment, I'm using a dummy setting for an empty line or a title to help a bit, as I saw done in other mods, which of course isn't really ideal, but it works, and is better than nothing: configuration_options = { {...}, --various options here... {name = "blank", label =" === Misc settings", options = { {description = "===", data = 0}, }, default = 0,}, {...}, --various options here... It appears there's no way to do these sorts of things, but I could be wrong, or there could be some clever way (perhaps related to overriding something in modstab.lua, even?). Could there also be a way to nest options, or make options dependent on other options? In other words, make an option only show up or be accessible/editable if a different option is currently set to a specific setting. I'm interested to hear about any techniques in general for making a mod configuration with many settings tidier or more organized. Also, what in general is available and unavailable to access/do within modinfo.lua? And is there a documentation for these things anywhere? Thanks.
-
Howdy, Could someone please tell me the setting to make the server friends only? I've googled it 12 different ways and cannot seem to find a reference to it anywhere.
- 3 replies
-
- settings
- dedicated server
-
(and 1 more)
Tagged with: