Jump to content
aodtonix

Is there a way to have GRAA's 3rd person cam copied to WW4?

Recommended Posts

If so, how do I do that? Is there a script to copy or something for me to have a GRAA-like 3rd person cam for WW4?

Share this post


Link to post
Share on other sites

In you main config (if you play with WW4 , that's the file named "config.cpp" located in  ....@ww4mod25\bin\ )

Locate

class Man:Land

 

inside of that class, you should find the line

extCameraPosition[]={0,0.3,-3.5};

 

That define the coordinates of the 3rd person camera position

For the GRAA mod the alt 3rd person cam was using :

extCameraPosition[]={0.25,-0.1,-1.4};

 

So replace the values and save the modified config to benefit from it.

You may want to tweak those values to your liking.

  • Like 2

Share this post


Link to post
Share on other sites

Ohh. Thank you very much for the info. I love all your mods btw. Top notch work.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×