Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: monoman on March 18, 2015, 09:27:29 pm

Title: [QUESTION]  Making available more of the Character Skins
Post by: monoman on March 18, 2015, 09:27:29 pm
Hi, i was wondering if any of you can help me with this.

As you know all characters models have a number of skins to choose from.
In the specific case of a dwarf male you have a total of 21 skins, from which only 8 are available in the character creation screen and another 3 are unlocked with a deathknight class setting.

My question is, it is possible to make the rest of the skins available to choose from in character creation? and if it is possible could you point me in what i must do to achieve it?

Thank you in advance for any kind answers.
Monoman.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Temptation_Town on March 18, 2015, 10:16:03 pm
CharSections.dbc

I doubt that all 21 can be unlocked at the same time, probably you will need to remove some default skins.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Amaroth on March 18, 2015, 11:09:36 pm
I heared once that maximal number of skins which are able to be chosen are somehow limited by client, but never tested that by myself. You may run into problems with this. Anyway, DBC collegue posted is the one you are looking for.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: monoman on March 19, 2015, 05:04:43 am
Actually I've already tampered with the CharSections.DBC but i'm not interested in replacing anything, I want to make this extra skin availables and it seems something is limiting the skins that you can choose from and i don't know where  that information is to be edited.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Skarn on March 19, 2015, 07:03:43 am
It is limited by the client. So, would probably require wow.exe hack.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Alastor on March 19, 2015, 08:45:20 am
sounds like challenge
/e "starts up Ollydbg & CheatEngine
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: The_Tauren on March 20, 2015, 08:14:27 pm
Yea, my friend told me to edit CharSections. I'm trying to do the same thing. He has done it for MoP, but I'm trying to do it with WotLK. I'm just confused what/which flags I edit and what number to put in.

Anyone got advice?
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Chase on March 20, 2015, 09:08:17 pm
I enabled a bunch of the char sections without removing the old ones, it even works on servers. People without the patch will see normal skins, (the id possibly just overflows to 0) and people with the patch see the new skin.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Amaroth on March 21, 2015, 01:28:00 pm
http://www.pxr.dk/wowdev/wiki/index.php ... ctions.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=CharSections.dbc" onclick="window.open(this.href);return false;)
Questions?
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: The_Tauren on March 21, 2015, 11:13:37 pm
What do you do in CharSections to enable more skins?
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: phantomx on March 22, 2015, 01:30:20 am
Quote from: "The_Tauren"
What do you do in CharSections to enable more skins?

Well in theory you just have to change the flag to 1 for it to be playable, I haven't tried it myself because I haven't had any need to but in theory you should just need to change the flag since those extra skins should already be in the charsections dbc just not set to playable if not just add new lines and add them.

http://www.pxr.dk/wowdev/wiki/index.php?title=CharSections.dbc
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: monoman on March 25, 2015, 12:36:57 am
I've actually changed the flag to playable in the char section dbc, however, this only causes the client to crash on random generation and if you try to find the skins manually with the slider they simply are not there to be selected.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Gurluas on March 25, 2015, 01:51:28 am
Quote from: "monoman"
I've actually changed the flag to playable in the char section dbc, however, this only causes the client to crash on random generation and if you try to find the skins manually with the slider they simply are not there to be selected.


You need to add faces and pelvis skin if you change them to be playable.
Simply cut out the areas in question using paint (I find it easier to cut stuff in paint then gimp/photoshop)
and then convert them to png. You need 9 faces but it doesn't matter if they're the same texture. Do that and itøll work.

Although as pointed out, there is a clientside limit on playable skins. I think it's 10 or something.

So a race with 9 skins can only have one more, while a race with 5 skins can have 5 more.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Amaroth on March 25, 2015, 04:04:40 pm
And thats just all? 10 is limit and those other don't work only because of those missing naked textures? Once again I wanna hang myself. :D

Thanks a lot for an idea.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: The_Tauren on March 28, 2015, 05:29:16 pm
Eh, super noob question.

Where is the flag value that I change to one?

http://i.imgur.com/XD4Salw.png (http://i.imgur.com/XD4Salw.png" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Amaroth on March 29, 2015, 12:21:03 am
http://www.pxr.dk/wowdev/wiki/index.php ... ctions.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=CharSections.dbc" onclick="window.open(this.href);return false;)
As you can see, it should be #8 row when 1 based (that means that ID column is #1), so #7 when 0 based as it is in your editor. Btw, I never heared about editor you are using here, you may want to use rather MyDBCEditor instead.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Rangorn on March 29, 2015, 05:06:07 pm
In first, choose another DBC Editor :D

Some columns are string, in your editor, they are int.
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Alastor on March 29, 2015, 07:48:11 pm
(http://i.imgur.com/evSFAsR.png)

and use this one
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Rangorn on March 29, 2015, 08:01:49 pm
No, that's the seven column on the screenshoot, for the flag
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: Alastor on March 29, 2015, 08:08:18 pm
If you use my DBC Editor that i uploaded its going to be 8
 i didnt notised that you are using that one ancient technology from stone age
Title: Re: [QUESTION]  Making available more of the Character Skins
Post by: The_Tauren on March 30, 2015, 06:02:27 pm
Is there a reason why it says 17 instead of 1?