Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
XML error: Could not find parent node named "Base5x100mmCaselessBullet" for node "ThingDef".
Inside 3279733364\AlphaMech\Patches\Ammo\AM_12x64mm.xml there is an additional PatchOperationAdd for Bullet_5x100mmS_Sabot, which i think shouldn't be there
when clicking palette tool in dev mode, or when using some dev tools such as spawn thing or spawn thing fullstack, they returns nothing except error.
this only occurs when the patch is used together with alpha mech, i've tested with bare minimum mods and when i remove alpha mech it works normally.
or if i keep alpha mech but i remove this patch, it works normally.
https://gist.github.com/HugsLibRecordKeeper/8c29fdaf6f67b40c54c8c295b4c1d6b6
试用期间无报错,只有警告[MVCF] Not found: CombatExtended.Verb_ShootCE(万花筒)
错误原因分析
MVCF 与 CE 的兼容性问题:
MVCF(可能是一个管理Verb的框架Mod)在尝试移除 CombatExtended.Verb_ShootCE 类时失败,说明CE的射击逻辑未被正确识别或兼容。
CE深度修改了原版射击系统,而MVCF可能未针对CE的Verb类进行适配。
可能的触发场景:
当通过菜单(如装备转移菜单)操作包含CE武器的物品时,MVCF尝试管理CE的Verb,但找不到对应类或方法。
第三方补丁问题:
错误中提到的 RPG_CEPatches 可能是一个自定义补丁或兼容性补丁,可能与当前版本的CE/MVCF不兼容。