luks7n
Member-
Content Count
33 -
Joined
-
Last visited
-
Medals
Everything posted by luks7n
-
[SOLVED]Percentage of killed enemies inside a trigger
luks7n posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi folks, I'm trying to create a trigger that activates when 50% of the enemies are killed. I'm using this, but doesn't seems to work properly: ({alive _x && side _x == east} count thisList) <= ((({alive _x && side _x == east} count thisList))*0.5); What is wrong with this? Thanks! -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey! Yes. It was solved at the time. You can check my trigger picture to see how I used the code: https://imgur.com/Df1K0Md If I remember correctly I putted the condition code inside a trigger activated by None. I don't remeber right now if I set up some countdown (You can try it if it doesn't work) To work with all enemy infrantry just make sure that the trigger is encircling all of them. Sorry for the late response. -
[SOLVED] addAction for two players not only one
luks7n posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I'm trying to create an addaction code that works only for two specified players (engineer1 and engineer2). I was able to find how does it works for 1 player using: this addAction ["Install radar" , "logistics.sqf",[],1,true,true,"","_this == engineer1 && _this distance container < 5"]; But my mission is going to have more than 1 engineer, so I would like this code to work for engineer1, 2, 3 and so on. I tried this, but didn't work: this addAction ["Install radar" , "logistics.sqf",[],1,true,true,"","((_this == engineer1) or (_this == engineer2)) && _this distance container < 5"]; Any help? Thanks! -
[SOLVED] addAction for two players not only one
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Sorry for the ambiguity, it is actually for as much units as the mission needs. Thanks for that simple solution Larrow, I just had to setUnitTrait for those units I was interested. :) -
[SOLVED] addAction for two players not only one
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the help riten, I tried this but didn't work :/ -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I've tested the first two codes but they didn't work. Just to clarify, I put them on the condition box of a trigger activated by none but the trigger activated every time :/ My trigger pic: http://imgur.com/Df1K0Md EDIT: *WORKING*, the problem was with the NONE activation, thank you!!!!! :218: :ok: About the third code, I tried to put this on my init.sqf: counting_var = count (allUnits select {side _x == east && _x inArea trigger01}); and this on my trigger condition box: count ( thisList select { side _x == east } <= 0.1 * counting_var but no success. :( :( -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Didn't tested but thanks for the help larrow.This works for 50% right? If I want like 90% of dead enemies this gets a little bit more complicated I think... Do you think that is possible? -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Looks like the count value is being overwritten when it goes to the second part: "count (thisList select {side _x == east})" And so, the trigger compare the same values...it's not being stored in one side and compared to the other side value. That's why I think this could only be solved by a script, where some variable sotres the first value and the trigger compares to it's own count. -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
What is the problem with * 0.5 then? Would be nice to be able to use this with another percentage, like 90% of dead enemies. I must count them, unfortunately :( -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Tested and didn't work either, the condition is met only when I kill everyone. About the cleaning script, I think I can disable it without any further issues if the purpose is to make this work. EDIT: A very innocent code idea that I had before 1)Code: count_mytrigger = count (thisList select{not alive _x && side _x == east}) <- Stores the initial enemy count 2)Trigger ({not alive _x && side _x == east} count thisList) >= count_mytrigger -
[SOLVED]Percentage of killed enemies inside a trigger
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for your help sarogahtyp That makes sense, I didn't think the way triggers keep checking condition. Also, I don't want to count all enemies every time I create a trigger like this, even to keep the mission funny to me. I thought on creating a little code that stores the initial enemy count inside some trigger and then, the same trigger uses this value to compare with the actual condition, but I don't know if that is possible. -
[Release] Red Light inside of Chopper
luks7n replied to Lala14's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi lala14, I've added RHS_C130J, everything works fine... the lights turns on but they keep flickering and is like they are not well attached to the plane due to it's velocity. Also when I change the game speed on editor the lights changes position either like they were not well attached. Is there anyway to solve this? Thanks! -
[WIP] ArmA 3 Youtube - Play youtube videos and watch them together!
luks7n replied to daphne's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hey daphne, what a great work!! I was waiting for something like this for so long, but there is any release date for this? Please don't let this project die like the other one posted by apocalypsex. Thank you! -
Tophe's Arma Dedicated Server Tool (TADST)
luks7n replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
I did a couple of things that might have fixed it but I'm not quite sure about that. First I reinstalled TADST and tried to open arma3server.exe manually but it didn't work so I created a shortcut of it in my desktop and tried again. When trying via shortcut it opened properly and TADST came back to life. I'm not sure if those steps were significant but... -
Nice update ! Thanks for the CLA Afghan port that map is pretty awesome. :D :D :D But the grid markers doesn't seems to be syncing properly on that map...at least on editor they are not getting red. EDIT: Working fine on dedicated server.
- 878 replies
-
- insurgency
- coop
-
(and 1 more)
Tagged with:
-
Tophe's Arma Dedicated Server Tool (TADST)
luks7n replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
[sOLVED] TADST crashing when I click launch. Happening after 1.54 update. -
Iraqi-Syrian Conflict
luks7n replied to accuracythruvolume's topic in ARMA 3 - ADDONS & MODS: COMPLETE
You can do this by an alternative way which one I prefer because you can actually put whatever you want on a unit. Put this on your init.sqf: while {true} do { { if(side _x == sideyouwant) then { _x unassignItem "actualhelmet"; _x removeItem "actualhelme"; _x addHeadgear "helmetyouwant"; }; } foreach (allUnits); sleep 1800; } If the units are constantly spawned you just need to put a smaller sleep time. -
[WIP] Terrain "Traira Operation" - Amazon tropical rain forest map.
luks7n replied to Ogrinho's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
This is really cool !! Can't wait ! -
Hi, Today I was finishing a mission and decided to test everything in my dedicated server but this simple task took me a lot of time because I couldn't teleport myself easily, then I remembered the debug parameter of your mission Jigsor. Could you share which tipe of template did you used ? Or if you don't want to (what I would understand because this might be your own script) could you indicate a template with a simple debug parameter that allows editors to test missions ? I have already looked into some BIS Wiki but in this subject it is quite confuse and I didn't find anything related to onmapsingleclick teleport. Thank you !
- 878 replies
-
- insurgency
- coop
-
(and 1 more)
Tagged with:
-
[WIP] Video Streaming Mod
luks7n replied to apocalypex's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Ok, the project is dead but no one has tried to do something similar yet ? There are a lot of skilled scripters out there and would be great if they pick up this idea ! -
How to make BIS_fnc_playVideo runs to everyone at the same time ?
luks7n posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I'm trying to create a simple script that consists in having an addaction placed on an object's init called "Play video" that starts video.sqf. video.sqf contains private "_video"; [[{_video = "v1.ogv"}],"BIS_fnc_playVideo",target,true,false] spawn BIS_fnc_MP; // BIS_fnc_MP to run on every machine I guess waitUntil {scriptDone _video}; But it says undefined variable at "{scriptDone _video};" Any help ? Thanks ! -
Hey, so we are almost reaching 2016 and I would like to know if there is a solution for the AI stable flight issue. We all know that "Flyinheight" command uses ground as reference... so there is any trick or solution so far, so the AI can fly stable ? Thanks !
-
Flyinheight above sea level
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Already did that but with flyinheight in wp init which uses AGL data and the problem described above appears. So how a takeoff waypoint's init would look like with an ASL command ? I guess this only applies to an aircraft spawned in flight. Maybe this, but how ? -
I was looking for this particular kind of insurgency where enemies drops an suitcase. If you be able to finish this do you have plans to release it?
-
Flyinheight above sea level
luks7n replied to luks7n's topic in ARMA 3 - MISSION EDITING & SCRIPTING
And about creating a range of waypoints to simulate a takeoff like waypoint 1 (taxi to runway) >>waypoint 2(take off)>>waypoint 3 (gain altitudeASL). Have any idea ?