Arma 3
375 lượt đánh giá
Emitter 3Ditor
2
2
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Data Type: Mod
Mod Type: Editor Extension
Kích cỡ file
Đã đăng
Đã cập nhật
3.003 MB
4 Thg01, 2019 @ 12:20am
8 Thg11, 2023 @ 6:24am
29 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Emitter 3Ditor

Mô tả
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
Thảo luận nổi bật Xem tất cả (6)
11
5 Thg12, 2020 @ 4:44pm
Lots of errors after recent 2.0 update
Dominic
10
18 Thg09, 2020 @ 10:19am
Not Working
Umbhaki
7
19 Thg01, 2020 @ 1:23am
Insert key not working or am I doing something wrong
bstapleford
209 bình luận
h-  [tác giả] 16 Thg03 @ 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 14 Thg03 @ 3:41pm 
ill try again with no other mod? i can send link to github for the configs maybe you can spot sth
h-  [tác giả] 8 Thg03 @ 10:44am 
That is strange. Last time I added CfgCloudlets they did appear in the tool
Overlord Zorn 3 Thg03 @ 10:20am 
hm. They dont but they still dont show up.
h-  [tác giả] 3 Thg03 @ 7:48am 
If they use simple expressions as some of the values the tool skips them, otherwise they should show up.
Overlord Zorn 3 Thg03 @ 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 26 Thg02 @ 2:13pm 
will check and come back (if i dont forget :D)
h-  [tác giả] 26 Thg02 @ 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 25 Thg02 @ 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?