Hi all, i am using VB2008 to develop a Settings program for my game Lined World, creating with Game Maker. I've created a settings.ini:
[screen]
fullscreen=(off or on)
resolution=(800x600 or 1024x768)
[game]
controlset=(1 or 2)
music=(on or off)
answers are depending on settings
now, i wanna create in the settings app the following:
"fullscreen" (radiobutton-on & radiobutton-off)
"resolution" (radiobutton 800x600 & radiobutton 1024x768
"controls" (radiobutton AWSD & radiobutton arrows
"music" (radiobutton on & radiobutton off)
if radiobutton fullscreen is on, [screen]fullscreen must be on, and if turned to off, the INI value should be "off".
could anybody help me?
thx in advance!
[screen]
fullscreen=(off or on)
resolution=(800x600 or 1024x768)
[game]
controlset=(1 or 2)
music=(on or off)
answers are depending on settings
now, i wanna create in the settings app the following:
"fullscreen" (radiobutton-on & radiobutton-off)
"resolution" (radiobutton 800x600 & radiobutton 1024x768
"controls" (radiobutton AWSD & radiobutton arrows
"music" (radiobutton on & radiobutton off)
if radiobutton fullscreen is on, [screen]fullscreen must be on, and if turned to off, the INI value should be "off".
could anybody help me?
thx in advance!