Deutsch:Hallo Leute,
ich habe mal wieder eine meiner Fragen. ^^
Ich habe hier ein script das eine config.ini schreibt, aber ich will ja die Werte nicht nur auslesen, sondern auch auf das Spiel anwenden.
Beim sound habe ich das mit dieser Zeile gelöst:
setVolume(eSoundVolume, r_loudness)
Wie mache ich das bei dem Boolean Fullscreen?
Und kann ich diese set funktionen für solche Einstellungen irgendwo im wiki finden? (ich habe es nicht gefunden)
MfG,
NoCom
PS:
Mir ist gerade aufgefallen, dass in der konfig.ini am ende automatisch folgende wehrte gespeichert werden:
MusicVolume = 100
SoundVolume = 100
SpeechVolume = 100
ist das so gewollt oder habe ich da irgendetwas falsch gemacht?
English:Hello Guys,
i have a question.
i've written a config.ini script, but it's just reading and saving the values. i want to set the gameoptions with the content of my config.ini.
Here's a little example:
I change the loudness by using this line:
setVolume(eSoundVolume, r_loudness)
How can i set the fullscreen boolean of the game?
can i find these set options anywhere in the wiki? (i didn't find it)
Regards,
NoCom
PS:
I've noticed, that the script allways adds the following values:
MusicVolume = 100
SoundVolume = 100
SpeechVolume = 100
does this Visionair by itself or is this a mistake, caused by me?