Modme Forums

Change “Camera angle”

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: eDeK
Hi, i want know how change the camera angle like Dead Ops Arcade, im searching and i think is " SetTopDownCameraYaw( 180 )", but i dont know what precise phrase i need write in my GSC.
Thanks.


ModmeBot:

Reply By: mathfag
Did you check the scriptdocs app?
http://aviacreations.com/modme/scriptdocs/#


void <player> SetClientThirdPersonAngle(<angle>)</angle></player>
void <player> SetClientThirdPerson(<onoff>)</onoff></player>

these might be csc functions but idk i never tried them


ModmeBot:

Reply By: Harry Bo21
read the api

void SetTopDownCameraYaw(&lt;yaw_angle&gt;)
[MANDATORY] &lt;yaw_angle&gt; The yaw angle to set
CATEGORY: 
CLIENT/SERVER: Server
SUMMARY: Set the top down camera yaw that is used in DOA to get the player controls to work correctly in bgpmove.
EXAMPLE: SetTopDownCameraYaw( 180 )&lt;/yaw_angle&gt;&lt;/yaw_angle&gt;


ModmeBot:

Reply By: Stonermagoo420

Harry Bo21
read the api void SetTopDownCameraYaw() [MANDATORY] The yaw angle to set CATEGORY: CLIENT/SERVER: Server SUMMARY: Set the top down camera yaw that is used in DOA to get the player controls to work correctly in bgpmove. EXAMPLE: SetTopDownCameraYaw( 180 )

is there a way for changing the end game camera? like a animated moving camera that starts when the game ends??


ModmeBot:

Reply By: eDeK
I tried various things but obviously dont work, because im bad scripting. :(
Thanks for reply anyways.