Jump to content

Search the Community

Showing results for tags 'EDEN'.



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
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

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 204 results

  1. Hello, i am struggling with animations in multiplayer, I am aware of methods using switchMove alternatively but as far as I know they do not have the animations i want. I am trying to make a unit sit in a chair, the issue i have is in SP everything works, in MP everything works but when I play MP with another person connected to the server the unit will spawn in the ground, or spawn in a completely different location, I tried to delay the animation, making it so the animation is called in the init.sqf at a later point, which worked initially but after testing again today was no longer working, and the units were back in the ground. I tried many different methods of calling the animation such as: if (isServer) then { [[UNIT_NAME, "SIT1", "ASIS"], BIS_fnc_ambientAnim] remoteExec ["call"]; }; if (local this) then {[UNIT_NAME, "SIT1", "ASIS"] call BIS_fnc_ambientAnim}; [UNIT_NAME,"SIT2"] call BIS_fnc_ambientAnim; The most annoying thing is debugging, it's super inconsistent, sometimes it just magically works sometimes it doesn't, and i can't test unless i have another person join the server, as it all works normally if i play the mission in MP alone. I would really appreciate any help, I'm quite lost and don't know what to try, I just want a consistent way to get animations to work, not change the units position and preferably keeping it vanilla not using any mods.
  2. https://gyazo.com/641c0226cab80eac03d04a2c5fed444b Above is an SS of my notepad. Trying to activate a trigger through my SQF with triggerActivated TurboBomb; Below are the settings of that trigger. https://gyazo.com/ce586674451bc34a810bb59350bb9817 I tried triggering the E2 setDamage [1, true]; from the sqf itself but that didnt seem to work.
  3. So I’m new to coding in general and thought I’d try out scripting in arma 3, I have written code but it does not do as intended. And I don’t even know if I’m using the right commands, I’m done trying to rack my brain scouring BI script command list and random YouTube videos if anyone know how to achieve this please post it here or reference me to where I can get help. so here’s what I want to do: 1. Give variable name in Eden editor. 2. Get variable name given in Eden editor for reference in script as a “class”. 3. Use variable name “class” to run a specific script. plot example: Object (unit) variable name given in editor = Assault //in script code to get the variable name of “This” unit. code to check if the variable name is equal to a specific class name. code that executes another code if the check returns true. if you have any insight on how to achieve this or even close to it please reply
  4. Hello good people ! i don't know if this is the right place to post this, but I'm having trouble getting mission rotation to work. my Class mission is setup like this class Missions { class Mission01 { template="Conquest-Ported.zargabad"; difficulty="regular"; class Params {}; }; class Mission02 { template="ConquestTestEngland.swu_public_Imber_uk"; difficulty="regular"; class Params {}; }; class Mission03 { template="ShapurConquest.Shapur_BAF"; difficulty="regular"; class Params {}; }; }; im using persistent = 1; and -autoinit. when the mission is over, it dont really end but put people back to the slot screen, but it never changes or reloads the pbo. im out of ideas :) looking forward to hear from you or getting put in the right direction!
  5. Hi, basically the question is in the title. How can i group multiple Artilliry units so they fire all at once, once i called Fire Support? (my config so far: Player <-> Artilliry Request node <-> Artilliry node <-> M4 Scorcher in group with three other Artilliry units - in this constellation, unfortunately, they all fire individually one after the other ) thanks in advance!
  6. Hey, I'm new to coding and mission editing in Arma, so please go easy on me. I'm attempting to create a template of sorts to build future missions out of, I want to have a clean, easy & modular spawn system that can be easily tweaked for different scenarios, I also want to do this without mods. I am aware of 2 main ways of handling spawning AI, "createUnit" and "BIS_fnc_spawnGroup" I'm not exactly sure what is best for my specific use case, and I'm not entirely sure how to use either of them properly. Essentially what i want to do is have a trigger spawn multiple units of my choice on a marker and then have the units move towards another marker, I also want to be able to modify the behavior of these units (ex. start on limited speed.) I have tried a few different methods to achieve this, these are the issues I'm having with each: With "createUnit" the only way i have found to spawn multiple units is to repeat the code over and over, I'm sure there's a better way to do this and if so I'd love to know. Also with my current setup i have to repeat the domove code for each individual unit, I would also like to know if there is a better way to do this. Here is the code located in the triggers "On activation" field: With "BIS_fnc_spawnGroup" I'm not entirely sure how to order the units spawned within to move towards a marker, I would like to know how to do this, and I also read somewhere that the group will not be automatically deleted when all units are dead so I added a line at the end, I have no idea if it works though. Here's the code for that from the triggers activation field: I read that createUnit is better for performance when paired with the sleep command, however i have no idea how that works, and I also have my doubts, at-least with my current code repeating the same lines over and over for each unit seems very inefficient, the BIS command seems much cleaner however i don't know how to issue a move order with it which is my main problem. Additionally i would like to setup a headless client but that's a whole different topic and I don't want to draw this out any further, though if you feel like you have some useful advice on that please do share. Thanks and any advice & methods is appreciated. ❤️
  7. alkanet

    Eden 2.0

    Eden 2.0 Introduction Eden just got upgraded. Now with inspector view, easier access to tools. With this flowgraphs are introduced. Visual scripting that you can use to create advanced missions/systems. This project goal is to update eden to become a better editor. More things will be added on request of the community. What is flowgraphs? Flow Graphs, in which you connect individual actions and values in a specific order. That order of execution is what we call the flow. If you have used Unreal Engine before, you might find they are similar to the Blueprints visual scripting language. Download Steam Workshop Dependencies/Client/Server If you want to use flowgraphs, eden 2.0 need to run on both client and server. All tools leave no dependencies and all changes you make is saved to the mission file. Tutorials Flowgraph Tutorial Add a tool to the menu Features FlowGraph system. Inspector view. Tools. Ingame debug console. Alot of functions that i created during my years with arma. CfgFunctions_Extended(Experimental) I have ideas/found a bug/want to contribute Visit the Discord. You are all welcome. More stuff will be added but i have released it early so you can help with testing.
  8. 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
  9. I'm making a mission where there are 6 missions to do but I only want players to do 3 missions maximum The way I intend to do it is like so: - Every mission has an object "attached" to them - Once the players complete a mission, the attached object gets moved in the trigger - The trigger counts how many objects there are in itself and if the amount is equal to 3.. It gets activated How do I count how many objects are in the trigger and (optionally) how do I detect that a mission has been completed and activates a separate trigger? Thanks a lot ❤️ Edit 1: I found and edited a code, it works but only with units instead of objects but it's better than nothing: (count (thislist select {alive _x })) isequalto 3
  10. Hey guys im working on a mission. I uploaded it to the workshop some time ago an I keep updating it but last time I made some changes and couldn't get it to upload. I'm only getting an error message: I my Steam cloud is enabled and I cant find any other settings that could mess with the upload. If anybody has an idea how to fix my problem I would be happy to hear it.
  11. Hey guys, i got a problem wich drives me crazy. Since 30 minutes i got a bug in my eden editor, wich prevents me from scrolling up & down through the asset lists (left&right side) with the arrow keys I have thousands of objects and scrolling with mouse drives me crazy. If i'm using the arrow keys to scroll down the "play scenario" button gets highlighted instead scrolling down the asset list. Also if I click on an asset, a unit for example on the right it get's instantly bound to my mouse cursor to place it in the level, before that I had to drag&drop the unit wich i prefer. Was this caused by accidentally pressing a key-combo or what can i do to reset it to normal behavior? Please, i need help!
  12. Hi, I'm trying to find way how to assign teams/colors for squad in editor. I only found - [this assignTeam "COLOR"] ,but it doesn't work for multiplayer. Anyone knows some command?
  13. Gents, Looking for some assistance. I've tried just about everything I can think of. When using the Eden editor, normally I would hold the right mouse button to move the view around. However, this results in what I can only describe as a view aneurysm. The camera jumps all over the place making it unusable. Moving the camera with the numpad is fine. Also, when using other editor functions, the mouse behaves normally. When playing the game or testing maps, the mouse also behaves normally. Anyone else experience this? Solutions? I have tried: Adjusting mouse sensitivity in options, turning mouse acceleration on/off, updating mouse drivers, using a known good control profile from another machine. Halp!
  14. Place dogs, goats, hens and sheep anywhere in Eden. Rooftops, camps, compounds, outposts. etc. Although listed under Props, these are actually fully animated and follow their own behaviours. Find them under Props>Animals>Terrestrial. Server Key included. Steam Workshop. 🐕🐐🐑🐓
  15. 3den Enhanced Description This modification adds new functionalities to the Eden Editor, without creating any dependencies for players. That means, mission builder can use this mod to make their lifes easier without making the lifes of the players harder by forcing them to download additional mods. Features - Many new tools accessible from the context menu or menu strip - New entity, mission and editor attributes - New Functions Viewer - Vehicle Inventory Manager - ...and much more. See Wiki for a full list Feedback Feedback is always welcome and will help me to find bugs and improve this modification. Please post feedback, suggestions or bug reports either on the Steam Workshop page or GitHub. GitHub & Translation This modification is available on GitHub. Feel free to contribute! Documentation https://github.com/R3voA3/3den-Enhanced/wiki Download Steam Workshop Changelog Credits License This work is licensed under a Arma Public License Share Alike
  16. Hello friends! I have been looking for a long time and I cannot find any tutorial or content to see if it is possible to play a scenario in the eden editor, and then save the state of the scenario after you played it, before you go back to the editor, so that when you go back to the editor the scenario has updated to the state it was in when you played it (lets say I play the scenario and walk down the road, when I go back to the editor my character would be at the end of the road). Is this possible? if not, is there a MOD/script/method that can allow me to do this? Thank you!
  17. So in the first photo is what I made in eden, I have disabled simulation and damage and just about everything with the AI https://prnt.sc/w1ljw6 I love the look and have changed it several times due to issues I found a work around for, however this is what happens when running in zeus https://prnt.sc/w1ljr6 , if there is any help that can be provided I'd greatly appreciate it, I can't find any tutorials or videos on this
  18. Good Day Everyone, I have an issue, which i could not solve to this day and i would really appreciate your help! I'll paste the link of the discussion on reddit where we already started to figure things out. Every info is there and also there is a link to a couple RTP files i saved from the tests i made. Thank you for your help!
  19. There is a feature in Eden Editor where you can create a composition and save it as your own, rather its just objects or units themselves, even customize them and put them into their own category. But then has anyone ever thought about having those personally saved custom compositions be put into Zeus? Going into Zeus and spawning units you made with Arsenal Loadouts right away? It even has a perfect empty spot in the Zeus composition bar for such a feature! I wish there was some way into doing that but so far I'm having no luck. No modders that I know of has made anything similar and the potential for it can be amazing!
  20. Hello! I am making a mission with addons. My main idea for the scripting is to have 2-3 airplanes in formation fly over the AO and having a ZSU fire around the airplanes, maybe ocassionaly taking one down. I want these airplanes and ZSU fire to go every 10-15 minutes or so to create ambiance for the soldiers on the ground. If anyone has any solutions/scripts for this I'd be happy to know! Kind regards// Ender from Zeus Community
  21. so me and my friends set up a story line and everything is almost perfectly set but I've run into a slight problem.... we made a unit yada yada, i played online to see if our patch was showing and it was, everything looks perfect shows up on the shoulder and on planes cars ect. but when i run the mission i created it seems the patch doesn't show up at all. it still shows the unit tag above my player name so if someone knows a fix to this it would be much appreciated. (running the mission in multiplayer on a lan based server)
  22. I been trying to give the eden editor better tools so more people can create better content. I like to know what you think so far and what features you think can be useful. FlowGraph You create nodes which you connect together. A node is basically a function which can call on other functions when it´s done executing itself. This gives you a interface to "script" your own mission. Much easier than learning the script language and faster. When you save it will be stored in the mission file. A start event will always be called on mission start. In this example it has been connected to the position node. The position node has been connected to the log node. They will call on eachother in that order. Hover over a connect button to see which are connected to it. Click on it to edit a connection. You can move around by dragging, scroll to zoom in and out. Drag the top of a node to move it around. Inspector & Tools The inspector(see blue)has replaced the assets position and been moved to the left(see red) This will include tools that are relevant to and eden object, position, rotation e.t.c.. All selections can be collapsable Inspector Tools Some examples: Hide GUI, Rotate marked object by scrolling, show building position. Show objects layer name, measure distance from selected object to mouse position in world. The design will be changed. All selections can be collapsable. Click on "Enviroment" and "Time" and "togglegrass" will be hidden. And yes i lost my windows 10 activation when i bought a new computer and refuse to pay for new one. 🙂
  23. Hi all, I just tried to copy-paste editor content from an editor window (Arma 3 in window mode) to another editor in another Arm 3 window. Doesn't seem to work anymore. I remember that it was possible to do it Arma 2 and it was a very comfortable method to migrate a mission to another map. The only workarround I would know, is to create a composition in the source mission and then place it in the target mission... but this is very uncomfortable. So, is anyone out there with a better idea to migrate a mission to another map/terrain? Thanks in advance for your answers, FirstPanic
  24. venom -ts-

    Need help for this fix

    Hi all, I am pretty new to Arma 3 editing, so bear with me. I have been recently encountering certain issues in SP missions. I would switch to my secondary, then back to my primary weapon, usually it works as per normal but now I have been having this weird error that pops up, whenever I switch from secondary to primary weapons I really have zero clue on how to fix this and would love for some help.
  25. When I place a unit in the Eden Editor and then switch to zeus (by placing the game master thingy) the Units don't show up on my screen and I cant intercat with them. Does anyone have a fix?
×