Sven Carrillo Castillo
Sven Carrillo Castillo
As far as I remember the ps3 camera was not visible in the list of the cameras. Only my other webcam appeared. I have read that the ps3 eye camera...
For any reason; the crews in my vehicles are not persisted OR loaded anymore. It does not work reliable.
ok; to which objects do I need to give variableNames - the vehicle - The AI-Unites in the vehicle - The Group (of AI Units) Which way the waypoints are...
aha; that seems to be the problem. If i name only the vehicle or the statics and NOT name each AI-unit, or the AI-Group, both starts to work! Can you...
You have to slightly modify HAL; then you can combine it with GRAD_Persistence (https://github.com/gruppe-adler/grad-persistence) You can look into my Project: https://github.com/svencc/hired_guns Make a diff of my folder HALs/Addons with the...
\HALs_Store.VR\HALs\Addons\store\functions\client\ui\fn_main.sqf -> I commented following three Lines in your script. (Line 287-289) ``` //[uniform player, "Uniform", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa", uniformContainer player], //[vest player, "Vest", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\vest_ca.paa", vestContainer player], //[backpack player, "Backpack", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\backpack_ca.paa", backpackContainer...