Search the Community
Showing results for tags 'edeneditor'.
Found 7 results
-
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: