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.

      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