Arma 3
GCam Cinematic Camera Tool
Jordy 25 Nov, 2021 @ 5:11pm
Does GCAM Work in multiplayer? if so how
Hey guys, just a quick question, does this work in multiplayer? if so how to I enable it in multiplayer on my server as I don't have access to Gcam on my scroll wheel + Local Exec seems to do nothing on my server (via the debug console when you press escape)
< >
Showing 1-6 of 6 comments
Jordy 25 Nov, 2021 @ 6:51pm 
Update to this discussion

I have got it working and will be making a video on how to do it for future people who inevitably want to do the same. [casually took hours to fix this issue when the actual fix was honestly insultingly easy to do. There is literally just no documentation on how to do this anywhere else]
Nixx 29 Nov, 2021 @ 11:18am 
i would like to know how to use it for multiplayer
Jordy 29 Nov, 2021 @ 12:24pm 
Originally posted by Nix119:
i would like to know how to use it for multiplayer
I figured it out for private servers, what is your usecase?
Originally posted by Jordy:
Originally posted by Nix119:
i would like to know how to use it for multiplayer
I figured it out for private servers, what is your usecase?
Im trying to see if i can use this in a modded multiplayer private server for a community. Do i need some kinda perm level to be able to access free cam or zues cam... or does the mod have to be installed on the server for you to be able to join with Gcam
Jordy 8 Dec, 2021 @ 5:37am 
Originally posted by ✪ L33T_Taco -iwnl-:
Originally posted by Jordy:
I figured it out for private servers, what is your usecase?
Im trying to see if i can use this in a modded multiplayer private server for a community. Do i need some kinda perm level to be able to access free cam or zues cam... or does the mod have to be installed on the server for you to be able to join with Gcam

for modded multiplayer private server 1) the server will need gcam installed if you want to use this workaround 2) if you are using a plugin that kind of overrides the debug console (like exile does for instance) then you will need to add GCAM as an action to an object on the map which you can scroll and click on when you look at it. Alternatively if you aren't using Exile you can manually add the action to a player slot and then the person in that player slot can use Gcam then. I will say though that adding the action manually to a player slot doesn't work if you use a system like igload or exile as the player is instantiated rather than filling the slot, as per my testing on private servers atleast but I could be wrong, we couldn't get it working any other way. So your only workaround for this would be to put the action on an object on the map and then use gcam from there.

you can gain access to your character by pressing L and going to first person view on your character and pressing L again, you should be able to move around etc and then re open gcam via L again to do anything around the map. if you have the menu open and you close gcam then you will need to go back to the object to click it, its annoying but thats the workaround we have. We use an admin toolkit on the server so we can teleport around to make it easier.

As for Zeus, that can just be tied to #adminLogged as the game master (rather than a particular slot)



Its annoying as it should just be in the scroll down menu anyway but sometimes its not, and debug console just doesn't execute commands for us on the server no matter what we try (since we use Exile) so we found this workaround, hope this helped!
TPM 12 Jul, 2022 @ 12:38am 
I managed to get GCAM working on my Arma server, however I had to unpack it as a mod and added it to my mission (NO MOD REQUIRED).

1) unpacked the gcam.pbo
2) copy and past the gcam folder into your mission folder.
3) create or edit a description.ext file
- Add #include "gcam\gcam_component.htt"
- Add enableDebugConsole = 1; <<<<enables debug screen on server for admin only.

Mine looks like:

author="TPM";
OnLoadName = "Video Recroding";
enableDebugConsole = 1;

#include "GCAM\gcam_component.hpp"

4) when you load the mission on the server and sign in as admin (use #login <password>), press esc and you will see the debug window.

Type or copy the following: null= [] execVM "gcam\gcam.sqf";
and execute.

5) I use the ace option posted by Stix_09 2021 in the workshop page

_startGcam = ["gcam", "gcam", "", {execVM "gcam\gcam.sqf"}, {true}] call
ace_interact_menu_fnc_createAction;

[(typeOf player), 1, ["ACE_SelfActions"], _startGcam, true] call ace_interact_menu_fnc_addActionToClass;
Last edited by TPM; 12 Jul, 2022 @ 4:27pm
< >
Showing 1-6 of 6 comments
Per page: 1530 50