Rhino Posted November 19, 2010 Report Share Posted November 19, 2010 (edited) Hey guys, Quick tutorial here on how to enable 3rd person views for your player in the BF2 Editor which can be very useful for when it comes to checking out statics in relation to the player, checking out weapon animations/effects and many other things Basically to do this is very simple tweak of a current file. All you need to do is browse to: "\mods\pr_edit\objects\soldiers\Common\" and in there, there should be a "SoldierCamera.tweak" file. Open that with any text editor, like notpad and then paste in the following code over the current code. rem *** Generated with Bf2Editor.exe [created: 2004/10/13 15:1] ObjectTemplate.activeSafe Camera SoldierCamera ObjectTemplate.modifiedByUser LJO ObjectTemplate.saveInSeparateFile 1 ObjectTemplate.hasMobilePhysics 0 rem ------------------------------------- ObjectTemplate.addTemplate S_SoldierCamera_RotationRpm rem ------------------------------------- ObjectTemplate.CVMInside 1 ObjectTemplate.CVMFlyBy 1 ObjectTemplate.CVMChase 1 ObjectTemplate.CVMFrontChase 1 ObjectTemplate.CVMNose 0 ObjectTemplate.CVMTrace 0 ObjectTemplate.CVMExternTrace 0 ObjectTemplate.cameraShakeSensitivity 0.8 ObjectTemplate.chaseDistance 6 ObjectTemplate.chaseAngle 0.1 ObjectTemplate.worldFOV 1.1 ObjectTemplate.insideFOV 1.1 ObjectTemplate.activeSafe Sound S_SoldierCamera_RotationRpm ObjectTemplate.modifiedByUser LJO Save that file up and load up the BF2 Editor (if its already running you will need to restart it for this change to take affect) and now when you go into player camera mode, or enter a handheld weapon, push the "c" button and you should cycle between all the 3p views (chase, front chase and fly by) Hope this helps, have fun! Edited November 19, 2010 by Rhino Quote Link to comment Share on other sites More sharing options...
rhysm_08 Posted November 19, 2010 Report Share Posted November 19, 2010 Is this PR specific? Can't you always go though 3rd person with "C"? Quote Link to comment Share on other sites More sharing options...
Rhino Posted November 20, 2010 Author Report Share Posted November 20, 2010 Is this PR specific? Can't you always go though 3rd person with "C"? humm, ye looking at the vBF2 files now this already has it set up like this. Guess its a PR only thing then. Quote Link to comment Share on other sites More sharing options...
rhysm_08 Posted November 22, 2010 Report Share Posted November 22, 2010 Quote Link to comment Share on other sites More sharing options...
UberWazuSoldier Posted November 24, 2010 Report Share Posted November 24, 2010 But of course that means it's still useful for those who use PR. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.