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

注册 登录

QQ登录

只需一步,快速开始

查看: 40346|回复: 434
打印 上一主题 下一主题

[分享] 【MOD制作工具最新版合集2020.04.15】

  [复制链接]

31

主题

303

帖子

685

积分

超级玩家

Rank: 5Rank: 5

贡献度
44
金元
4986
积分
685
精华
1
注册时间
2012-11-27
跳转到指定楼层
主题
发表于 2020-4-15 11:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 洋娃娃 于 2020-4-16 13:01 编辑

链接:https://pan.baidu.com/s/1Kzbqc-0RVyAFhFwMv6dGpw
提取码:
游客,如果您要查看本帖隐藏内容请回复

今天开始自己研究制作mod了,然后捣鼓了一上午,发现下载所需工具就是一个很累的事情。。。。所以希望有需要的朋友可以直接拿去,那样就可以迅速开展工作了。
希望大家一起探讨,共同进步!

以下是作者原文,由于我也是做计算机工程师的,所以特别能够理解这朋友究竟是有多么伟大,致敬!

I will now use this thread to post my tools.
In the future, when an update is released for a tool, I will update the post title to reflect the update date and what was updated.

REDELBE (current version 2.6)

Note: the "unavailable" in download is an old version (0.9) that got stuck. Download always the latest version (shown above), that should be fine.

This tool allow you to modify files in the rdbs... without actually touching the rdb's at all.

It now also allows for new costumes and hairs mods (Modders: please read the file "Readme (for modders).txt" and download the "Layer2 sample mods" to know about how to make new costume/hair.

(I forgot to say in the readme for modders, but don't put any non-ascii char in your mod folder or it won't work properly).



Installation: copy the dinput8.dll file and REDELBE directory to where the game is installed.



Known issues:

- Currently there are problems if both player 1 and player 2 use a variant of the same outfit (this applies only when using layer2 mods). This usually happen when player1 and player2 use same character, same outfit, the player2 outfit may not get updated in such cases, and in battle it would use the same variant than player 1.



g1mtools (current version 1.1)



This is a set of several tools: g1m_export, g1m_import, g1m_hide, g1m2fbx, g1m_bonetool and g1a2fbx.

g1m_export: it is exactly the "g1m_test" that I released some days ago, but renamed. It will export .g1m files into the ib/.vb format used by 3DMigoto. Use the ausgeek' blender import script from here to load these files into blender. (Note: the current versions of the python script can load multiple files at once, a feature you probably want to use). 



Usage: drag and drop a g1m file and it will generate a folder with each of the meshes in the .vb/.ib format. Drag and drop a folder instead, and it will search all of the .g1m files there and export them in subfolders (useful to export all of the games meshes at once).



g1m_import: this tool allows to perform the opposite operatin to above, import .vb/.ib files into .g1m files. (Note: currently the tool ignores the .fmt file, and assumes the vertex and index format is the same that the one in the .g1m, I will fix that in the future).



Usage: Put your vb/ib files in a folder with the same name that the g1m file (but without the extension). Name your ib/vb files like this: "0.vb", "0.ib", "1.vb", "1.ib", etc, where the number, is the index of the mesh to modify. Drag and drop the .g1m file  into the program, and it will update the meshes that had a matching .vb/.ib file.



g1m_hide: this tools allows you to hide a mesh from a g1m file (will only affect the game, it doesn't affect g1m_export).

Usage: drag and drop the .g1m file. Now the program will ask you to input the index of the mesh(es) to remove. You can enter multiple indexes at once by separating them by comma.



g1m2fbx: As you can deduce from the name, it exports a g1m to a fbx file. Only for visualizing, don't expect me to create the opposite tool (fbx2g1m), because that is veeeeery unlikely to happen.

Usage : 

- Drag and drop a g1m file, and it will generate a single .fbx file. 

- Drag and drop a folder instead, and it will scan the folder for .g1m files, create a subfolder there called "FBX", and it will put there all the .fbx.



g1m_bonetool: This tool allows to copy a bone from one g1m to another one.

Usage:

- Start the program without any dragging

- Follow on screen instructions (first drag and drop destination g1m, then the source g1m, and finally inptu either a bone name or a numeric bone id).

- The program will proceed to do the bone copy. If the bone has any parent/ancestor that doesn't exist in destination file, those will be copied too recursively (any bones that were copied will be printed on screen).



Alternatively, if you start the program by dragging a g1m file to it, that file will be assumed to be the destination, and the program will only ask for the source file and the bone name/ID.

Recommendations:

- This is obvious, but when possible, try the copy from another costume of the same char. If that is not possible because no costume of that char has the desired bone, then proceed to use a costume of a character with similar characteristics. You probably won't want to copy a bone from Bass to Marie Rose...

- if you are working with destructable costumes, I recomend t oadd the bones to both the destructible and non dstructible costumes



g1a2fbx: This tool exports a fbx file from a g1a+g1m file.

Usage:

- Start the program without any dragging

- Follow on screen instruction (first drag and drop a g1a file, then a g1m file, and finally choose interpolation mode).

- The .fbx will be saved with same name than g1a but with .fbx extension.


fbx2g1a: This tool exports a g1a file from a fbx+g1m file.

Usage:

- Start the program without any dragging.

- Follow on screen instruction (first drag and drop a fbx file, then a g1m file.

- The .g1a will be saved with same name than fbx but with .fbx extension.



g1m_xml: This tool converts a g1m into a xml representation of the file, and viceversa.

Usage:

- Drag and drop a .g1m file to convert it to .g1m.xml, or a  .g1m.xml to convert it to .g1m.



rdbtool (current version: 2.6)



Usage: now rdbtool comes with a gui version (qrdbtool). Usage is self-explanatory.



doa6decsave (current version: 0.2)



doa6decsave is a tool that can decrypt and reencrypt save files (SYSTEMDATA) of any game version.

And yes, it can be used to re-sign saves from one account to another (including from legit to no-lgit or viceversa).



Instructions: drag and drop the SYSTEMDATA file to the program, and it will generate a file called SYSTEMDATA.dec with content decrypted.

To reencrypt, drag and drop instead the .dec file to the program and it will update/create SYSTEMDATA.



Always drag and drop the SYSTEMDATA or SYSTEMDATA.dec file from the original save location, don't copy it to other place. This is because the program retrieves the steamid 64 from the path of the save file.



Remainder that the program only works with SYSTEMDATA, not with GRAPHICSETTINGS.

Oh, and always do backups of the files before any modification, just in case. 



Steps to re-sign a file (I'm going to assume there are two people involved, but it doesn't matter if it is only one).

- The person that wants to share a save, run the program by dragging the SYSTEMDATA file from its original location to the program. Now, send the SYSTEMDATA.dec file to the other person.

- The person that receives the save. Copy the SYSTEMDATA.dec file to the place where the game stores the save. Now drag the .dec file to the program, and it will generate an encrypted SYSTEMDATA associated to that steam id. You can now delete the .dec file if you want. 



SRSxtool (current version 1.0)



A tool to extract and replace audio files in .srsa and .srst files.

Tutorial here:




fid_utility (current version 0.5)



A tool to convert some binary file to readable txt (like in pre 1.06) and back. It currently only supports the .mtl and .ktid formats.



doa6_video_extract (current version: 0.1)



A tool to extract the wmv files that are inside the "numeric files" of the game.

Usage: drag and drop a .bin file that has video (see below) to the progam. If it doesn't exist, the program will create a directory with same name than the file (minus the extension) and store the .wmv files there.

.bin files with videos: At the time of writing this, these are the only files with videos:

- 03/03.bin -> most story mode videos

- 13/13.bin -> snk characters story videos

- 17/17.bin -> a Nyotengu/Zack story video that for whatever reason is in its own file.


评分

1

查看全部评分

回复

使用道具 举报

1

主题

48

帖子

110

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1103
积分
110
精华
0
注册时间
2016-4-21
舒服的沙发
发表于 2021-1-1 01:48 | 只看该作者
6666666666666666666
回复 支持 反对

使用道具 举报

24

主题

1114

帖子

3834

积分

游戏精英

Rank: 8Rank: 8

贡献度
146
金元
32500
积分
3834
精华
0
注册时间
2011-8-25
硬硬的板凳
发表于 2021-1-3 21:16 | 只看该作者
感谢楼主热情分享
回复 支持 反对

使用道具 举报

2

主题

96

帖子

180

积分

中级玩家

Rank: 3Rank: 3

贡献度
3
金元
1684
积分
180
精华
0
注册时间
2020-4-9
冰凉的地板
发表于 2021-1-7 22:34 | 只看该作者
感谢楼主无私分享!
回复 支持 反对

使用道具 举报

0

主题

44

帖子

109

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1085
积分
109
精华
0
注册时间
2015-6-7
5#
发表于 2021-1-8 16:28 | 只看该作者
tql 66666
回复 支持 反对

使用道具 举报

0

主题

182

帖子

215

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2152
积分
215
精华
0
注册时间
2019-3-11
6#
发表于 2021-1-9 17:51 | 只看该作者
舒服舒服对方是否去
回复 支持 反对

使用道具 举报

0

主题

119

帖子

119

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1193
积分
119
精华
0
注册时间
2018-1-2
7#
发表于 2021-1-13 22:10 | 只看该作者
回复 支持 反对

使用道具 举报

1

主题

58

帖子

68

积分

初级玩家

Rank: 2

贡献度
0
金元
675
积分
68
精华
0
注册时间
2019-12-10
8#
发表于 2021-1-24 16:30 | 只看该作者
6666666666666
回复 支持 反对

使用道具 举报

313

主题

2328

帖子

3903

积分

游戏精英

Rank: 8Rank: 8

贡献度
371
金元
24190
积分
3903
精华
0
注册时间
2013-3-28
9#
发表于 2021-1-27 07:52 | 只看该作者
thank you very much
回复 支持 反对

使用道具 举报

0

主题

12

帖子

12

积分

新手玩家

Rank: 1

贡献度
0
金元
120
积分
12
精华
0
注册时间
2020-3-13
10#
发表于 2021-2-6 02:25 | 只看该作者
链接好像挂了 求补
回复 支持 反对

使用道具 举报

1

主题

136

帖子

515

积分

高级玩家

Rank: 4

贡献度
9
金元
4792
积分
515
精华
0
注册时间
2014-10-7
11#
发表于 2021-2-7 16:21 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

0

主题

18

帖子

18

积分

新手玩家

Rank: 1

贡献度
0
金元
180
积分
18
精华
0
注册时间
2020-6-8
12#
发表于 2021-2-7 17:16 | 只看该作者
牛啤牛啤!
回复 支持 反对

使用道具 举报

0

主题

368

帖子

383

积分

高级玩家

Rank: 4

贡献度
0
金元
3830
积分
383
精华
0
注册时间
2012-6-22
13#
发表于 2021-2-12 19:20 | 只看该作者
东西是好可惜不会
回复 支持 反对

使用道具 举报

0

主题

60

帖子

71

积分

初级玩家

Rank: 2

贡献度
0
金元
705
积分
71
精华
0
注册时间
2020-2-16
14#
发表于 2021-2-16 22:44 | 只看该作者
6666666666
回复 支持 反对

使用道具 举报

0

主题

18

帖子

19

积分

新手玩家

Rank: 1

贡献度
0
金元
190
积分
19
精华
0
注册时间
2021-2-7
15#
发表于 2021-2-16 23:11 | 只看该作者
非常感谢整理
回复 支持 反对

使用道具 举报

1

主题

339

帖子

427

积分

高级玩家

Rank: 4

贡献度
0
金元
4269
积分
427
精华
0
注册时间
2018-8-1
16#
发表于 2021-2-16 23:14 | 只看该作者
谢谢分享
回复 支持 反对

使用道具 举报

0

主题

322

帖子

1979

积分

游戏狂人

Rank: 6Rank: 6

贡献度
1
金元
19748
积分
1979
精华
0
注册时间
2021-1-9
17#
发表于 2021-2-25 23:09 | 只看该作者
谢谢分享

回复 支持 反对

使用道具 举报

0

主题

9

帖子

10

积分

新手玩家

Rank: 1

贡献度
0
金元
95
积分
10
精华
0
注册时间
2021-3-2
18#
发表于 2021-3-11 00:57 | 只看该作者
6666666666666666666
回复 支持 反对

使用道具 举报

0

主题

126

帖子

140

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1395
积分
140
精华
0
注册时间
2021-3-4
19#
发表于 2021-3-12 23:22 | 只看该作者
666666666666666
回复 支持 反对

使用道具 举报

2

主题

328

帖子

337

积分

高级玩家

Rank: 4

贡献度
1
金元
3332
积分
337
精华
0
注册时间
2008-9-8
20#
发表于 2021-3-14 23:52 | 只看该作者
楼主辛苦,谢谢分享。
回复 支持 反对

使用道具 举报

1

主题

49

帖子

67

积分

初级玩家

Rank: 2

贡献度
0
金元
665
积分
67
精华
0
注册时间
2021-2-28
21#
发表于 2021-3-20 20:42 | 只看该作者
有空再搞
回复 支持 反对

使用道具 举报

0

主题

276

帖子

359

积分

高级玩家

Rank: 4

贡献度
0
金元
3591
积分
359
精华
0
注册时间
2013-10-13
22#
发表于 2021-3-20 23:40 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

13

主题

423

帖子

1003

积分

游戏狂人

Rank: 6Rank: 6

贡献度
40
金元
8433
积分
1003
精华
0
注册时间
2010-7-5
23#
发表于 2021-3-21 07:24 | 只看该作者
大佬威武
回复 支持 反对

使用道具 举报

0

主题

4923

帖子

4880

积分

游戏精英

Rank: 8Rank: 8

贡献度
35
金元
47395
积分
4880
精华
0
注册时间
2009-2-16
24#
发表于 2021-3-25 08:00 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

18

主题

345

帖子

569

积分

高级玩家

Rank: 4

贡献度
7
金元
5411
积分
569
精华
0
注册时间
2016-5-27
25#
发表于 2021-4-1 09:36 | 只看该作者
666666666666666666
回复 支持 反对

使用道具 举报

0

主题

57

帖子

88

积分

初级玩家

Rank: 2

贡献度
0
金元
880
积分
88
精华
0
注册时间
2016-11-17
26#
发表于 2021-4-5 00:16 | 只看该作者
EEEEEEEEEEEEEEE
回复 支持 反对

使用道具 举报

7

主题

296

帖子

412

积分

高级玩家

Rank: 4

贡献度
1
金元
4076
积分
412
精华
0
注册时间
2015-4-9
27#
发表于 2021-4-11 19:40 | 只看该作者
666666666666666
回复 支持 反对

使用道具 举报

4

主题

208

帖子

528

积分

高级玩家

Rank: 4

贡献度
61
金元
2838
积分
528
精华
0
注册时间
2019-1-23
28#
发表于 2021-5-1 10:11 | 只看该作者
qqqqqqqqqqqqqqqqqqq
回复 支持 反对

使用道具 举报

4

主题

208

帖子

528

积分

高级玩家

Rank: 4

贡献度
61
金元
2838
积分
528
精华
0
注册时间
2019-1-23
29#
发表于 2021-5-1 10:16 | 只看该作者
链接没了求补!!!!!!!大佬!!!!
回复 支持 反对

使用道具 举报

0

主题

132

帖子

164

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1635
积分
164
精华
0
注册时间
2015-7-29
30#
发表于 2021-5-2 22:30 | 只看该作者
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-27 12:46 , Processed in 0.039831 second(s), 17 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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