Ernst Alfred
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout Ernst Alfred
-
Rank
Rookie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Am I allowed to use BI 3d models for modding?
Ernst Alfred replied to Ernst Alfred's topic in ARMA 3 - QUESTIONS & ANSWERS
Ok. So that means that, basically, I have to make my own 3d models then? -
Ernst Alfred started following AI mortar fire loop -I stan clueless and Am I allowed to use BI 3d models for modding?
-
Am I allowed to use BI 3d models for modding?
Ernst Alfred posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hey! Am I allowed to use the model of FV510 Warrior (Mora?) in AAF config to create a Swedish based version of it? And if yes, am I allowed to distribute the result on steam workshop? This might be obvious to some, but as a newcomer in the topic of license and stuff I don't know snyting about the matte... Regards, Robin -
AI mortar fire loop -I stan clueless
Ernst Alfred replied to Ernst Alfred's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Tanks! I'll look intro it. -
AI mortar fire loop -I stan clueless
Ernst Alfred replied to Ernst Alfred's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@redarmy So if I want your script to be going in a loop until deactivated, all I need to do is adding the last: _pos = [ (_center select 0) - _radius + (2 * random _radius), (_center select 1) - _radius + (2 * random _radius), 0 ]; _mortar commandArtilleryFire [ _pos, getArtilleryAmmo [_mortar] select 0, 1 ]; sleep 6; Or did I get it wrong? Because my goal is to get a loop which just continues until deactivation. Otherwise, won't the script become too long? I really appreciate the help!! -
AI mortar fire loop -I stan clueless
Ernst Alfred replied to Ernst Alfred's topic in ARMA 3 - MISSION EDITING & SCRIPTING
*I deleted this post as it was irrelevant, sry :P * -
AI mortar fire loop -I stan clueless
Ernst Alfred posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey. I am clueless. I want to make a loop for an AI mortar. The goal is to have the mortar shell a specific place every 30 seconds om e activated by a blufor present trigger. And it has to work in mp. Needless to say, as a very fresh recruit in arma I'm pretty lost. I understa d coding fairly well but this, I don't even know where to start... Thankfull for ideas or help, Ernst Alfred