Skip to content

Commit

Permalink
Updated: FAQ a tiny bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 16, 2022
1 parent 52ae28f commit a7f673d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ Anything else is unofficial.

GitHub is always kept up to date while GameBanana is sometimes updated slightly less periodically. Regardless of what you download, the launcher will always offer to update itself to the latest up to date version.

## Reloaded doesn't boot, what should I do?

Have you installed the dependencies?
No, seriously, 99% of the time it's just that.

Please look directly above the download button on both GameBanana and GitHub and download **ALL** of the linked dependencies.

## How do I get started with using Reloaded?

It's as easy as 1,2,3. [Take a look at the quick start guide!](./QuickStart.md)
Expand All @@ -27,22 +20,34 @@ It's as easy as 1,2,3. [Take a look at the quick start guide!](./QuickStart.md)
![](https://cdn.discordapp.com/attachments/745941458686705767/746941241383583744/EnableModAndLaunchGame.gif)

## How do I report issues with Reloaded?

Please use the following link: [https://github.com/Reloaded-Project/Reloaded-II/issues](https://github.com/Reloaded-Project/Reloaded-II/issues)

## Can I use Reloaded with Steam Overlay/Controller Support?

There are multiple ways to do so, but the two recommended ones are:
There are multiple ways to do so, but the two recommended ones are:

- Add Reloaded Shortcut to Steam
- Load Reloaded via another code loader (e.g. Ultimate ASI Loader)

- Add Reloaded Shortcut to Steam
- Load Reloaded via a DLL replacement based code loader (e.g. Ultimate ASI Loader)
=== "Adding Steam Shortcut (Recommended)"

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 "PathToGame\Game.exe"` argument within the `Target` field from your shortcut properties into Steam's own `Launch Options` field. Remember that the `--launch` argument comes **after** the path to your Reloaded-II installation, and not to include the preceeding space.
Create a shortcut from within the Reloaded Launcher and add it to Steam.

Right click the shortcuit and copy the entirety of the `--launch "PathToGame\Game.exe"` argument within the `Target` field into Steam's own `Launch Options` field.

![Example](./Images/SteamShortcutSimple.png)
Remember that the `--launch` argument comes **after** the path to your Reloaded-II installation, and not to include the preceeding space.

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!
![Example](./Images/SteamShortcutSimple.png)

![Example2](https://cdn.discordapp.com/attachments/745941458686705767/746954951850328135/unknown.png)
=== "Installing ASI Loader (Alternative)"

In your Mod Selection Menu, click `Edit Application` and expand the `Advanced` section.
Then simply press the `Deploy ASI Loader` button and voila!

![Example2](https://cdn.discordapp.com/attachments/745941458686705767/746954951850328135/unknown.png)

If you are using Wine, [there is an extra step involved](./LinuxSetupGuide.md).

## My controller does not work when using Reloaded

Expand All @@ -69,11 +74,6 @@ As a programmer you should have an adequate level of self sufficiency. As such,

![](https://cdn.discordapp.com/attachments/745941458686705767/746946696797356072/NewProject.png)

Documentation for two of the most commonly used libraries (they are part of the template!) can be found in the following places:

- [Reloaded.Memory](https://github.com/Reloaded-Project/Reloaded.Memory)
- [Reloaded.Hooks](https://github.com/Reloaded-Project/Reloaded.Hooks)

### How can I contribute to Reloaded?

The easiest way to contribute to Reloaded is to [look at the issue list on GitHub](https://github.com/Reloaded-Project/Reloaded-II/issues).
Expand Down

0 comments on commit a7f673d

Please sign in to comment.