|
|
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.