Oktoberfest
Potential Patron
- Joined
- Mar 6, 2014
What software do you need to create mods, more specifically body/clothing ect. mods?
registerMod(stockings);
//---------------------------right thigh
thighr = new newthighr();
//adds as skin - follows HSL sliders on Options tab
// loader.loadManual(thighr, her.torso.leg.thigh);
// loader.XYRA(thighr, "x:141.5;y:139;r:0;a:1");
//adds as costume - ignores HSL sliders on Options tab
loader.loadManual(thighr, her.torso.rightThighCostume);
This error occured for a very unintuitive reason. I'll need to explain some of the background. There are three general techniques for SDT modding:Okay, when i try to export it as a .swf, it says something like "invoking potential unidentified method newthighr" (newthighr is also the name of the mod)
//---------------------------right thigh
thighr = new newthighr();
//adds as skin - follows HSL sliders on Options tab
// loader.loadManual(thighr, her.torso.leg.thigh);
// loader.XYRA(thighr, "x:141.5;y:139;r:0;a:1");
//adds as costume - ignores HSL sliders on Options tab
loader.loadManual(thighr, her.torso.rightThighCostume);
//remove thigh costume mask
her.torso.rightThighCostume.mask = her.torso.getChildAt(
her.torso.getChildIndex(her.torso.rightThighCostume)-1
);
rthighmask = her.torso.rightThighCostume.mask;
her.torso.rightThighCostume.mask = null;
rthighmask.visible = false;