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
Could not resolve cross-reference: No Verse.SoundDef named BulletImpactMetal found to give to Verse.ThingDef AJO_BookRack (using undefined sound instead)
and
Could not resolve cross-reference: No Verse.ThingDef named BuildingRubble found to give to Verse.ThingDef AJO_Dartboard
Full log is here: https://gist.github.com/HugsLibRecordKeeper/10b0949a0dff72b97c86524d5e78005f (sorry it's long, I have a lot of mods but just ctrl+f either of the above errors to find yours)
Config error in AJO_PlayArcadePS: jobDef AJO_PlayArcadePS has joyKind Gaming_Cerebral which does not match our joyKind Gaming_Dexterity (https://imgur.com/a/b8OFrmz)
any idea on that?
Config error in AJO_Dartboard: has null thingClass.
Config error in AJO_Dartboard: has components but it's thingClass is not a ThingWithComps
There are a couple items from other mods with the same errors, so it could be some other mod patching a parent def or something, but I can't figure out what might be causing it. ANy ideas of things I can look for?
If you want me to help, post your plaintext modlist here. You can copy it from a save loaded with the load order causing the error. It'll take several people posting, but I should be able to narrow it down eventually.
If your defs are loaded before any that overwrite the parent def and any that apply the patches, would that insulate the AJO objects, or are the patches applied to objects directly rather than the defs themselves?
I did a pretty thorough search within my mod folders for any files that overwrite or apply patches to anything in the hierarchy of the affected items and that was the only one I found. Since the errors continue after disabling, it's either not the cause or something funky is going.