Connect to 2 different mir 3?

Mu online season 21 - grand opening

Echtolion

LOMCN n00bie
Aug 29, 2004
9
0
12
Is there a front end for mir 3 or something so i can have more than 1 server to connect to without having to change the INi ect.. every time?? :.:
 

Shard

LOMCN Veteran
Veteran
Loyal Member
Jul 12, 2003
1,267
1
174
Hmm, I'm sure Leocrasher made a Front-End for Mir3, or maybe it was a ServerCount for Mir3, I'll have to check up on this one for you mate.

EDIT : Nah, was only a ServerCount she made for Mir3 =( I suppose we all have to stick with the old fashioned way of changing .inis =P
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
Which 2 are you planning to connect?

from what I have seen so far... not every server is using the same files... so it's not just changing the ini.. that's too easy..

if it is just a couple of file changes... you can make your own batch file.

make 2 new folders under your client folder...
C:\Mir3\Client1
C:\Mir3\Client2

put the "difference" in them and make 2 batch files

C:\Mir3\run1.bat
Code:
xcopy C:\Mir3\Client1\*  C:\Mir3\  /f  /s
pause

C:\Mir3\run2.bat
Code:
xcopy C:\Mir3\Client2\*  C:\Mir3\  /f  /s
pause