envisaged0ne: You can run a command prompt, then go to the game folder and type mask.exe -window. That's what he was referring to. However that doesn't work for this game. From what I can tell, there is no way of running it in window'd mode
I had also posted on the TSL forum, and one of the members, that day, replied and found a way to get it to work with the alt-enter, and it truly works. Below is a copy of his post.
Ok, I figured out the allowAltEnter code:
In the game's root folder, "KQ8," open the mask.cs file with notepad. In Vista or Win7, go to the Start Menu-> Accessories-> Notepad (right-click on Notepad and choose "Run as Administrator").
At the beginning of the file, you'll see a line that says:
if test $2 == Init
Add the following (middle) line, so it looks like this:
if test $2 == Init
set allowAltEnter true
set KQWorld::SaveGameName Game1Save
the only thing I noticed with it, though, is you have to do the set allowAltEnter true everytime you load the game. Like if you're playing and the game crashes and you reopen, you need to do it again, but otherwise it works super