Res for Kill mod
<div class="IPBDescription">I know this is outrageous request..</div>all i have is a old comp that could berely run a 18 slot server without complain. sorry i dunno much about programming. i only took basic C++ in my university so i guess i am have to make a request.
to speed up the game a little bit making mid-game and a fade available, i guess REK has to be re-implemented. so to give some rewards to offensive plays.
the idea is simple. give X res to killing one opponent. in my case i would like to have 1 for each kill in order to keep the game balanced. if possible make it a variable so that server ops can play around with it.
is there any mods out there available or if it could dodge the mod filter? sorry for my bold request. no offense. peace.
to speed up the game a little bit making mid-game and a fade available, i guess REK has to be re-implemented. so to give some rewards to offensive plays.
the idea is simple. give X res to killing one opponent. in my case i would like to have 1 for each kill in order to keep the game balanced. if possible make it a variable so that server ops can play around with it.
is there any mods out there available or if it could dodge the mod filter? sorry for my bold request. no offense. peace.
Comments
Steam\steamapps\common\natural selection 2\ns2\lua\Balance.lua
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->kKillRewardMin = 0
kKillRewardMax = 0
kKillTeamReward = 0<!--c2--></div><!--ec2-->
to
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->kKillRewardMin = 1
kKillRewardMax = 1
kKillTeamReward = 1<!--c2--></div><!--ec2-->
Will work!
<img src="http://img703.imageshack.us/img703/6685/1res.jpg" border="0" class="linked-image" />
I also would like to see 1 res per kill.
For the mod. filter i guess not, why should it?
But i hate, that the game always mark the "filter modded"...so i have to deactivate it everytime.
Steam\steamapps\common\natural selection 2\ns2\lua\Balance.lua
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->kKillRewardMin = 0
kKillRewardMax = 0
kKillTeamReward = 0<!--c2--></div><!--ec2-->
to
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->kKillRewardMin = 1
kKillRewardMax = 1
kKillTeamReward = 1<!--c2--></div><!--ec2-->
Will work!
<img src="http://img703.imageshack.us/img703/6685/1res.jpg" border="0" class="linked-image" />
I also would like to see 1 res per kill.
For the mod. filter i guess not, why should it?
But i hate, that the game always mark the "filter modded"...so i have to deactivate it everytime.<!--QuoteEnd--></div><!--QuoteEEnd-->
thanks for the help but i guess its just not working. when i change it it says "client and server different" when i test join the server. i revoked the numbers and didnt work. i had to replace it with the original file.
i guess it just doesnt work..?