how to order plugins for sequential execution

jimbo

Member
Joined
Jun 16, 2006
RedCents
Anybody know how to make my plugins be executed in a particular order? I tried ordering them the way I want in the macroquest.ini file. I also tried loading them in-game in the order I want. No luck.

I'm trying to make my packet sniffer (that dumps packets to a file) execute AFTER my plugins that manipulate those packets before they are sent.

hmmm..... i got an idea, now that i am thinking about how detours work. i'm gonna try the exact opposite and post back...

--jimbo
 
sweet! it worked. because of the way detours are added, they execute in reverse order from the order they were added. so i just load the packet sniffer plugin first, then the others, and viola! :)
 
how to order plugins for sequential execution

Users who are viewing this thread

Back
Top
Cart