MOD与自定义 / Mods & Customization#

MOD系统概述 / MOD System Overview#

尘埃前线计划在正式版发售后开放MOD工具支持。玩家可以创建自定义单位、地图、战役等内容。

DUST FRONT RTS plans to release MOD tool support after the full version launches. Players can create custom units, maps, campaigns, and more.

MOD类型 / MOD Type 难度 / Difficulty 所需工具 / Required Tools 说明 / Description
自定义地图 / Custom Map ★★☆☆☆ 地图编辑器 / Map Editor 创建新的对战地图 / Create new multiplayer maps
自定义单位 / Custom Unit ★★★★☆ 单位编辑器 + 建模软件 / Unit Editor + Modeling Software 创建新单位和派系 / Create new units and factions
自定义战役 / Custom Campaign ★★★★★ 战役编辑器 / Campaign Editor 制作完整的故事战役 / Create complete story campaigns
游戏规则修改 / Game Rule Mod ★★★☆☆ 脚本编辑器 / Script Editor 修改游戏核心机制 / Modify core game mechanics
皮肤/模型替换 / Skin/Model Replace ★★☆☆☆ 文件替换 / File replacement 更换单位和建筑外观 / Replace unit and building appearances

地图编辑器 / Map Editor#

地图编辑器允许玩家创建自定义对战和战役地图。

The Map Editor allows players to create custom multiplayer and campaign maps.

功能 / Feature 说明 / Description
地形编辑 / Terrain Editing 高度、纹理、水域、悬崖 / Height, texture, water, cliffs
单位放置 / Unit Placement 放置初始单位和中立单位 / Place starting and neutral units
资源点设置 / Resource Point Setup 定义资源点的位置和类型 / Define resource point locations and types
区域划分 / Zone Division 划分不同区域并设置属性 / Divide zones and set properties
触发器系统 / Trigger System 可视化触发器——无需编程 / Visual triggers — no programming needed
玩家出生点 / Player Spawn Points 设置多个玩家出生位置 / Set multiple player spawn positions

地图制作基础教程 / Basic Map Making Tutorial#

步骤 / Step 操作 / Action 说明 / Description
1 选择地图大小 / Choose map size 小型(128×128)到巨型(512×512) / Small (128×128) to Giant (512×512)
2 编辑地形 / Edit terrain 使用笔刷工具绘制地形高度和纹理 / Use brush tool to paint terrain height and texture
3 放置资源 / Place resources 均衡分配资源点——确保公平 / Balance resource point distribution — ensure fairness
4 设置出生点 / Set spawn points 为每个玩家设置初始基地位置 / Set starting base for each player
5 添加细节 / Add details 废墟、植被、装饰物 / Ruins, vegetation, decorations
6 测试地图 / Test map 和AI测试游戏——检查平衡性 / Test with AI — check balance
7 发布 / Publish 上传到Steam创意工坊 / Upload to Steam Workshop

单位编辑器 / Unit Editor#

玩家可以创建全新的单位或修改现有单位的属性。

Players can create brand new units or modify existing unit stats.

可编辑属性 / Editable Attribute 说明 / Description
基础属性 / Base Stats HP、攻击、护甲、速度、射程 / HP, ATK, Armor, Speed, Range
外观模型 / Visual Model 3D模型和贴图 / 3D model and textures
技能 / Abilities 自定义技能效果和冷却 / Custom ability effects and cooldowns
音效 / Sounds 攻击、移动、死亡音效 / Attack, move, death sounds
建造条件 / Build Requirements 需要哪些建筑和科技 / Required buildings and techs
成本 / Cost 招募所需的资源 / Resources needed for recruitment
升级 / Upgrades 单位可用的升级选项 / Available upgrade options for the unit

MOD制作规范 / MOD Creation Guidelines#

规范 / Guideline 说明 / Description
文件格式 / File Format 使用JSON格式定义单位/地图数据 / Use JSON for unit/map data
模型格式 / Model Format 支持FBX和OBX格式 / Supports FBX and OBX formats
贴图大小 / Texture Size 推荐不超过2048×2048 / Recommended max 2048×2048
命名规范 / Naming Convention 使用唯一ID避免冲突 / Use unique IDs to avoid conflicts
依赖管理 / Dependency Management 如果MOD依赖其他MOD必须声明 / Declare MOD dependencies if any
测试要求 / Testing Requirement 上传前必须通过官方验证工具 / Must pass official validation tool before upload

Steam创意工坊 / Steam Workshop#

尘埃前线将集成Steam创意工坊,方便玩家分享和订阅MOD。

DUST FRONT RTS will integrate with Steam Workshop for easy MOD sharing and subscribing.

功能 / Feature 说明 / Description
一键订阅 / One-Click Subscribe 订阅后自动下载和安装 / Auto-download and install after subscription
自动更新 / Auto-Update MOD更新后自动下载最新版本 / Auto-download latest MOD version
MOD管理 / MOD Management 启用/禁用已安装的MOD / Enable/disable installed MODs
合集 / Collections 创建和分享MOD合集 / Create and share MOD collections
评分和评论 / Ratings & Reviews 对MOD进行评分和评论 / Rate and review MODs
冲突检测 / Conflict Detection 自动检测MOD之间的冲突 / Auto-detect conflicts between MODs

自定义游戏模式 / Custom Game Modes#

玩家可以创建自定义游戏规则:

Players can create custom game rules:

模式名称 / Mode Name 玩法 / Gameplay
核战模式 / Nuclear War 初始即有核武器——全图核弹对轰 / Start with nukes — nuclear exchange across the map
经济战 / Economic War 军事单位成本翻倍——经济发展决定胜负 / Military units cost double — economy decides victory
英雄对决 / Hero Duel 只能生产英雄单位——英雄之战 / Only hero units allowed — battle of heroes
随机派系 / Random Faction 每回合随机切换派系——考验适应能力 / Random faction each turn — test adaptation
防御战 / Defense War 一方防守一方进攻——限时攻防 / One side defends, other attacks — timed siege
资源枯竭 / Resource Scarcity 地图资源减少75%——有限的资源有限的战争 / 75% less resources — limited war

(发售后更新 / Updated after release)

MOD名称 / MOD Name 类型 / Type 说明 / Description
待定 / TBD - 等待社区创作 / Waiting for community creations

自定义快捷键 / Custom Hotkeys#

游戏支持自定义快捷键设置:

The game supports custom hotkey configuration:

快捷键 / Hotkey 默认值 / Default 可自定义 / Customizable
攻击移动 / Attack Move A 是 / Yes
停止 / Stop S 是 / Yes
驻守 / Hold H 是 / Yes
巡逻 / Patrol P 是 / Yes
编队1-9 / Group 1-9 Ctrl+1-9 是(数字不可改)/ Yes (number fixed)
选择全单位 / Select All Ctrl+A 是 / Yes
快速建造 / Quick Build Ctrl+B 是 / Yes
暂停 / Pause F10 是 / Yes
截图 / Screenshot F12 是 / Yes
显示FPS / Show FPS Ctrl+F 是 / Yes

辅助功能 / Accessibility Features#

功能 / Feature 说明 / Description
色盲模式 / Colorblind Mode 调整UI颜色以适应色盲玩家 / Adjust UI colors for colorblind players
字幕 / Subtitles 所有语音对话配字幕 / All dialogue subtitled
屏幕阅读器支持 / Screen Reader Support 基础界面支持屏幕阅读器 / Basic UI screen reader support
可调UI缩放 / UI Scaling 界面尺寸可调 / Adjustable UI size
按键重映射 / Key Remapping 所有操作均可自定义快捷键 / All actions可自定义 hotkeys
自动防守选项 / Auto-Defense Option 基地自动防御功能 / Automated base defense

标签 / Tags: MOD, mods, 自定义, customization, 创意工坊, workshop, 地图编辑器, map editor, 尘埃前线, DUST FRONT

MOD安装方法 / MOD Installation#

步骤 / Step 操作 / Action 说明 / Description
1 打开Steam创意工坊 / Open Steam Workshop 浏览或搜索MOD / Browse or search MODs
2 点击订阅 / Click Subscribe MOD自动下载 / MOD auto-downloads
3 启动游戏 / Launch Game 在主菜单进入MOD管理 / Enter MOD management from main menu
4 启用MOD / Enable MOD 勾选要使用的MOD / Check MODs to use
5 享受新内容 / Enjoy 开始游玩已安装MOD的内容 / Start playing with MOD content

手动安装 / Manual Installation#

如果从第三方网站下载MOD:

If downloading MODs from third-party sites:

步骤 / Step 操作 / Action
1 解压MOD文件到 /dustfront/mods/ 目录 / Extract MOD files to /dustfront/mods/
2 启动游戏进入MOD管理 / Launch game, enter MOD management
3 点击"扫描MOD" / Click “Scan MODs”
4 启用已扫描到的MOD / Enable scanned MODs

MOD注意事项 / MOD Precautions#

注意事项 / Note 说明 / Description
兼容性 / Compatibility MOD之间可能有冲突——注意阅读MOD说明 / MODs may conflict — read descriptions carefully
存档备份 / Save Backup 使用MOD前备份存档 / Backup saves before using MODs
多人模式 / Multiplayer 大多数MOD在排位赛中禁用 / Most MODs disabled in ranked
成就锁定 / Achievement Lock 修改游戏数据的MOD可能禁用成就 / Data-modifying MODs may disable achievements
版本兼容 / Version Compat MOD需要与游戏版本匹配 / MODs must match game version
安全性 / Safety 只从可信来源下载MOD / Only download from trusted sources

MOD常见问题 / MOD FAQ#

问题 / Question 回答 / Answer
MOD会影响游戏性能吗?/ Do MODs affect performance? 取决于MOD的复杂度 / Depends on complexity
多个MOD可以同时使用吗?/ Can multiple MODs be used? 可以但要注意兼容性 / Yes but watch for compatibility
MOD会禁用成就吗?/ Do MODs disable achievements? 修改游戏数据的MOD会 / Data-modifying MODs do
如何卸载MOD?/ How to uninstall MODs? 禁用后删除文件 / Disable then delete files
可以在多人模式中使用MOD吗?/ MODs in multiplayer? 自定义游戏可以排位赛不行 / Custom yes ranked no
MOD制作需要编程吗?/ Need programming? 基础MOD不需要 / Basic MODs don’t need
官方会出MOD教程吗?/ Official MOD tutorials? 计划在MOD工具发布时推出 / Planned for MOD tool release
创意工坊有审核吗?/ Workshop moderation? 有基本审核制度 / Basic moderation in place

社区MOD示例 / Community MOD Examples#

MOD名称 / MOD Name 类型 / Type 说明 / Description
等待社区创作 / Awaiting community creations
等待社区创作 / Awaiting community creations
等待社区创作 / Awaiting community creations
等待社区创作 / Awaiting community creations
等待社区创作 / Awaiting community creations
等待社区创作 / Awaiting community creations

MOD支持与帮助 / MOD Support#

资源 / Resource 说明 / Description
官方MOD文档 / Official MOD Docs 发布时提供 / Available at release
社区论坛 / Community Forums Steam讨论区获取帮助 / Steam forums for help
Discord MOD频道 / Discord MOD Channel 与其他MOD作者交流 / Connect with other MOD creators
视频教程 / Video Tutorials YouTube上有社区制作的教程 / Community tutorials on YouTube

标签 / Tags: MOD, mods, 自定义, customization, 创意工坊, workshop, 尘埃前线, DUST FRONT