Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Showdown: Legends of Wrestling (Xbox) (.DR)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
themasterthree
Banned
Posts: 28
Joined: Wed Apr 20, 2005 8:55 am

Showdown: Legends of Wrestling (Xbox) (.DR)

Post by themasterthree »

Lots of people @ NMZ have been begging me 2 ask you about LoW textures so I figure we could give it a shot. Hopefully you guys can whip up another .bms script like you did with wm21 :wink:
You do not have the required permissions to view the files attached to this post.
Online_Dude
beginner
Posts: 20
Joined: Tue May 10, 2005 10:16 pm

Post by Online_Dude »

Hey I know you guys banned the dude that wanted these low files but I wouldnt mind messing with these files myself. So if anyone could extract files from this format and possible import back in the game. No rush or anything Im just curious about this since my brother has this game.

~Thanx Dudes xentax rocks I extracted a bunch of images from some of my pc games!
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Well, the file containes chunks of 4096 sized .map files, saved one after the other.

Code: Select all

uint32{4}	Dimension1 (64)
uint32{4}	Dimension2 (64)
uint32{4}	Unknown (0xFFFFFF)
uint32{4}	Length of filename string (FL) 
string{FL}	null-terminated string, padded with 0xCC to fill up to FL bytes
uint32{4}	Unknown
uint32{4}	Unknown
uint32{4}	Unknown (0x8008)
uint32{4}	Unknown (0x0)
uint16{2}	Unknown (0x0c01)
string{4}	null-terminated string ("PAD")
Data		file data
If you multiply Dimension1 * Dimension2 you get the file size of the whole file (4096). Coincidence?
Online_Dude
beginner
Posts: 20
Joined: Tue May 10, 2005 10:16 pm

Post by Online_Dude »

Thanks for checking it out I'm not sure what you mean. I guess you were saying you couldnt do anything with that file so I decided 2 dig up this game and try another file if you feel like looking at it. If I can figure out how to transfer files over from my xbox that is...
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Oh yes, I could create a script, no problem. Just did not have the time yet. :)

But an additional file would be handy, yes.
Online_Dude
beginner
Posts: 20
Joined: Tue May 10, 2005 10:16 pm

Post by Online_Dude »

Really!? You guys are the best I think I will tell all my friends about this place once again thanks! I took a pic of one of the directorys. I dunno maybe it could be some help
Image
I would love to get my hands on these costumes *drools over classic wrestling attires*

---------
I zipped up 3 .DR files I hope I did this right

http://s26.yousendit.com/d.aspx?id=3NJB ... DGLA41CB5O
Online_Dude
beginner
Posts: 20
Joined: Tue May 10, 2005 10:16 pm

Post by Online_Dude »

Couldnt figure out a script? Thats ok I guess :(
XTC
Banned
Posts: 23
Joined: Wed Apr 27, 2005 3:21 am

Post by XTC »

come on guy's me and my mate are desperate for these.
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Online_Dude wrote:Couldnt figure out a script? Thats ok I guess :(
I have just been too busy with other stuff... :cry:
Online_Dude
beginner
Posts: 20
Joined: Tue May 10, 2005 10:16 pm

Post by Online_Dude »

Thats cool dude Whenever you feel like it is fine with me I can wait :wink:
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Okay here's the script. This will extract all the .MAP files (I assume they are single files, with headers that also include their own name).

Code: Select all

SavePos CP 0 ;
GoTo EOF 0 ;
SavePos END 0 ;
GoTo CP 0 ;
Do ;
Set Offset Long CP ;
Get Width Long 0 ;
Get Heigth Long 0 ;
Set FileSize Long Heigth ;
Math FileSize *= Width ;
Get Unknown Long 0 ;
Get NameSize Long 0 ;
Get IDName String 0 ;
Get FileName String 0 ;
Log FileName Offset FileSize 0 0 ;
Math CP += FileSize ;
GoTo CP 0 ;
While CP < END ;
I also pre-compiled the script for you.
You do not have the required permissions to view the files attached to this post.
mel
ultra-n00b
Posts: 1
Joined: Wed Jul 18, 2007 2:41 am

Post by mel »

I know its old but can someone reup them 3 dr files.
User avatar
plodtrew
mega-veteran
mega-veteran
Posts: 177
Joined: Wed Jul 18, 2007 7:14 am
Has thanked: 13 times
Been thanked: 6 times
Contact:

Post by plodtrew »

does this script work with the ps2 version of the game also?
Post Reply