Staredit Network > Forums > SC1 Mapping Tools > Topic: ScmDraft - classic trigedit requests
ScmDraft - classic trigedit requests
Jan 21 2018, 1:43 pm
By: Suicidal Insanity
Pages: < 1 2 3 >
 

Feb 2 2018, 10:02 am Wormer Post #21



Just in general an option to collapse a commentless trigger would be useful.



Some.

Feb 2 2018, 11:32 am Lanthanide Post #22



Quote from O)FaRTy1billion[MM]
Quote from Lanthanide
So in summary:
If you uncheck a comment action, then in the trigger list, don't show the comment text, instead show the normal trigger conditions/actions summary view.
I believe this is how StarEdit does it. I didn't realize SCMD didn't already, so I think this is a good idea. XD

ScmDraft always has done it like this ....
Huh, you're right, I just tried it and it does. I have no idea WTF I was thinking. Spent a long time typing all that out, too...



None.

Feb 15 2018, 11:28 pm Suicidal Insanity Post #23

I see you !

Playing around with the option dropdowns - right now they are set so they don't disappear if you hit enter or click outside of them when an invalid option is selected, only escape will close them. Should clicking outside also close them and discard the types (invalid) value?




Feb 16 2018, 12:17 am Dem0n Post #24

ᕕ( ᐛ )ᕗ

Please make it so that you don't have to have at least one player/condition/action to change tabs.




Feb 16 2018, 12:22 am Suicidal Insanity Post #25

I see you !

I had removed the 1 condition / 1 action requirement a while ago. I won't remove the 1 player requirement until the parent UI has some way of displaying orphaned triggers (So those with no players selected)




Feb 16 2018, 3:07 am Dem0n Post #26

ᕕ( ᐛ )ᕗ

Ahh, haven't used like the last 10 versions so I didn't notice lmao. Also, I feel it'd be fine if you just made it so that the trigger couldn't be made if no player is selected (disable the OK button or something).




Feb 16 2018, 3:55 am Pr0nogo Post #27



Is this where we request making all strings not used by the game not count towards the string limit? O_O

Any chance of raising/removing the trigger condition/action limit?

Also, mirroring my query about custom trigger conditions/actions. I know you're planning to add EUD-specific ones, so I'll throw in a few personal requests. Some are/may not be EUD related, and some may require mod support.

Conditions:
-[All/X] of [Player]'s [Unit] at [Location] has [GreaterThan/LessThan/Exactly] [Y (%?)] [Health/Shields/HP/Energy]*
-[Player] slot type is [Human/Neutral/Rescuable/Computer]
-[All/X] of [Player]'s [Unit] at [Location] has [GreaterThan/LessThan/Exactly] [Y] kills
-[All/X] of [Player1]'s [Unit1] at [Location] [Attacks/IsAttackedBy] [Unit2] owned by [Player2]

*there would be a checkbox to read the input value as a percentage, e.g. a value of 42 with the checkbox checked would be 42%

Actions:
-Recheck conditions before continuing trigger execution
-Set max [Race] supply for [Player]
-Randomize [Unit] deaths between [X] and [Y] for [Player]

Other:
-Support for both 1.16.1 and 1.21+ EUD triggers (label them separately, or however you'd like to sort them)


Lastly, if modders wish to add custom trigger data (as will probably be necessary for some of the above requests), how should we go about doing it? Presumably we'd have to wait until you've finished the update to the editor.

Post has been edited 2 time(s), last time on Feb 16 2018, 4:08 am by Pr0nogo.




Feb 18 2018, 3:58 pm Suicidal Insanity Post #28

I see you !

Quote from Pr0nogo
Is this where we request making all strings not used by the game not count towards the string limit? O_O
I have some ideas which I may try to achieve this while retaining backwards compatibility to plugins that I mentioned earlier. I am not sure if they actually would work well though, so no promises.

Quote from Pr0nogo
Any chance of raising/removing the trigger condition/action limit?
Not really, the trigger struct sizes are hardcoded. EUD maps do that by manually changing the next trigger pointer, which is beyond the scope of scmdraft. At some point in the future I likely will add access to a bunch of scratch vars backed by EUD data which should ensure you don't run into the switch limit though.

Quote from Pr0nogo
Also, mirroring my query about custom trigger conditions/actions. I know you're planning to add EUD-specific ones, so I'll throw in a few personal requests. Some are/may not be EUD related, and some may require mod support.

Conditions:
-[All/X] of [Player]'s [Unit] at [Location] has [GreaterThan/LessThan/Exactly] [Y (%?)] [Health/Shields/HP/Energy]*
-[Player] slot type is [Human/Neutral/Rescuable/Computer]
-[All/X] of [Player]'s [Unit] at [Location] has [GreaterThan/LessThan/Exactly] [Y] kills
-[All/X] of [Player1]'s [Unit1] at [Location] [Attacks/IsAttackedBy] [Unit2] owned by [Player2]

*there would be a checkbox to read the input value as a percentage, e.g. a value of 42 with the checkbox checked would be 42%

Actions:
-Recheck conditions before continuing trigger execution
-Set max [Race] supply for [Player]
-Randomize [Unit] deaths between [X] and [Y] for [Player]

Other:
-Support for both 1.16.1 and 1.21+ EUD triggers (label them separately, or however you'd like to sort them)

For now I only plan on adding EUD triggers/conditions that affect data with a fixed offset that is DWORD sized. Unfortunately most of your examples aren't things that can be done via a single EUD condition/action, but require many triggers to accomplish.


Quote from Pr0nogo
Lastly, if modders wish to add custom trigger data (as will probably be necessary for some of the above requests), how should we go about doing it? Presumably we'd have to wait until you've finished the update to the editor.

Its unlikely I'd make the trigger editor modible. I'll definitely take requests for simple EUD triggers/conditions that meet the above criteria (DWORD aligned, fixed offset)




Feb 21 2018, 6:56 am NudeRaider Post #29

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

For now I only plan on adding EUD triggers/conditions that affect data with a fixed offset that is DWORD sized.
Cool! Make sure to mark them somehow so it's obvious what a classic condition/action and what an EUD is.




Feb 22 2018, 10:13 am Suicidal Insanity Post #30

I see you !

I currently have two implemented in the latest alpha, and they both are named "EUD: "[...]




Feb 28 2018, 5:15 pm Suicidal Insanity Post #31

I see you !

Question: Should closing the text editor in classic trigedit via the [X] button save the updated string, or revert changes? Right now it is treated as cancel.




Feb 28 2018, 10:39 pm Lanthanide Post #32



Just disable the X button and then there's no ambiguity :)



None.

Mar 1 2018, 12:53 am Pr0nogo Post #33



Having a hotkey (like ctrl+enter) to save and close would be good.




Mar 1 2018, 9:50 am Suicidal Insanity Post #34

I see you !

Quote from Lanthanide
Just disable the X button and then there's no ambiguity :)

Or it could pop up a message box "Would you like to save your changes?"




Mar 1 2018, 10:12 am Lanthanide Post #35



Ugh, that's worse. When people click x they generally just want to get out of wherever they are. So disabling x isn't a great solution, but nagging people with popups is just annoying.



None.

Mar 1 2018, 11:11 am Suicidal Insanity Post #36

I see you !

Ya and it will be followed by "Are you sure?" "Are you completely sure" "Do you maybe want to change your mind?"




Mar 3 2018, 8:38 pm Suicidal Insanity Post #37

I see you !

Somewhat tempted to remove the auto EUD trigger action / condition morphing code, now that the UI caches the last entered values on trigger action / condition type switch - thoughts?




Mar 3 2018, 9:41 pm Lanthanide Post #38



I'd be in favour of dropping that.

One thing I've come across and I don't know exactly whether it's TrigEdit doing it or TrigEditPlus (since I've been collaborating with someone else on their map and not sure what they are doing with it on their end) is that my EPD actions, eg "Set Deaths("Int:334773", "Terran Marine", Subtract, 2147483648);" are getting morphed into classic EUD equivalents, which is annoying, eg it becomes (at some point) "Set Deaths("Player 10", "Int:27897", Subtract, 2147483648);".

If TrigEdit is doing this in some manner, it'd be great if it didn't.



None.

Mar 4 2018, 5:11 pm trgk Post #39



Quote from Lanthanide
I'd be in favour of dropping that.

One thing I've come across and I don't know exactly whether it's TrigEdit doing it or TrigEditPlus (since I've been collaborating with someone else on their map and not sure what they are doing with it on their end) is that my EPD actions, eg "Set Deaths("Int:334773", "Terran Marine", Subtract, 2147483648);" are getting morphed into classic EUD equivalents, which is annoying, eg it becomes (at some point) "Set Deaths("Player 10", "Int:27897", Subtract, 2147483648);".

If TrigEdit is doing this in some manner, it'd be great if it didn't.

That seems to be the problem of TrigEditPlus. That's intended one. Someone requested that because old SCMDraft were not very happy with EPD actions. IIRC the classic trigger crashed w/ epd actions.

Since TEP converts all EUD conditions/actions to Memory/SetMemory, I don't think there's any much bad consequences for that.



EUD

Mar 9 2018, 8:09 pm Lanthanide Post #40



Could you change it to not do that? Maybe make it a menu option if you want to support new versions of TrigEditPlus on old versions of Scmdraft (not sure that's a realistic combination to support, though).

It's incredibly annoying having all of the values changed from what I originally entered - anyone seriously doing new EUD maps in particular won't be using old versions of scmdraft because of the earlier limitation, as well as because it had bugs that simply destroyed any values >= 2147483648 anyway.



None.

Options
Pages: < 1 2 3 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:50 pm]
Vrael -- Ultraviolet
Ultraviolet shouted: How about you all send me your minerals instead of washing them into the gambling void? I'm saving up for a new name color and/or glow
hey cut it out I'm getting all the minerals
[10:11 pm]
Ultraviolet -- :P
[10:11 pm]
Ultraviolet -- How about you all send me your minerals instead of washing them into the gambling void? I'm saving up for a new name color and/or glow
[2024-4-17. : 11:50 pm]
O)FaRTy1billion[MM] -- nice, now i have more than enough
[2024-4-17. : 11:49 pm]
O)FaRTy1billion[MM] -- if i don't gamble them away first
[2024-4-17. : 11:49 pm]
O)FaRTy1billion[MM] -- o, due to a donation i now have enough minerals to send you minerals
[2024-4-17. : 3:26 am]
O)FaRTy1billion[MM] -- i have to ask for minerals first tho cuz i don't have enough to send
[2024-4-17. : 1:53 am]
Vrael -- bet u'll ask for my minerals first and then just send me some lousy vespene gas instead
[2024-4-17. : 1:52 am]
Vrael -- hah do you think I was born yesterday?
[2024-4-17. : 1:08 am]
O)FaRTy1billion[MM] -- i'll trade you mineral counts
Please log in to shout.


Members Online: jun3hong, Ultraviolet, RIVE, Roy