Staredit Network

Staredit Network -> StarCraft Editing Related -> Trigger Organizer
Report, edit, etc...Posted by rockz on 2006-12-07 at 22:08:51
SCMDraft is awesome. After the new update, I like it even more. Trigedit is quite possibly the best way to handle triggers, and it still has room for improvement. I want to simply organize my triggers so that all of P1's triggers are first, then P2, etc..., then force 1, then all players. Is it possible to get a text editor that might have that type of capability? Or, is there a program that will reorganize the triggers based on who they belong to?
Report, edit, etc...Posted by MindArchon on 2006-12-07 at 23:16:13
I might be able to throw together a program for you that can do that.

However, how would I handle triggers with multiple players?
Report, edit, etc...Posted by rockz on 2006-12-08 at 02:24:33
Sweetness!

I was thinking that multiple players would just come first, with just ascending order

like:
P1, P2, P4, P5
P1, P3
P1, P4, P5, P7, P8
P2, P3, P4
P4, P5
etc...
then
P1
P2
P3
etc...
then
Force1, Force2, Force4
Force1, Force3
Force2, Force3
etc...
then
Force1
Force2
etc...
then
All Players

Unless you can think of a better way, this would make at least my life a whole lot easier when making maps via the text editor.
Report, edit, etc...Posted by CheatEnabled on 2006-12-09 at 15:13:44
You can use the classic trigedit and then modify the trigger the way you want.
Report, edit, etc...Posted by Zeratul_101 on 2006-12-09 at 21:42:46
he's talking about how triggers are organized in TrigEdit, not about how to make triggers.
Report, edit, etc...Posted by spinesheath on 2006-12-13 at 04:34:47
It would make more sense (and probably be easier to code) to have all triggers that are owned by P1 at the top (includes triggers owned by P1 and P2 and ...), then all triggers by P2 that were not listed in the P1 triggers yet and so on...
Then force, then all players.

But actually it does make more sense to organize your triggers independant from the trigger owners, anyway. For example all the triggers that deal with some selection system in one block and so on. This does reqire you to save your triggers as text files, though. At least for TrigEdit.
Report, edit, etc...Posted by Rantent on 2006-12-13 at 22:29:34
Why not have it so the user can define the order...
(Like bookmarks in webbrowsers)
Report, edit, etc...Posted by rockz on 2006-12-15 at 03:44:27
The reason I suggested using the multiple trigger owners at the top is because personally I don't like having two different people share triggers. Chances are, you can just make 2 identical triggers, and not dramatically increase the map size. Anyway, the ideal would definitely be to allow the user to choose.

Of course, alphabetizing the trigger owner might just be the simplest way, and would work for anyone's purposes.
Report, edit, etc...Posted by Cole on 2006-12-16 at 10:08:55
Why not make it customizable...........
Report, edit, etc...Posted by spinesheath on 2006-12-16 at 10:13:47
Why not keep the "source code"... And btw, Cole, customizability was already suggested...
Report, edit, etc...Posted by Cole on 2006-12-16 at 10:19:11
QUOTE
And btw, Cole, customizability was already suggested...

Then what on earth is there an argument about?

QUOTE
lly I don't like having two different people share triggers. Chances are, you can just make 2 identical triggers, and not dramatically increase the map size. Anyway, the ideal would definitely be to allow the user to choose.

Each trigger will use up 2400 bytes. If your map has a ton of triggers that can add up. However I wouldn't worry so much about that... Simply it is more efficient in "mapping speed" to create one trigger for 6 players than 6 triggers for 6 players.

Report, edit, etc...Posted by rockz on 2006-12-16 at 17:45:10
Most of the time, if you want a trigger to act for players 1-5, they happen to all be on the same force. Maybe that's just me though.
Next Page (1)