Register Forum Rules Recent Forum Posts View Members Advanced Search
January 2nd, 2012
#1
Moderator's Note: The purpose of this thread is not to request that others provide edits to your client for you, so please refrain from doing so for the time being. Thank you.

Key Posts:
Basic Editing: http://dbocom.com/forum/showthread.p...922#post146922
Aura Swapping 1: http://dbocom.com/forum/showthread.p...951#post154951
Aura Swapping 2: http://dbocom.com/forum/showthread.p...260#post155260
Armor Swap Mods: http://dbocom.com/forum/showthread.p...812#post156812
Dogi Swap Mods: http://dbocom.com/forum/showthread.p...176#post159176



I know it's possible, but I'm trying to figure out how.
I want to edit the files to make my character look like she's in SSJ form all the time. I don't wany any effects, just the hair and eyes.
It's part of the character design, look at my sig and you'll see what I mean, blahblahblah

An issues I might come across would be EVERYONE looking like they're SSJ, which I want to avoid if at all possible

My first guess is the pak files, however which one would contain the transformed models and base models, ect.

I'm a veteran with file editing from Mabinogi but this is new territory for me...
Any help on this would be appreciated :3

Last edited on March 25th, 2012 at 09:55 PM.
January 2nd, 2012
#2
http://www.elberethzone.net/en/dup-download.html
Try with it!
EDIT:Doesnt work i just gived a shot!It wont open!

Last edited on January 2nd, 2012 at 10:19 AM.
January 2nd, 2012
#3
Balls :V

Well, any other ideas?
January 2nd, 2012
#4
Download this: (edit, removed, no longer works)

Copy that into your "DBO_CT_TW/pack" folder, replacing the file that's already there. If you want to revert everything back to normal, click this button on the launcher:



This will not give you the Super Saiyan aura. Just the hair and eyebrows. When you blink though, your eyebrows will turn black; nothing I can do about that.

Last edited on March 25th, 2012 at 09:56 PM.
January 2nd, 2012
#5
That's fine, I only wanted hair and eyebrows.
But will it turn everyone else into SSJs too?
January 2nd, 2012
#6
no, its user sided so only you see your char at it, you see everybody else as normal and they see you as normal
January 2nd, 2012
#7
Firing it up now, hope it works :V



So I guess there's no way to do this without everyone else having SSJ hair then...?

Last edited on January 2nd, 2012 at 03:25 PM. Reason: Double Post
January 2nd, 2012
#8
Download this: http://bit.ly/tiv62S

Copy that into your "DBO_CT_TW/pack" folder, replacing the file that's already there. If you want to revert everything back to normal, click this button on the launcher:



This will not give you the Super Saiyan aura. Just the hair and eyebrows. When you blink though, your eyebrows will turn black; nothing I can do about that.

Is this what you used on the dbocom YouTube video which shows all ssj hairstyles and what if your namek or boo would it show their transform state and what other tricks do you know

Will others see you like this and can you be banned?

Last edited on January 2nd, 2012 at 03:36 PM. Reason: Double Post
January 2nd, 2012
#9
It's client sided, so only you see it.
It effects all humans, so I am disappoint.
January 2nd, 2012
#10
Is this what you used on the dbocom YouTube video which shows all ssj hairstyles and what if your namek or boo would it show their transform state and what other tricks do you know

Will others see you like this and can you be banned?

Yes, it's essentially the same thing and no it will not get you banned.



Firing it up now, hope it works :V



So I guess there's no way to do this without everyone else having SSJ hair then...?

The only way you can achieve that effect is to set it up so that only 1 type of hairstyle and 1 type of face is converted to SSJ. And the way you'd do that is to revert back to the unedited src0.pak file, open it up with a text editor, and then edit the group of lines that start with:

<DATA TYPE ="1" COLOR_TYPE ="1" TEX_NAME="A_HUM_F_AD_FACE01"/>

And

<DATA TYPE = "1" KEY_NAME="A_HUM_HEAD01_H_F"/>

Those lines correspond to your face and hair respectively. You need to go through all of them (should be 10 each), editing them until you find out which one your character uses. To set it up so that they use SSJ hair/face instead you change the lines to this:

<DATA TYPE="1" COLOR_TYPE="1" TEX_NAME="A_HUM_F_AD_FACE01_S"/>

And this:

<DATA TYPE="1" KEY_NAME="A_HUM_HEAD01_S_H_F"/>

For the face entries, you must remove the space between "TYPE" and "=" and between "COLOR_TYPE" and "=". For hair entries, you must remove the spaces before and after the "=" that's right after "TYPE". If you don't do this the game will crash.

Last edited on January 2nd, 2012 at 03:44 PM.