SDT Loader question (6 Viewers)

ModGuy

Content Creator
Joined
Feb 17, 2011
Invisible Lad said:
It doesn't matter whether the mod supports hue shift natively or not, and registerAll4HueShift doesn't seem to work anymore, either. I tried various mods by TOlive, and Mike, for example: TOlive's Hoodie (filename: Loader_Hoodie_Open), and then, after reopening the loader Mike's Supergirl V3 plus registerAll4HueShift since it doesn't have native support for hue shifting, and the blank space at the top of the sidebar remains blank. All mods come from the loader imports board on this site. Need specific links?

Don't need links but those mods indeed reproduced this issue, cheers for being so attentive.
Had a look over the code and noticed another insanely silly mistake in my code.
I used "=" instead of "==", whoops.

Error:
Code:
if (foundData = false)
{
	mod_panel.slidePanel.lstHues.addItem({label:mcName,data:[mc,[1,1,1,1,0,0,0,255]]});
}

And the fix:
Code:
if (!foundData)
{
	mod_panel.slidePanel.lstHues.addItem({label:mcName,data:[mc,[1,1,1,1,0,0,0,255]]});
}

This basically meant that if the mod was registered and had already been specified in the HueData.txt only then would it appear.
This was impossible seeing as how it need to appear to even generate the said file.

Should be fixed, will upload soon.

EDIT: Released.
 

HentaiBob

Potential Patron
Joined
Jun 6, 2012
Is there any way to get the custom char backup system (the .sdt-files) working?
I cant figure out how to load my favorite characters that I created with the original game :(

All I get after loading a backup file is the list with my characters, but nothing happens once you click them...
That is why I wanted to check and/or update the file locations of the backgrounds and hair styles, but clicking the "edit char" button, there are none of the file locations at all :-/

Saving a custom char with some loaded mods does not seem to work either :(
 

anonymous

Avid Affiliate
Joined
Feb 16, 2011
ModGuy said:
HentaiBob said:
Is there any way to get the custom char backup system (the .sdt-files) working?

No, not any time soon.
I think he's saying the Vanilla SDT character backup system doesn't work for him either... in which case this isn't the place for that... otherwise I'm misinterpreting things again.
 

HentaiBob

Potential Patron
Joined
Jun 6, 2012
Sorry for the stupid question, but what is the Vanilla SDT character backup system?

What I meant is the standard backup system in the "modding" tab ("Char List Backup")
 

gollum

Avid Affiliate
Joined
Dec 31, 2011
HentaiBob said:
All I get after loading a backup file is the list with my characters, but nothing happens once you click them...

the following assumes you are using the loader, if you don't you're in the wrong spot:

open vanilla sdt, load your char, select the modding-tab and press "generate" where it says "custom save data". copy the text that appears in the field above the button.

now go to your sdt-loader-folder, open the "mods" subfolder, create a new folder in there, name it whatever you want and in there you make a new file called code.txt. there you post the stuff you copied earlier.
after this you go back to the mods-folder, open the file "mods.txt" and add your new mod in this format: name:foldername

after you've done this you can use the rightside-slide-open-menu to load your character(s).
 

HentaiBob

Potential Patron
Joined
Jun 6, 2012
gollum said:
HentaiBob said:
All I get after loading a backup file is the list with my characters, but nothing happens once you click them...

the following assumes you are using the loader, if you don't you're in the wrong spot:

open vanilla sdt, load your char, select the modding-tab and press "generate" where it says "custom save data". copy the text that appears in the field above the button.

now go to your sdt-loader-folder, open the "mods" subfolder, create a new folder in there, name it whatever you want and in there you make a new file called code.txt. there you post the stuff you copied earlier.
after this you go back to the mods-folder, open the file "mods.txt" and add your new mod in this format: name:foldername

after you've done this you can use the rightside-slide-open-menu to load your character(s).

Hey cool, thank you very much for the detailed explanation :)
Not as comfortable as the normal system since I can no longer sort and save my chars in different .sdt files for the different anime, but its better than nothing! :D

PS: I didn't know that the official SDT Version is called "Vanilla SDT" :P
 

ModGuy

Content Creator
Joined
Feb 17, 2011
HentaiBob said:
I didn't know that the official SDT Version is called "Vanilla SDT"

http://en.wikipedia.org/wiki/Vanilla_software

Vanilla in software terms usually means "without modification".
 

anonymous

Avid Affiliate
Joined
Feb 16, 2011
ModGuy said:
HentaiBob said:
I didn't know that the official SDT Version is called "Vanilla SDT"

http://en.wikipedia.org/wiki/Vanilla_software

Vanilla in software terms usually means "without modification".
Or in other terms "plain" like vanilla ice cream.
 

zzaapp002

Staff
RM Moderator
Joined
Dec 10, 2011
What is this an Android board now? Vanilla Ice Cream vs Rocky Road?

AKA the "O.G." SDT from Kon versus the "New Hotness" Loader SDT from ModGuy?

Wait, does that make one of you Will Smith or Tommy Lee Jones? The Mods In Back (of us)?


And who is Zed then? Anon?


Hmm, "L" must be Mike since he isn't in the sequel so he is not in his black (mod) suit.


I think the rest of us are those weird little buggy worm things that love coffee and travel in packs breaking stuff.


Hurm...and 4chan is Frank? Smelly and loud with no real purpose but minor comic relief?


P.S.
I think I may have gone too far with this....
 

Faceless

Content Creator
Joined
Jun 12, 2011
Hey ModGuy, I have a question. kona realigned the thighs for v1.16.2b, so when I patch it I get this:
 

Attachments

  • Capture.JPG
    Capture.JPG
    18.8 KB · Views: 431

ModGuy

Content Creator
Joined
Feb 17, 2011
Missing main.unloadMod();

EDIT:

You should consider either rebuilding the mod or patching it directly.
 

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.