No reinforcement drop?
Moderator: Moderators
- jango
- Command Sergeant Major

- Posts: 272
- Joined: Mon Jan 19, 2009 8:05 pm
- Projects :: too many
- Location: A galaxy far far away...
No reinforcement drop?
In my map when you control more command posts the other team's reinforcements dont drop, and whe n i capture all command posts it doesnt give 20 seconds. How can i fix this?
- newguy99
- Command Sergeant Major

- Posts: 254
- Joined: Sun Apr 19, 2009 10:58 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: No reinforcement drop?
I have the same question/problem. My maps reinforcements don't bleed and there is no victory timer? Could use some help!
- ANDEWEGET
- Ancient Force

- Posts: 1266
- Joined: Tue Apr 01, 2008 8:42 am
- Location: Germany
- Contact:
Re: No reinforcement drop?
ther are somewhere some lines with bleed, experiment with them.
edit: in the lua
edit: in the lua
- jango
- Command Sergeant Major

- Posts: 272
- Joined: Mon Jan 19, 2009 8:05 pm
- Projects :: too many
- Location: A galaxy far far away...
Re: No reinforcement drop?
I have found it! you have got to add this for defense and this for attacker
Code: Select all
AddBleedThreshold(DEF, 31, 0.0)
AddBleedThreshold(DEF, 21, 0.75)
AddBleedThreshold(DEF, 11, 2.25)
AddBleedThreshold(DEF, 1, 3.0)Code: Select all
AddBleedThreshold(ATT, 31, 0.0)
AddBleedThreshold(ATT, 21, 0.75)
AddBleedThreshold(ATT, 11, 2.25)
AddBleedThreshold(ATT, 1, 3.0)- newguy99
- Command Sergeant Major

- Posts: 254
- Joined: Sun Apr 19, 2009 10:58 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: No reinforcement drop?
Thanks jango!!
I was looking through the .lua and couldn't find anything?! But this clears it up.
I was looking through the .lua and couldn't find anything?! But this clears it up.
- jango
- Command Sergeant Major

- Posts: 272
- Joined: Mon Jan 19, 2009 8:05 pm
- Projects :: too many
- Location: A galaxy far far away...
Re: No reinforcement drop?
well that solved the reinforcement bleed problem but it still doesnt do the 20 second thing. i guess thats not too important though.
