if you want to change the trophie system, open up your game.rfa and edit one of these files (for som reason, doing a game_001.rfa does not work):
\bf942\game\ScoreManagerSettings.con
(for conquest)
or
\bf1942\game\ScoreManagerSettingsCTF.con
(for CTF)
the default for conquest is:
ScoreManager.kill 1 ScoreManager.death 0 ScoreManager.capture 10 ScoreManager.attack 2 ScoreManager.defence 5 ScoreManager.TK -2 |
and the default for CTF is:
ScoreManager.kill 1 ScoreManager.death 0 ScoreManager.capture 10 ScoreManager.attack 0 ScoreManager.defence 3 ScoreManager.TK -2 |
honestly, i'm not sure what the defence does in CQ or the capture. but in CTF,
if you increase the attack, not only will u get points for taking control
points, but you'll also get those point everytime u touch the CTF flag.