Make game not track kill/death count

Ask questions, discuss ideas, get answers
Post Reply
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Make game not track kill/death count

Post by Swaffy »

I only want the game to give a point to those who capture bases, which I know how to code. But how do I make the scoreboard not keep count of player deaths and player kills?

It isn't in the "ScoreManagerSettings.con" file:

Code: Select all

rem *** Original ***
rem ScoreManager.kill 1
rem ScoreManager.death 0
rem ScoreManager.capture 10
rem ScoreManager.attack 2
rem ScoreManager.defence 5
rem ScoreManager.TK -2
rem *** Edited ***
ScoreManager.kill 0
ScoreManager.death 0
ScoreManager.capture 1
ScoreManager.attack 0
ScoreManager.defence 0
ScoreManager.TK 0
Last edited by Swaffy on Wed Jul 31, 2013 11:24 pm, edited 1 time in total.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Game doesn't keep kill/death count

Post by Vilespring »

well, I say use the score manager as that to add negative of what was just received, so they cancel each other out.
A picture is worth a thousand words, but takes up three thousand times the memory.

Area 51: http://battlefieldarea51mod.weebly.com/

Image
"I didn't steal your pizza"
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Game doesn't keep kill/death count

Post by Swaffy »

Vilespring wrote:well, I say use the score manager as that to add negative of what was just received, so they cancel each other out.
I get what you mean, but on the in-game scoreboard it counts how many kills the player gets. It only goes up because the only thing that changes that number is a kill (+1). I'm not trying to change the player's score, but rather the kill counter and the death counter.

Image
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Make game not track kill/death count

Post by Vilespring »

I'm dry, sorry. :oops:
A picture is worth a thousand words, but takes up three thousand times the memory.

Area 51: http://battlefieldarea51mod.weebly.com/

Image
"I didn't steal your pizza"
Diamondback
Posts: 617
Joined: Mon Oct 01, 2012 3:13 pm
Location: Canada
Contact:

Re: Make game not track kill/death count

Post by Diamondback »

It's not possible to change that setting without modifying the EXE I'm afraid.
See my Strasbourg map project here.
Post Reply