Forums Index >> Modding >> HOW DO I GET BRAIN CAM????????????????????????????...
Page : <1> :
You asked this in A new idea for feature in CTF.
Please don't clutter up forums like that. If you have a question like this make a single thread about it and nothing else.
Moving on:
I don't know EXACTLY how to get braincam, but I can help get you started.
In gameserverscripts ankFX.cs.dso there are a few variables to do with camera positions. Try changing the values of these variable in the.mis file of the level you want. Experiment and find out which variable does what. If you do manage to stumble across the solution, post it here so we can all use it!
Well I would but if some people actually also tried I would do it
But o well let me go keep trying
Do you own dirty work :)
Didnt you read the second post NATHAN O WELL IM GONNA KEEP TRYING
Braincam was a first person veiw thing. It repositioned the camera so that you saw the game from the veiwpoint of the brain in the jar.
I think -z- made it. It didn't go down very well, but one or two people (me included!) liked it.
LoL I loved it!
I dont want u messing aroynd with the tankFX file so insert this at the end of a mis file:
DefaultTankCamera.camFocusDist = 20.0;
DefaultTankCamera.camFocusUpDist = 1.4;
DefaultTankCamera.camBackupDist = 0.0;
DefaultTankCamera.camFloatHeight = 2.5;
DefaultTankCamera.camSmooth = 0.0;
DefaultTankCamera.camSmoothTurn = 0.2;
DefaultTankCamera.camSmoothUp = 0.2;
DefaultTankCamera.camNear = 0.5;
Hope that helps
Thank you so much scruminator you were such a big help. Please come down some time and check out my mod.
THATS AWSOME!!!!!!!!!!wut other views can u get?
I'll investigate how to get an aerial view for classic arcade action!
OK, put this code in for a bird's eye view!
DefaultTankCamera.camFocusDist = 20.0;
DefaultTankCamera.camFocusUpDist = 1.4;
DefaultTankCamera.camBackupDist = 0.0;
DefaultTankCamera.camFloatHeight = 100;
DefaultTankCamera.camSmooth = 0.0;
DefaultTankCamera.camSmoothTurn = 0.2;
DefaultTankCamera.camSmoothUp = 2;
DefaultTankCamera.camNear = 0.5;
THANKS
No problem M3©, always here to help! :)
Can you get it too be a little closer from above?
That seems pretty easy to do...
You guys are cool
Do we put the birds eye in.mis or main?
Nvm
Page : <1> :
How do I get a brain cam!!!