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
但沒開ratkin auxiliary framework , 遊戲會完全開不起來
不安裝這兩個, 舊存檔可以正常執行 也不會少人
[Ref EB73598]
at Verse.GenTypes.SameOrSubclassOf (System.Type baseType, System.Type parentType) [0x00009] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenTypes.SameOrSubclassOf[T] (System.Type baseType) [0x00000] in <24d25868955f4df08b02c73b55f389fe>:0
at RimWorld.ReadingPolicyDatabase.GenerateStartingPolicies () [0x0003e] in <24d25868955f4df08b02c73b55f389fe>:0
RimWorld.ReadingPolicyDatabase..ctor()
进不去游戏
拔掉本模组或金鼠则正常
装了ratkin auxiliary framework也可以好。
作者大大加个依赖吧
有遇到同样问题的请添加ratkin auxiliary framework
我这次测试的是只加了风信子大佬的Ratkin1.6,前置mod harmony 和外星人种族,但是还是报错。作者大大求求你有空救救机械鼠鼠,我真的很喜欢机械鼠鼠,没有机械鼠鼠活不下去了呜呜呜
安装的其他主要mod有米莉拉,绮罗,金鼠鼠,VEP全家桶
MatFrom with null sourceTex.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Could not load Texture2D at 'Terrain/Surfaces/HexCarpet' in any active mod or in base resources.
Could not load Texture2D at 'Terrain/Surfaces/PollutionFloorSmooth' in any active mod or in base resources.
Could not load Texture2D at 'Terrain/Surfaces/CarpetFine' in any active mod or in base resources.
Could not load Texture2D at 'Terrain/Surfaces/PollutionFloorSmooth' in any active mod or in base resources.
Could not execute post-long-event action. Exception: System.InvalidOperationException: Sequence contains no elements
[Ref 6662687] Duplicate stacktrace, see ref for original
老实讲我有时候也不知道你们红字到底是怎么出现的,因为我这边看不到这样的红字,复现不了这样的问题,所以我只能建议你们验证完整性,检查排序,二分法确认别的模组,然后再不行清理游戏文件后重新安装游戏
<li Class="VFECore.ScenPart_ForcedFactionGoodwill" MayRequire="OskarPotocki.VanillaFactionsExpanded.Core">这段内容修改为
<li Class="VEF.Factions.ScenPart_ForcedFactionGoodwill" MayRequire="OskarPotocki.VanillaFactionsExpanded.Core">
就可以正常的识别到剧本,相应的红字也会消失
但游戏引擎找不到这些装备的定义(ThingDef),因此报错
此外VE框架我是手动排在前面的,VFECore.ScenPart_ForcedFactionGoodwill一九报错
最后是确实是没有找到鼠族机械师的剧本
我想玩鼠族机械师开局,但隔壁的炒饭机械师太太太正义了
因此希望作者能修一下(如果问题存在的话)
Will this cause any major issues? I dont seem to get any errors about it
getting the same error
https://gist.github.com/HugsLibRecordKeeper/aa5b7d327a80308883226525a8dc029e
其中的红字在加入远程拓展后没有再跳
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Exception loading def from file RK_Scenarios.xml: System.ArgumentException: Could not find type named VFECore.ScenPart_ForcedFactionGoodwill from node <li Class="VFECore.ScenPart_ForcedFactionGoodwill"
Could not resolve cross-reference: No RimWorld.AbilityDef named AbilityRKRifleGrenade_RKRangedWeaponEX found to give to RimWorld.CompProperties_EquippableAbilityReloadable RimWorld.CompProperties_EquippableAbilityReloadable
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Could not resolve cross-reference: No Verse.ThingDef named Resource_RKRifleGrenade found to give to RimWorld.CompProperties_EquippableAbilityReloadable RimWorld.CompProperties_EquippableAbilityReloadable
UnityEngine.StackTraceUtility:ExtractStackTrace ()
跑出了以上4個紅字
There are three files that say:
<Operation Class="PatchOperationFindMod">
<mods>
<li>NewRatkinPlus</li>
</mods>
But the NewRatkinPlus for version 1.6 has a different name, so this check fails
So you can fix this error just by changing the FindMod check to say something like:
<Operation Class="PatchOperationFindMod">
<mods>
<li>Harmony</li>
</mods>
Or removing the FindMod check altogether.