Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Aleworks Options Menu v2.50

This script is very buggy, it has various errors, but I am working on version 3.0, with all know bugs fixed, better code and some new features, like sound and graphic tests. Please, wait for it.
 
Ok, I don't want these options:

Font Color
Font Brightness
Font Opacity
Windowskin Color
Brightness
Autosave

How do I make it so I can't change this in the options menu?
 
Search for:
    @options[0] = ['Visual', [ ['Font', 0],
                              ['Letters Size', 1],
                              ['Letters Color', 10],
                              ['Letters Brightness', 11],
                              ['Letters Opacity', 12],
                              ['Windowskin', 2],
                              ['Windowskin Color', 13],
                              ['Window Opacity', 3],
                              ['Brightness', 14]
                  ]          ]

    @options[1] = ['Audio',  [ ['Music volume', 4],
                              ['Sound volume', 5],
                              ['Music Speed', 6],
                              ['Sound speed', 7]
                  ]          ]

    @options[2] = ['Game',  [ ['Game speed', 9],
                              ['Autosave', 8],
                              ['Battle Animations', 15],
                              ['Difficulty', 16]
                  ]          ]
And change it for:
    @options[0] = ['Visual', [ ['Font', 0],
                              ['Letters Size', 1],
                              ['Windowskin', 2],
                              ['Window Opacity', 3],
                  ]          ]

    @options[1] = ['Audio',  [ ['Music volume', 4],
                              ['Sound volume', 5],
                              ['Music Speed', 6],
                              ['Sound speed', 7]
                  ]          ]

    @options[2] = ['Game',  [ ['Game speed', 9],
                              ['Battle Animations', 15],
                              ['Difficulty', 16]
                  ]          ]

PD: This scripts is very buggy, it was one of my firsts scripts, it may contain lots of errors. Maybe, in some time I will remake it.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top