maximum411 Posted February 19, 2011 Posted February 19, 2011 I want to make an animal that can only be contained by electric fences, and I have a feeling this has to do with the Bash Strength setting. Since the T-rex can also only be contained by electric fences, I'd like to find out what the Bash Strength in its UCA is. Is there any way I could find this out?
Fern Posted February 19, 2011 Posted February 19, 2011 these are from the Trex ai cIsJumper = 1 cIsClimber = 0 cIsManEater = 1 cBashStrength = 301 cPreattack = 1 cResetPreyPosition = 1 ; cCrushesFences 1 will make this animal bash any fence of height 1 or less. ; cCrushesFences 3 will make this animal bash any fence of height 3 or less. cCrushesFences = 3 cTestFenceChance = 50 cTestFenceChanceDrop = 5 cMinTestFenceChance = 5 cZapHappinessChange = -25 cTestFenceOffset = 1
maximum411 Posted February 22, 2011 Author Posted February 22, 2011 these are from the Trex ai cIsJumper = 1 cIsClimber = 0 cIsManEater = 1 cBashStrength = 301 cPreattack = 1 cResetPreyPosition = 1 ; cCrushesFences 1 will make this animal bash any fence of height 1 or less. ; cCrushesFences 3 will make this animal bash any fence of height 3 or less. cCrushesFences = 3 cTestFenceChance = 50 cTestFenceChanceDrop = 5 cMinTestFenceChance = 5 cZapHappinessChange = -25 cTestFenceOffset = 1 Perfect- thanks!
maximum411 Posted February 22, 2011 Author Posted February 22, 2011 Perfect- thanks! Oh, also- if the animal doesn't have the cCrushesFences line in its UCA, could I add that in? Could I just insert it anywhere, or would it have to be in a certain spot? Thanks
Fern Posted February 23, 2011 Posted February 23, 2011 Oh, also- if the animal doesn't have the cCrushesFences line in its UCA, could I add that in? Could I just insert it anywhere, or would it have to be in a certain spot? Thanks You would add it into the same area as the section I copied over.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now