Portail OFCRA
Actualités => Arma 3 - Scripts/Addons/Mods => Addons => Discussion démarrée par: Cirav le 20 Décembre 2013 à 09:13:40
Live feed control
http://www.armaholic.com/page.php?id=23890 (http://www.armaholic.com/page.php?id=23890)
ArmA 3 - Live Feed Demonstration (http://www.youtube.com/watch?v=bdkM98jP2lo#ws)
In-Game monitors
Stream from helmet cams
Satellite feed
Dedicated server compatible
Easy to install + Use
Realistic command center
Automatically adjusts for units in vehicles
Installation:
1. Copy "CCTV" folder into your mission folder
2. Open editor and add an EMPTY/Objects (signs)/invisible heli-pad. Name it SERVER (Important)
3. Create a monitor. EMPTY/Objects (signs)/Sign (ARMEX). Name it Monitor1
4. Name a unit "UNITNAME". Without the "".
5. Copy this inside your Init.sqf:
null = [[Monitor1],[UNITNAME]] execVM "cctv\feedInit.sqf";
6. Preview Mission and use the scroll wheel to interact with the monitor
Additional instructions:
For more monitors add to existing call:
null = [[Monitor1,Monitor2,Monitor3],[UNITNAME]] execVM "cctv\feedInit.sqf";
For more units add to existing call: [code]null = [[Monitor1],[UNITNAME,Unitname2,unitname3,unitname4]] execVM "cctv\feedInit.sqf";
Important notices:
A maximum of 4 different camera feeds at the same time
After reaching 5 concurrent camera feeds the monitors will turn off. (This is the renderTargets been reset after reaching their maximum capacity). Simply select a feed to continue.
Use above instructions for adding more monitors
Ensure an object named SERVER exists in the mission
Do NOT put the same unit in different calls. Such as:
BAD:
null=[[monitor1][s1]]execVM "cctv\livefeed.sqf";null=[[monitor2][s1]]execVM "cctv\livefeed.sqf";
GOOD:
null=[[monitor1,monitor2][s1]]execVM "cctv\livefeed.sqf";
:plusun:
Le fameux addon dont tu nous parlais?!
Pour les CDC, je veux !
trop bien le truc :plusun:
C'est fou comme truc. Fou fou fou le boulot du mec pour coder ce machin Oo
Par contre c'est presque immodifiable tellement c'est compliqué et en multi faut voir les perfs. Mais bordel c'est fou le boulot qu'il a mis dedans.
On va pour voir jouer à Arma ET mater un match de foot !