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
https://gist.github.com/HugsLibRecordKeeper/12f6dd448f519e2d3565f7b9b127c078
thank you all the same. I will report this error to other author
I don't currently have time to debug this, but maybe the other author might be of help.
Error in static constructor of StuffedFloors.Controller+Init: System.TypeInitializationException: The type initializer for 'Init' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object
here is the log https://gist.github.com/HugsLibRecordKeeper/96a3885bebb9185545a5471bb725f985
Otherwise, I would have to hard-code every conceivable compatibility to every material mod out there, which would never work out.
If you make a local copy, you can edit the def for the metal floor easily, changing the:
<TerrainDef ParentName="FloorBase">
<defName>DRA_SterileTileFine</defName>
to
<TerrainDef ParentName="DragonsStuffedFloorsMetalRoyalBase">
<defName>DRA_SterileTileFine</defName>