武装突袭3

武装突袭3

评价数不足
[Discontinued] AR Security Ceilling Camera
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Structure, Terrain
文件大小
发表于
5.984 MB
2018 年 12 月 12 日 上午 8:46
1 项改动说明 ( 查看 )

订阅以下载
[Discontinued] AR Security Ceilling Camera

在 AimRabbit 的 1 个合集中
AR Collection
10 件物品
描述
A security ceilling camera.

No support for this mod, because I don't mod anymore for Arma!

If you like my mods



This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
10 条留言
NightIntruder 2020 年 10 月 25 日 上午 10:31 
Ah, didn't know. Thanks, will do it.
AimRabbit  [作者] 2020 年 10 月 23 日 下午 12:55 
@Wingless: The files are open. If you want to create a server key you can do it with arma 3 tools but there is no official server key or key generally. If you want secure it, you can do it :)
AimRabbit  [作者] 2020 年 10 月 23 日 下午 12:53 
Hi,
@Rocksteady: I don't know what you asking for. It's only an object without functions.
NightIntruder 2020 年 10 月 23 日 上午 2:18 
Could you add the server key so we could use it during MP session, please?
Rahjoth 2020 年 10 月 12 日 下午 8:52 
Where is this located in the editor? I tried searching in props with several different strings with no success.


For those who want this to "work," here is some code that could work (you may need to modify it for your needs):

Name the camera objCam and put this in the camera's init code :

cam = "camera" camCreate [0,0,0];
cam cameraEffect ["Internal", "Back", "camrtt"];
cam attachTo [this, [0,0.4,0.5]];

"camrtt" setPiPEffect [0]; //You can change this to 1 for NV or 2 for Thermal

addMissionEventHandler ["Draw3D", {

_dir =
(objCam selectionPosition [0,0,0])
vectorFromTo
(objCam selectionPosition [0,0,0]);

cam setVectorDirAndUp [

_dir,

_dir vectorCrossProduct [-(_dir select 1), _dir select 0, 0]

];

}];

In the line: "camrtt" setPiPEffect [0], 0 - Normal, 1 - NV, 2 - Thermal.

Here is code to have this show on a monitor or TV. Put it in the object's init:

this setObjectTexture [0, "#(argb,512,512,1)r2t(camrtt,1)"];
AimRabbit  [作者] 2018 年 12 月 14 日 下午 2:55 
its only decoration but you can add function to it.
turroquemantiko 2018 年 12 月 14 日 下午 1:00 
works well or its only decoration?
Hunter 2018 年 12 月 12 日 上午 11:04 
thats unfortunate I was hopeing to use it in a mission
AimRabbit  [作者] 2018 年 12 月 12 日 上午 10:51 
only object no functions
Hunter 2018 年 12 月 12 日 上午 10:37 
Dosen't work