Server Side Modding

The Official Modding Resource for Battlefield 1942 and Battlefield Vietnam
It is currently Mon Oct 19, 2009 5:30 pm

All times are UTC - 6 hours [ DST ]


Getting Started
Getting Started
Prepping Your Files
  Testing Methods
Auto-Start Map
True Testing Enviroment
General How-To's
Stop Base Camping
Removing Out Of Bounds
Stop Base Camping 2
Disabling Parachutes
Add Repair Points
Add Spawn Points
Paradrops
Main Base Swapping
Modifying the Point System
Conquest Ticket System
Making CTF Versions of Maps
Vehicle How-To's
Replace/Add Vehicles
Lock Vehicles
Partially Disabling Vehicles
Totally Disabling Vehicles
Making a Carbomb
Adding Nitrous
Making Amphibious
Performance Tweaking
Adding Healing Supply
Adding/Changing/Removing Carrier Vehicles
Weapon How-To's
Spawn Weapon Kits
Change the Weapon Kits of Soldiers
Modifying Weapon Attributes
Disabling Weapons
Modifying the Damage System
Disabling Overheating
 
 
 
Fix Wall Hacks
How to Fix Wall/Floor Hacks
Basrah's Edge
Lost Village
Stalingrad
Al Khafji Docks
El Alamein
Other Fixes
Leaning F16 Fix
Glass Humvee
Oil Fields Exploding A-10
Operation Bragg Fixes
 
 
References
Object List
Weapon Kits List
Global Object Spawners
Global Soldier Spawns
Projectile Material Numbers
 

How To Modify the Point System

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.

cron

©2009
No materials may be duplicated under any circumstances.