Users browsing this thread: 1 Guest(s)
Canceled MadWorld project
#6
(01-10-2015, 11:22 PM)SovietSandvich9 Wrote: Huh, I wonder why I never thought of doing that, If I could switch the animation for Jack and rip him in t-pose that would make rigging the model a lot easier. But would it work for other existing models inside the game?
Probably, though it's not a very efficient way to rip the models. Unless you of course feel like replacing hundreds of animations ;v
If you want to play around with it, use this script on the dat files.
MDB are the model files, TPL are the texture containers and MOT are the animations.
Code:
# Game: Bayonetta First Climax (X360)

# by Fatduck    Oct 2009
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

endian big

idstring "DAT\0"
get NUMRES long
get OFSRESLIST long
get OFSRESTYPELIST long      #no needed
get OFSRESNAMELIST long
get OFSSIZERESLIST long

goto OFSRESNAMELIST
get STGLEN long
savepos OFSRESNAMELIST

for i = 0 < NUMRES
  goto OFSRESLIST
  get OFSRES long
  savepos OFSRESLIST
 
  goto OFSRESNAMELIST
  getdstring RESNAME STGLEN
  savepos OFSRESNAMELIST
 
  goto OFSSIZERESLIST
  get SIZERES long
  savepos OFSSIZERESLIST
 
  log RESNAME OFSRES SIZERES
next i
Reply
Thanked by:


Messages In This Thread
Canceled MadWorld project - by SovietSandvich9 - 01-10-2015, 09:52 AM
RE: Ripping from MadWorld - by Mystie - 01-10-2015, 12:31 PM
RE: Ripping from MadWorld - by TGE - 01-10-2015, 04:59 PM
RE: Ripping from MadWorld - by TGE - 01-10-2015, 09:36 PM
RE: Ripping from MadWorld - by Mystie - 01-11-2015, 12:22 PM
RE: Ripping from MadWorld - by TGE - 01-11-2015, 07:13 PM
RE: Ripping from MadWorld - by TGE - 01-12-2015, 02:51 PM
RE: Ripping from MadWorld - by Mystie - 01-12-2015, 02:52 PM
RE: Ripping from MadWorld - by TGE - 01-13-2015, 10:22 AM
RE: Ripping from MadWorld - by Mystie - 01-13-2015, 12:16 PM
RE: Ripping from MadWorld - by TGE - 01-13-2015, 12:37 PM
RE: Canceled MadWorld project - by Mystie - 01-14-2015, 02:04 PM
RE: Canceled MadWorld project - by TGE - 01-14-2015, 02:08 PM
RE: Canceled MadWorld project - by TGE - 01-23-2015, 12:36 PM
RE: Canceled MadWorld project - by Mystie - 01-23-2015, 06:35 PM
RE: Canceled MadWorld project - by SmashFan127 - 01-24-2015, 04:54 PM

Forum Jump: