SDT Loader question (2 Viewers)

ModGuy

Content Creator
Joined
Feb 17, 2011
BuckWild said:
I seem to have the same issue as before.

When reporting bugs:

Upload the problematic files.
Explain what you want to do, what you expect to happen and what actually happens.
 

BuckWild

Modder
Streamer
Joined
Feb 3, 2013
ModGuy said:
BuckWild said:
I seem to have the same issue as before.

When reporting bugs:

Upload the problematic files.
Explain what you want to do, what you expect to happen and what actually happens.


Thanks for the tip.


However, I don't know where the problem originates from, though I overwrite everything with your new Loader archive. I've tried loading various vanilla costume imports and 2-3 dynamic hair imports. I want them to load onto the HER, I expect the HER to don the costume, and I see no change in the appearance other than breast or body sizes and other built-in SDT functions. However, I did happen to make the ribbon in SCLover's Kasumi Hair import to appear, but the hair itself is unchanged from loading the SWF through the vanilla menu.


NOTE: I load all my vanilla mods through the Modder tab and not through the loader tab.


I suppose, to meet the requirements of uploading the problematic files, I'll just link to the loader currently posted in the OP.


http://www.mediafire.com/?183s048uv7k8486
 
G

grimm11

When I try to open the loader.swf I get a message that says "Error loading SDT.SWF" Do you have a solution for this by any chance? Thanks ahead of time.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
the loader comes with sdt.swf

if you move the loader file around, that file must move along with it.

also, use the stand alone flash player; probably not related to this error, but a good idea anyway.
 
M

Missing

Quick question, I do hope it is not too stupid but I can't seem to 'stack' mods like the animtoolloader, penisrange and the breastexpansion. Whenever I use either of them, it gets reset to default. How can I fix this?
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Missing said:
Quick question, I do hope it is not too stupid but I can't seem to 'stack' mods like the animtoolloader, penisrange and the breastexpansion. Whenever I use either of them, it gets reset to default. How can I fix this?

ModGuy said:
BuckWild said:
I seem to have the same issue as before.

When reporting bugs:

Upload the problematic files.
Explain what you want to do, what you expect to happen and what actually happens.

Include your method of loading and anything you think will help.
 

Faceless

Content Creator
Joined
Jun 12, 2011
ModGuy, I'm getting a strange error when trying to load a vanilla import.
Code:
ReferenceError: Error #1056: Cannot create property url on SDTMods.ModPackage.
	at Loader_fla::MainTimeline/modDataLoadingComplete()
This only occurs with loader.swf—modder.swf and SDT.swf both load without problems. I've attached the import source.
 

Attachments

Mileena.fla
835 KB · Views: 128

ModGuy

Content Creator
Joined
Feb 17, 2011
Faceless said:
ModGuy, I'm getting a strange error when trying to load a vanilla import.
Code:
ReferenceError: Error #1056: Cannot create property url on SDTMods.ModPackage.
	at Loader_fla::MainTimeline/modDataLoadingComplete()
This only occurs with loader.swf—modder.swf and SDT.swf both load without problems. I've attached the import source.

Loads fine for me, got the latest version?
How are you loading it?

EDIT:

The loading algo you're experiencing only kicks in on an error, meaning that we're dealing with a loader mod.
You're clearly loading a vanilla mod so it shouldn't get to that point.
Something is screwing with the detection or the algo is causing some error, you need to describe exactly how to reproduce this error.
 

riddick1970

Potential Patron
Joined
Oct 18, 2012
Hi guys; a quick question: with Loader 5.21c I don't be able to load mod "superbreastV1".
With version 5.21b I've never had any problems.
Does anyone have the same problem or is (probably) my mistake?
Thanks for the replies
 

xPreatorianx

Potential Patron
Joined
Oct 19, 2012
Seems with the latest loader that when I load a char from my mods folder and then load another char the second char won't load at all. Basically it just sits there. I'm using the loader menu where all my mods go.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Missing said:
Quick question, I do hope it is not too stupid but I can't seem to 'stack' mods like the animtoolloader, penisrange and the breastexpansion. Whenever I use either of them, it gets reset to default. How can I fix this?
in loader root folder, open Setting.txt

make sure this line is set to 0 as such:
resetCharOnChange=0

if you are loading multiple mods through clicking multiple character folders, this will stop the loader from resetting.



for people that have mods breaking with 5.21c:
konashion said he reworked a good amount of stuff around for doing the new arm positioning. this may break some mods that worked in loader 5.21b.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Bug reports not following:

http://superdeepthroat.undertow.club/index.php?topic=3564.0

Will probably be ignored. I'll try my best to understand but only if you try your best to describe it.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
hey modguy, did you change the mod settings loader parsing in 5.21c?

i was running through some stuff, and i found that my 'key' printing for the settings dictionary had some tabs and spaces in them.
example: "a=3 "
the spaces show up if you run your 'settingsloaderEX' mod as well, so it isn't just me ;D

not a big issue, i usually typecast my stuff to numbers anyway, but i just wanted you to be aware of it ;)
 

ModGuy

Content Creator
Joined
Feb 17, 2011
sby said:
hey modguy, did you change the mod settings loader parsing in 5.21c?

i was running through some stuff, and i found that my 'key' printing for the settings dictionary had some tabs and spaces in them.
example: "a=3 "
the spaces show up if you run your 'settingsloaderEX' mod as well, so it isn't just me ;D

not a big issue, i usually typecast my stuff to numbers anyway, but i just wanted you to be aware of it ;)

Don't know why that would happen, I explicitly remove all spaces.
I can modify some things but right now it's working for me.
Perhaps Flash is representing the newline or return characters as spaces.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
ModGuy said:
sby said:
hey modguy, did you change the mod settings loader parsing in 5.21c?

i was running through some stuff, and i found that my 'key' printing for the settings dictionary had some tabs and spaces in them.
example: "a=3 "
the spaces show up if you run your 'settingsloaderEX' mod as well, so it isn't just me ;D

not a big issue, i usually typecast my stuff to numbers anyway, but i just wanted you to be aware of it ;)

Don't know why that would happen, I explicitly remove all spaces.
I can modify some things but right now it's working for me.
Perhaps Flash is representing the newline or return characters as spaces.
the spaces show up in the updatestatus for a clean loader5.21c that i downloaded several minutes before this post

maybe try having your 'test.txt' in the 'settingsLoaderEx' be this:
a=1 ;a = 1, sure.
b=2 //b = 2, seems legit
;c=3 ;just testing out comments
d=3 //hopefully stuff still works

the only change i made was added a bunch of spaces after a=1 to emphasize the spaces


maybe you secretly have a tweaked version :o
 

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.