User Tools

Site Tools


arma3:scripting

This is an old revision of the document!


ArmA 3 Scripting

ArmA 3 Camera

this exec “camera.sqs” in ArmA 3?

[] call BIS_fnc_cameraOld;

Use it the same way, wasd to move, keypad numbers to rotate / tilt, press LMB to save camera position to clipboard.txt file in profiles dir.

Cinemaborder

To turn of cinema borders, do this:

[false] call BIS_fnc_cinemaBorder;

ArmA 3 End Cutscene

PMCTODO This scripting part is untested, sorry about that

With ArmA 3 cutscenes you can simply use endmission to end them, no need to make variable which you set true and destroy camera.

endMission "END1";

Or was it this:

"end1" call BIS_fnc_endMission;
arma3/scripting.1433729769.txt.gz · Last modified: 2015-06-08 02:16 (external edit)