project-navigation
Personal tools

Author Topic: Widescreen startup  (Read 3823 times)

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Widescreen startup
« on: March 28, 2011, 12:43:37 am »
How do i start the game in a widescreen format? When i start it it opens with the bottom going off the screen and i cant see anything on the bottom. Console commands please.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Widescreen startup
« Reply #1 on: March 28, 2011, 07:28:38 am »
Code: [Select]
./ufo +set vid_mode -1 +set vid_height 1024 +set vid_width 1920

Offline Godmonkey

  • Rookie
  • ***
  • Posts: 17
    • View Profile
Re: Widescreen startup
« Reply #2 on: August 13, 2011, 01:18:21 am »
Code: [Select]
./ufo +set vid_mode -1 +set vid_height 1024 +set vid_width 1920

Correcting the above for use with a wide screen netbook.

Also this is not needed and may not work with some linux builds andolder builds will still need it.
Code: [Select]
./
This works with kubuntu 11.04
Code: [Select]
ufo +set vid_mode -1 +set vid_height 600 +set vid_width 1024

Edit: after installing this on 7 other computers, (lan party) the best way to get it to go into full screen is to do the above and change both the hight and width to 500. Then start the game, go into the video seeings and set it to one of the 3 built in settings then you can put it in full screen. After that quit the game so it saves the setting, just encase the game locks up or crashes.
« Last Edit: August 13, 2011, 04:57:01 am by Godmonkey »

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Widescreen startup
« Reply #3 on: August 13, 2011, 11:30:24 am »
Edit: after installing this on 7 other computers, (lan party) the best way to get it to go into full screen is to do the above and change both the hight and width to 500. Then start the game, go into the video seeings and set it to one of the 3 built in settings then you can put it in full screen. After that quit the game so it saves the setting, just encase the game locks up or crashes.

You can set fullscreen mode with the commandline too: +set vid_fullscreen 1

-geever