Changing the language
You can have two cases one - the language is defined, and two - the language is not defined
Same for both
- Go to the Drink! folder
- Open languages.ini
- Look if there is a line where is your language in [] if yes it is defined, else it isn’t.
Is defined
- Open confing.ini
- Change the
language = czech
tolanguage = <your language>
Is not defined
- Go to the end of the file
- Add a new line
- Write
[<your language>] title = <title of the pop up window> text = <text of the pop up window>
eg. You want english so you write
[english] title = Drink! text = You must drink now!
- Go to the sounds folder.
- Add a wav file with the name of your language eg. english.wav - that is the sound that is played when you must drink.