Ghostbusters The Video Game Remastered .POD files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MuratG
Posts: 53
Joined: Thu Jan 29, 2015 9:06 pm

Ghostbusters The Video Game Remastered .POD files

Post by MuratG »

How to unpack and repack these LANGUAGE.POD files?
eaZy
Posts: 13
Joined: Sat Apr 13, 2019 9:25 am

Re: Ghostbusters The Video Game Remastered .POD files

Post by eaZy »

Code: Select all

# POD6 
idstring "POD6"
get FILES long
get UNKNOWN long
get START_OFF long
get NAMES_SIZE long
get NAMES_OFF asize
math NAMES_OFF - NAMES_SIZE
goto START_OFF
for i = 0 < FILES
    get NAME_START long
    get ZSIZE long
    get OFFSET long
    get SIZE long
   get DUMMY longlong
   savepos NEXT
   math NAME_START + NAMES_OFF
    goto NAME_START
    get NAME string
    if ZSIZE == SIZE
        log NAME OFFSET ZSIZE
    else
       comtype ZLIB
        clog NAME OFFSET ZSIZE SIZE
    endif
   goto NEXT
next i
MuratG
Posts: 53
Joined: Thu Jan 29, 2015 9:06 pm

Re: Ghostbusters The Video Game Remastered .POD files

Post by MuratG »

eaZy wrote:

Code: Select all

# POD6 
idstring "POD6"
get FILES long
get UNKNOWN long
get START_OFF long
get NAMES_SIZE long
get NAMES_OFF asize
math NAMES_OFF - NAMES_SIZE
goto START_OFF
for i = 0 < FILES
    get NAME_START long
    get ZSIZE long
    get OFFSET long
    get SIZE long
   get DUMMY longlong
   savepos NEXT
   math NAME_START + NAMES_OFF
    goto NAME_START
    get NAME string
    if ZSIZE == SIZE
        log NAME OFFSET ZSIZE
    else
       comtype ZLIB
        clog NAME OFFSET ZSIZE SIZE
    endif
   goto NEXT
next i


repack is damaged
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Ghostbusters The Video Game Remastered .POD files

Post by Delutto »

Ghostbusters The Video Game Remastered POD Tool
By Delutto
See Readme.txt for instructions.
Ghostbusters_Remastered_POD_Tool_By_Delutto.7z
gptek
Posts: 2
Joined: Tue Oct 08, 2019 12:38 pm

Re: Ghostbusters The Video Game Remastered .POD files

Post by gptek »

Great!, but does it work on audio files? (2009 dubbing files over 2019 "english only" files in .pod ) not for me :oops: .
No reply?
gptek
Posts: 2
Joined: Tue Oct 08, 2019 12:38 pm

Re: Ghostbusters The Video Game Remastered .POD files

Post by gptek »

The new files are pod6, but about replace with the old dubbed .smp files, I think the problem is the codec.
[Use 2009 smp or convert to ogg and rename to smp doesn't work]

2019 english(only) audio files says this:
vorbis4 AO; aoTuV [20110424] (based on Xiph.Org's libVorbis) !%!INVISIBLE.DONTUPDATE!%!ENCODE_INFO=1,VENC 2.62,1,int16,44100,16500,NonCoupling,Q2.00 OggS vorbis"BCV"

Can anyone tell me what codec is exactly and how to convert again to .smp?
alanmugiwara
Posts: 16
Joined: Fri Jun 15, 2018 2:46 pm

Re: Ghostbusters The Video Game Remastered .POD files

Post by alanmugiwara »

Delutto wrote:Ghostbusters The Video Game Remastered POD Tool
By Delutto
See Readme.txt for instructions.Ghostbusters_Remastered_POD_Tool_By_Delutto.7z


Thanks, Delutto!
Grebber
Posts: 7
Joined: Fri Mar 27, 2020 10:53 am

Re: Ghostbusters The Video Game Remastered .POD files

Post by Grebber »

Can i edit the old version (non remastered) somehow?