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 said:I seem to have the same issue as before.
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.
ModGuy said:Try now.
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.
ReferenceError: Error #1056: Cannot create property url on SDTMods.ModPackage.
at Loader_fla::MainTimeline/modDataLoadingComplete()
Faceless said:ModGuy, I'm getting a strange error when trying to load a vanilla import.
This only occurs with loader.swf—modder.swf and SDT.swf both load without problems. I've attached the import source.Code:ReferenceError: Error #1056: Cannot create property url on SDTMods.ModPackage. at Loader_fla::MainTimeline/modDataLoadingComplete()
in loader root folder, open Setting.txtMissing 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?
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 ;)
the spaces show up in the updatestatus for a clean loader5.21c that i downloaded several minutes before this postModGuy 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.