Ludeon Forums

RimWorld => Mods => Help => Topic started by: jacob814 on July 15, 2016, 08:42:29 PM

Title: Error I cannont reslove: No Verse.KeyBindingDef named...
Post by: jacob814 on July 15, 2016, 08:42:29 PM
I am trying to update my mod and I keep getting this error "Could not resolve cross-reference: No Verse.KeyBindingDef named found to give to Verse.ThingDef _______"

I have no clue where to start on how to fix this and google isnt helping either. If anyone has a way to fix this I would be very thankful.
Title: Re: Error I cannont reslove: No Verse.KeyBindingDef named...
Post by: 1000101 on July 16, 2016, 04:12:20 PM
It's changed in A14, you no longer give it the specific key but the keybinding def.

Look at the core production buildings.
Title: Re: Error I cannont reslove: No Verse.KeyBindingDef named...
Post by: jacob814 on July 21, 2016, 09:56:59 AM
After some time of trying to figure this out I still can't grasp what you are trying to say. Could you say it a different way then on how to fix my problem?
Title: Re: Error I cannont reslove: No Verse.KeyBindingDef named...
Post by: skullywag on July 21, 2016, 10:00:34 AM
before you would put "V" or some other key from your keyboard, this has now changed to having to put the defname of a keybinding def, look in core folder for keybindingdefs folder and open that file, find the defName of the key set in defaultKeyCodeA or B and use that defname in your xml. So most of the time its "Misc6" instead of "U" for example.