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 "Tron: Evolution"

From PCGamingWiki, the wiki about fixing PC games
(Created page with "''Tron: Evolution'' is a third-person action platformer by Propaganda Games. It ties in with the movie ''Tron: Legacy''. It uses Unreal Engine 3. === Issues and Fixes === ==...")
 
Line 4: Line 4:
  
 
==== Resolution Fix: ====
 
==== Resolution Fix: ====
The game does not let you pick high resolutions such as 1920x1080 in the video options screen. However, this can be fixed by manually modifying the config files.
+
The game does not offer high resolutions such as 1920x1080 in the video options screen. Fortunately you can also change the resolution by manually modifying the config files.<br />
  
The file you need is here (Windows 7 64-bit):
+
The file you need is here (Windows 7 64-bit):<br />
C:\Users\username\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config
+
''C:\Users\username\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config''<br />
  
GridEngine.ini is the file you need to modify.
+
'''GridEngine.ini''' is the file you need to modify.<br />
  
search for these two settings:
+
Search for these two settings:<br />
ResX=
+
'''ResX='''<br />
ResY=
+
'''ResY='''<br />
(they should match the current resolution the game is set at)
 
  
Then plug in the values you want there, ie
+
They should match the current resolution the game is set at.<br />
  
ResX=1920
+
Then plug in the values you want there, e.g.<br />
ResY=1080
+
ResX=1920<br />
 +
ResY=1080<br />
  
 
Unfortunately, 1920x1200 does not seem to work, only 1920x1080, so those with 16:10 monitors may have to live with slight letterboxing. Higher values have not been tested. Note that going into the game's options screen and changing other values may result in the game resetting this change.
 
Unfortunately, 1920x1200 does not seem to work, only 1920x1080, so those with 16:10 monitors may have to live with slight letterboxing. Higher values have not been tested. Note that going into the game's options screen and changing other values may result in the game resetting this change.
 
  
 
==== Skipping Intro Logos & Movies: ====
 
==== Skipping Intro Logos & Movies: ====

Revision as of 23:36, 25 February 2012

Tron: Evolution is a third-person action platformer by Propaganda Games. It ties in with the movie Tron: Legacy. It uses Unreal Engine 3.

Issues and Fixes

Resolution Fix:

The game does not offer high resolutions such as 1920x1080 in the video options screen. Fortunately you can also change the resolution by manually modifying the config files.

The file you need is here (Windows 7 64-bit):
C:\Users\username\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config

GridEngine.ini is the file you need to modify.

Search for these two settings:
ResX=
ResY=

They should match the current resolution the game is set at.

Then plug in the values you want there, e.g.
ResX=1920
ResY=1080

Unfortunately, 1920x1200 does not seem to work, only 1920x1080, so those with 16:10 monitors may have to live with slight letterboxing. Higher values have not been tested. Note that going into the game's options screen and changing other values may result in the game resetting this change.

Skipping Intro Logos & Movies:

These can be skipped by modifying one of the cofig files located here (Windows 7 64-bit):

C:\Users\username\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config

In GridEngine.ini, just put a semi-colon ; before each movie that you want to skip:

StartupMovies=Unreal
StartupMovies=GamestarLogo
StartupMovies=PropagandaLogo
StartupMovies=DisneyLogo
StartupMovies=Sc1_01_01

Those are all the movies that occur before the title screen.