UFO:Alien Invasion

Technical support => Linux => Topic started by: Legendman3 on March 28, 2011, 12:43:37 am

Title: Widescreen startup
Post by: Legendman3 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.
Title: Re: Widescreen startup
Post by: Mattn on March 28, 2011, 07:28:38 am
Code: [Select]
./ufo +set vid_mode -1 +set vid_height 1024 +set vid_width 1920
Title: Re: Widescreen startup
Post by: Godmonkey 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.
Title: Re: Widescreen startup
Post by: geever 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