How can I resize the game?
#6
Open your AssaultCube config folder. Open init.cfg for editing.
Change the line that starts "fullscreen" to
fullscreen 0
In-game, once you've closed the error notification dialog, type
/fullscreen 1; screenres 1024 768; resetgl
(if your laptop monitor is 1024x768.)

You may wish to bind all of that to a key in autoexec.cfg so you can just press it and be on your way. For example,
bind BACKQUOTE [fullscreen 1; screenres 1024 768; resetgl]

To keep the settings in place (i.e., so that you don't have to keep editing init.cfg each time you play), open autoexec.cfg for editing. Add this at the bottom:
add2alias onQuit [fullscreen 0; scr_w 800; scr_h 600]

HTH
Thanks given by:


Messages In This Thread
How can I resize the game? - by genithebest - 14 Jun 11, 11:42AM
RE: How can I resize the game? - by tempest - 14 Jun 11, 11:46AM
RE: How can I resize the game? - by Gibstick - 14 Jun 11, 12:19PM
RE: How can I resize the game? - by #M|A#Wolf - 14 Jun 11, 03:44PM
RE: How can I resize the game? - by V-Man - 16 Jun 11, 02:48AM
RE: How can I resize the game? - by V-Man - 25 Jun 11, 10:52PM
RE: How can I resize the game? - by jamz - 25 Jun 11, 11:50PM
RE: How can I resize the game? - by V-Man - 26 Jun 11, 02:32PM
RE: How can I resize the game? - by V-Man - 27 Jun 11, 02:06AM