Need help in locating source texture files

witchking

School Cricketer
Joined
Jul 1, 2005
Online Cricket Games Owned
Hi guys,

I am trying to find the stumps textures in BLC. I want to change the textures to something that is more definitive of Cricket broadcast.

cheers,

witchking
 
gamedata.bag contains stumps.pcm

I think pcm is a grafix format, can't open it yet. Though I usually accociate pcm with sound files. Photoshop wont open it.


I was looking for them too...
 
hmm...I did a search and you r right. PCM files all associate as audio.

However it might be possible that its just a graphic file with a renamed extension or something.
 
Its stored as a dds file inside the stumps.pcm. I belive it starts at 256 and ends at 87295 (not 100% sure!), I have used a hex editor to copy those bytes and this is what I got.
 

Attachments

  • stump.jpg
    stump.jpg
    32 KB · Views: 124
nice find there prakash...but can u give us instructions of how to extract that dds tex from the pcm file ? :) that would be amazing.
 
It involves opening the file in a hex editor, selecting the bytes mentioned, copying and pasting to a new file and saving as .dds. Importing will then involve pasting back over the original.
 
yeah that sounds like um.. fun i think...
 
what u need to know is at what bytes the length of the file is stored, and the offset of the file. This way u know where the start and end of the file is.
 

Users who are viewing this thread

Top