View Full Version : +connect
boost
10-28-2008, 10:11 PM
dus any 1 know yet its possable to add somming along the the lines of the +connect command the the shourtcut to connect direct to a server? i tried it and got errors
Number7
10-28-2008, 10:28 PM
dus any 1 know yet its possable to add somming along the the lines of the +connect command the the shourtcut to connect direct to a server? i tried it and got errors
The connect command is preceded by a +
boost
10-28-2008, 11:15 PM
its say what?
Number7
10-29-2008, 07:32 AM
its say what?
Oops - meant to say that it is NOT preceded with a +
CoDWaWbeta.exe connect xx.xx.xx.xx:xxxxx +rcon login yourpassword
boost
10-29-2008, 08:23 AM
na that dont work eather gets the error "no or bad challange for address."
with or with out the + with cod4 it was +connect xxx.xxx.xxx:28960
rudedog
11-01-2008, 12:00 PM
make sure you use the number keys across the top and not the keypad
OEW Batman
11-01-2008, 02:38 PM
Nope, no go here, same error. I'm certain I'm using the command line as you have all described.
{CAP}Maxell
11-01-2008, 03:19 PM
It's a backslash not a +
"/connect ip"
boost
11-01-2008, 07:00 PM
when adding to target it use to be +connect ip, not working with the beta tho, im guessing its somming to do with the login 1st.
jumpjet
11-07-2008, 10:10 PM
I know it kind of defeats the object of having a shortcut, but when I get the error I just type /reconnect in console. It is a pain, but at least you login to your rcon when doing it this way.
I hate logging into rcon in the console once you have joined your server, one little error and you broadcast your password to everyone.
boost
11-09-2008, 07:26 PM
the +connect xxx.xxx.xxx works with the full game :D
Plasma
11-11-2008, 12:17 PM
the +connect xxx.xxx.xxx works with the full game :D
sweet
Plasma
11-12-2008, 09:54 AM
the +connect xxx.xxx.xxx works with the full game :D
well, i tried it today, and it's not working. are you sure it is working? could you paste your target line here so i can see how you did it?
Number7
11-12-2008, 10:24 AM
You could try using a batch file instead of game shortcut. It has worked fine for 5 years here,
new demo and all :) But again, i have never used a + for the connect command.
CoDWaWbeta.exe connect xx.xx.xx.xx +rcon login password +set logfile 2
exit
Plasma
11-12-2008, 10:54 AM
You could try using a batch file instead of game shortcut. It has worked fine for 5 years here,
new demo and all :) But again, i have never used a + for the connect command.
CoDWaWbeta.exe connect xx.xx.xx.xx +rcon login password +set logfile 2
exit
is that your actually batch file? i'm trying to make one but i keep getting errors. anyway you could actually copy/paste the text in the one your are using, that is if you already didn't.
this is what I have:
START C:\Program Files\Activision\Call of Duty - World at War\CoDWaWmp.exe connect 72.232.194.235 +rcon login password xxx +set logfile 2
exit
Number7
11-12-2008, 12:22 PM
The word password was meant to be your password, and cannot have the xxx afterwards
Try downloading this one and unzip it into your game folder. Then just make a shortcut to it on your desktop if you like.
http://aigaming.net/temp/joinmyserver.zip
Plasma
11-12-2008, 01:51 PM
The word password was meant to be your password, and cannot have the xxx afterwards
Try downloading this one and unzip it into your game folder. Then just make a shortcut to it on your desktop if you like.
http://aigaming.net/temp/joinmyserver.zip
okay, got the batch to start cod, but it will not connect to my server. i get the following error:
No or bad challenge for address
And on the gameserver's console, i can see where someone is trying to log in, but it says:
Not a lan address!
Got IV xxxxxxxx from client!
Decryption of auth ticket failed.Server:
my batch file looks like:
CoDWaWmp.exe connect 72.232.194.235 +rcon login mypass +set logfile 2
exit
any ideas?
Number7
11-12-2008, 03:18 PM
That error occured on the demo at times. Just open the console and type: /reconnect
Cheap-ass game.
MagicMan
11-14-2008, 03:58 PM
I'm thinking the old methos of +connect is working because there is another step added when connecting to server that we didn't have before - authentication? There is some type of authentication that takes place because there is enforcement of unique names.
But I do hope there is some kind of direct connect we can do . . .
Benedict
11-15-2008, 01:22 PM
what about binding a button on your keyboard to /connect xx.xx.xx.xx then start the game hit the button?
MagicMan
11-15-2008, 03:53 PM
Might be grasping at straws here but what about a .cfg file that holds the server IP address in it? Then call that file from the shortcut with +exec filename.cfg? Would that work? What would the connect command be in that .cfg file?
Benedict
11-15-2008, 06:58 PM
hmm it could work, the file should then look like this
rcon login "rcon here"
password "passhere"
connect xxx.xxx.xxx.xxx
atleast, thats what i figure it should look like
Mamba
11-15-2008, 07:17 PM
In the beta, there I had to use a fixed server exe for this to work correctly. Probably hosed in the retail also and overlooked in the 1.1 patch...sigh. The /reconnect works for me but is a PITA.
boost
11-15-2008, 08:06 PM
this works fine for me
"C:\Program Files\Activision\Call of Duty - World at War\CoDWaWmp.exe" +connect 000.000.000:28960 +password ourpass +rcon login ourpass
as long as you have just the 1 online profile it signs ya in anyways.
Plasma
11-16-2008, 10:03 AM
this works fine for me
"C:\Program Files\Activision\Call of Duty - World at War\CoDWaWmp.exe" +connect 000.000.000:28960 +password ourpass +rcon login ourpass
as long as you have just the 1 online profile it signs ya in anyways.
still not working.
are you sure this works? i only have 1 profile.
MagicMan
11-16-2008, 01:33 PM
temporary solution (based on earlier posts)
So, here is how my shortcut looks right now:
"C:\Program Files\Activision\Call of Duty - World at War\CoDWaWmp.exe" +exec yourfilename.cfg +rcon login yourrconpassword +password yourprivateslotpassword +connect yourserverIPaddress
When I launch this, I am given one of several possible error massages and dropped at the generic MP screen. I simple type /reconnect and I go right into my server in a private slot with console rights.
/reconnect is a small price to pay but I don't see anything else working right now
Mamba
11-16-2008, 01:52 PM
>I don't see anything else working right now
Agreed...better than nothing.
markop10
11-16-2008, 06:09 PM
Error: http://www.imagesforme.com/show.php/228328_Untitled.jpg
What can be problem?
Mamba
11-16-2008, 06:27 PM
Error: http://www.imagesforme.com/show.php/228328_Untitled.jpg
What can be problem?
That's not really pertinent to this discussion. But possibly a PB issue...see here:
http://www.gamearena.com.au/forums/3149/thread.php/4846477
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.