ClimaxTitan
Content Creator
- Joined
- Nov 2, 2014
Does vanilla SDT not actually support bra mods? I've been searching the forums and can't seem to find anything about this.
Using Konashion's CS5.5 mod template, I start with the Top template to create my graphics but changed the script from:
to
I verified BRA is defined in ModTypes.as to be sure I'm using the right modtype, but when I load the SWF mod (in vanilla SDT or Loader without MoreclothingV4) nothing appears. As long as I use the Loader with MoreclothingV4 loaded, it works fine. Did sby add bra mod support in Moreclothing? I haven't seen anything else to indicate this, but it's all I've been able to figure.
I can post my FLA later if anybody wants to look at it, but I need to clean up the library first because it's a mess.
Using Konashion's CS5.5 mod template, I start with the Top template to create my graphics but changed the script from:
Code:
var modType:String = ModTypes.TOP;
Code:
var modType:String = ModTypes.BRA;
I verified BRA is defined in ModTypes.as to be sure I'm using the right modtype, but when I load the SWF mod (in vanilla SDT or Loader without MoreclothingV4) nothing appears. As long as I use the Loader with MoreclothingV4 loaded, it works fine. Did sby add bra mod support in Moreclothing? I haven't seen anything else to indicate this, but it's all I've been able to figure.
I can post my FLA later if anybody wants to look at it, but I need to clean up the library first because it's a mess.