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
m (Robot: Cosmetic changes)
(added video settings template, cleaned up paths and instructions)
Line 5: Line 5:
 
|engine        = Unreal Engine 3<br />Aurora Engine
 
|engine        = Unreal Engine 3<br />Aurora Engine
 
|release dates  = <sup>EU</sup> November 26, 2010<br /><sup>NA</sup> December 7, 2010<br /><sup>ARG</sup> December 24, 2010
 
|release dates  = <sup>EU</sup> November 26, 2010<br /><sup>NA</sup> December 7, 2010<br /><sup>ARG</sup> December 24, 2010
|steam          =
 
|gog            =
 
 
}}
 
}}
 
[[Image:Tronevolution1080p.jpg|thumb|Tron: Evolution at 1080p]]
 
[[Image:Tronevolution1080p.jpg|thumb|Tron: Evolution at 1080p]]
  
== Issues and Fixes ==
+
==Video settings==
=== Resolution Fix: ===
+
{{Video Settings
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 />
+
|widescreen_resolution      =true
 +
|widescreen_resolution_notes=Only some listed in-game; see [[#Widescreen resolution|Widescreen resolution]]
 +
|multimonitor              =unknown
 +
|multimonitor_notes        =
 +
|fov                        =unknown
 +
|fov_notes                  =
 +
|windowed                  =unknown
 +
|windowed_notes            =
 +
|fullscreen                =unknown
 +
|fullscreen_notes          =
 +
|anisotropic                =unknown
 +
|anisotropic_notes          =
 +
|antialiasing              =unknown
 +
|antialiasing_notes        =
 +
|vsync                      =unknown
 +
|vsync_notes                =
 +
}}
  
The file you need is here (Windows 7 64-bit):<br />
+
=== Widescreen resolution ===
<pre>C:\Users\%USERNAME%\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\</pre>
+
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.
  
'''GridEngine.ini''' is the file you need to modify.<br />
+
# Open <code>%USERPROFILE%\My Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\GridEngine.ini</code>
 
+
# Go to these two settings:<br /><code>ResX=</code><br /><code>ResY=</code>
Search for these two settings:<br />
+
# Replace their current values with your resolution, e.g.<br /><code>ResX=1920</code><br /><code>ResY=1080</code>
'''ResX='''<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 settings may result in the game resetting this change.
'''ResY='''<br />
 
 
 
They should match the current resolution the game is set at.<br />
 
 
 
Then plug in the values you want there, e.g.<br />
 
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.
 
  
 
== Improvements ==
 
== Improvements ==
 
=== Skip Introductions, Cutscenes and Videos ===
 
=== Skip Introductions, Cutscenes and Videos ===
 
+
# Open <code>%USERPROFILE%\My Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\GridEngine.ini</code>
This can be done by modifying one of the config files located here (Windows 7 64-bit):<br />
+
# Add a semi-colon <code>;</code> before each movie that you want to skip:
<pre>C:\Users\%USERNAME%\Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\</pre>
+
#* <code>;StartupMovies=Unreal</code>
 
+
#* <code>;StartupMovies=GamestarLogo</code>
In '''GridEngine.ini''', just put a semi-colon ''';''' before each movie that you want to skip:<br />
+
#* <code>;StartupMovies=PropagandaLogo</code>
 
+
#* <code>;StartupMovies=DisneyLogo</code>
<nowiki>;</nowiki>'''StartupMovies=Unreal'''<br />
+
#* <code>;StartupMovies=Sc1_01_01</code>
<nowiki>;</nowiki>'''StartupMovies=GamestarLogo'''<br />
 
<nowiki>;</nowiki>'''StartupMovies=PropagandaLogo'''<br />
 
<nowiki>;</nowiki>'''StartupMovies=DisneyLogo'''<br />
 
<nowiki>;</nowiki>'''StartupMovies=Sc1_01_01'''<br />
 
 
 
 
Those are all the movies that occur before the title screen.
 
Those are all the movies that occur before the title screen.
  

Revision as of 01:50, 29 December 2012

Template:Infobox

Tron: Evolution at 1080p

Video settings

Template:Video Settings

Widescreen resolution

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.

  1. Open %USERPROFILE%\My Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\GridEngine.ini
  2. Go to these two settings:
    ResX=
    ResY=
  3. Replace their current values with your resolution, 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 settings may result in the game resetting this change.

Improvements

Skip Introductions, Cutscenes and Videos

  1. Open %USERPROFILE%\My Documents\Disney Interactive Studios\Tron Evolution\UnrealEngine3\GridGame\Config\GridEngine.ini
  2. Add 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.

System Requirements

Template:SysReq