3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 4846|回复: 8
打印 上一主题 下一主题

[资源] 冷门,MBIN文件制作打包教程,moder们的超级福音!!!!

[复制链接]

107

主题

813

帖子

1738

积分

游戏狂人

Rank: 6Rank: 6

贡献度
157
金元
11095
积分
1738
精华
0
注册时间
2009-10-2
跳转到指定楼层
主题
发表于 2018-8-1 17:47 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 rock1109 于 2018-8-1 17:48 编辑

原帖地址:https://www.reddit.com/r/NoMansS ... npak_unmbin_rembin/

Quick instructions on how to un-PAK, un-MBIN, re-MBIN, and re-PAK files.
I couldn't find this stuff written down anywhere, so here it is. Note that you can easily put these commands into a batch file so that you don't have to keep typing stuff into prompts when you're working on a mod.

Setup:

Get MBINCompiler.

Get PSARC Decompile Tool.

Look for the PAK archives that contain the files you want to change. You can look at this list of PAK contents and just try some, or you can look at the files that an existing mod changes.

To extract a PAK:

Put psarc.exe into the same folder as the PAK to make things easier for yourself.

Open a command prompt in that folder by holding down Shift while right-clicking inside the folder, and then selecting Open command window here.

Enter this: psarc extract [PATH/TO/FILE.PAK no brackets]. You can drag the PAK file into the command window to automatically paste its name into the command.

PSARC will extract the contents of the PAK to the current folder.

To turn an MBIN into an editable EXML:

Open a command prompt at the folder where MBINCompiler.exe is located.

Enter this: MBINCompiler [PATH/TO/FILE.MBIN no brackets].

If the MBIN has been mapped, it will create an EXML version in the same folder as the MBIN. You can edit this with a text editor like Notepad.

To turn a EXML back into an MBIN:

Open a command prompt at the folder where MBINCompiler.exe is located.

Enter this: MBINCompiler [PATH/TO/FILE.EXML no brackets].

The EXML will be turned back into an MBIN.

To pack one MBIN into a PAK:

Open a command prompt at the folder where psarc.exe is located.

Enter this: psarc create [PATH/TO/FILE.MBIN no brackets] -o output.pak

A PAK file called output.pak will be created containing the MBIN file with its path. You can double-check this by typing psarc list output.pak.

To pack multiple files into a PAK:

Make a text file called list.txt (for example) where you list the local paths to each file you want to include. For example:
/Level1/base.mbin
/Level1/Level2/test.mbin
/Level1/Level2/tex.dds

Open a command prompt at the folder where psarc.exe is located.

Enter this: psarc create --inputfile=[PATH/TO/list.txt no brackets] -o output.pak

All of the files in list.txt will be packed into output.pak.
回复

使用道具 举报

0

主题

75

帖子

89

积分

初级玩家

Rank: 2

贡献度
0
金元
890
积分
89
精华
0
注册时间
2020-9-12
舒服的沙发
发表于 2021-4-17 18:30 | 只看该作者
cccccccccccc
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-5-13 15:32 , Processed in 0.032743 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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