Author Topic: Screen Size??  (Read 898 times)

Nu0Metal

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Screen Size??
« 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 :(

Flik

  • Traveller
  • *
  • Posts: 28
    • View Profile
(No subject)
« Reply #1 on: June 12, 2002, 06:46:07 am »
Go to your Planeshift dir and find the file psclient.cfg somewhere in there is the command to change your screen width and height.
\"Today I:
Quit my job, then I told my boss to f*ck off, then I blackmailed him for 60,000$\"

Khain

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
(No subject)
« Reply #2 on: June 14, 2002, 03:41:58 am »
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