[2010-07-05] Added new field 'progress' to get progress values for stars, rank and kits
This will add the progress for rank and kits:
Code:
p.progress.score.start=11000
p.progress.score.curr=17574
p.progress.score.next=18500
p.progress.vehicle.start=2300
p.progress.vehicle.curr=3380
p.progress.vehicle.next=3600
p.progress.assault.start=3000
p.progress.assault.curr=3534
p.progress.assault.next=5500
p.progress.support.start=0
p.progress.support.curr=674
p.progress.support.next=1400
p.progress.recon.start=900
p.progress.recon.curr=2121
p.progress.recon.next=2200
p.progress.demo.start=4400
p.progress.demo.curr=4465
p.progress.demo.next=6500
And for stars of weapons, gadgets and vehicle_class.
Attention: the stars structure changes for all of them.
Code:
p.weapons.f2000.stars.bron.count=1
p.weapons.f2000.stars.bron.curr=25
p.weapons.f2000.stars.bron.target=25
p.weapons.f2000.stars.silv.count=1
p.weapons.f2000.stars.silv.curr=50
p.weapons.f2000.stars.silv.target=50
p.weapons.f2000.stars.gold.count=0
p.weapons.f2000.stars.gold.curr=74
p.weapons.f2000.stars.gold.target=100
p.weapons.f2000.stars.plat.count=0
p.weapons.f2000.stars.plat.curr=74
p.weapons.f2000.stars.plat.target=1000
Bookmarks