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
Exception ticking Bullet_AATWS_ATGM819970 (at (67, 0, 176)): System.MissingMethodException: Method not found: int Verse.Map.get_Tile()
[Ref 435786] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch2 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
It is causing this error:
Could not resolve cross-reference: No Verse.ThingDef named Bullet_57x438mmBofors_Sabot_TC found to give to CombatExtended.AmmoLink (Ammo_57x438mmBofors_Sabot -> null)
This is the patch in question:
<Operation Class="PatchOperationAdd">
<xpath>Defs/CombatExtended.AmmoSetDef[defName="AmmoSet_57x438mmBofors"]/ammoTypes</xpath>
<value>
<Ammo_57x438mmBofors_AMP_TC>Bullet_57x438mmBofors_AMP_TC</Ammo_57x438mmBofors_AMP_TC>
<Ammo_57x438mmBofors_Sabot>Bullet_57x438mmBofors_Sabot_TC</Ammo_57x438mmBofors_Sabot>
</value>
</Operation>
This line can be removed: <Ammo_57x438mmBofors_Sabot>Bullet_57x438mmBofors_Sabot_TC</Ammo_57x438mmBofors_Sabot>