Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Lestrade

#1
Outdated / Re: [MOD] (Alpha 5C) Embrasures v2.0.0
July 09, 2014, 05:16:06 AM
Looks good so far, Thanks.
#2
Outdated / Re: [MOD] (Alpha 5C) Embrasures v2.0.0
July 09, 2014, 04:28:06 AM
The new Version gives me some Errors right after starting Rimworld:


Failed to find inheritance parent named EmbrasureBase for ThingDef. Full text follows.

<ThingDef ParentName="EmbrasureBase"><defName>LogWallEmbrasure</defName><eType>Wall</eType><label>Log Embrasure</label><texturePath>Things/Building/EmbrasureWoodLog</texturePath><menuIconPath>Things/Building/Linked/WallLog_MenuIcon</menuIconPath><maxHealth>300</maxHealth><flammability>1</flammability><description>An opening in the log wall allows shooting and throwing grenades from the safety of your home.</description><workToBuild>20</workToBuild><fillPercent>0.9</fillPercent><linkFlags><li>WallLog</li><li>WallWood</li></linkFlags><costList><li><thingDef>WoodLog</thingDef><count>8</count></li></costList><constructionEffect>ConstructWood</constructionEffect><soundBulletHit>BulletImpactWood</soundBulletHit><filthLeavings><li><thingDef>SlagRubble</thingDef><count>2</count></li></filthLeavings></ThingDef>

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

XML error: <menuIconPath>Things/Building/Linked/WallLog_MenuIcon</menuIconPath> doesn't correspond to any field in type ThingDef.

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

Failed to find inheritance parent named EmbrasureBase for ThingDef. Full text follows.

<ThingDef ParentName="EmbrasureBase"><defName>WoodWallEmbrasure</defName><eType>Wall</eType><label>Wood Embrasure</label><texturePath>Things/Building/EmbrasureWood</texturePath><menuIconPath>Things/Building/Linked/WallWood_MenuIcon</menuIconPath><maxHealth>130</maxHealth><flammability>1</flammability><description>An opening in the log wall allows shooting and throwing grenades from the safety of your home.</description><workToBuild>45</workToBuild><fillPercent>0.9</fillPercent><transmitsPower>true</transmitsPower><linkFlags><li>WallWood</li><li>WallMetal</li><li>WallStone</li><li>WallBrick</li><li>WallMud</li></linkFlags><costList><li><thingDef>WoodLog</thingDef><count>8</count></li></costList><constructionEffect>ConstructWood</constructionEffect><soundBulletHit>BulletImpactWood</soundBulletHit><filthLeavings><li><thingDef>SlagRubble</thingDef><count>2</count></li></filthLeavings></ThingDef>

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

XML error: <menuIconPath>Things/Building/Linked/WallWood_MenuIcon</menuIconPath> doesn't correspond to any field in type ThingDef.

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

XML error: <transmitsPower>true</transmitsPower> doesn't correspond to any field in type ThingDef.

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

Config error in LogWallEmbrasure: LogWallEmbrasure has null thingClass.

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

Config error in WoodWallEmbrasure: WoodWallEmbrasure has null thingClass.

(Filename: C:/BuildAgent/work/aeedb04a1292f85a/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)