feocco / rocketResX

Change the string 'ResX=1920' in %MyDocuments_Location%\My Games\Rocket League\TAGame\Config\TASystemSettings.ini to 'ResX=3840'.
1 stars 0 forks source link

Extract to Rocket League folder #1

Open feocco opened 9 years ago

feocco commented 9 years ago

Extract executable to rocket league program files directory Rename launcher.exe to old_launcher.exe Name py.exe to launcher.exe

When you launch game from Steam, it will pull up this tool still.

feocco commented 9 years ago

import os os.system('"C:\Program Files (x86)\Steam\steamapps\common\rocketleague\Binaries\Win32\RocketLeague.exe"')

feocco commented 9 years ago

We can use mv commands to move our python script folder to the rocket league directory. Then we can rename both the exe and the script to RocketLeague_old.exe to RocketLeague_old.exe, respectively.