How to add DLC: Difference between revisions
No edit summary |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== The DLC itself == | |||
You just bought a DLC (Thank you for your support!) and wonder how to include it in your game. | You just bought a DLC (Thank you for your support!) and wonder how to include it in your game. | ||
Line 7: | Line 8: | ||
If you've download a file named <code>dlc_something.rpa</code>. Then just follow the next steps. | If you've download a file named <code>dlc_something.rpa</code>. Then just follow the next steps. | ||
'''You need to copy the rpa file into your <code>game</code> folder.''' | |||
You need to copy the rpa file into your <code>game</code> folder. | |||
== How to find the game folder == | == How to find the game folder == | ||
=== Windows/Linux/Mac | === Windows/Linux/Mac === | ||
If the game comes from Itch.io or Patreon, you had to unzip it somewhere. | If the game comes from Itch.io or Patreon, you had to unzip it somewhere. | ||
In this folder you should see something like this: | In this folder you should see something like this: | ||
[[File:Root folder.png| | [[File:Root folder.png|thumb|none]] | ||
Go into the game folder and paste the rpa file there. | |||
In this screenshot dlcs BreeMC and Fafow are there | |||
[[File:Game folder.png|thumb|none]] | |||
Launch the game | |||
=== Steam/GOG === | |||
'''2024/10/02: For steam, be sure to use base version 24.9.1 (switch on beta branch if needed)''' | |||
Same as above, you need to find the root game folder: | |||
===== On Steam: ===== | |||
* Open your library | |||
* Right click on the game | |||
* Manage | |||
* Browse local files | |||
===== On Gog: ===== | |||
* Open your library | |||
* Right click on the game | |||
* Manage installation | |||
* Show folder | |||
On both you should end up in this folder | |||
[[File:Root folder.png|thumb|none]] | |||
Go into the game folder | |||
[[File:Game folder.png|thumb|none]] | |||
And paste the rpa file there. | |||
=== Android === | |||
Update the main game to latest version (24.9.1) | |||
Download and the DLC. | |||
If it's a zip file, you'll need to unzip it to access the file. | |||
If this is a rpa file (like the screenshot) , just follow the next steps. | |||
[[File:Download fafow dlc android.png|none|thumb]] | |||
Copy dlc_fafow to this folder: Documents/Renpy_Saves/loveandsexsecondbase..../game/dlc | |||
If you can't see the dlc in the About screen ingame, try to put the dlc_fafow file in Documents/Renpy_Saves/loveandsexsecondbase..../game | |||
Launch the game | Launch the game |
Latest revision as of 01:57, 14 October 2024
The DLC itself
You just bought a DLC (Thank you for your support!) and wonder how to include it in your game.
That's quite easy.
If you've download a zip file, unzip it, there's a file named dlc_something.rpa
.
If you've download a file named dlc_something.rpa
. Then just follow the next steps.
You need to copy the rpa file into your game
folder.
How to find the game folder
Windows/Linux/Mac
If the game comes from Itch.io or Patreon, you had to unzip it somewhere.
In this folder you should see something like this:
Go into the game folder and paste the rpa file there.
In this screenshot dlcs BreeMC and Fafow are there
Launch the game
Steam/GOG
2024/10/02: For steam, be sure to use base version 24.9.1 (switch on beta branch if needed)
Same as above, you need to find the root game folder:
On Steam:
- Open your library
- Right click on the game
- Manage
- Browse local files
On Gog:
- Open your library
- Right click on the game
- Manage installation
- Show folder
On both you should end up in this folder
Go into the game folder
And paste the rpa file there.
Android
Update the main game to latest version (24.9.1)
Download and the DLC.
If it's a zip file, you'll need to unzip it to access the file.
If this is a rpa file (like the screenshot) , just follow the next steps.
Copy dlc_fafow to this folder: Documents/Renpy_Saves/loveandsexsecondbase..../game/dlc
If you can't see the dlc in the About screen ingame, try to put the dlc_fafow file in Documents/Renpy_Saves/loveandsexsecondbase..../game
Launch the game