What would you like in the Trigger Editor?

H

Heptameron

Guest
AddE said:
Well hehe ok .. Persen.. Well do you know any good tutorials to learn what you do? :p OR maybe you can make one on this site!! That would be great with such a tutorial
I don't think a tutorial would be very helpful; not many people do this. But if you're good at figuring out how a text file works, you can try getting a MPQ editor and extracting UI\TriggerData.txt, UI\TriggerStrings.txt, and UI\WorldEditStrings.txt from War3Patch.mpq.
 
A

AddE

Guest
Ok.... Well.. How do you extract txt files from MPQ files? I want to learn to do this :D
 

xPheRe

New Member
Reaction score
43
I'm also interested on this
I'd love to know how to mod the editor
I'm hoping to test yours soon
 
S

salempc

Guest
Persen said:
Ok thanks Heptameron, but what do you mean with



Basically a timed "run trigger"?

Maybe you could just do:
Wait x
Run trigger
:D

Already exists.

Peace
 

Sargon

New Member
Reaction score
83
salempc said:
Maybe you could just do:
Wait x
Run trigger
:D

Already exists.

Peace

He already put in the function you're quoting. And it works better than your method does. :p
 
D

daadslfk

Guest
Personally i think it would be nice if you could type in the commands and variables that you are using, i have done some programming in Vb and it is slow to have to go to the variable editor to make a variable then select the events,conditions and actions. I could type them faster if i could just declare variables and type in the conditions and actions commands, but that might be alot of work, maybe too much to ask.
 
H

Heptameron

Guest
daadslfk said:
Personally i think it would be nice if you could type in the commands and variables that you are using, i have done some programming in Vb and it is slow to have to go to the variable editor to make a variable then select the events,conditions and actions. I could type them faster if i could just declare variables and type in the conditions and actions commands, but that might be alot of work, maybe too much to ask.
You need to look into Jass.
 

Rad

...
Reaction score
228
You should make Third Person Camera and maybe FPS ones to, Its easy alone but you gotta run it every .1-.2 seconds, each time running about 4-6 different camera actions. So if you could make one like. 'Camera - Apply Third Person mode to <Unit> with <Integer> range and <Real> smoothing', where the range is integer, obviously. And the smoothing is the rotation duration (Ex: Rotate camera for Player 1 (Red) 360 over 2.5 seconds). Of course if you use smoothing you would need to suggest not to use values over 1.00...
 

Darthfett

Aerospace/Cybersecurity Software Engineer
Reaction score
615
I would like to see Unit enters (Terrain Type), and Unit is on (Terrain Type)

Also, (Region <gen>) is ground-pathable from (point), and Pick every unit in Ground-pathable from (point)

The (points) should be just like regions, where it can be region postioned at certain points, and certain Regions.

They would help to stop server splits in TDs when the anti-cheat, or a unit attacks a player, because he/she blocked.
 

Rad

...
Reaction score
228
I would like to see Unit enters (Terrain Type), and Unit is on (Terrain Type)

Code:
Terrain-Type of <Region - Convert <Region> to point with size - Point<Position of UNIT> with size 100,100>[code]

[quote]They would help to stop server splits in TDs when the anti-cheat, or a unit attacks a player, because he/she blocked.[/quote]

[color=#777DF6]I[/color][color=#7A7CF4]s[/color][color=#7D7BF2][/color] [color=#8079F0]t[/color][color=#8378EE]h[/color][color=#8677EC]a[/color][color=#8975E9]t[/color][color=#8C74E7][/color] [color=#8F73E5]n[/color][color=#9271E3]o[/color][color=#9570E1]t[/color][color=#986FDF][/color] [color=#9B6EDC]e[/color][color=#9E6CDA]x[/color][color=#A16BD8]a[/color][color=#A46AD6]c[/color][color=#A768D4]t[/color][color=#AA67D2]l[/color][color=#AD66D0]y[/color][color=#B164CD][/color] [color=#B463CB]w[/color][color=#B762C9]h[/color][color=#BA60C7]a[/color][color=#BD5FC5]t[/color][color=#C05EC3][/color] [color=#C35DC0]U[/color][color=#C65BBE]n[/color][color=#C95ABC]i[/color][color=#CC59BA]t[/color][color=#CF57B8]-[/color][color=#D256B6]O[/color][color=#D555B4]r[/color][color=#D853B1]d[/color][color=#DB52AF]e[/color][color=#DE51AD]r[/color][color=#E14FAB][/color] [color=#E44EA9]<[/color][color=#E74DA7]U[/color][color=#E74DA7]n[/color][color=#E44EA9]i[/color][color=#E14FAB]t[/color][color=#DE51AD]>[/color][color=#DB52AF][/color] [color=#D853B1]t[/color][color=#D555B4]o[/color][color=#D256B6][/color] [color=#CF57B8]<[/color][color=#CC59BA]R[/color][color=#C95ABC]i[/color][color=#C65BBE]g[/color][color=#C35CC1]h[/color][color=#C05EC3]t[/color][color=#BD5FC5]-[/color][color=#BA60C7]C[/color][color=#B762C9]l[/color][color=#B463CB]i[/color][color=#B164CD]c[/color][color=#AD66D0]k[/color][color=#AA67D2]>[/color][color=#A768D4][/color] [color=#A46AD6]t[/color][color=#A16BD8]o[/color][color=#9E6CDA][/color] [color=#9B6DDD]<[/color][color=#986FDF]P[/color][color=#9570E1]o[/color][color=#9271E3]i[/color][color=#8F73E5]n[/color][color=#8C74E7]t[/color][color=#8975E9]>[/color][color=#8677EC][/color] [color=#8378EE]i[/color][color=#8079F0]s[/color][color=#7D7BF2][/color] [color=#7A7CF4]f[/color][color=#777DF6]o[/color][color=#747EF9]r[/color][color=#7080FB]?[/color]
 
P

Persen

Guest
I'm getting so many ideas that i can't right hang on...


You should make Third Person Camera and maybe FPS ones to, Its easy alone but you gotta run it every .1-.2 seconds, each time running about 4-6 different camera actions. So if you could make one like. 'Camera - Apply Third Person mode to <Unit> with <Integer> range and <Real> smoothing', where the range is integer, obviously. And the smoothing is the rotation duration (Ex: Rotate camera for Player 1 (Red) 360 over 2.5 seconds). Of course if you use smoothing you would need to suggest not to use values over 1.00...

Eeeehhh??? What??


And the "attach item table to unit" was kinda hard (i tried), but a "make unit drop (item-type) on death" is possible and will be added.
 

Jazradel

Helping people do more by doing less.
Reaction score
102
Well I can't find my massive list of things I want but off hand:
A trigger that removes all memory leaks.(Impossible I think but GUI versions of the individual ones would do).
A option for local variable in the Variable Editor or just a GUI trigger
A way to find the point/regoin target of an ability with out using orders.
A way to hide ability icons.
A way to make orb effects(lifesteal, ord of lightning, slow, etc) stack.
A way to convert abilities to orders.
A built in dummy unit.
A way to add custom data fields.
A way to get the damage range and average damage of an unit from a trigger.
Everything in this page.
 
H

Heptameron

Guest
Jazradel said:
A way to find the point/regoin target of an ability with out using orders.
I must be missing something; what's wrong with Target Point Of Ability Being Cast?
 

the Lumpy

►►►
Reaction score
53
Heptameron said:
I must be missing something; what's wrong with Target Point Of Ability Being Cast?
Man, someone beat me to a post again! :eek:

I'm getting into the habit of hitting the "Preview post" button before I actually post so I can check if anyone beat me. :D
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/
  • The Helper The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!
  • The Helper The Helper:
    Happy Wednesday!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Sticking with the desserts for now the latest recipe is Fried Apple Pies - https://www.thehelper.net/threads/recipe-fried-apple-pies.194297/
  • The Helper The Helper:
    Finally finding about some of the bots that are flooding the users online - bytespider apparently is a huge offender here - ignores robots.txt and comes in from a ton of different IPs
  • Monovertex Monovertex:
    @The Helper I'm really not seeing the "Signature" link in the sidebar on that page. Here's a screenshot:
  • The Helper The Helper:
    I have reported it - I was wondering why nobody I have given sigs to over the last few years have used them
  • The Helper The Helper:
    Ghan has said he has fixed this. Monovertex please confirm this fix. This was only a problem with people that had signatures in the upper levels like not the special members but the respected members.
  • The Helper The Helper:
    Here is a better place to manage this stuff https://www.thehelper.net/account/account-details which I think should be way more visible
  • The Helper The Helper:
    I am hoping that online user count drop is finally that TikTok bot banned
  • Ghan Ghan:
    I added the filter last night.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top