How do I stop reinforcements depleting because of CPs
Moderator: Moderators
- DarthHamster
- Rebel Warrant Officer

- Posts: 300
- Joined: Wed Nov 18, 2009 9:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Orlando, Florida
- Contact:
How do I stop reinforcements depleting because of CPs
When I am playing conquest I don't really like when my side or the enemy's reinforcements are depleted just because the other side has more CPs. I think the only advantage you should get when having more CPs is that you get to spawn in more places around the map and that reinforcements should only be depleted when players are killed. Is there anything I can adjust to make it so reinforcements are only depleted when players are killed?
-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
Re: How do I stop reinforcements depleting because of CPs
first off this needs to be in the "modding" section of the forums.
to answer your question, yes, it is possible, but your most likely not gonna do it. It requires fairly advanced hex editing, and you would probably crash in multiplayer. not to mention you would have to do it for each map.
to answer your question, yes, it is possible, but your most likely not gonna do it. It requires fairly advanced hex editing, and you would probably crash in multiplayer. not to mention you would have to do it for each map.
- [TFA]Padawan_Fighter
- High General

- Posts: 806
- Joined: Wed Mar 25, 2009 3:37 pm
- Projects :: Ha - as if I will ever get back to them
- xbox live or psn: No gamertag set
- Location: Lost at sea
Re: How do I stop reinforcements depleting because of CPs
Why don't you just make some CPs neutral?
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: How do I stop reinforcements depleting because of CPs
Not so. You can easily change how many reinforcements are lost per second to attrition. It's in a lua file somewhere. Probably in C:\BF2_ModTools\data_ABC\Common\scriptsmyers73 wrote:first off this needs to be in the "modding" section of the forums.
to answer your question, yes, it is possible, but your most likely not gonna do it. It requires fairly advanced hex editing, and you would probably crash in multiplayer. not to mention you would have to do it for each map.
EDIT: I think I found it. It's the ObjectiveConquest.lua
Near the beginning it says:
This means that every three seconds a reinforcement will be lost, according to some formula that deals with CP imbalance. If you set this to "0", that should do it.defaultBleedRate = 0.3333333333, --how many units will be lost per second
