i wish there's a dislike button-.-
Quote:
ok lets see the example of ts2-ph, in order to have multiclient, preventing the message (Error: findwindow() ) you can simply doing a new .txt file and put this line inside :
the number 2 is the amount of client you wanna start in a row :Code:FOR /L %%i IN (1,1,2) DO (START 12sky2-PH.exe /0/PH/2/1024/768)
/0/PH/2/1024/768 are the parameters you need them in order to make client startCode:IN (1,1,2) ...
when you have made the new txt file like multiclient.txt -> change extension of file to .bat instead of .txt
NB -> the .bat file need to be in the twelvesky2 folder in order to work or you can run it from everywhere if you put the full path of your game by example :
enjoy multiclient with a simple bat file :PCode:F:\ts2ph\12sky2-PH.exe /0/PH/2/1024/768
and last thing -> if you want to change game resolution change .../1024/768 to your desired res
also if you put /0/PH/1/yourW/yourH the client will be in full screen ;)