今天的补丁包含了更多的音频与错字修复,以及对模组 API 的进一步更新。请让我们了解游戏本体现在的游玩感觉如何!谢谢大家。
变更和改进[]
添加了火箭在星图上飞行的音效
调整了星图音乐的混合,任何插入音效/游戏音乐与星图主题音乐的冲突更少了
调整了星图的混音,在这种情况下游戏音效更弱了
修正了主菜单音乐,根据眼冒金星是否开启决定播放哪个
世界生成:为传送器遗迹添加了新的庄严科技物体
Bug 修复[]
修复了信标描述中的打字错误
修复了辐射蜂和电弧蛞蝓的各种打字错误
拖动 mod 进行排序时不再随机地将 mod 移到列表最底部了。拖拽位置现在计算在 mod 条目“之间”,所以更容易更改排序了
Mod 相关[]
The UserMod2 class now has a `mod` property on it which will contain a reference to the Mod this assembly is being loaded by
mod_info.yaml has a new optional field `version`, a string that gets prepended with a 'v' in the UI
mod_info.yaml has a new field `APIVersion`. If a mod loads a DLL, this must be set to `2` to indicate that the latest version of the mod system (i.e. Harmony2.0) is being used,
otherwise the mod will be disabled
mod.yaml has a new optional field `staticID`. If provided, this will be stored on the Mod object for reference, as well as used as the ID provided to Harmony. This can be used to more reliably detect when other mods are installed, regardless of how they were installed.
The Mod class now has a field `packagedModInfo` which contains the mod_info.yaml from the loaded version of that mod
Mod uploader now shows an error if DLLs from ONI itself are being uploaded with a mod
Mod uploader allows selecting whether your mod is compatible with Base Game and Spaced Out!