搜索
有爱,有技术,有你^_^)y
╱人◕‿‿◕人╲订下契约(注册新用户)

合作站点账号登陆

QQ登录

只需一步,快速开始

快捷导航
查看: 2746|回复: 3
收起左侧

[QuickBMS通用解包脚本]FEZ游戏数据(.pak)解包 - 解包至(.xnb) - ...

[复制链接]

该用户从未签到

3

主题

10

好友

2941

积分

Continue

积分
2941
发表于 2013-5-5 11:45:58 | 显示全部楼层 |阅读模式

╱人◕‿‿◕人╲定下契约

您需要 登录 才可以下载或查看,没有账号?╱人◕‿‿◕人╲订下契约(注册新用户)

x
本帖最后由 rlyt123456 于 2013-5-5 11:48 编辑

嘛,前几天上手了,从steam上买的。
画面,音乐很棒的说~

2013-05-03 20 17 57.png

2013-05-03 20 17 57 (3).png

于是想自己解出来。。。
google到了QuickBMS通用解包工具,命令很简单。稍微研究了下。

2013-05-05 11 19 49.png

脚本:

[mw_shl_code=perl,true]get _UNKNOW LONG                                //文件数量,long 即表示为4个字节
math offset += 4                                //偏移 + 4

for i = 0 < _UNKNOW                                //for 循环
        get _FileNameLong BYTE                        //文件名 的长度,byte 即为1个字节
        math offset += 1                        //偏移 + 1
        GetDString _FileName _FileNameLong        //获得文件名为 String
        math offset += _FileNameLong                //偏移 + 文件名的长度
        get _FileSize long                        //获取文件内容长度
        math offset += 4                        //偏移 + 4
        GetDString _File _FileSize                //获得文件内容
        log _FileName OFFSET _FileSize                //输出文件
        math offset += _FileSize                //偏移 + 文件内容长度
next i                                                //继续获取下一个文件
[/mw_shl_code]

用批处理预览下 :
[mw_shl_code=bash,true]@Echo off

set path=D:\Program Files (x86)\quickbms\;%path%
quickbms_4gb_files.exe -l pak.bms Essentials.pak extracted
quickbms_4gb_files.exe -l pak.bms Other.pak extracted
quickbms_4gb_files.exe -l pak.bms Music.pak extracted

pause[/mw_shl_code]

结果:

[mw_shl_code=text,true]QuickBMS generic files extractor and reimporter 0.5.19 (64bit test)
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org

                  http://quickbms.aluigi.org
               http://twitter.com/luigi_auriemma

- open input file D:\Games\Tools\Steam\steamapps\common\FEZ\Content\Essentials.p
ak
- open script pak.bms

  offset   filesize   filename
------------------------------
  0000000000000021 203        other textures\fullwhite
  0000000000000110 203        other textures\transparentwhite
  00000000000001f8 211        other textures\fullblack
  00000000000002e9 10150      other textures\smooth_ray
  0000000000002ab0 44506      other textures\rainbow_flare
  000000000000d8a9 3980       other textures\flare_alpha
  000000000000e858 210        background planes\white_square
  000000000000e94e 251        background planes\dust_particle
  000000000000ea65 798        effects\basicposteffect
  000000000000ed99 1044       effects\doteffect
  000000000000f1d6 2404       effects\instancedanimatedplaneeffect
  000000000000fb5a 1932       effects\animatedplaneeffect
  0000000000010309 1024       effects\fakepointspriteseffect
  000000000001072c 1128       effects\defaulteffect_textured
  0000000000010bbc 864        effects\defaulteffect_vertexcolored
  0000000000010f47 1348       effects\defaulteffect_litvertexcolored
  00000000000114b1 1616       effects\defaulteffect_littextured
  0000000000011b31 1112       effects\defaulteffect_texturedvertexcolored
  0000000000011fbc 1616       effects\defaulteffect_littexturedvertexcolored
  0000000000012628 128137     sounds\ui\menu\exitgame
  0000000000031acc 42781      sounds\ui\menu\confirm
  000000000003c207 151699     sounds\nature\watersplash
  00000000000612bf 1326       effects\instancedblackholeeffect
  0000000000061811 1197237    sounds\intro\zoomtofarawayplace
  0000000000185ce2 264705     sounds\zu\blackholebuzz
  00000000001c66fc 19326      resources\statictext
  00000000001cb29c 278        other textures\glyphs\abutton
  00000000001cb3d7 308        other textures\glyphs\backbutton
  00000000001cb52d 278        other textures\glyphs\bbutton
  00000000001cb666 260        other textures\glyphs\dpaddown
  00000000001cb78d 262        other textures\glyphs\dpadleft
  00000000001cb8b7 260        other textures\glyphs\dpadright
  00000000001cb9dc 258        other textures\glyphs\dpadup
  00000000001cbb02 316        other textures\glyphs\leftarrow
  00000000001cbc63 288        other textures\glyphs\leftbumper
  00000000001cbda7 302        other textures\glyphs\leftstick
  00000000001cbefb 266        other textures\glyphs\lefttrigger
  00000000001cc02a 316        other textures\glyphs\rightarrow
  00000000001cc18c 298        other textures\glyphs\rightbumper
  00000000001cc2db 310        other textures\glyphs\rightstick
  00000000001cc438 276        other textures\glyphs\righttrigger
  00000000001cc572 322        other textures\glyphs\startbutton
  00000000001cc6d6 280        other textures\glyphs\xbutton
  00000000001cc810 286        other textures\glyphs\ybutton
  00000000001cc955 276        other textures\keyboard_glyphs\p_0
  00000000001cca90 266        other textures\keyboard_glyphs\p_1
  00000000001ccbc1 284        other textures\keyboard_glyphs\p_2
  00000000001ccd04 278        other textures\keyboard_glyphs\p_3
  00000000001cce41 278        other textures\keyboard_glyphs\p_4
  00000000001ccf7e 282        other textures\keyboard_glyphs\p_5
  00000000001cd0bf 282        other textures\keyboard_glyphs\p_6
  00000000001cd200 278        other textures\keyboard_glyphs\p_7
  00000000001cd33d 274        other textures\keyboard_glyphs\p_8
  00000000001cd476 280        other textures\keyboard_glyphs\p_9
  00000000001cd5b5 280        other textures\keyboard_glyphs\p_a
  00000000001cd6f9 352        other textures\keyboard_glyphs\p_arrows
  00000000001cd889 272        other textures\keyboard_glyphs\p_arrow_down
  00000000001cd9c9 280        other textures\keyboard_glyphs\p_arrow_left
  00000000001cdb12 280        other textures\keyboard_glyphs\p_arrow_right
  00000000001cdc58 276        other textures\keyboard_glyphs\p_arrow_up
  00000000001cdd93 270        other textures\keyboard_glyphs\p_b
  00000000001cded0 366        other textures\keyboard_glyphs\p_backspace
  00000000001ce065 280        other textures\keyboard_glyphs\p_c
  00000000001ce1a7 358        other textures\keyboard_glyphs\p_caps
  00000000001ce338 268        other textures\keyboard_glyphs\p_comma
  00000000001ce46b 274        other textures\keyboard_glyphs\p_d
  00000000001ce5a9 346        other textures\keyboard_glyphs\p_delete
  00000000001ce72f 282        other textures\keyboard_glyphs\p_divide
  00000000001ce870 278        other textures\keyboard_glyphs\p_e
  00000000001ce9af 312        other textures\keyboard_glyphs\p_end
  00000000001ceb12 358        other textures\keyboard_glyphs\p_enter
  00000000001ceca3 266        other textures\keyboard_glyphs\p_equal
  00000000001cedd6 320        other textures\keyboard_glyphs\p_esc
  00000000001cef42 356        other textures\keyboard_glyphs\p_escape
  00000000001cf0d0 334        other textures\keyboard_glyphs\p_esdf
  00000000001cf245 278        other textures\keyboard_glyphs\p_f
  00000000001cf383 290        other textures\keyboard_glyphs\p_f0
  00000000001cf4cd 280        other textures\keyboard_glyphs\p_f1
  00000000001cf60e 290        other textures\keyboard_glyphs\p_f10
  00000000001cf759 278        other textures\keyboard_glyphs\p_f11
  00000000001cf898 290        other textures\keyboard_glyphs\p_f12
  00000000001cf9e2 294        other textures\keyboard_glyphs\p_f2
  00000000001cfb30 288        other textures\keyboard_glyphs\p_f3
  00000000001cfc78 292        other textures\keyboard_glyphs\p_f4
  00000000001cfdc4 288        other textures\keyboard_glyphs\p_f5
  00000000001cff0c 292        other textures\keyboard_glyphs\p_f6
  00000000001d0058 286        other textures\keyboard_glyphs\p_f7
  00000000001d019e 286        other textures\keyboard_glyphs\p_f8
  00000000001d02e4 290        other textures\keyboard_glyphs\p_f9
  00000000001d042d 282        other textures\keyboard_glyphs\p_g
  00000000001d056e 278        other textures\keyboard_glyphs\p_h
  00000000001d06ae 320        other textures\keyboard_glyphs\p_home
  00000000001d0815 266        other textures\keyboard_glyphs\p_i
  00000000001d0949 328        other textures\keyboard_glyphs\p_ijkl
  00000000001d0abd 360        other textures\keyboard_glyphs\p_insert
  00000000001d0c4c 272        other textures\keyboard_glyphs\p_j
  00000000001d0d83 284        other textures\keyboard_glyphs\p_k
  00000000001d0ec6 262        other textures\keyboard_glyphs\p_l
  00000000001d0ff7 318        other textures\keyboard_glyphs\p_l_alt
  00000000001d1164 272        other textures\keyboard_glyphs\p_l_bracket
  00000000001d12a3 352        other textures\keyboard_glyphs\p_l_control
  00000000001d1430 348        other textures\keyboard_glyphs\p_l_shift
  00000000001d15bb 356        other textures\keyboard_glyphs\p_l_windows
  00000000001d1746 286        other textures\keyboard_glyphs\p_m
  00000000001d188f 268        other textures\keyboard_glyphs\p_minus
  00000000001d19c9 286        other textures\keyboard_glyphs\p_multiply
  00000000001d1b0e 278        other textures\keyboard_glyphs\p_n
  00000000001d1c4e 320        other textures\keyboard_glyphs\p_none
  00000000001d1db9 324        other textures\keyboard_glyphs\p_num_0
  00000000001d1f28 318        other textures\keyboard_glyphs\p_num_1
  00000000001d2091 330        other textures\keyboard_glyphs\p_num_2
  00000000001d2206 326        other textures\keyboard_glyphs\p_num_3
  00000000001d2377 320        other textures\keyboard_glyphs\p_num_4
  00000000001d24e2 328        other textures\keyboard_glyphs\p_num_5
  00000000001d2655 326        other textures\keyboard_glyphs\p_num_6
  00000000001d27c6 322        other textures\keyboard_glyphs\p_num_7
  00000000001d2933 324        other textures\keyboard_glyphs\p_num_8
  00000000001d2aa2 322        other textures\keyboard_glyphs\p_num_9
  00000000001d2c12 352        other textures\keyboard_glyphs\p_num_lock
  00000000001d2d99 276        other textures\keyboard_glyphs\p_o
  00000000001d2ed4 274        other textures\keyboard_glyphs\p_p
  00000000001d3015 356        other textures\keyboard_glyphs\p_page_down
  00000000001d31a6 312        other textures\keyboard_glyphs\p_page_up
  00000000001d330a 266        other textures\keyboard_glyphs\p_period
  00000000001d343e 260        other textures\keyboard_glyphs\p_pipe
  00000000001d356c 278        other textures\keyboard_glyphs\p_plus
  00000000001d36a9 276        other textures\keyboard_glyphs\p_q
  00000000001d37eb 274        other textures\keyboard_glyphs\p_question
  00000000001d3929 268        other textures\keyboard_glyphs\p_quotes
  00000000001d3a5c 282        other textures\keyboard_glyphs\p_r
  00000000001d3ba1 316        other textures\keyboard_glyphs\p_r_alt
  00000000001d3d0c 270        other textures\keyboard_glyphs\p_r_bracket
  00000000001d3e49 352        other textures\keyboard_glyphs\p_r_control
  00000000001d3fd6 342        other textures\keyboard_glyphs\p_r_shift
  00000000001d415b 350        other textures\keyboard_glyphs\p_r_windows
  00000000001d42e0 280        other textures\keyboard_glyphs\p_s
  00000000001d4424 354        other textures\keyboard_glyphs\p_scroll
  00000000001d45b5 268        other textures\keyboard_glyphs\p_semicolon
  00000000001d46ec 354        other textures\keyboard_glyphs\p_space
  00000000001d4875 274        other textures\keyboard_glyphs\p_t
  00000000001d49b0 308        other textures\keyboard_glyphs\p_tab
  00000000001d4b0f 280        other textures\keyboard_glyphs\p_tilde
  00000000001d4c4e 272        other textures\keyboard_glyphs\p_u
  00000000001d4d85 282        other textures\keyboard_glyphs\p_v
  00000000001d4ec6 276        other textures\keyboard_glyphs\p_w
  00000000001d5004 340        other textures\keyboard_glyphs\p_wasd
  00000000001d517f 288        other textures\keyboard_glyphs\p_x
  00000000001d52c6 282        other textures\keyboard_glyphs\p_y
  00000000001d5407 284        other textures\keyboard_glyphs\p_z
  00000000001d554d 358        other textures\keyboard_glyphs\p_zqsd
  00000000001d56dd 254        other textures\speech_bubble\b_prompt
  00000000001d580b 238        other textures\speech_bubble\speechbubblene
  00000000001d5929 234        other textures\speech_bubble\speechbubblenw
  00000000001d5a43 212        other textures\speech_bubble\speechbubblese
  00000000001d5b47 238        other textures\speech_bubble\speechbubblesw
  00000000001d5c67 230        other textures\speech_bubble\speechbubbletail
  00000000001d5d71 312        other textures\thought_glyphs\b
  00000000001d5ece 362        other textures\thought_glyphs\up
  00000000001d605b 420        other textures\black_hole\rips
  00000000001d6223 418        other textures\black_hole\stars
  00000000001d63e8 3460       other textures\splash\polytron
  00000000001d7194 9470       other textures\splash\polytron_1440
  00000000001d96b5 9124       other textures\splash\trapdoor
  00000000001dba7b 5186       other textures\splash\trixels
  00000000001dcee4 9132       other textures\splash\trixels_1440
  00000000001df2a6 473594     fonts\chinese big
  0000000000252cb8 237426     fonts\chinese small
  000000000028cc41 330242     fonts\japanese big
  00000000002dd65c 158922     fonts\japanese small
  000000000030433b 216174     fonts\korean big
  0000000000338fc0 113994     fonts\korean small
  0000000000354d1e 3860       fonts\latin big
  0000000000355c48 3866       fonts\latin small
  0000000000356b72 2572       fonts\zuish
  000000000035759c 2326381    sounds\intro\fezlogodrone
  000000000058f529 34247      sounds\intro\fezlogoglitch1
  0000000000597b10 34247      sounds\intro\fezlogoglitch2
  00000000005a00f7 34247      sounds\intro\fezlogoglitch3
  00000000005a86da 1428457    sounds\intro\hyperspeed
  00000000007052e3 803029     sounds\intro\lensflaregleam
  00000000007c93d2 1157729    sounds\intro\logozoom
  00000000008e3e4c 1411305    sounds\intro\pandown
  0000000000a3c755 482837     sounds\intro\polytronjingle
  0000000000ab2582 881177     sounds\intro\reboot
  0000000000b897b5 1625505    sounds\intro\starzoom
  0000000000d16574 185953     sounds\intro\trixellogoin
  0000000000d43bf4 185953     sounds\intro\trixellogoout
  0000000000d71279 1197237    sounds\intro\zoomtofarawayplace
  0000000000e9574b 1182929    sounds\intro\zoomtohouse
  0000000000fb6433 103267     sounds\dot\comeout
  0000000000fcf7af 78067      sounds\dot\heylisten
  0000000000fe28b6 132405     sounds\dot\hide
  0000000001002dff 112717     sounds\dot\idle
  000000000101e660 150125     sounds\dot\move
  00000000010430e1 604905     sounds\dot\talk

- 195 files found in 0 seconds
  coverage file 0   100%   17656778   17656778[/mw_shl_code]

文件名,大小,偏移都正确了。

最后内容解出来了,但是这货是用 .xna 做的。。。
全都是 .xnb 格式。
看了下,部分压缩,部分未压缩,而且不同内容,存储方式不一样。


不过,音乐文件看似未压缩。
正好够了。















签名被小宅喵吞掉了~~~~(>_<)~~~~
回复

使用道具 举报

签到天数: 3 天

连续签到: 1 天

[LV.2]偶尔看看I

41

主题

60

好友

2万

积分

第一章

守望者

积分
21763
发表于 2013-5-5 12:49:45 | 显示全部楼层
额 亚历山大 我表示我不懂这是什么东东啊 @Whisper1166 @狂奔的瘦子  你们晓得么
如果有来生,要做一棵树,站成永恒,没有悲欢的姿势。一半在土里安详,一半在风里飞扬,一半洒落阴凉,一半沐浴阳光,非常沉默非常骄傲,从不依靠从不寻找。
回复 支持 反对

使用道具 举报

该用户从未签到

5

主题

35

好友

1万

积分

第一章

积分
12268
发表于 2013-5-6 00:37:46 | 显示全部楼层
之前玩过这个工具呢
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

5

主题

35

好友

1万

积分

第一章

积分
12268
发表于 2013-5-6 00:37:51 | 显示全部楼层
之前玩过这个工具呢
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

本版积分规则

小黑屋|手机版|技术宅(Z站|基宅) ( 粤ICP备18082987号-1 )

GMT+8, 2025-5-1 22:59 , Processed in 0.094959 second(s), 23 queries , Redis On.

Copyright © 2018 技术宅社区

Powered by Discuz! X3.5

快速回复 返回顶部 返回列表