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)

Preview
Battlefield 1942 Third Person Infantry
Comments
Guest
Guest

does the mod works for multiplayer?

Reply Good karma Bad karma+1 vote
Felizpe Author
Felizpe

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

Reply Good karma+1 vote
guocuozuoduo
guocuozuoduo

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!

Reply Good karma Bad karma+1 vote
Felizpe Author
Felizpe

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

Reply Good karma+1 vote
Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.