- Sep 14, 2017
- 841
- 977
new question, at character creation I export my custom, this is save at: \LifePlay\Content\Modules
then i rename it At voluptuous_F, then i put this name directly on pop's files? or i need move too my voluptuous_F to another folder?
later on pop and pop1 files I use the file name on the method like
Code:WHAT: none WHERE: none WHEN: 0-24 WHO: none OTHER: none SceneStart() Actor = generatePersonTemporary(voluptuous_F) Actor1 = generatePersonTemporary(voluptuous_F) Actor2 = generatePersonTemporary(voluptuous_F) Actor.show() Actor1.show() Actor2.show() "Shown" SceneEnd()
but still not work, when i go to another place, the bodys still spawn random, what i am missing?
Code:
EXAMPLE:
Actor.loadPreset(bodybuilder_F)
Random
Actor.loadPreset(hourglass_F) // Just a normal hourglass girl
Actor.blendPreset(hourglass_F) // There is still signs of the bodybuilder
EndRandom