Normal
Then it's something else. For instance, one of your folders might contain a hairstyle SWF which includes an embedded background file.So we're back to the first thing. Please provide a sample: one working and one non-working Character Folder. Then we'll try to reproduce the problem and explain it.The BG.png file will be loaded regardless of what is contained in the charcode. The problem is that a charcode can be loaded after that has happened, and activate one of the default (numbered) backgrounds. It depends on your Settings.txt file - there are options to change the order of charCode loading, to suppress the loading of charCodes embedded inside SWF files, and so on.So the safe thing is to omit the bg parameter. That's a good idea in general with charCodes - trim out as much as possible (such as the guy's clothing, the girl's freckles, etc) to avoid unintended consequences.[code]charName:SDChan;breasts:99;bg:2;[/code]should become[code]charName:SDChan;breasts:99;[/code]
Then it's something else. For instance, one of your folders might contain a hairstyle SWF which includes an embedded background file.
So we're back to the first thing. Please provide a sample: one working and one non-working Character Folder. Then we'll try to reproduce the problem and explain it.
The BG.png file will be loaded regardless of what is contained in the charcode. The problem is that a charcode can be loaded after that has happened, and activate one of the default (numbered) backgrounds. It depends on your Settings.txt file - there are options to change the order of charCode loading, to suppress the loading of charCodes embedded inside SWF files, and so on.
So the safe thing is to omit the bg parameter. That's a good idea in general with charCodes - trim out as much as possible (such as the guy's clothing, the girl's freckles, etc) to avoid unintended consequences.
[code]charName:SDChan;breasts:99;bg:2;[/code]
should become
[code]charName:SDChan;breasts:99;[/code]
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.