Hello mpgh
I release the new version of my multiclient, now you can open up to 4 cf clients.
Fixed the black screen error.
Now should work for all OS.
Report any bugs..
Tutorial:
Place the DualClientCF+2.exe in the cf folder
Run it and it will open you 2 clients.
If you want more than 2 you just need to copy/paste the original crossfire.exe then rename it to "crossfire2.exe" for 3 clients and another one to "crossfire3.exe" if you want 4 clients.
$search = FileFindFirstFile("crossfire*.exe")
While 1
$client = FileFindNextFile($search)
If @error Then ExitLoop
If Not ProcessExists($client) Then
;rest of your code goes here
EndIf
WEnd
this code allows you to run crossfire from any exe name crossfire(something).exe ....
$search = FileFindFirstFile("crossfire*.exe")
While 1
$client = FileFindNextFile($search)
If @error Then ExitLoop
If Not ProcessExists($client) Then
;rest of your code goes here
EndIf
WEnd
this code allows you to run crossfire from any exe name crossfire(something).exe ....
could you make a youtube video on how it works i keep trying but i can only get 2 crossfire up and im using windows 7 64 bit ive tried how yo said to get more than 2 but i dont understand it properly?
Originally Posted by manzz
could you make a youtube video on how it works i keep trying but i can only get 1 crossfire up and im using windows 7 64 bit