Is it possible to turn the fantasy folder into a mod?
Posted: Wed Sep 07, 2022 10:32 pm
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:
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!
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
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!