|
|
转自n网:https://www.nexusmods.com/mewgenics/mods/36
核心功能亮点 - 极简拖拽安装:将下载的压缩包拖入软件窗口,即可全自动解压、整理并识别。
- 智能路径探测:精准定位你的游戏安装目录。
- ️ 可视化管理界面:支持读取 Mod 的专属预览图(256x256)、作者信息与详细简介。
- 中英双语支持:内置完整的中文与英文界面,一键无缝切换,全球玩家无障碍使用。
- 智能防套娃算法:自动识别并修复新手作者打包时多套的一层文件夹,极大提升 Mod 读取成功率。
️ Mod 作者适配指南
1. 标准的文件夹结构:请确保你的 Mod 根目录下包含基础的游戏数据文件夹,并额外添加和明文
你的Mod名称 (Your_Mod_Name)/ 你的 Mod 名称 (Your_Mod_Name)/
├── data/ <-- 你的游戏修改文件 (必填)
├── info.json<-- Mod 信息配置文件
└── preview.png <-- Mod 预览图
2编写在你的 Mod 根目录下新建一个文本文件,命名为 (请确保编码为 UTF-8),并按照以下格式填写你的信息
{
"name": "这里填写你的 Mod 名称 (如:无限升级重置)",
"author": "你的名字",
"description": "这里填写 Mod 的详细功能介绍。支持换行和长文本显示。"
}
Core Feature Highlights 核心功能亮点- Drag-and-Drop Installation: Simply drag the downloaded archive into the software window for fully automatic extraction, organization, and recognition.
拖放安装: 只需将下载的档案拖入软件窗口,即可实现全自动提取、整理和识别。 - Smart Path Detection: Accurately pinpoints your game installation directory.
智能路径检测: 准确定位你的游戏安装目录。 - ️ Visual Management Interface: Supports reading the mod's custom preview image (256x256), author information, and detailed description.
️ 可视化管理界面: 支持阅读模组自定义预览图(256x256)、作者信息和详细描述。 - Bilingual Support (English/Chinese): Features built-in complete English and Chinese interfaces. Switch seamlessly with one click, ensuring accessibility for players worldwide.
双语支持(英语/中文): 内置完整的英文和中文界面。只需一键无缝切换,确保全球玩家都能轻松访问。 - Smart Folder Un-nesting Algorithm: Automatically detects and fixes redundant outer folders often created by novice authors when packing mods, greatly improving the mod loading success rate.
智能文件夹卸巢算法: 自动检测并修复新手作者在打包模组时常常创建的冗余外部文件夹,大大提升了模组加载成功率。
️ Mod Author Adaptation Guide
️ 模组作者改编指南
1. Standard Folder Structure:Please ensure your mod's root directory contains the base game data folder, and add the following extra files:
1. 标准文件夹结构: 请确保你的模组根目录包含基础游戏数据文件夹,并添加以下额外文件:
Your_Mod_Name/
├── data/ <-- Your game modification files (Required)
├── data/ <-- 你的游戏修改文件(必需)
├── info.json <-- Mod info configuration file
├── info.json <——模组信息配置文件
└── preview.png <-- Mod preview image
└── preview.png <——模组预览图
2. Writing info.jsonCreate a new text file in your mod's root directory named info.json(please ensure the encoding is UTF-8), and fill in your information using the following format:
2. 写作 info.json 在模组根目录创建一个名为 info.json 的新文本文件(请确保编码为 UTF-8),并使用以下格式填写信息:
{
"name": "Enter your Mod name here (e.g., Infinite Level-Up Rerolls)",
“名称”:“在这里输入你的模组名称(例如,无限升级重掷)”,
"author": "Your Name", “作者”:“你的名字”
"description": "Enter the detailed feature description of your mod here. Line breaks and long text are supported."
“描述”:“请在这里输入你模组的详细功能描述。支持换行和长文。”
}
|
|