安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
RIP Mod Compatibility Hack
@nvm For very niche situations, yes. Most of the time, no.
Also, Utility commands doesn't stores any data, so not sure why this mod is storing the changes made through it in a run and trying to apply it everytime
Also, where is the data stored, so in case something of a similar proportion happens I can just manually clean the one causing problems
:)
Yeah that needs to be fixed
1: Callback
Several callbacks, namely GET\u SHADER\u PARAMS and all PRE\u COLLISION callbacks, can only be added once to all mods, which means that the first mod loaded with one is the only mod that can work.
This mod rewrites the AddCallback, RemoveCallback and RegisterMod functions to solve this problem.
2: Save
Currently, whenever you update or unsubscribe the mod, you will lose all its data.
This mod solves this problem by storing all mod data itself, so as long as this mod is not unsubscribed and remains active, all saved data is safe. It will even automatically store all existing saved data, so you don't have to worry about losing everything when you initially download this module.
1: 回调
几个回调,即GET\u SHADER\u PARAMS和所有PRE\u COLLISION回调,只能在所有mod中添加一次,这意味着第一个使用一个的mod加载是唯一一个可以工作的mod。
此mod重写AddCallback、RemoveCallback和RegisterMod函数来解决此问题。
2: 保存
当前,无论何时更新或取消订阅mod,都会丢失其所有数据。
这个mod通过存储所有mod数据本身来解决这个问题,所以只要这个mod没有取消订阅并且保持启用状态,所有保存的数据都是安全的。它甚至会自动存储所有现有的保存数据,所以你不必担心失去一切,当你最初下载这个模块。
As long as you don't uninstall this mod you should be good to go.