This addon adds Third Person Infantry View for Battlefield 1942
Just Press "C" to change camera views
(This addon is for Singleplayer it would not work on Internet Servers)
::DESCRIPTION::
This addon adds Third Person Infantry View for Battlefield 1942
Just Press "C" to change camera views
(This addon is for Singleplayer it would not work on Internet Servers)
................................................................
::INSTALLATION::
Just replace your "objects.rfa" for this new one from the addon
"objects.rfa" is located in the following directory:
C:\Program Files (x86)\EA GAMES\Battlefield 1942\Mods\bf1942\Archives
................................................................
Third Person Config Edited by Felizpe
felipe_miki@hotmail.com
CHECK OUT ALL MY ADDONS: Moddb.com
CHECK OUT ALL MY MODS: Moddb.com
does the mod works for multiplayer?
Hi, no cause any modded file from original game is not accepted from MP servers, so use it only for singleplayer and make a backup from your original "objects.rfa" file ;) But it may work for LAN servers if you and your friends use my file
Hi, would you mind telling me which specific file inside objects.rfa you modified? Because I would like to use it for a different mod without corrupting the main bf1942 objects.rfa and also without replacing all the objects of the mod. Thanks!
Hi inside "objects.rfa" change the file "Objects.con" that is located at:
Objects/Soldiers/Common/Objects.con
Then find the lines bellow:
ObjectTemplate.create EntryPoint SoldierEntry
ObjectTemplate.setEntryRadius 3
ObjectTemplate.create Camera SoldierCamera
ObjectTemplate.setPivotPosition 0/0/0
ObjectTemplate.setMaxSpeed 0/0/0
ObjectTemplate.setHasTarget 0
ObjectTemplate.CVMInside 1
ObjectTemplate.CVMChase 0
ObjectTemplate.CVMFrontChase 0
ObjectTemplate.CVMFlyBy 0
ObjectTemplate.CVMTrace 0
ObjectTemplate.CVMExternTrace 0
And then change the values to the following:
ObjectTemplate.create EntryPoint SoldierEntry
ObjectTemplate.setEntryRadius 3
ObjectTemplate.create Camera SoldierCamera
ObjectTemplate.setPivotPosition 0/0/0
ObjectTemplate.setMaxSpeed 0/0/0
ObjectTemplate.setHasTarget 0
ObjectTemplate.CVMInside 1
ObjectTemplate.CVMChase 1
ObjectTemplate.CVMFrontChase 1
ObjectTemplate.CVMFlyBy 0
ObjectTemplate.CVMTrace 0
ObjectTemplate.CVMExternTrace 1