[SOLVED] Backgrounds with moreclothingV4 and Code.txt (1 Viewer)

ThunderZoo

Potential Patron
Joined
Oct 30, 2014
Hi guys :)


Using moreclothingV4 I added some backgrounds


If I load the characters with the "Save Character..." button, SDT loads the BG without problems
The same if I load them with "Custome Save Data"

But...if I load the characters using the Mods folder (with Code.txt, stuff.swf, etc.), SDT loads everything except the background added with moreclothingV4

It loads only the original backgrounds; so the one with bg:1, bg:2, bg:3 and bg:4 (from the Code.txt)

With bg:5, bg:6, etc. SDT loads a neutral background
Y9VJOSM.jpg


If I want new backgrounds I have to save them as BG.png in the character folder

Is there a solution or I have to save the same background in 50 character folder?
(I use the same backgrounds a lot ;D)


Sorry for the long post and for my bad english :P

And thank you very much ;)
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: Backgrounds with moreclothingV4 and Code.txt

hmm, for some reason the loader is using g.inGameMenu.loadData_l in charCode.as:

function loadCode(e:String):void{
var dat:String = standardLines(e).join(";").split(";;").join(";");
if(isHairLoaded()){
dat = dat.split("hair:").join("BLANK:");
}
g.inGameMenu.loadData_l(dat);
}

moreclothing proxies loaddata to be able to set the bg and body mods; which means that any body mods attempted to be loaded through code.txt will not get loaded as well.

if you ask mg, perhaps he will change it for next loader
pretty pretty please? :-*
 

ThunderZoo

Potential Patron
Joined
Oct 30, 2014
Re: Backgrounds with moreclothingV4 and Code.txt

Thank you very much for your prompt reply!!! :D

I'm going to write a post on the SDT Loader topic

Let's hope ;D


Update: using the new version of the Loader it works!!! Thank you very much ;)
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.