triock: Hmm, check the game shortcut (right-click>properties) and add (or replace if there is -w) -f in 'Target' field.
That did not appear to do anything. SC4 is now stuck in Windowed mode :/
I am assuming you intend to add "-f" to the end of the text string in the target field?
-w was not written anywhere
I should also add that the min/max toggles don't do anything other than reposition the window to the corner of the screen but does not resize the window.
eVinceW21: ...Please enlighten me. ...
DeMignon: You have to edit the game's shortcut. Right-click it, select properties and check the target field. It should look like this, but with your path to the game.
"C:\<PATH TO THE GAME>\SimCity 4 Deluxe Edition\Apps\SimCity 4.exe" -f -CPUCount:1
It's important to add the "-f" before all other switches, like -CPUCount or it won't work. (That's the tricky part ;-)
Same goes for windowed mode:
"C:\<PATH TO THE GAME>\SimCity 4 Deluxe Edition\Apps\SimCity 4.exe" -w -CPUCount:1
Okay, DeMignon. That's a lot clearer. I'll try that. Just a sec.
eVinceW21: ...Please enlighten me. ...
DeMignon: You have to edit the game's shortcut. Right-click it, select properties and check the target field. It should look like this, but with your path to the game.
"C:\<PATH TO THE GAME>\SimCity 4 Deluxe Edition\Apps\SimCity 4.exe" -f -CPUCount:1
It's important to add the "-f" before all other switches, like -CPUCount or it won't work. (That's the tricky part ;-)
Same goes for windowed mode:
"C:\<PATH TO THE GAME>\SimCity 4 Deluxe Edition\Apps\SimCity 4.exe" -w -CPUCount:1
Ah. Bingo. That did the trick. Thanks a bunch. Both of ya :)