PMC websites shut down December 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond December 13th 2025 when web hosting fees are due.

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)