SSAOW and New CP1 Maps Question [message #119854] |
Tue, 12 October 2004 05:14   |
|
"Aircraftkiller" | Can't be done for anything I made, source files are unavailable for them. Sorry - can't help you there.
|
Actually, depending on what information one needs to extract from the map, its probobly possible to extract it by examining the binary map files with a program that can view the chunked format used for them then finding the chunks in question.
For example, if you need to find the ID of the barracks building, you can load it into the chunk dumper (I have such a dumper myself) and find the chunks that correspond to SoldierFactoryGameObj. Then from there, you can drill down and find the chunk that holds the ID of the object and grab it from there.
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|