*EDIT*
Figured this would get a lil more exposure here and maybe someone that has experienced this can shed some knowledge...
Original Post:
Anyone have any luck joining a passworded server by modifying the link using:
+password <pass>
Currently this is what I'm using:
bf2.exe +start 1 +joinServer %bf2qjoinip +port %bf2qjoinport +password %bf2qpw +menu 1 +fullscreen 1 +szx %bf2qresw +szy %bf2qresh
%var's being:
%bf2qjoinip = IP
%bf2qjoinport = PORT
%bf2qresw = Width (Custom Resolution)
%bf2qresh = Height (Custom Resolution)
%bf2qpw = Password
Everything works except when the server is passworded, it says that the password is invalid. It just doesn't work =\
I also tried using +playerPassword, but I assume that's in association with +playername for bypassing login.
Reason I ask is this....I'm working on a script in mIRC to allow people to join servers via links in IRC, and via your own favorites list. Problem is, when there is a match/scrim, you need to be able to enter a password. Here is a sneak peak at what I'm working on.


Figured this would get a lil more exposure here and maybe someone that has experienced this can shed some knowledge...
Original Post:
Anyone have any luck joining a passworded server by modifying the link using:
+password <pass>
Currently this is what I'm using:
bf2.exe +start 1 +joinServer %bf2qjoinip +port %bf2qjoinport +password %bf2qpw +menu 1 +fullscreen 1 +szx %bf2qresw +szy %bf2qresh
%var's being:
%bf2qjoinip = IP
%bf2qjoinport = PORT
%bf2qresw = Width (Custom Resolution)
%bf2qresh = Height (Custom Resolution)
%bf2qpw = Password
Everything works except when the server is passworded, it says that the password is invalid. It just doesn't work =\
I also tried using +playerPassword, but I assume that's in association with +playername for bypassing login.
Reason I ask is this....I'm working on a script in mIRC to allow people to join servers via links in IRC, and via your own favorites list. Problem is, when there is a match/scrim, you need to be able to enter a password. Here is a sneak peak at what I'm working on.


Comment