Porting to A14: "Found no usable data when trying to get defs"

Started by UnlimitedHugs, July 18, 2016, 06:09:37 AM

Previous topic - Next topic

UnlimitedHugs

Heyo.
Trying to port one of my mods, and running into issues with loading a custom def that extends the vanilla Def:

Found no usable data when trying to get defs from file MapReroll.xml

The custom def contains only a handful of primitive types. Source.
It used to run just fine in A13.
Anyone know what has changed on this front?
HugsLib - AllowTool - Remote Tech - Map Reroll - Defensive Positions: Github, Steam

skullywag

quantify youre new def with its namespace so <namespace.MapRerollDef> etc. This is new in A14.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Fluffy (l2032)

I think this may actually be my fault, since I made a bug report about def classes from different mods giving an error even when namespaced.

UnlimitedHugs

Thank you, that did the trick. Is there some sort of extended changelog I can get stuff like that from?
HugsLib - AllowTool - Remote Tech - Map Reroll - Defensive Positions: Github, Steam

1000101

(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

kaptain_kavern

Quite handy to have. Believe me :p
I wish i knew about this before trying to treat BrainDamage while updating DESurgeries to A14 ... as there is no longer BrainDamage hediff in A14 ^^

UnlimitedHugs

Oh goodness, this is exactly what I need ;D
Thank you so much.
HugsLib - AllowTool - Remote Tech - Map Reroll - Defensive Positions: Github, Steam