PlaneShift
Gameplay => Newbie Help (Start Here) => Topic started by: Nu0Metal on June 12, 2002, 03:37:58 am
-
Can anyone please tell me how to change the screen resolution? I want to play this game but I can\'t get past creating a character because the game is too large (screen-size-wise) for me to go any farther :(
-
Go to your Planeshift dir and find the file psclient.cfg somewhere in there is the command to change your screen width and height.
-
open the file psclient.cfg (located in c:\\programs files\\planeshift\\ if you used the default install path)
here\'s the lines you should look for
; Width/height of CrystalSpace visual
Video.ScreenWidth = 1024
Video.ScreenHeight = 768
change them to
Video.screenwidth = 800
Video.ScreenHeight = 600
or for better performance if you have an older video card
Video.screenwidth = 640
Video.screenHeight = 480
to run the game in fullscreen mode find the line :
; Use full-screen mode if available
Video.FullScreen = no
and change it to
Video.fullscreen = yes