How Do I Create New Doors?(SOLVED)

Started by Project 06, October 24, 2016, 10:09:38 PM

Previous topic - Next topic

Project 06

I'm trying to create new custom doors to accommodate some new walls I've made. However I can't get the doors to open slower.

kaptain_kavern

I think door speed is only inherited from stuff characteristics. See in /Core/Defs/ThingDefs_Items/Items_Resource_Stuff.xml. They have a tag for that : <DoorOpenSpeed>1.2</DoorOpenSpeed> (for wood - per example)

Simulacrum0

DoorOpenSpeed in statBases on the door,
DoorOpenSpeed on stuff mods the base stat on the door. the slowest a door can open is 20% no mater the base stats and stuff mods.

Project 06

Wow thank you guys so much for pointing that out, I'm disappointed in myself that i didn't notice that before.