Arma 3
375 ratings
Emitter 3Ditor
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Editor Extension
File Size
Posted
Updated
3.003 MB
Jan 4, 2019 @ 12:20am
Nov 8, 2023 @ 6:24am
29 Change Notes ( view )

Subscribe to download
Emitter 3Ditor

Description
WYSIWYG particle/lightemitter editor for Eden.


Add and use particle and light emitters in your scenarios without any scripting.
Adds an emitter editor akin to the old "utility mission" editor that has floated around since the original OFP and the "Eden way" of adding emitters via object attributes.

Features include:
- add emitters (particle/light) and edit their parameters in Eden, in real time. WYSIWYG = will appear in scenario as it does in Eden
- Attach emitters to virtually anything (Eden entities, terrain objects, object selections)
- Save emitter parameter presets
- Export emitter parameters in sqf format like with the old "utility mission", sometimes you just want/need to script it
- Export emitter parameters as config class, greatly speed up creating your CfgCloudlets and CfgLights effects
- Includes "scenario function set" to deal with the emitters added with this tool in "mission runtime"
- Full set of Eden tutorials
- A 100+ page pdf manual with a lot of (hopefully) easy to understand examples on how to use the tool (located in modfolder -> docs)
- does NOT create dependencies, scenarios edited with this tool do NOT need this mod installed when played

!IMPORTANT NOTE!:
If your game crashes with error "DX11 ERROR BUFFER MAP FAILED" while using this tool it in most cases means that your Particle Quality setting in the game Video Settings is too high. Lowering it should fix this.


Mod License:
You are not allowed to make any derivative works of this mod or it’s documentation in portions or as a whole.
You are not allowed to repackage or distribute a repackage of this mod or it’s documentation.

Documentation:
https://emed.ofpec.com/doku/doku.php?id=start

Discord:
https://discord.gg/QnNTRZ5
Popular Discussions View All (6)
11
Dec 5, 2020 @ 4:44pm
Lots of errors after recent 2.0 update
Dominic
10
Sep 18, 2020 @ 10:19am
Not Working
Umbhaki
7
Jan 19, 2020 @ 1:23am
Insert key not working or am I doing something wrong
bstapleford
209 Comments
h-  [author] Mar 16 @ 11:29pm 
Shows up for me when I test that.
I didn't pack the whole thing, just did the cloudlets part.

At first didn't show up but skipWhenMissingDependencies = 1 was causing that because didn't have ACE running.
Overlord Zorn Mar 14 @ 3:41pm 
ill try again with no other mod? i can send link to github for the configs maybe you can spot sth
h-  [author] Mar 8 @ 10:44am 
That is strange. Last time I added CfgCloudlets they did appear in the tool
Overlord Zorn Mar 3 @ 10:20am 
hm. They dont but they still dont show up.
h-  [author] Mar 3 @ 7:48am 
If they use simple expressions as some of the values the tool skips them, otherwise they should show up.
Overlord Zorn Mar 3 @ 5:01am 
can confirm, clip board export still works as config class

question: i added a couple of classes to cfgCloudlets but they do not show up in the Emitter 3Ditor. Is there a way i can preview and finetune custom made cfgCloudlets?
I am inheriting already from the cfgCloudlets >> "Default" class.
Overlord Zorn Feb 26 @ 2:13pm 
will check and come back (if i dont forget :D)
h-  [author] Feb 26 @ 7:54am 
Right, seems that exporting as config does cut off for particle emitters :(

The same stuff is saved to your clipboard as well so you should be able to just paste the export into a text file, which should work..
Overlord Zorn Feb 25 @ 6:11am 
Hi, i was trying the export config feature but i think it gave me an incomplete output.

class particle_emitter_0: Default
{
interval = 0.004;
circleRadius = 0;
circleVelocity[] = {2,2,2};
particleFSNtieth = 16;
particleFSIndex = 0;
particleFSFrameCount = 32;
particleFSLoop = 0;
angleVar = 0;
particleShape = ""\A3\data_f\ParticleEffects\Universal\Universal"";
particleType = ""Billboard"";
[...]
randomDirectionPeriodVar = 1;
randomDirectionIntensityVar = 2;
coreIntensity = 0;
coreDistance = 0;
damageTime = 0;
damageType = """";
angle = 0;
position[] = {0,0,0};
1:10:14 "

====== Emitter 3Ditor EMITTER PARAMS END ======


"

I feel like this is cut off, or am i miss-interpretating this?