🕒 Reading Time: < 5 Minutes
💯 Difficulty Level: 0/5.
Sometimes, there games that require to be launched through a launcher. Typically all these games do is simply check whether the launcher is alive to confirm whether the game has been launched through the launcher and shut the launcher down on boot, else throw an error message.
Starting with version 2.00, Reloaded gains a new ability. You can now drop a pseudo-launcher that will automatically load another executable inside the same folder through Reloaded, providing a Reloaded profile is created for the executable.
Very often, this simple trick allows you to skip the launcher entirely and load a game with a forced tacked on launcher.
Under the hood, the pseudo-launcher reads all Reloaded game configurations and filters out the ones that are either in the same folder, subfolders or... for brevity parent folders at any level.
If only one config is found, it is automatically launched - else the user is asked in a simple menu in terms of which game to launch.
When there are multiple found games, it looks like this.
In order to install the launcher, the you are required to press the "Generate Launcher" button inside Reloaded's GUI.
Doing this should copy the pseudo-launcher to a folder in the user's TEMP
directory and open the folder - complete with the executable to drop into the game folder and a file named Instructions.txt
.
And now, we have two options.
In the case of a game like Shenmue, we would like to use the pseudo-launcher, as a launcher replacement. In this case we simply copy Shenmue.exe
over Shenmue's own launcher, SteamLauncher.exe
.
As an alternative to Reloaded and Steam Games "Reattaching", you can simply rename the game's original executable and put the pseudo-launcher with the name of the old execuable.
The individual game profiles should not point their executables at the launcher but instead at the executables of the actual game/s.
-
The launcher can fool a bunch of games tricking them into believing they were launched from a launcher - saving you reverse engineering effort to patch that code.
-
The pseudo-launcher can be used as an alternative to the
steam_appid.txt
method described in Reloaded and Steam Games "Reattaching" to allow booting Steam games directly without having to reattach as the game restarts itself via Steam.
- [Option B specific] Performing a Steam game update or Steam file verification will likely wipe/remove the pseudo-launcher in which case the user would have to reapply it else the game will not load with mods at all.
The pseudo-launcher install process is not automated because the creator of Reloaded wishes to have the user aware of what is happening.