Page MenuHomeFeedback Tracker

SoulMasterOpus (Eathox)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 3 2015, 8:04 PM (479 w, 6 d)

Recent Activity

Feb 11 2024

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

If there is new stuff then probably a new ticket for that (link it to this one tho)

Just double checking, with "stuff" you also mean bugs, feedback and or answering questions you posted in your latest update?

Feb 11 2024, 3:27 AM · Arma 3

Nov 6 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

No longer triggers on non-existent sections but still triggers for non-existent attributes. i.e:
"BogusSection" set3DENMissionAttribute ["BogusAttribute", ""] no EH trigger.
"Multiplayer" set3DENMissionAttribute ["BogusAttribute", ""] EH triggers.

Nov 6 2023, 5:01 AM · Arma 3
SoulMasterOpus created T176785: Eden Editor - player attribute reset after changing unit type and undoing.
Nov 6 2023, 3:19 AM · Arma 3

Nov 1 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

In general naming of script commands for 3DEN is already inconsistent, like these are all entity specific:

  • add3DENConnection/remove3DENConnection/get3DENConnections
  • clear3DENInventory/save3DENInventory
Nov 1 2023, 9:56 PM · Arma 3

Oct 30 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

Ah I didn't think of that, ofc if attribute changed handles undo, you can handle everything. I have not tested if that works, please confirm if thats working.

Oct 30 2023, 3:41 PM · Arma 3

Oct 25 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

After doing some testing on the current profiling branch (2.14.151108) here are some things I found

Oct 25 2023, 7:35 PM · Arma 3

Oct 24 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

Chat is controlled by script, showChat command. Eden script changes are too complex and hardcoding it in sounds meh.
I should probably hardcode it. Postponed to later maybe.

Oct 24 2023, 7:34 PM · Arma 3
SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.
OnBeforeMissionPreview

Now, for the first case, we can trigger the eventhandler (and let you abort it) before we enter MP mode.
That is easier to implement. But that means if you block it, the player never starts up the server host and cannot switch to MP mode. But I think that's what you'd want anyway?

Oct 24 2023, 7:10 PM · Arma 3

Oct 14 2023

SoulMasterOpus created T176250: 3DEN OnHistoryChange event not triggered when placing comment and pressing cancel.
Oct 14 2023, 10:17 PM · Arma 3

Oct 3 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

Another nice to have would be:

Oct 3 2023, 6:50 PM · Arma 3

Oct 1 2023

SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Oct 1 2023, 3:27 PM · Arma 3

Sep 30 2023

SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

Also you seem sorta lost/not to have read the ticket. This ticket is specifically a list of functionality that I'm requesting in the context of what I believe is missing in order to make a multiplayer 3DEN mod.

Sep 30 2023, 11:42 PM · Arma 3
SoulMasterOpus added a comment to T175775: Eden Collab - Wish List.

That event isn't required, you can achieve the same effect by combing the init and onMissionPreviewEnd events.
Note that while init does pass the display as param, onMissionPreviewEnd doesn't which is easily fixed by running findDisplay 313 (313 is 3DEN display).

Sep 30 2023, 11:33 PM · Arma 3

Sep 29 2023

SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 29 2023, 5:14 PM · Arma 3

Sep 28 2023

SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 10:13 PM · Arma 3
SoulMasterOpus renamed T175661: CfgFunctions `recompile = 1` stops functions from being compiled to missionNamespace in 3DEN from CfgFunctions `recompile = 1` makes function only available in a mission to CfgFunctions `recompile = 1` stops functions from being compiled to missionNamespace in 3DEN.
Sep 28 2023, 5:59 PM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 3:27 PM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 1:39 AM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 1:24 AM · Arma 3
SoulMasterOpus created T175776: Eden Editor - Entity Icon disappears when dragged from and back to entity list.
Sep 28 2023, 1:21 AM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 1:07 AM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 1:02 AM · Arma 3
SoulMasterOpus updated the task description for T175775: Eden Collab - Wish List.
Sep 28 2023, 1:01 AM · Arma 3
SoulMasterOpus created T175775: Eden Collab - Wish List.
Sep 28 2023, 12:13 AM · Arma 3

Sep 27 2023

SoulMasterOpus created T175773: Eden Editor: mouse not properly unblocked after closing attributes UI opened from entity list.
Sep 27 2023, 9:32 PM · Arma 3

Sep 23 2023

SoulMasterOpus added a comment to T175682: Eden group icon locked to [0,0,0] for pasted unit after redo if previous action was delete.

After some more testing it seems you don't have to paste right after deleting, you can place as many new objects after the delete as you want. This happens to units copied before a delete happened, then it's group will be set to [0,0,0] after Undo -> Redo

Sep 23 2023, 11:20 PM · Arma 3
SoulMasterOpus created T175682: Eden group icon locked to [0,0,0] for pasted unit after redo if previous action was delete.
Sep 23 2023, 11:13 PM · Arma 3
SoulMasterOpus renamed T175680: Eden `OnHistoryChange` event not triggered when pasting entities, creating a new layer, or using "Move to Root" layer button. from Eden `OnHistoryChange` event not triggered when creating a new layer or using "Move to Root" button to Eden `OnHistoryChange` event not triggered when pasting entities, creating a new layer, or using "Move to Root" layer button. .
Sep 23 2023, 9:10 PM · Arma 3
SoulMasterOpus created T175680: Eden `OnHistoryChange` event not triggered when pasting entities, creating a new layer, or using "Move to Root" layer button. .
Sep 23 2023, 8:47 PM · Arma 3
SoulMasterOpus created T175661: CfgFunctions `recompile = 1` stops functions from being compiled to missionNamespace in 3DEN.
Sep 23 2023, 2:18 AM · Arma 3

Jul 4 2023

SoulMasterOpus added a comment to T173412: [Feature Request] MusicForcedStop Event Handler.

Thanks for fixing this.

Jul 4 2023, 2:02 PM · Arma 3

Jun 19 2023

SoulMasterOpus updated the task description for T173412: [Feature Request] MusicForcedStop Event Handler.
Jun 19 2023, 4:01 PM · Arma 3
SoulMasterOpus created T173412: [Feature Request] MusicForcedStop Event Handler.
Jun 19 2023, 3:13 PM · Arma 3

Apr 20 2017

SoulMasterOpus changed Category from category:anims to category:multiplayer on T124429: BIS_fnc_ambientAnim not JIP Compatibale (Eden).
Apr 20 2017, 4:41 PM · Arma 3

Apr 18 2017

SoulMasterOpus edited Steps To Reproduce on T124429: BIS_fnc_ambientAnim not JIP Compatibale (Eden).
Apr 18 2017, 6:05 PM · Arma 3
SoulMasterOpus created T124429: BIS_fnc_ambientAnim not JIP Compatibale (Eden).
Apr 18 2017, 5:59 PM · Arma 3