Skip to content

Commit

Permalink
Merge pull request #1 from TheGershon/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGershon authored Aug 9, 2022
2 parents 070b17f + 6f9e67d commit b9813fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ There are multiple ways to do so, but the two recommended ones are:
- Add Reloaded Shortcut to Steam
- Load Reloaded via a DLL replacement based code loader (e.g. Ultimate ASI Loader)

For the first option, simply create a shortcut from within the Reloaded launcher and add it to Steam, then copy the `Target` from your shortcut properties into Steam's own `Target` field.
For the first option, simply create a shortcut from within the Reloaded launcher and add it to Steam, then copy the entirety of the `--launch` argument within the `Target` field from your shortcut properties into Steam's own `Target` field. Remember that the `--launch` argument comes **after** the path to your Reloaded-II installation, and not to include the preceeding space.

![Example](https://cdn.discordapp.com/attachments/745941458686705767/746954484990607450/90083094-8855f400-dd09-11ea-9e6b-494f6977c327.png)
![Example](./Images/SteamShortcutSimple.png)

The second option can now also be automated from the launcher, by expanding the `Advanced` section of `Add/Edit Application Menu`. Simply press the `Deploy ASI Loader` button and voila!

Expand Down Expand Up @@ -96,4 +96,4 @@ If your existing mod is tied with a specific mod loader (e.g. using some kind of

Please note that config files may be dropped in game directory for mods originally meant for ASI loaders, unless the mod explicitly checks DLL directory; you might need to make minor changes to your mods to account for that.

You will still need to generate a mod configuration as per the guide.
You will still need to generate a mod configuration as per the guide.

0 comments on commit b9813fb

Please sign in to comment.