question about processes...

02/16/2010 08:05 botmasterek#1
how to do to the trainers like rangarok and mapfun work on the current ts2 client with i want to if i using multiclient ?
02/20/2010 06:20 Mega Byte#2
In theory map fun will attach to the first process it sees. It checks via process name eg TwelveSky2 rather than window name.

I will work on adding support for multiple process attaching infact I may even program into map fun the functionality to open many processes of 12sky2.

Rather than executing the game twice and fast I will enable running the game and bypassing the code that checks for another instance of the game already running :) Map fun will attach to this one so you could run two copys of map fun and launch the game twice using both of those having map fun on two instances of 12sky2.

However thats work in progress and only If i have enough people wanting it and I have the time of course :D
02/20/2010 07:45 spare2#3
Well you can just change the window name of one client, then use that new name to specify which process to hook on to.
02/21/2010 11:18 Mega Byte#4
Nawh... Ide prefer to have it able to launch them and do the whole thing. Rather than changing the window caption.

You could copy and rename TwelveSky2.exe and launch both twice and edit a copy of map fun or w/e to make it attach to the new exe i guess for now. But that would be anoying to do lol.