SDT Loader question (2 Viewers)

Abom713

Potential Patron
Joined
Feb 17, 2011
Re: Mods

Reply #38

ModGuy-Y-U-N-fix-glitches.jpg
 

BitOff

Potential Patron
Joined
Feb 25, 2011
Re: Mods

mr. Quackums said:
^it does the same thing as keeping the space bar pressed.
It would be nice to have the same thing for 'ignore mouse', plus some onscreen feedback about what you have toggled.

This looks like a bug: if I load a custom character through the side panel thingy, my custom keys stop responding...
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Abom713 said:
Reply #38

ModGuy-Y-U-N-fix-glitches.jpg



Well it seems my attempt to resign failed.
Fix found.
After loading in the custom char:
Code:
function selectChar(e:Event):void
{
	var c:String = e.target.selectedItem.data;
	ldr.load(new URLRequest("Chars/" + c + "/Code.txt"));
	xldr.load(new URLRequest("Chars/" + c + "/Hair.png"));
	stage.focus = this;
}

Mods break due to a lack of focus on the main stage which actually processes the keys.
Fix is to focus on the stage again:
Code:
stage.focus = this;

EDIT:
Fixed version released.
 

Abom713

Potential Patron
Joined
Feb 17, 2011
Re: Mods

kojiro said:
so you won't be making mods anymore?

I think ModGuy said he was going to wait until Konashions next version before he was going to make more mods.

EDIT: All the problems are still there :( Oh well. Thanks for putting the effort in, but I'll just stick with previous version.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Abom713 said:
kojiro said:
so you won't be making mods anymore?

I think ModGuy said he was going to wait until Konashions next version before he was going to make more mods.

EDIT: All the problems are still there :( Oh well. Thanks for putting the effort in, but I'll just stick with previous version.

There shouldn't be any issue with the loader as of 2.0a
As for not making mods, I think you'll find that scouring through code becomes tiresome.
I just don't see any potential in it, hence I released the code.
I mean, when people asked for SWF imports, I gave them custom eye/nipple SWFs but I don't see anything being done.
WHERE IS MY CONTENT PEOPLE?!

If you really want more mods, I can go ahead and cook something up.
 

Abom713

Potential Patron
Joined
Feb 17, 2011
Re: Mods

ModGuy said:
Abom713 said:
kojiro said:
so you won't be making mods anymore?

I think ModGuy said he was going to wait until Konashions next version before he was going to make more mods.

EDIT: All the problems are still there :( Oh well. Thanks for putting the effort in, but I'll just stick with previous version.

There shouldn't be any issue with the loader as of 2.0a
As for not making mods, I think you'll find that scouring through code becomes tiresome.
I just don't see any potential in it, hence I released the code.
I mean, when people asked for SWF imports, I gave them custom eye/nipple SWFs but I don't see anything being done.
WHERE IS MY CONTENT PEOPLE?!

If you really want more mods, I can go ahead and cook something up.

All the same problems still exsist from my previous reply #38. Eyebrows are always brown (but that's always been a problem), custom skin still stay when it shouldn't, long hair gets cut off if you auto-load it from a character slot (Smurfette), and custom skin tone is a couple of shades off (Rouge).

Maybe it's just me?
 

MrBoobLover

Potential Patron
Joined
Feb 18, 2011
Re: Mods

Hey ModGuy.
You not making mods is like a DeepThroat without saliva. Its just not right! If you stop making mods for this awesome game, it just wouldn't be the same. Your loader mod really helps the game move in a nice smooth motion. I would be struggling without it. I'm not saying to make mods every day or week, but maybe make an updated mod for each version Konashion releases? That would be much appreciated.

As for the nipple/eye swf import, sorry that I haven't done anything with it, but I don't know how to use it :o

Anyways, hope you stick around if you decide to stop being the "ModGuy" and thanks for all the work and effort you put in this game bro.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Fix for brown eyebrows:

Dont use the codes I provided, they're outdated.


EDIT:

Long hair fix:
04908143569798982921.png


Release soon.

As for skin tones etc, I have no idea why it might be a little off.
I mean it would either work, or not.
If it kinda works, then I kinda don't know how to fix it.

:D


EDIT2:

So I looked in to the skin problem and found why it occurs.
It's a problem in Kona's code:
Code:
                    case "skinhsl":
                    {
                        _loc_11 = _loc_5[1].split(",");
                        if (_loc_5[1] != "0,1,1,1")
                        {

The skin mod only gets applied if it is not the default colour.
So, I'm not sure how you want me to fix something which was already a problem?

EDIT3:

Released hair clipping bugfix.
...
What, were you expecting features?
 

Eighty-7

Potential Patron
Joined
Mar 6, 2011
Re: Mods

Tried to get the files, but i cannot extract the files. Do you know of any decent extracting programs?
 

Eighty-7

Potential Patron
Joined
Mar 6, 2011
Re: Mods

Well im guessing its somting on my pc, try to extract but i get an error message saying that "Windows has blocked the file from being extracted" so i gotta do some work on my end, thanks anyway.
 

Konashion

Content Creator
Joined
Feb 17, 2011
Re: Mods

The filter doesn't get applied when it would be doing nothing so that it doesn't needlessly cause slow down. I don't see how that would cause any problems.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Konashion said:
The filter doesn't get applied when it would be doing nothing so that it doesn't needlessly cause slow down. I don't see how that would cause any problems.

That's some interesting logic.
So say you want to load a code with the default settings?
The skin would not apply and you would be left with the previous settings.

But hey, you save about a fraction of a second by not doing so.
 

Konashion

Content Creator
Joined
Feb 17, 2011
Re: Mods

Ah, I see what you mean, it not clearing when the default settings are there is a bug. The slow down I'm talking about is if it ran a filter with blank settings when there's no need, not the single step of creating the filter. Wow though, chill out.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Sorry if I seemed a little aggressive, I should have put "LOL" on the end of that to show you that I was being sarcastic.
I was just stating a point, not trying to argue here.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Updated:

Config box can now be toggled.
Custom backgrounds in the form of SWF.

Deliver content D:<
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: Mods

Anonymous said:
What what, I didn't think anyone asked for that

This is somewhat disappointing.
I don't only implement requested features you know... :[
Anyway, this was requested by PM.
 

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.