-
April 01, 2008, 02:16 AM
#1
Biarchus
Adjusting the life cycle
I've made the following change to the life cycle in the traits.txt and adjusted every character and agent in the strat accordingly but wondering if there is anything else that needs to get changed to make it work right?
;------------------------------------------
Trigger general_starting_age_young
WhenToTest CharacterComesOfAge
Condition Trait CharacterAges < 1
and CharacterAge <= 45
Affects TurnsAlive 1 Chance 100
Affects CharacterAges 1 Chance 100
Trigger general_starting_age_middle
WhenToTest CharacterComesOfAge
Condition Trait CharacterAges < 1
and CharacterAge <= 65
and CharacterAge > 45
Affects TurnsAlive 21 Chance 100
Affects CharacterAges 1 Chance 100
Trigger general_starting_age_citizen
WhenToTest CharacterComesOfAge
Condition Trait CharacterAges < 1
and CharacterAge <= 75
and CharacterAge > 65
Affects TurnsAlive 61 Chance 100
Affects CharacterAges 1 Chance 100
Trigger general_starting_age_elderly
WhenToTest CharacterComesOfAge
Condition Trait CharacterAges < 1
and CharacterAge > 75
Affects TurnsAlive 91 Chance 100
Affects CharacterAges 1 Chance 100
;------------------------------------------
Basically, the idea is that I have my characters that can life to a max of 115... so why not adjust the life cycle so they aren't too "old" for 90% of their existance. Does the "Affects TurnsALive XX Chance 100" file need to be changed along with the threshold number in the TurnsAlive trait? Actually, while I'm asking, what does the threshold number mean?
Kyle
-
April 03, 2008, 06:54 PM
#2
Biarchus
Re: Adjusting the life cycle
Bumping this other rather then making a new post to ask the same thing. I've been trying, unsuccessfully for awhile trying to change this and I can't seem to get it to work right. If anyone knows, I'd be your bestest friend if you share.
Kyle
-
April 03, 2008, 07:29 PM
#3
Re: Adjusting the life cycle
Well I dont know, but several weeks ago I came across a thread probably in the modding scripting area that was working this try searching there, try like aging
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules