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

TitanFall (.vpk) archives

The Original Forum. Game archives, full of resources. How to open them? Get help here.
eycaramba
veteran
Posts: 86
Joined: Wed Sep 02, 2009 1:52 pm
Has thanked: 30 times
Been thanked: 2 times

Re: TitanFall (.vpk) archives

Post by eycaramba »

Nice, great and speedy work there, looking forward to the updated tool :)
kalleoskar
beginner
Posts: 35
Joined: Thu Dec 25, 2008 3:17 pm
Has thanked: 12 times

Re: TitanFall (.vpk) archives

Post by kalleoskar »

Beta over now,hows the progress :wink:
m0xf
n00b
Posts: 19
Joined: Thu Aug 16, 2012 6:57 pm
Been thanked: 56 times

Re: TitanFall (.vpk) archives

Post by m0xf »

I made tool, that used game engine to extract files.

1. Copy to game directory.
2. Run UnVpk.exe and Alt+Tab to console window.
3. Look at "output" directory.
You do not have the required permissions to view the files attached to this post.
User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 438
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 189 times
Contact:

Re: TitanFall (.vpk) archives

Post by cra0 »

kalleoskar wrote:Beta over now,hows the progress :wink:
Public beta release
Image

Download
http://cra0kalo.com/public/Titanfall_VPKTool2.zip
sh0ck1
n00b
Posts: 15
Joined: Tue Jan 11, 2011 1:50 pm
Has thanked: 4 times

Re: TitanFall (.vpk) archives

Post by sh0ck1 »

Whoops thought it wasnt working but it was because I didn't click the *_dir.vpk file - clicked the main vpk files.

AWESOME work!

Anyone have an idea whats up with the sound files?

Also, noob question, is there any software that will load up the models? I cant seem to get it to come up in Noesis and Source SDK seems like a no go?
kalleoskar
beginner
Posts: 35
Joined: Thu Dec 25, 2008 3:17 pm
Has thanked: 12 times

Re: TitanFall (.vpk) archives

Post by kalleoskar »

Thanks for both of the tools! Hm i havnt tried t´but the model files can bbe encrypted, will try some things later
kalleoskar
beginner
Posts: 35
Joined: Thu Dec 25, 2008 3:17 pm
Has thanked: 12 times

Re: TitanFall (.vpk) archives

Post by kalleoskar »

So after trying some things the model files wont decompile properly beacuse the texture files are missing, i suspect those files is in one of the vpk file we cant acces yet
sh0ck1
n00b
Posts: 15
Joined: Tue Jan 11, 2011 1:50 pm
Has thanked: 4 times

Re: TitanFall (.vpk) archives

Post by sh0ck1 »

Pretty sure the textures are in the materials/models folders within the same VPKs as the models they belong to.

For example:
models/titans/atlas has the mdl, while materials/models/titans/atlas has the textures
models/humans have the mdl files, while materials/models/humans have the textures
kalleoskar
beginner
Posts: 35
Joined: Thu Dec 25, 2008 3:17 pm
Has thanked: 12 times

Re: TitanFall (.vpk) archives

Post by kalleoskar »

Yupp, it was an error on the decompiler part :) They are doing titanfall compatiable ton it asap
kalleoskar
beginner
Posts: 35
Joined: Thu Dec 25, 2008 3:17 pm
Has thanked: 12 times

Re: TitanFall (.vpk) archives

Post by kalleoskar »

Hmm if anyone finds the cockpit mesh give me a heads up :) To bad we cant host titanfall beat ourselves, there are alot of settings for the ai bots in scripts and etc

Haha it works :)
cra0kalo posted:
Hehe you can just rename .dx11 to .dx90 as a quick hack fix only works for some models :)
till the crowbar is updated:)
User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 438
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 189 times
Contact:

Re: TitanFall (.vpk) archives

Post by cra0 »

kalleoskar wrote:Hmm if anyone finds the cockpit mesh give me a heads up :) To bad we cant host titanfall beat ourselves, there are alot of settings for the ai bots in scripts and etc

Haha it works :)
cra0kalo posted:
Hehe you can just rename .dx11 to .dx90 as a quick hack fix only works for some models :)
till the crowbar is updated:)
Crowbar should now decompile the animations and model data fine. On a side note im working on repackaging support and vtf patching
User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 438
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 189 times
Contact:

Re: TitanFall (.vpk) archives

Post by cra0 »

Titanfall .WAV audio files are just headerless I made my tool slap on a RIFF header but not all of them have

samplerate: 44100
bitrate: 16
channel: 2


the headers are missing or obfuscated or something I have no idea.

Image

some files here if someone wants to take a look

https://dl.dropboxusercontent.com/u/107 ... udioSam.7z
Pepper
mega-veteran
mega-veteran
Posts: 278
Joined: Thu Apr 17, 2008 3:48 am
Has thanked: 47 times
Been thanked: 40 times

Re: TitanFall (.vpk) archives

Post by Pepper »

cra0 wrote:Titanfall .WAV audio files are just headerless I made my tool slap on a RIFF header but not all of them have

samplerate: 44100
bitrate: 16
channel: 2


the headers are missing or obfuscated or something I have no idea.

Image

some files here if someone wants to take a look

https://dl.dropboxusercontent.com/u/107 ... udioSam.7z
Alot of the multichannel files indicate the channels in the file name, atleast for weapon sound effects. Also, there is an audible pop before the actual audio data, which my best guess is where it is, in some form.

Here's what I can see clearly:
CB starting header, BC ending footer, and those bytes in the header seem important, but I cant relate them to the files in a clear way.
User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 438
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 189 times
Contact:

Re: TitanFall (.vpk) archives

Post by cra0 »

Pepper wrote:
cra0 wrote:Titanfall .WAV audio files are just headerless I made my tool slap on a RIFF header but not all of them have

samplerate: 44100
bitrate: 16
channel: 2


the headers are missing or obfuscated or something I have no idea.

Image

some files here if someone wants to take a look

https://dl.dropboxusercontent.com/u/107 ... udioSam.7z
Alot of the multichannel files indicate the channels in the file name, atleast for weapon sound effects. Also, there is an audible pop before the actual audio data, which my best guess is where it is, in some form.

Here's what I can see clearly:
CB starting header, BC ending footer, and those bytes in the header seem important, but I cant relate them to the files in a clear way.

maybe the headers are cached in a like audiocache.bin file ill keep looking.
sh0ck1
n00b
Posts: 15
Joined: Tue Jan 11, 2011 1:50 pm
Has thanked: 4 times

Re: TitanFall (.vpk) archives

Post by sh0ck1 »

noob question, but why do some of my human faces look like they have pieces of their face shooting out in SFM?
Post Reply