Search the Community
Showing results for tags 'edeneditor'.
Found 10 results
-
How to make a different kind of !alive for my player and AI?
Alicia Clark posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok, here's an example: if an AI enemy kills my AI squad unit (friend), it will not end the mission. But if I purposely kill my friend AI unit (Friendly Fire), that will end the mission. I wanted to know if you could do things like that in scripting. I'm so sorry if I'm too bad to point things out. My mother tongue is not English. Please bear with me.- 6 replies
-
- script
- edeneditor
-
(and 1 more)
Tagged with:
-
AI die when the trigger is activated?
Alicia Clark posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, how can I make an AI die when the trigger is activated? Example: I want my AI to die in a specific situation in case they are still alive.😊 -
Script Help: Markers On Objects For One Side
Basicology Major posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
So currently I have not found many ways with my small knowledge of SQF/arma natives or finding anyway online thats been demonstrated- But I'd like assistance in creating a script. Currently I am using SOG Prairie Fire Exectutor/Random Site modules to place caches that are all removeable via addAction for a search and destroy type mission- With each cache being randomly spawned via module. All of this works and I wish to to map markers to said caches that do spawn, as the Random Site module chooses several different locations. I would like only for (in this instance EAST or OPFOR) to have markers on said objects that are the caches. What method could I use for this? A snippet in initPlayerLocal? Can someone help create a mockup of what that would be? Id like: Markers to be visible for OPFOR only in mission MOST methods for one side markers Ive seen show ALL the markers in the briefing regardless Dont know how to actualize this. In initPlayerLocal? In seperate SQF script? Have them tied to editor placed objects. In this case, the object name/type in the screenshot: Multiple objects that are names cache_(letter)(number) ex. cache_a1 Any help is appreciated. I dont really know where to start code wise.-
- script
- scripthelp
-
(and 6 more)
Tagged with:
-
Keep inventory on player respawn
Jacob Anderson posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
A quick warning, my knowledge of scripting is on par with that of a rock. I'm trying to make a mission for myself and a group of friends who are all new and just want to have a good time. Most of my questions I've been able to figure out through youtube videos and forum posts. But no matter how many different times I try, I can't for the life of me figure out what to do when someone pulls up notepad++ outside of Eden editor and shows me a paragraph of code to put in. I was wondering If someone more knowledgeable than me on the subject could help walk me through how to keep player inventories when they respawn.- 2 replies
-
- edeneditor
- scripting
-
(and 1 more)
Tagged with:
-
edeneditor Hiding/Showing Items
Mister_Shiloh posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Good morning! I was just wondering if there's a script to hide objects and make them reappear, using another object as an interactable? In this image, I'd like the green console on the right to have an interactable menu that will be able to "deactivate-" aka hide- the red bridge. How would I go about doing this? Any and all help will be appreciated, Thanks! -
animationloop how can ı loop animation with eden editor
Phantommm posted a topic in ARMA 3 - EDEN EDITOR
arkadaşlar, edenle öğretimle bir animasyonu nasıl modele sokabilirim pls da bir şey sadece eden merhaba ya da kapsamlı var. Hi guys how can ı loop an animation with eden editor ı cant using sqf.Thanks for your help -
So long story short i made a mod which retextures the NATO vanilla vehicles problem is, and ill try my best to explain it. If for example i just hop into editor play as a character but have not spawned ANY of the retextured vehicles in the map as soon as i log into zeus i simply just cant see the category made for those vehicles neither can i find them but if i go back to the EDEN editor and spawn a single vehicle from the category and then log in as zeus my retextures are suddenly available, i have no idea why and i have a slight suspicion my code is possessed. class CfgEditorCategories { class baseCat { displayName = "NATO Digital woodland"; }; }; class cfgVehicles { class B_MBT_01_cannon_F; class Digital_MBT : B_MBT_01_cannon_F { author = "Psyco"; scope = 2; scopeCurator = 2; side = 1; editorCategory = "baseCat"; faction = "BLU_F"; displayName = "Digital Merkava"; crew = "B_crew_F"; hiddenSelections[] = {"camo1","camo2"}; hiddenSelectionsTextures[] = {"\digital_retex_NATO_Armor\data\Merkava\body_CO.paa","\digital_retex_NATO_Armor\data\Merkava\MBT_Turret.paa"}; }; }; Heres a snip of my code Any ideas?
- 2 replies
-
- edeneditor
- config
-
(and 1 more)
Tagged with:
-
Hello there, How can I give AI a custom death animation. (from an addon) It's for my "cinematic movie" I tried to combine "IF statement" and "switchmove" for example " if _soldier1 alive false switchmove ....; But it didn't work properly. If anybody could help, I would appreciate. Thanks :)
-
I am currently in the midst of creating yet another mission and im curious to know if anyone has a template for an underground bunker for tanoa... I just thought of the idea of downloading another map that already has one but I've poured a ton of time into this mission and would hate to go back and have to redo it... If not, which i doubt there is after hours of searching, is there a way I can create my own or at least just the visual aspect of having one, then when entering, have it teleport you to a completely different place? I tried seeing if i could use one of the islands and just start building some sort of base there that just has the visual effect of being a part of the ground when in reality theres only 1 entrance from another part of the map but i cant seem to find any actual like, I guess "building material" to get started, meaning i cant really find platforms, actual building walls, floors, etc... So if anyone could point me in the right directions or give me a few suggestions to more mods/addons for the editor that'd be great... Thanks in advanced!
-
I have a dedicated server currently running ACE, CBA, and ALiVE. I set up a mission for multiplayer through the Eden Editor and exported it. After uploading to the server and restarting I tried running the mission. It loads, but at the lobby, there are no roles to select from. Now, when I run the mission on LAN/Internet on my computer, the roles work just fine. I have 4 units placed on the map set as playable, as well as a PlayerRespawn module. This is really confusing me, and I need to fix it so my unit can begin to work together
-
- edeneditor
- multiplayer
-
(and 1 more)
Tagged with: