Author Topic: More ingame settings controls  (Read 746 times)

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
More ingame settings controls
« 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.
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: More ingame settings controls
« Reply #1 on: September 24, 2020, 05:00:46 PM »
Perfect!