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

注册 登录

QQ登录

只需一步,快速开始

查看: 33527|回复: 544
打印 上一主题 下一主题

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

  [复制链接]

31

主题

301

帖子

680

积分

超级玩家

Rank: 5Rank: 5

贡献度
44
金元
4941
积分
680
精华
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

查看全部评分

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏19
回复

使用道具 举报

7

主题

525

帖子

638

积分

超级玩家

Rank: 5Rank: 5

贡献度
9
金元
6020
积分
638
精华
0
注册时间
2011-6-7
舒服的沙发
发表于 2020-4-15 11:42 | 只看该作者
仰望大佬
回复 支持 反对

使用道具 举报

9

主题

1914

帖子

1704

积分

游戏狂人

Rank: 6Rank: 6

贡献度
4
金元
16882
积分
1704
精华
0
注册时间
2015-6-16
硬硬的板凳
发表于 2020-4-15 12:42 | 只看该作者
感謝大大的分享
回复 支持 反对

使用道具 举报

1

主题

187

帖子

359

积分

高级玩家

Rank: 4

贡献度
3
金元
3465
积分
359
精华
0
注册时间
2018-4-24
冰凉的地板
发表于 2020-4-15 14:12 | 只看该作者
学习学习
回复 支持 反对

使用道具 举报

0

主题

836

帖子

868

积分

超级玩家

Rank: 5Rank: 5

贡献度
0
金元
8682
积分
868
精华
0
注册时间
2019-11-5
5#
发表于 2020-4-15 14:15 | 只看该作者
感谢楼主分享
回复 支持 反对

使用道具 举报

40

主题

1257

帖子

1217

积分

游戏狂人

Rank: 6Rank: 6

贡献度
-17
金元
12849
积分
1217
精华
0
注册时间
2013-3-12
6#
发表于 2020-4-15 14:38 | 只看该作者
全部是英文的
回复 支持 反对

使用道具 举报

1

主题

660

帖子

832

积分

超级玩家

Rank: 5Rank: 5

贡献度
25
金元
7321
积分
832
精华
0
注册时间
2015-6-22
QQ
7#
发表于 2020-4-15 14:44 | 只看该作者
感谢楼主分享
回复 支持 反对

使用道具 举报

37

主题

4459

帖子

3648

积分

游戏精英

Rank: 8Rank: 8

贡献度
72
金元
33604
积分
3648
精华
0
注册时间
2010-7-26
8#
发表于 2020-4-15 15:18 | 只看该作者
仰望脖子都酸了
回复 支持 反对

使用道具 举报

0

主题

294

帖子

384

积分

高级玩家

Rank: 4

贡献度
0
金元
3838
积分
384
精华
0
注册时间
2018-4-12
9#
发表于 2020-4-15 15:37 | 只看该作者
6666666666666
回复 支持 反对

使用道具 举报

0

主题

71

帖子

74

积分

初级玩家

Rank: 2

贡献度
0
金元
735
积分
74
精华
0
注册时间
2020-4-8
10#
发表于 2020-4-15 15:56 | 只看该作者
谢谢分享
回复 支持 反对

使用道具 举报

72

主题

1791

帖子

4098

积分

游戏精英

面倒くさいな...

Rank: 8Rank: 8

贡献度
80
金元
37779
积分
4098
精华
0
注册时间
2015-3-17
11#
发表于 2020-4-15 16:17 | 只看该作者
谢谢分享
回复 支持 反对

使用道具 举报

0

主题

908

帖子

1060

积分

游戏狂人

Rank: 6Rank: 6

贡献度
0
金元
10595
积分
1060
精华
0
注册时间
2018-1-30
12#
发表于 2020-4-15 16:52 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

1

主题

2150

帖子

2154

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
24
金元
20583
积分
2154
精华
0
注册时间
2004-12-1
13#
发表于 2020-4-15 17:01 | 只看该作者
完结撒花!!!
回复 支持 反对

使用道具 举报

2

主题

954

帖子

1500

积分

游戏狂人

Rank: 6Rank: 6

贡献度
3
金元
14884
积分
1500
精华
0
注册时间
2016-3-25
14#
发表于 2020-4-15 17:13 | 只看该作者
看一看哦
回复 支持 反对

使用道具 举报

0

主题

1034

帖子

1256

积分

游戏狂人

Rank: 6Rank: 6

贡献度
19
金元
11803
积分
1256
精华
0
注册时间
2006-1-10
15#
发表于 2020-4-15 18:12 | 只看该作者
感谢~~~~~~~~~
回复 支持 反对

使用道具 举报

3

主题

291

帖子

353

积分

高级玩家

Rank: 4

贡献度
0
金元
3532
积分
353
精华
0
注册时间
2017-8-29
16#
发表于 2020-4-15 18:27 | 只看该作者
DFGDHDTFDFGNF
回复 支持 反对

使用道具 举报

3

主题

672

帖子

1499

积分

游戏狂人

Rank: 6Rank: 6

贡献度
2
金元
14906
积分
1499
精华
0
注册时间
2010-9-3
17#
发表于 2020-4-15 19:34 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

1

主题

446

帖子

533

积分

高级玩家

Rank: 4

贡献度
1
金元
5287
积分
533
精华
0
注册时间
2010-2-23
18#
发表于 2020-4-15 19:43 | 只看该作者
淡淡的淡淡的发生的
回复 支持 反对

使用道具 举报

45

主题

1713

帖子

1054

积分

游戏狂人

Rank: 6Rank: 6

贡献度
25
金元
9539
积分
1054
精华
0
注册时间
2012-7-1
19#
发表于 2020-4-15 20:29 | 只看该作者

谢谢了,。我也想研究研究
回复 支持 反对

使用道具 举报

834

主题

3万

帖子

20万

积分

游戏终结者

Rank: 14Rank: 14Rank: 14Rank: 14

贡献度
5033
金元
1874276
积分
207570
精华
1
注册时间
2012-6-4

3DM页游玩家3DM页游玩家3DM小黄鸡滑稽[永久版]3DMAPP专属3DMer(永久)3DM MOD站(白银)

20#
发表于 2020-4-15 20:31 | 只看该作者
支持              
回复 支持 反对

使用道具 举报

7

主题

3142

帖子

3245

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
156
金元
26205
积分
3245
精华
0
注册时间
2009-4-20
21#
发表于 2020-4-15 21:08 | 只看该作者
好长的说明
回复 支持 反对

使用道具 举报

0

主题

229

帖子

240

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2400
积分
240
精华
0
注册时间
2020-1-3
22#
发表于 2020-4-15 21:51 | 只看该作者
关注一下!!
回复 支持 反对

使用道具 举报

93

主题

3万

帖子

5万

积分

游戏圣者

Rank: 12Rank: 12Rank: 12

贡献度
134
金元
497588
积分
50295
精华
0
注册时间
2015-12-17

3DMer

23#
发表于 2020-4-15 22:40 | 只看该作者
............................
回复 支持 反对

使用道具 举报

0

主题

798

帖子

1073

积分

游戏狂人

Rank: 6Rank: 6

贡献度
65
金元
8127
积分
1073
精华
0
注册时间
2003-12-1
24#
发表于 2020-4-16 23:08 | 只看该作者
虽然不会,但听起来很不错
回复 支持 反对

使用道具 举报

8

主题

276

帖子

2432

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
191
金元
16681
积分
2432
精华
0
注册时间
2020-2-29

3DM MOD站(白银)

25#
发表于 2020-4-16 23:52 | 只看该作者
多谢分享
回复 支持 反对

使用道具 举报

1

主题

80

帖子

137

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1368
积分
137
精华
0
注册时间
2016-9-14
26#
发表于 2020-4-17 00:13 | 只看该作者
仰望大佬
仰望大佬

回复 支持 反对

使用道具 举报

0

主题

28

帖子

33

积分

初级玩家

Rank: 2

贡献度
0
金元
325
积分
33
精华
0
注册时间
2020-1-29
27#
发表于 2020-4-17 00:33 | 只看该作者
66666666666
回复 支持 反对

使用道具 举报

73

主题

544

帖子

776

积分

超级玩家

Rank: 5Rank: 5

贡献度
12
金元
7283
积分
776
精华
0
注册时间
2020-4-9
28#
发表于 2020-4-17 04:34 | 只看该作者
6666666666666666
回复 支持 反对

使用道具 举报

2

主题

755

帖子

880

积分

超级玩家

Rank: 5Rank: 5

贡献度
3
金元
8678
积分
880
精华
0
注册时间
2018-11-28
29#
发表于 2020-4-17 08:12 | 只看该作者
大佬威武!~
回复 支持 反对

使用道具 举报

8

主题

332

帖子

544

积分

高级玩家

Rank: 4

贡献度
3
金元
5324
积分
544
精华
0
注册时间
2010-10-2
30#
发表于 2020-4-17 17:00 | 只看该作者
可以自己改了?
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-20 08:48 , Processed in 0.234339 second(s), 46 queries , Memcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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