I just don't get it. I've been through it all a million times. I've tried every possible configuration. But I can just not get multiple servers running at a time on my dedi.
Don't tell me anything about opening the ports on my firewall; I know what I'm doing. It's not that, so lets save you and I both the trouble.
I'm willing to compensate for a solution, whether steam game, steam wallet, gift card, DLC, or whatever the hell.
My situation is:
current server running - 24/7 Team DM
I'm trying to start - 24/7 Dome GG
When I start Team DM, this will be my console, and it is all correct.
Now, TeamDM is started, working fine, querying fine, pinging fine, everything. Perfect.
Lets start GunGame.
I don't understand it. What? WTF am I doing wrong?
The query port will not change for the fucking life of me.
I've even tried setting a different IP with net_ip in the cmd, NOTHING.
What am I missing? I don't want to have to create a totally separate mw3 dir and let it take up another 14GB.. I run too many servers for other games which involve even more content (custom) and cannot deal with that.
How is something so absolutely simple.. so difficult?
Please, please help me.
Whenever I mess with the settings, I can try to just change the query port, but it will change the game port instead.
What is it.. good god I don't understand what I'm missing.
Holy hell nevermind, I finally got it.
I took out ever possible command from the startup I could until it did its job.
apparently, when
+set net_port 27015
is included in the startup line, it will crash upon starting.
Which is when
+set net_queryPort 27014
starts working as the net port instead.
I got it working with this as the target (the second server)
C:\Servers\MW3\TeamDM\iw5mp_server.exe +set sv_config "server2.cfg" +start_map_rotate +set net_ip 108.61.57.3
The first server is just a different last number on the IP.
All the other net_ commands involved with the servers I've removed, and they now work fine.
Hopefully no one else runs into that problem.
Don't tell me anything about opening the ports on my firewall; I know what I'm doing. It's not that, so lets save you and I both the trouble.
I'm willing to compensate for a solution, whether steam game, steam wallet, gift card, DLC, or whatever the hell.
My situation is:
current server running - 24/7 Team DM
I'm trying to start - 24/7 Dome GG
When I start Team DM, this will be my console, and it is all correct.
Code:
version 1.9.453
Connecting to online services....
Connected to online services.
Executing server config "server.cfg"
Succeeded reading from default.dspl
Loaded 1 map entries
Loading DSR "TDM_default.dsr"...
Loading Succeeded for DSR "TDM_default.dsr"
-----------------------------------
Spawning map: mp_exchange, gametype war
Initializing Steam Game Server: game port 27015, auth port 8766, query port 27017, gamedir modernwarfare3, version 1.0.0.1
Steam Game Server initialized as Internet Server.
No Steam Master Servers found. Server will LAN visible only.
Steam Game Server connected. Local IP 108.61.57.2, Public IP 108.61.57.2, Game Port 27015
Steam Game Server is VAC Secure
Spawn map (mp_exchange, war) complete.
-----------------------------------
Steam Master Servers found (2). Server will be Internet Server listed.
Now, TeamDM is started, working fine, querying fine, pinging fine, everything. Perfect.
Lets start GunGame.
Code:
version 1.9.453
Connecting to online services....
Connected to online services.
Executing server config "server2.cfg"
Succeeded reading from gungame.dspl
Loaded 1 map entries
Loading DSR "GG_default.dsr"...
Loading Succeeded for DSR "GG_default.dsr"
-----------------------------------
Spawning map: mp_dome, gametype gun
Initializing Steam Game Server: game port 27115, auth port 8766, query port 27017, gamedir modernwarfare3, version 1.0.0.1
Steam Game Server initialized as Internet Server.
No Steam Master Servers found. Server will LAN visible only.
Steam Game Server connected. Local IP 108.61.57.2, Public IP 108.61.57.2, Game Port 27115
Steam Game Server is VAC Secure
Spawn map (mp_dome, gun) complete.
-----------------------------------
Steam Master Servers found (2). Server will be Internet Server listed.
I don't understand it. What? WTF am I doing wrong?
The query port will not change for the fucking life of me.
I've even tried setting a different IP with net_ip in the cmd, NOTHING.
What am I missing? I don't want to have to create a totally separate mw3 dir and let it take up another 14GB.. I run too many servers for other games which involve even more content (custom) and cannot deal with that.
How is something so absolutely simple.. so difficult?
Please, please help me.
Whenever I mess with the settings, I can try to just change the query port, but it will change the game port instead.
What is it.. good god I don't understand what I'm missing.
Holy hell nevermind, I finally got it.
I took out ever possible command from the startup I could until it did its job.
apparently, when
+set net_port 27015
is included in the startup line, it will crash upon starting.
Which is when
+set net_queryPort 27014
starts working as the net port instead.
I got it working with this as the target (the second server)
C:\Servers\MW3\TeamDM\iw5mp_server.exe +set sv_config "server2.cfg" +start_map_rotate +set net_ip 108.61.57.3
The first server is just a different last number on the IP.
All the other net_ commands involved with the servers I've removed, and they now work fine.
Hopefully no one else runs into that problem.