Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Serious Sam"

From PCGamingWiki, the wiki about fixing PC games
 
(Added Infobox)
Line 1: Line 1:
 +
{{infobox
 +
|cover          = Serious_Sam_Box.jpg
 +
|developer      = Croteam
 +
|publisher      = Gathering of Developers<br/>Global Star Software<br/>Devolver Digital
 +
|engine        = Serious Engine
 +
|release dates  = March 1, 2001
 +
|steam          = 41050
 +
|gog            =
 +
}}
 +
 
== Add custom resolution: ==
 
== Add custom resolution: ==
  

Revision as of 15:05, 26 February 2012

Template:Infobox

Add custom resolution:

In this example we will change the resolution to 1680 x 1050:

Go to your Serious Sam install directory, open the Scripts folder and open PersistentSymbols.ini. Then change these variables:

persistent extern INDEX sam_iScreenSizeI=(INDEX)1680;

persistent extern INDEX sam_iScreenSizeJ=(INDEX)1050;