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

Search found 8 matches

by fesh0r
Thu Dec 20, 2012 9:15 pm
Forum: Game Archive
Topic: XNA .pak files
Replies: 1
Views: 1454

Re: XNA .pak files

Check viewtopic.php?f=21&t=9596 and viewtopic.php?f=21&t=9624 for some tools for unpacking the .pak files in fez and for viewing the contained xnb files
by fesh0r
Thu Nov 01, 2012 3:58 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

And another new version, this time with a barebones ArtObject viewer as shown at http://imgur.com/a/xsFU0 https://dl.dropbox.com/u/17271122/fez/fez_parse_0.7.zip The viewer runs off the xnb files directly rather than the exported pngs and xml files, so you can either run full_export.bat to do a norm...
by fesh0r
Mon Oct 29, 2012 11:50 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

Finally got around to added the promised sound and music exporting to the unpacker https://dl.dropbox.com/u/17271122/fez/fez_parse_0.6.zip You'll need to dig up a copy of either xmaencode.exe or xma2encode.exe to be able to convert the game soundeffects, and xwmaencode.exe for the music. xwmaencode....
by fesh0r
Wed Oct 17, 2012 11:31 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

Ok, got a reasonably releasable version of my xnb parser/exporter done https://dl.dropbox.com/u/17271122/fez/fez_parse_0.5.zip chuck Essentials.pak and Other.pak then run full_export.bat and it will unpack the pak pack files, decompress the resulting xnb files, and then export the contents as big xm...
by fesh0r
Mon Oct 08, 2012 8:32 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

checking twitter, renaud found another bunch of people ripping out the assets, over at gamefaqs
http://www.gamefaqs.com/boards/961239-fez/64132270
sounds like they are doing it all by hand though
by fesh0r
Mon Oct 08, 2012 5:43 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

yeah still poking away at it. have implemented a full generic xnb parser in python including decompression support, and implemented parsers for all of the custom fez types https://gist.github.com/3831523 is it parsing every byte of every xnb file https://gist.github.com/3831957 is a full dump of a s...
by fesh0r
Thu Sep 13, 2012 4:22 am
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

Ok cleaned up the initial stuff i did a bit. https://dl.dropbox.com/u/17271122/fez/fez_unpacker.zip has a python pak file extractor, a xnb file decompressor, the 010 editor XNB template and a couple of bat files. Couldn't get the unpacker that Vash posted in other thread to do anything other than cr...
by fesh0r
Wed Sep 12, 2012 11:30 pm
Forum: Compressed files and methods
Topic: Custom Reader program needed for FEZ XNB files
Replies: 16
Views: 18770

Re: Custom Reader program needed for FEZ XNB files

I was messing around with this back in june but got sidetracked as i tend to do. I've got a generic XNB decompressor that I'll package up shortly, which makes reading the XNBs a bit less annoying. also wrote a xnb template for 010 editor which is where the screenshot in my tweet came from. Also, man...