A downloadable mod

FEEL FREE TO USE THIS IN YOUR OWN PROJECTS!

Custom Options is a mod I wrote that makes it easy to add options from mods to the game's settings menu.


In order to use it your mod must have a global lightweight object that it stores its settings.  The six types of options this mod supports are:

  1. Toggles/booleans
  2. Ints
  3. Sliders
  4. "Cycles" (like a toggle/boolean, but it can have more than two states)
  5. Text (functions like an input box, select with LMB/ENTER and type in chat)
  6. Keys (useful for keybinds, stores the buttons pressed as a string)

If the list doesn't cover everything you need, a script can be provided in place of a list that will execute while on that page

Custom Options will not load the settings for you, but it will save them to a file if you have a save_options() script in your mod.  See example options.mod.gml for details on how to set up your mod's settings.

Updated 1 day ago
StatusReleased
CategoryGame mod
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorSquiddy
TagsNuclear Throne Together

Download

Download
custom-options.zip 36 kB
Version 9940, 9944, and v100 (patch 3) 1 day ago

Install instructions

Requires Nuclear Throne Together to work.  Make sure your version is at least 9940, then extract the zipped folder to your mods folder and type /load folder_name (with folder_name being the folder containing Custom Options' files).  I recommend renaming the folder to custom_options.

Keep in mind this mod doesn't do anything on its own, and is useless to download from a player's perspective.

https://bitbucket.org/YellowAfterlife/nuclearthronetogether/wiki/Loading%20mods

Development log

View all posts

Leave a comment

Log in with itch.io to leave a comment.