Page 1 of 2

*.oaf [South Park - The Stick of Truth]

Posted: Tue Mar 04, 2014 1:39 pm
by Haoose
Request
No compress
Easy format =)

Re: *.oaf [South Park - The Stick of Truth]

Posted: Tue Mar 04, 2014 6:53 pm
by kamuline

Re: *.oaf [South Park - The Stick of Truth]

Posted: Tue Mar 04, 2014 7:01 pm
by Haoose
kamuline
Work for PC-file. Thx

No work for XBOX-file

Re: *.oaf [South Park - The Stick of Truth]

Posted: Tue Mar 04, 2014 11:00 pm
by XRaptor
Working extractor/repacker and string editor - all is ready, but I need to check one strange behavior in game. Some translated texts seems break game UI and I need to find out what exactly is the problem. Maybe it is just font/used characters problme, maybe it is something different.

Re: *.oaf [South Park - The Stick of Truth]

Posted: Wed Mar 05, 2014 1:05 am
by kalleoskar
Cool , raptor it works! :) Do you know how i can decode the script file ogd and amx?

Re: *.oaf [South Park - The Stick of Truth]

Posted: Wed Mar 05, 2014 8:12 pm
by XRaptor
South Park - The Stick of Truth OAF Files Extractor
http://raptor.cestiny.cz/download/south ... actor.html

South Park - The Stick of Truth Translator
http://raptor.cestiny.cz/download/south ... lator.html

Re: *.oaf [South Park - The Stick of Truth]

Posted: Thu Mar 06, 2014 5:58 pm
by kalleoskar
Thanks! Script support? Or do that need another program, hexedit perhaps , ogd and amx

Re: *.oaf [South Park - The Stick of Truth]

Posted: Sun Mar 09, 2014 12:19 pm
by wordhg
XRaptor wrote:South Park - The Stick of Truth OAF Files Extractor
http://raptor.cestiny.cz/download/south ... actor.html

South Park - The Stick of Truth Translator
http://raptor.cestiny.cz/download/south ... lator.html
No work for ps3?

Re: *.oaf [South Park - The Stick of Truth]

Posted: Sun Mar 09, 2014 3:55 pm
by XRaptor
There are working tools for PC and XBox360. I will create PS3 version today (I hope). Only problem is I have only PC. So if someone want to create other version tools I need source files. I can't make PS3 version, if I have no PS3 data ;-) And sometimes in PS3 version some files are still encrypted and I have no idea, how to decrypt them.

Re: *.oaf [South Park - The Stick of Truth]

Posted: Sun Mar 09, 2014 4:41 pm
by wordhg
XRaptor wrote:There are working tools for PC and XBox360. I will create PS3 version today (I hope). Only problem is I have only PC. So if someone want to create other version tools I need source files. I can't make PS3 version, if I have no PS3 data ;-) And sometimes in PS3 version some files are still encrypted and I have no idea, how to decrypt them.
https://www.mediafire.com/?ruorijadd51dopt

http://www.mediafire.com/download/kl2rb ... nsored.oaf
thank!!

Re: *.oaf [South Park - The Stick of Truth]

Posted: Sun Mar 09, 2014 5:53 pm
by XRaptor
Hmm, there is little problem, I have no idea, what compression algorithm is used for PS3 files. Anyone can help?
ps3.zip

Re: *.oaf [South Park - The Stick of Truth]

Posted: Thu Mar 13, 2014 7:57 am
by ihatecompvir
I started working on an extractor specifically for the 360 version, as the tool Raptor posted didn't seem to work for the 360 files (I'd assume this is because of endian order).

http://ihatecompvir.com/1/post/2014/03/ ... art-1.html
There's the post about it on my blog! I'm not sure whether or not posting a link to my blog is allowed (doubt it is because I didn't see a rule against it and also my blog does not host any copyrighted files) but there's the research I've gotten so far.

The .OAF format is extremely simple, but I'm stuck on parsing the file names. If someone is good with parsing null terminated strings in C# using a Binary/StreamReader, and wants to help, then send me a message and I'll definitely credit you when the tool comes out :)

Re: *.oaf [South Park - The Stick of Truth]

Posted: Thu Mar 13, 2014 8:03 am
by XRaptor
I have fully working XBox360 tool, just forgot to add links to download page after tests :-)

Code: Select all

http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Extractor100.rar
http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Translator100.rar

OK and about PS3 version. It is the same problem as Dungeon Siege 3. I really have no idea, what compression is used in PS files. LZA? LZW? LZwhatever? I don't know. If someone familiar with PS3 could help with algorithm identification, it will be great.

Re: *.oaf [South Park - The Stick of Truth]

Posted: Thu Mar 13, 2014 8:07 am
by ihatecompvir
XRaptor wrote:I have fully working XBox360 tool, just forgot to add links to download page after tests :-)

Code: Select all

http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Extractor100.rar
http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Translator100.rar
Well then, ignore my research as you seem to have already figured it all out :)

Congrats! I guess I can put this tool into my retired projects folder as you've already beaten me completely.

Re: *.oaf [South Park - The Stick of Truth]

Posted: Thu Mar 13, 2014 2:04 pm
by Thief1987
XRaptor wrote:I have fully working XBox360 tool, just forgot to add links to download page after tests :-)

Code: Select all

http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Extractor100.rar
http://raptor.cestiny.cz/download/files/utils/SouthParkXBox360Translator100.rar

OK and about PS3 version. It is the same problem as Dungeon Siege 3. I really have no idea, what compression is used in PS files. LZA? LZW? LZwhatever? I don't know. If someone familiar with PS3 could help with algorithm identification, it will be great.
PS3 version use deflate compression