9940, 9944, and v100 (patch 1 and patch 2)


New update about 30 minutes later:

  • Change text input display from a blinking cursor to "(Type a chat message)" in dark gray
  • Allow "spec" inputs with key-type options
  • "spec" and "fire" will not work to exit the menu if you are inputting to a key-type option
  • Added a note in example_options.mod.gml mentioning to not use null as an expected option value

Original body of post below:


There was a rogue step event* called Cycle_step that was setting the index of a choice option to array_find_index(values, value) every frame the menu was open.  This broke the menu on 9940 and 9944, and crashed v100, but only if the value was not valid.  I didn't notice at release.

Solution?  Remove the step event since it's from earlier in development and probably not necessary.

That's all this update does.

*not rogue as in Rogue from the game, but rogue as in misplaced and forgotten with unwanted side effects

Files

custom-options.zip 36 kB
Version 9940, 9944, and v100 (patch 2) 76 days ago

Get Custom Options

Leave a comment

Log in with itch.io to leave a comment.