Enable 3rd person view

Ask questions, discuss ideas, get answers
Post Reply
Poow
Posts: 271
Joined: Sun Nov 01, 2009 8:00 pm
Location: Germany
Contact:

Enable 3rd person view

Post by Poow »

Hey,

So I'm starting with my mod now.
First (I think simple) question:
Which changes are necessary to enable a 3th person camera for the soldiers?
You’re entering a world of pain!
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Enable 3rd person view

Post by freddy »

heres the settings that regulate the camera, 1-on 0-off

Code: Select all

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
its in Objects\Soldiers\Common in the Objects.con but you can activate it per map basis to if you want
Poow
Posts: 271
Joined: Sun Nov 01, 2009 8:00 pm
Location: Germany
Contact:

Re: Enable 3rd person view

Post by Poow »

Thanks!
You’re entering a world of pain!
Post Reply