Verynoobthx
Potential Patron
- Joined
- Sep 20, 2016
So I've been trying to make a dialogue that includes [1]a dynamic hair .swf file, [2]a male skin .swf file, [3]charcode for the girl, and [4] a background. Is this just not possible? I can load both the .swf files fine, but it strips her naked and the charcode applies things like mood but not clothes (I tried dialogueactions triggers [LOAD_CHARCODE2] and [LOAD_FULL_CHARCODE] to no avail). And the background doesn't load at all and there's not even a message that the background failed to load, and I can still load it manually. Is there a way to get all four to load properly? Here's my code:
Its like the .swf mods are preventing the clothes and background from loading. I think some of the clothes are from the moreclothing mod if that helps.
Code:
start:"[LOAD_MOD][start2]"{"style":"Him","set":{"da.mod.load":"MaleSkin.swf"}}
start2:"[LOAD_MOD][start3]"{"style":"Him", "set":{"da.mod.load":"DynamicHair.swf"}}
start3:"[LOAD_CHARCODE][start4]"{"style":"Him","set":{"da.charcode.load":"<written out charcode with including clothes that don't load>"}}
start4:"[CHANGE_BACKGROUND][start5]"{"style":"Him","set":{"da.background.load":"BG.png"}}
Its like the .swf mods are preventing the clothes and background from loading. I think some of the clothes are from the moreclothing mod if that helps.