XP, Vp increase mod
I know i have a ridiculously low post count, etc. i dont want people going OMG NUB DOESNT KNOW CODING if im incorrect but, i think i've found a way to mod how much experience and vp you get per game. I havent tested this yet but i think the \EA Games\Battlefield Heroes\mods\bfheroes\python\game folder has the key to that. open the file scoringcommon using text edit. There are parts in it that say for example:
#WR: control point capture scoring settings
SCORE_CP_CAPTURE = 10 # how much you score for a 100% CP status change (ie: neutral->captured, or enemy->neutral)
SCORE_CP_DEFEND = 25 # how much score you get for defending a CP
SCORE_HOTH_DEFEND = 10 # how much score you get for holding a flag and being inside the defend zone on ticket count increase in HOTH
SCORE_HOTH_TICKETS_NEEDED_FOR_VP = 1 # how many tickets a player needs to gain before he gets a valor point (in HOTH)
SCORE_HOTH_BONUS_VP = 10 # Bonus VP at round end for winning team
I changed it to:
#WR: control point capture scoring settings
SCORE_CP_CAPTURE = 1000 # how much you score for a 100% CP status change (ie: neutral->captured, or enemy->neutral)
SCORE_CP_DEFEND = 25 # how much score you get for defending a CP
SCORE_HOTH_DEFEND = 10 # how much score you get for holding a flag and being inside the defend zone on ticket count increase in HOTH
SCORE_HOTH_TICKETS_NEEDED_FOR_VP = 1 # how many tickets a player needs to gain before he gets a valor point (in HOTH)
SCORE_HOTH_BONUS_VP = 500 # Bonus VP at round end for winning team
please tell me if this works or not
#WR: control point capture scoring settings
SCORE_CP_CAPTURE = 10 # how much you score for a 100% CP status change (ie: neutral->captured, or enemy->neutral)
SCORE_CP_DEFEND = 25 # how much score you get for defending a CP
SCORE_HOTH_DEFEND = 10 # how much score you get for holding a flag and being inside the defend zone on ticket count increase in HOTH
SCORE_HOTH_TICKETS_NEEDED_FOR_VP = 1 # how many tickets a player needs to gain before he gets a valor point (in HOTH)
SCORE_HOTH_BONUS_VP = 10 # Bonus VP at round end for winning team
I changed it to:
#WR: control point capture scoring settings
SCORE_CP_CAPTURE = 1000 # how much you score for a 100% CP status change (ie: neutral->captured, or enemy->neutral)
SCORE_CP_DEFEND = 25 # how much score you get for defending a CP
SCORE_HOTH_DEFEND = 10 # how much score you get for holding a flag and being inside the defend zone on ticket count increase in HOTH
SCORE_HOTH_TICKETS_NEEDED_FOR_VP = 1 # how many tickets a player needs to gain before he gets a valor point (in HOTH)
SCORE_HOTH_BONUS_VP = 500 # Bonus VP at round end for winning team
please tell me if this works or not


this one xD