gersen
Member-
Content Count
44 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
10 GoodAbout gersen
-
Rank
Lance Corporal
-
In our server we have a script with a timer that give the server a restart command every few hour. After the last game update this command is not working, it works if you write it manually but not with the script. Anyone can help?
-
[RELEASE] T8 Units - a less dynamic AI creator
gersen replied to t-800a's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thx, always the best! -
thanks, this is what I was looking for: while { alive player} do { _man fire (currentWeapon _man); };
-
I can make the civilian shoot at me. The problem is that we are 1 meter apart and they move away before start shooting. I want them shoot immediately, like the opfor. How?
-
I can't find anyone empty I want to be able to move while opened, interacting with the object you are looking
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
gersen replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Good job! Now can start the questions: How to set a captive unit (without module)? -
so I need to create an addon with the class in the config?
-
what i need is how to define the class called
-
Someone can post some working example on the creation of Displays. I can't get it work;
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
gersen replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Public slack? -
ACE3 - A collaborative merger between AGM, CSE, and ACE
gersen replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
I'm very interested in the way the ace3 interaction menu works. I understand that when you push the key the dialog is been created, an eventhandler "mousemoving" is added (get the movement of the cursor and then fix it in the center), a loop starts (the icon are created). I have no idea on how these work: - how to move the camera,walking,... with a dialog opened - hot the icons are fixed in a 3d position -how to interact with the icon Someone can explain how these are made? -
I'm very interested in the way the ace3 interaction menu works. I understand that when you push the key the dialog is been created, an eventhandler "mousemoving" is added (get the movement of the cursor and then fix it in the center), a loop starts (the icon are created). I have no idea on how these work: - how to move the camera,walking,... with a dialog opened - hot the icons are fixed in a 3d position -how to interact with the icon Someone can explain how these are made?
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
gersen replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
I like very much the interaction menu and I'm trying to understand how it works but there are lot of things I din't understand. Someone can help me and explain step by step what happen from the push of the key until its release? -
Is possible using create new object with cfgWeapon. I'd like to link the came texture of vests and helmets to the missions, without the need of a mod. The uniforms have their hiddenselection, so I can change it via setobjectexture, but the other gear have no hiddenselection.
-
Problem with while do loop
gersen replied to spitfire007's topic in ARMA 3 - MISSION EDITING & SCRIPTING
yes, the position is an array