The rules have been updated, read them now: Rules!
Street Fighter 4 (PC)
- chrrox
- Moderator
- Posts: 2586
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1329 times
Street Fighter 4 (PC)
The contents of this post was deleted because of possible forum rules violation.
- shekofte
- mega-veteran
- Posts: 218
- Joined: Sun Jan 18, 2009 1:45 pm
- Location: Sagittarius
- Has thanked: 261 times
- Been thanked: 17 times
- Contact:
Re: Street Fighter 4 (PC)
I love this trick so much >>>>were loaded into ram and then I dumped the ram contents





ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: Street Fighter 4 (PC)
The contents of this post was deleted because of possible forum rules violation.
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: Street Fighter 4 (PC)
Any progress with a model viewer, the files have a header of bsr but I cant find a viewer for it.
- chrrox
- Moderator
- Posts: 2586
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1329 times
Re: Street Fighter 4 (PC)
I don't have the skill to write a model viewer but 3dripper dx works great on this game.
just look in the file and delete any bone names you see bye overwriting them with 00
this will make them in t-pose.
just look in the file and delete any bone names you see bye overwriting them with 00
this will make them in t-pose.
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: Street Fighter 4 (PC)
Thanks I'll try that, haven't had much luck with the model files dumped by 3dripper as yet. anyways here's the full Zangief mod I've been working on:chrrox wrote:I don't have the skill to write a model viewer but 3dripper dx works great on this game.
just look in the file and delete any bone names you see bye overwriting them with 00
this will make them in t-pose.
You do not have the required permissions to view the files attached to this post.
Re: Street Fighter 4 (PC)
Hi chrrox. What do you mean by "look in the file and delete any bone names you see"? You mean by opening it with... what?chrrox wrote:I don't have the skill to write a model viewer but 3dripper dx works great on this game.
just look in the file and delete any bone names you see bye overwriting them with 00
this will make them in t-pose.
When opening with notepad I can see just a mess.
- alera
- advanced
- Posts: 71
- Joined: Fri Oct 06, 2006 2:33 am
- Has thanked: 14 times
- Been thanked: 5 times
Re: Street Fighter 4 (PC)
A HexEditor most likely. Its like notepad but for binary data.
I can think of "HexWorkshop" and "010 Hex editor". those are stand alone hex editors but non are free
Hex editors usualy have 2 views. one that is like notepad and one in hexadecimal numbers. look for a bone name.. what ever that will be. say "Bone1" or "Pelvis". look for the name in the ASCII view(the one that looks like notepad) and then highlight it to know where does it correspond in the Hex view. in the hex view you should overwrite the selected bytes with "00" that will simply set all bytes to null.
The hex view will have number ranging from 0 to "F" and 10 is not ten. it is actually 16
BTW Cool Mod!
I can think of "HexWorkshop" and "010 Hex editor". those are stand alone hex editors but non are free

Hex editors usualy have 2 views. one that is like notepad and one in hexadecimal numbers. look for a bone name.. what ever that will be. say "Bone1" or "Pelvis". look for the name in the ASCII view(the one that looks like notepad) and then highlight it to know where does it correspond in the Hex view. in the hex view you should overwrite the selected bytes with "00" that will simply set all bytes to null.
The hex view will have number ranging from 0 to "F" and 10 is not ten. it is actually 16

BTW Cool Mod!