How to install a mod?
The easiest way is via Life Play Mods Flix (The mods manager)1. Let's say we've downloaded a mod called XY-My-NewMods
2- Right-click on XY-My-NewMods.zip and choose "Extract to "XY-My-NewMods".
3- In a new window, open the XY-My-NewMods folder and check that it does not contain another folder of the same name and that it contains an lpmod or lpaddon file.
For example, it should look like this
c:\..\LifePlay\Content\Modules\XY-My-NewMods
NOT
c:\..\LifePlay\ContentModules\XY-My-NewMods\XY-My-NewMods
4- Next, move or copy/paste the "XY-My-NewMods" folder into the game's "Modules" folder. All other files, such as .gitattributes, LICENSE, README.md or others, are useless.
...LifePlay\Content\Modules\XY-My-NewMods
5- Once the mod has been installed, make sure it is activated in the Mod Manager.
Ctrl + M: Open Mod Manager
6- If you find a bug with the mod you've installed, contact the designer who created it.
7- That's all there is to it! Enjoy the game!
How to install a mod from GitHub?
1- Go to any Github page where you can download a mod.2- Search for the mod you are looking, once found, click on it. You will fall on the official page of this mod or a repo.
3- On that page, you will see a big green button labelled "Code", click on it and then choose "Download zip". You will get something like this: XY-My-NewMods-main.zip.
4- Right click on XY-My-NewMods-main.zip and choose "Extract to "XY-My-NewMods-main".
5- In a new windows, open: c:\..\LifePlay\Content\Modules\.
6- Open XY-My-NewMods-main folder and search for the folder called "XY-My-NewMods".
7- Copy/move XY-My-NewMods folder, to: c:\..\LifePlay\Content\Modules\. All other files, likes: .gitattributes, LICENSE, README.md or else are useless.
8- Make sure you don't leave an extra directory level for the mod.
For example, it should go like this:
c:\..\LifePlay\Content\Modules\XY-My-NewMods
NOT
c:\..\LifePlay\Content\Modules\XY-My-NewMods-main\XY-My-NewMods
9- After the mod have been installed, make sure the mod is activated in the Mod Manager.
Ctrl + M: Open mod manager
11- If you find any bug with the mod you installed, contact the creator who made it.
12- That's it! Have fun!