Mutliplayer Setup Problems: Help Needed
Mutliplayer Setup Problems: Help Needed
Greetings,
I'm having problems connecting my laptop and desktop computer to participate in a mutliplayer game.
I have a copy of Quake 3 on each machine, and both share the same modem, but every method of connecting them together that I have tried has failed.
I've tried starting a game on one machine, then specifying the IP address on the other, but it never connects, and just continues to display "awaiting connection".
I've also then tried setting up a dedicated server, both LAN and Internet. After doing this, the console is brought up on my machine, but then I cannot connect either machine to the game I just created. If I then use either machine to check for local servers, it never finds any.
Am I doing something obviously wrong? I've read some guides on setting multiplayers up, including the one on this site, and I believe I've followed them correctly, but I'm still having no joy. Surely if two machines share the same connection, and the same game, I should be able to connect them in order to play one against the other?
Thanks for listening. I hope someone can see the error of my ways, or provide a soltion to my problem.
I'm having problems connecting my laptop and desktop computer to participate in a mutliplayer game.
I have a copy of Quake 3 on each machine, and both share the same modem, but every method of connecting them together that I have tried has failed.
I've tried starting a game on one machine, then specifying the IP address on the other, but it never connects, and just continues to display "awaiting connection".
I've also then tried setting up a dedicated server, both LAN and Internet. After doing this, the console is brought up on my machine, but then I cannot connect either machine to the game I just created. If I then use either machine to check for local servers, it never finds any.
Am I doing something obviously wrong? I've read some guides on setting multiplayers up, including the one on this site, and I believe I've followed them correctly, but I'm still having no joy. Surely if two machines share the same connection, and the same game, I should be able to connect them in order to play one against the other?
Thanks for listening. I hope someone can see the error of my ways, or provide a soltion to my problem.
Re: Mutliplayer Setup Problems: Help Needed
Do you have any firewall software (including windows' own firewall) running and enabled on the host system?
Re: Mutliplayer Setup Problems: Help Needed
My desktop, which is running XP has Windows firewall, and my laptop, which is running Windows 7, has a Windows firewall as well. Should I make sure it is switched off on both machines?
Re: Mutliplayer Setup Problems: Help Needed
Don't turn it off, but make an exclusion for Quake3.exe
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Mutliplayer Setup Problems: Help Needed
I checked both machines for firewall settings and made sure that Quake 3 was on the exceptions list. I then tried to start a multiplayer between the two machines, but am still having no luck.
What do you advise for setting up a LAN multiplayer between my two machines?
What I have tried is to "Create" a game on one machine, then on the other machine, "Specify" and enter the IP address. Is that right? Or do I need to do something else?
What do you advise for setting up a LAN multiplayer between my two machines?
What I have tried is to "Create" a game on one machine, then on the other machine, "Specify" and enter the IP address. Is that right? Or do I need to do something else?
Re: Mutliplayer Setup Problems: Help Needed
No expert but does he need to enable port 27960 or sumthing or specify a port?
[color=#FF0000][WYD][/color]
Re: Mutliplayer Setup Problems: Help Needed
make sure both computers are in the same workgroup
[b]CAPSLOCK IS ON[/b]
Re: Mutliplayer Setup Problems: Help Needed
One other thing to check.
Try disconnecting from the internet - In the past when we tried to play on our home lan, the client systems would not connect to the server because they all had the same CD key.
Without a internet connection, id's master server was unavailable to authenticate the game and after a short timeout everyone was able to connect.
It's a long shot.
Try disconnecting from the internet - In the past when we tried to play on our home lan, the client systems would not connect to the server because they all had the same CD key.
Without a internet connection, id's master server was unavailable to authenticate the game and after a short timeout everyone was able to connect.
It's a long shot.
[color=#4040FF][b]www.mrlego.com[/b][/color]
Re: Mutliplayer Setup Problems: Help Needed
I'm not sure CD keys are even checked for non-Internet games?
Re: Mutliplayer Setup Problems: Help Needed
Can you explain more what you mean by sharing one modem? Do you have a modem connected to a router? Are both PCs in the same VLAN/Subnet? Or is PC1 connected via USB to modem and PC2 connected via Cat5 to modem? If one PC is on WIFI, make sure the IP address range is the same for your LAN connections.JPBrenner wrote:Greetings,
I'm having problems connecting my laptop and desktop computer to participate in a mutliplayer game.
I have a copy of Quake 3 on each machine, and both share the same modem, but every method of connecting them together that I have tried has failed.
I've tried starting a game on one machine, then specifying the IP address on the other, but it never connects, and just continues to display "awaiting connection".
I've also then tried setting up a dedicated server, both LAN and Internet. After doing this, the console is brought up on my machine, but then I cannot connect either machine to the game I just created. If I then use either machine to check for local servers, it never finds any.
Am I doing something obviously wrong? I've read some guides on setting multiplayers up, including the one on this site, and I believe I've followed them correctly, but I'm still having no joy. Surely if two machines share the same connection, and the same game, I should be able to connect them in order to play one against the other?
Thanks for listening. I hope someone can see the error of my ways, or provide a soltion to my problem.
Here's how it works in my house:
Code: Select all
Modem - Router - PC1
- PC2
- Laptop on WIFI
PC2 is 192.168.1.11
Laptop is 192.168.1.12
Subnet is 255.255.255.0
Gateway is 192.168.1.1 -(This is the router's internal IP address)
Router "tricks" the modem into thinking only 1 PC exists in the house, and traffic is "routed" accordingly.
It sounds to me like you have a PC connected to the modem via USB and another connected via Ethernet.
Re: Mutliplayer Setup Problems: Help Needed
Appreciate the time and effort you took to write me a reply, but I managed to sort the problem out in the end.
I downloaded a program called Hamachi or something and did it that way.
Thanks anyway
I downloaded a program called Hamachi or something and did it that way.
Thanks anyway

Re: Mutliplayer Setup Problems: Help Needed
Axbaby had the most correct answer.
the problem is being on a lan, each computer has to use a different net_port. this is true even if he is trying to connect to an outside dedicated server with both of his lan computers.
all you need to do is change one of the computers net_port and you should be fine:
+set net_port 27950
(also perhaps try changing net_qport if the above didnt work).
the problem is being on a lan, each computer has to use a different net_port. this is true even if he is trying to connect to an outside dedicated server with both of his lan computers.
all you need to do is change one of the computers net_port and you should be fine:
+set net_port 27950
(also perhaps try changing net_qport if the above didnt work).