Is it possible to turn the fantasy folder into a mod?

To discuss about modding LifePlay game. Best place to ask for help or to share some tips and tricks for coding.
Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

Yes it's possible to turn this folder into a mod!

1- Create a folder called : vin_Fantasy, inside LifePlay/Content/Modules/....

2- In that folder add a file called: vin_Fantasy.lpmod

3- Inside vin_Fantasy.lpmod, add this:

Code: Select all

MODULE_UNIQUEID: vin_Fantasy
MODULE_NAME: LifePlay Fantasy Module
MODULE_AUTHOR: Vinfamy 
MODULE_LINK: 
MODULE_DESCRIPTION: fantasy folder
MODULE_REQUIREMENTS:
MODULE_VERSION: 0.0.1
4- Still in that folder, create 2 new folders : Actions & Scenes

5- Put all lpaction files from the "vin_Base/fantasy" folder inside vin_Fantasy/Actions folder

6- Put all lpscenes files from the "vin_Base/fantasy" folder inside vin_Fantasy/Scenes folder

7- Delete the fantasy folder located in vin_Base

8- Done!
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply