Jump to content

Search the Community

Showing results for tags 'triggers'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 61 results

  1. Hello, so i'am making a survival style mission, so i have setup shrinks, each shrink looks something like this: // shrink.sqf sleep 2; nul = "Warning message" spawn bis_fnc_titleText; sleep 2; "shrinkmarker" setMarkerSize [2200,2200]; sleep 118; _shrinktrigger2= createTrigger ["EmptyDetector",getMarkerPos "shrinkmarker"]; _shrinktrigger2 setTriggerArea [2200, 2200, 0, false]; _shrinktrigger2 setTriggerStatements ["not(vehicle player in thisList) && not(player in thisList)", "player SetDamage 1;",""]; _shrinktrigger2 setTriggerActivation ["ANY", "PRESENT", true]; sleep 1; nul = "Shrinked" spawn bis_fnc_titleText; skiptime 1; sleep 60; if (isServer) then { null=[]execVM "spawncar.sqf"; }; so everything works, trigger gets created on same position as marker is called "shrinkmarker". So i player hosted the mission , the VM got executed in init.sqf, via: sleep 60; null=[]execVM "shrink.sqf"; so me and my friend after 60seconds got the warning message, in that case the marker size showed us where the shrink would happen, so we both stood around ~300m outside the marker, after 118 seconds, the trigger got created, remember (we both stood near each other, 1meter difference OUTSIDE the marker, meaning we should both die since we are not in area where trigger is created), and for some reason, i died, but my friend did not. We were both in CIV side.
  2. Hey guys I am having a problem with the triggers in Eden Editor. I downloaded the game about a week ago, but I have about 300 hours in Arma and I never had an issue with the triggers. The problem I now have is that, although I can change the type of the trigger, I cannot change the Activation settings. I have tried the windowed mode, as someone has suggested, but it worked only once and now I cannot change it at all. I have also tried playing without mods and nothing seems to work. Do you know how can I fix it?
  3. does anyone have a list of all the mine trigger config types, and how they simulate? the ones I've been able to find so far are RangeTriggerBounding RangeTriggerShort WireTrigger RangeTrigger TankTriggerMagnetic RemoteTrigger IRTrigger I know there are also different simulation types, which just compounds this. but the full trigger list and a brief description would be a good start
  4. I'm working on a mission that doesn't have re-spawns and designed for quick firefights. My intention is to design a mission for a dedicated server with the following: If all Blufor (players) are killed, failure If time runs out, failure If all Opfor units are killed, victory Notify all players (even dead) when there is one player remaining Notify all players (even dead) when there is one enemy remaining have the same number of units and type of unit on the enemy side, i.e. 1 autorifleman blufor and 1 autorifleman opfor (shown in the initServer.sqf is already working) My experience with multiplayer scripting is limited and I'm struggling to understand why it works in local hosted multiplayer (as the host alone) but not on dedicated servers, issues include: After starting the operation using the action (see flowgraph) the LastMan.sqf will start running immediately, even with 2 blufor players Server, after starting the operation using the action, will stop updating unit positions and AI will not react. All players except yourself are running in place, coupled with sudden spikes in framerate loss when initially activated and unable to kill enemies. Enemies don't react to being shot or standing directly in front of them even. this problem isn't present on the locally hosted Possibly an issue of the server ending the mission locally but not for clients (just a guess)? Mission must still be working enough to continue the countdown timer, mission fails properly when timer reaches zero Maybe I should be getting rid of triggers entirely? But it always seemed like they synced across multiplayer better Using the trigger and (count Thislist < 2) is that when all remaining players enter one vehicle, it counts as one unit and starts the trigger Tried using setting the triggers to server only and using Bis_fnc_MP but led to the mission immediately ending upon starting the operation action Code Flowgraph Mission Source https://drive.google.com/file/d/0B85GbOCq33caWlhHNW1KcENzV00/view?usp=sharing Thanks for the help on this issue
  5. Very basic coding level. The idea is if the player destroys a communication tower then the reinforcements in a vehicle are deleted however if the player continues on with the mission and gets detected then the reinforcements activate. Good news is I got both of those conditions met but during a test I discovered that if the reinforcements are activated and then the player destroys the tower the units are deleted. So in short I want three basic outcomes. 1) Tower destroyed = reinforcements deleted. (Works currently) 2) Tower not destroyed and player detected = activated reinforcements. (Works currently) 3) Tower not destroyed and player activated reinforcements then player destroys tower = no effect. (Not working) Communication Tower = tower Reinforcements and Vehicle = v1 (a vehicle carrying multiple enemies) Target = hvt_1 Trigger -condition !alive tower; -activation {deleteVehicle _x} forEach crew v1; deleteVehicle v1; -deactivation [empty] I have tried putting in this code for both condition and activation but it did not work. if ((alive hvt_1) and (!alive tower) then ({deleteVehicle _x} forEach crew v1; deleteVehicle v1); Any helpful tips?
  6. I need a little help. This is for Multi Player Environment. 1. Lets say I have 10 triggers that spawn enemy AI when a player is within the individual bases zone. 2. I want to let the players know where these enemy spawns are, but I want to keep it random for replay value. 3. So, lets say that on any given mission I want three of the AI bases to show up on the players map as a marker. (same bases will show for all players) 4. But, I want the three markers to be random on each play through, and I want all 10 bases to always spawn - so if they stumble upon them, there is still surprise factor - on the players. I'm thinking I just need to name the triggers individually and place them into an array.. but I need help with that. I would assume it needs to be done on server, because if it was local all the players would see different markers.? As I type this, I'm thinking it might be easier to just spawn random triggers that have markers already attached? I'm not really sure how to proceed, but the above gives a good outline. Thanks for any help, Fire
  7. Basically I have 5 generators spread around the map. So far I have everything working, the only thing i don't have working is the wall collapsing. What I want is a trigger that detects that all 5 generators were activated and then there is a wall that falls down.
  8. Hi, I'm trying to get a trigger condition that allows my player character to remain undercover per-se, in the sense that unless he uses a weapon or otherwise acts aggressive, bad guys won't shoot at him. I'm making a 007 campaign and it takes place on Altis/Stratis/other maps. Good secret agents should be able to operate right under the enemy's nose without detecting. Is there a trigger condition that can enable the OPFOR to attack my character if I violate it? (the condition). Such as sending a truckload of thugs? This kind of ties into part two: A good villain will eventually identify his target and to be initially discreet, send a plainclothes hitman after him. I need a script/trigger that will assign a civilian a holstered pistol, then send him to to the player and only pulling the weapon out to engage when danger close. (AKA two-three meters.) Somebody please help me, I don't want to lose my spark of creative energy. It's derailed all of my previous campaigns. (is this in the wrong section?)
  9. Hi Hopefully someone can help having run all over the internet for a answer. I have created a mission and have issue on the end mission trigger calling a function from dedicated server or if I host it myself. Its a basic trigger with condition for BLUFOR to be present and on activation run end1" call BIS_fnc_endMission; This works fine on my PC where the mission was created but clients connected dont see it and from what I have read the function is called by the local client. and is not broadcasted to the others if condition is met. I read that it should be a publicvariable or RemoteExecCall but unsure how to get this to work. should it be in the init or description files. I used eden to create mission but uncertain where to put the commands. I also setup some triggers that call SQF files that spawn some enemy units, would this be the same same if on a dedicated server. We have played the mission a few times and have held back from making triggers fire but it seems to work from clients triggering it. Hopefully someone can help me :-) Cheers
  10. Hi folks i want to try something ive never tried before but im not sure its even possible. Basically i want to set up some audio radio messages that are triggered but a few of them i want the enemy to report what direction the player is moving. Creating the audio messages aint a problem but now i want to push it a bit further with the direction of travel. My aim is to give the player the impression of being watched as he's patrolling. Is this possible & if so could someone please show me how i can do it please. Many thanks in advance
  11. Hi Forum People! Recently I have been trying to destroy a flying plane (driven by AI) using a trigger. The aim is to have the AI driven plane enter a trigger and become disabled or destroyed however not removed from the map. I have tried multiple commands, none of which are working. Here is what my code in the trigger looks like right now; On Act: this setDamage 1; However when I try to use this in a trigger (Set to activation BLUFOR and triggered by Detection of Blufor), the plane continues to fly through ignoring the trigger. I have also attempted to empty the fuel of the jet but that too fails to work. Does anyone know how to disable or destroy a jet mid-air? Thanks guys! - D.G
×