[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - Prinsto - 03-29-2013
SouL Wrote:{ Mar 28 2013, 08:56:32 PM } - Possibility is the game either have more graphic glitches or it may crash...
But,.. I think it's worth a try.... :yes:
I tried that. I removed the texture of Scotty's right leg and changed the yobj, so that on the right is the texture for the left leg. But still the same issues.
But just the process of that takes very long, because you need to set all the new offsets in the 09.pac.
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - HARDX36 - 03-29-2013
Prinsto Wrote:{ Mar 29 2013, 04:15:20 PM } -
SouL Wrote:{ Mar 28 2013, 08:56:32 PM } - Possibility is the game either have more graphic glitches or it may crash...
But,.. I think it's worth a try.... :yes:
I tried that. I removed the texture of Scotty's right leg and changed the yobj, so that on the right is the texture for the left leg. But still the same issues.
But just the process of that takes very long, because you need to set all the new offsets in the 09.pac.
you can create a new texture archive using x-packer
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - Prinsto - 03-29-2013
well, right seems like, i forgot
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - SouL - 03-30-2013
I'm sorry everyone... But I'm gonna be inactive to wrestling modding for a while... It's because Iv'e been very busy lately... I am basically making a system for our school right now and things got a little complicated... So, I'll focus more on my work for a bit... But, don't worry,... When I get back, I'm gonna contribute a lot of mods for you.... If anybody still want me back... Cheers!!! :toast:
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - SouL - 04-01-2013
Hi everyone,.. Im back... And Iv'e got 1 day of free time right now... :yes:
This is what I've recently finished right now...
Rock (Wrestlemania XXVIII):
Spoiler: click to toggle:
Front:
Side:
Back:
Damn... His tattoos are very hard.... :yes:
Feedbacks?... :$
Also, How do you convert .txc file to .bpe file?...
Rock's blood textures are in .bpe file and in order to edit, You have to uncompress to .txc file...
Here's the preview of my problem...
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - HARDX36 - 04-01-2013
SouL Wrote:{ Apr 1 2013, 02:01:10 AM } - Hi everyone,.. Im back... And Iv'e got 1 day of free time right now... :yes:
This is what I've recently finished right now...
Rock (Wrestlemania XXVIII):
Spoiler: click to toggle:
Front:
Side:
Back:
Damn... His tattoos are very hard.... :yes:
Feedbacks?... :$
Also, How do you convert .txc file to .bpe file?...
Rock's blood textures are in .bpe file and in order to edit, You have to uncompress to .txc file...
Here's the preview of my problem...
you have to uncompress that bpe(use x-packer or quickbms) and then open the uncompressed file with x-packer as a texture archive
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - SouL - 04-01-2013
HARDX36 Wrote:{ Apr 1 2013, 02:17:53 AM } -
SouL Wrote:{ Apr 1 2013, 02:01:10 AM } - Hi everyone,.. Im back... And Iv'e got 1 day of free time right now... :yes:
This is what I've recently finished right now...
Rock (Wrestlemania XXVIII):
Spoiler: click to toggle:
Front:
Side:
Back:
Damn... His tattoos are very hard.... :yes:
Feedbacks?... :$
Also, How do you convert .txc file to .bpe file?...
Rock's blood textures are in .bpe file and in order to edit, You have to uncompress to .txc file...
Here's the preview of my problem...
you have to uncompress that bpe(use x-packer or quickbms) and then open the uncompressed file with x-packer as a texture archive
But to recompress it?... I mean, I already modded the 08.txc but I dont have any idea on how to bring it back to the game... I dont know how to recompress it back to .bpe... anyways, thanks for the reply... :hi
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - HARDX36 - 04-01-2013
SouL Wrote:{ Apr 1 2013, 02:22:49 AM } -
HARDX36 Wrote:{ Apr 1 2013, 02:17:53 AM } -
Quoting limited to 2 levels deep
Spoiler: click to toggle:
Front:
Side:
Back:
Damn... His tattoos are very hard.... :yes:
Feedbacks?... :$
Also, How do you convert .txc file to .bpe file?...
Rock's blood textures are in .bpe file and in order to edit, You have to uncompress to .txc file...
Here's the preview of my problem...
But to recompress it?... I mean, I already modded the 08.txc but I dont have any idea on how to bring it back to the game... I dont know how to recompress it back to .bpe... anyways, thanks for the reply... :hi
there is no way to re-compress the file just inject the new texture archive with x-packer the only problem should be that maybe the pac become much bigger size and the game could freeze
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - Prinsto - 04-01-2013
Hey man,
I will help you out again
So you have the 08.txc and 08.tm2. Edit the 08.tm2 and save it with the settings as the original (colors etc.)
Open the Wrestler.pac (I use the Rock) and inject your new 08.txc (i suppose you know how to convert from tm2 back to txc).
The pac has now a larger filesize. Thanks to nikethebike and HARDX36 I can finally calculate the new filesize for the header in ch.pac.
So open your new wrestler.pac in a hex editor and search for the last row before the 0 block at the end of the file. In my example I need 000876F0.
So now how to calculate the header file size. Open a hex calculator (I use the windows one) and type in: 000876F0 / 100
You will get 876. Then add 1 and you will have 877. So now you simply need to reverse 08 77 to 77 08 and that's what you need for the header in ch.pac.
Finally you can update the header, import the new wrestler.pac and rebuild the iso.
And there you go, your new blood face texture:
[Closed] My mods(smackdown HCTP) - SouL (CM PUNK WIP) - PunkDEverliving - 04-01-2013
Prinsto Wrote:{ Apr 1 2013, 09:18:11 AM } -
Cool! so you can change the whole face when they bleed? awesome.
maybe instead of adding blood, add a beard ^o)