Platform Builder Forums

Main => Suggestions => Topic started by: War on September 24, 2020, 02:38:05 PM

Title: More ingame settings controls
Post by: War on September 24, 2020, 02:38:05 PM
Commands to change settings like sound, screensize, and controls, so we don't need any additions to the premade title screen and we can make real title screens using levels.
Code: [Select]
gamevolume = 17 (in %)
screensize = 1/1.25/1.5/full
value = lastkeypressed p1keyboard/p2keyboard/p1gamepad/p2gamepad (just a thing to set a value to the id of the last button pressed, you can also add p1keyboard, etc... after to limit it to a specific peripherical)
setkey p1keyboard/p2keyboard/p1gamepad/p2gamepad up/down/left/right/jump/attack/pick/use = value (what to do after the last command)
This could also be used for pause menu but we would need the soft freeze command that I discussed in my soft freeze thread. (https://theplatformbuilder.com/forums/index.php?topic=1714.0)
Title: Re: More ingame settings controls
Post by: CGM on September 24, 2020, 05:00:46 PM
Perfect!