-
Posts
103 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Downloads
Everything posted by zelatech
-
edit: sorry wrong post
-
I've to correct myself, this is not working.
-
edit: this was not true. edit2: does someone resulted in hosting 2 game seerver on same IP? Thanks
-
Ok i think i got the issue! It's like TCadmin is not taking commandline properly. Try this: - normally create your game with command line +set dedicated 2 +set net_ip $[service.IpAddress] +set net_queryPort $[service.CustomPort1] +set net_masterServerPort $[service.GamePort] +set net_port $[service.CustomPort2] +set net_authPort 8766 +set sv_config server.cfg +set sv_maxplayers $[service.Slots] +start_map_rotate - go to you istance and copy the final cmd line created by tcadmin - go under service tick Override commandline and paste the command line created by tcadmin Now you should see your server.
-
I'm testing right now this config: +set dedicated 2 +set net_ip $[service.IpAddress] +set net_queryPort $[service.CustomPort1] +set net_masterServerPort $[service.GamePort] +set net_port $[service.CustomPort2] +set net_authPort 8766 +set sv_config server.cfg +set sv_maxplayers $[service.Slots] +start_map_rotate <DEFAULTPORT>27015</DEFAULTPORT> <DEFAULTQUERYPORT>27015</DEFAULTQUERYPORT> <DEFAULTRCONPORT>27015</DEFAULTRCONPORT> <CUSTOMPORT1>27016</CUSTOMPORT1> <CUSTOMPORT2>27017</CUSTOMPORT2> <PORTINCREMENT>10</PORTINCREMENT> I've deleted all the game server and i'm rebuilding them. Let's see.
-
does someone resulted in hosting 2 istances on same IP? Can you share your port increment and cmd for both game servers on same IP? Thanks
-
I would try to add more Port Increment, now is set to 1, i'll try with 10 and let you know.
-
actually running it via windows it's working on the same IP, but not via TCadmin. cmd obv is the same, can't understand the problem!
-
I have not tryed on the same ip actually. I build a new game an let you know in minutes.
-
@Molten try restarting the istance, the process must be at least 200mb after 15seconds, if it stop around 118mb it is not loading. edit: @tango there's no localized.txt in the folders
-
Please let me know if it's working for you.
-
-game modernwarfare3 hope this would be good also for update!
-
q8, this would be very nice.
-
Here you are. It's working but not really 100% understanding something. I've tested with 2 IPs on different config: 95.***.**.17:27040 95.***.**.100:27041 17 is primary IP. Actually cmdline is: +set dedicated 2 +set net_ip $[service.IpAddress] +set net_port $[service.GamePort] +set sv_config server.cfg +set net_queryPort $[service.CustomPort1] +set net_masterServerPort $[service.QueryPort] +set sv_maxplayers $[service.Slots] +start_map_rotate Have fun! CODMW3 - Windows.xml
-
almost there with config, just got an issue with query port.
-
query port seems to be always 27017, can someone provide help for that? my cmd: +set dedicated 2 +set sv_config server.cfg +set net_ip **.***.***.** +set net_port 27025 +set net_queryPort 27035 +set sv_maxplayers 18 +start_map_rotate version 1.2.358 Connecting to online services...... Connected to online services. Executing server config "server.cfg" Succeeded reading from default.dspl Loaded 5 map entries Loading DSR "TDEF_default.dsr"... Loading Succeeded for DSR "TDEF_default.dsr" ----------------------------------- Spawning map: mp_exchange, gametype tdef Initializing Steam Game Server: game port 27035, auth port 8766, query port 27017, gamedir modernwarfare3, version 1.0.0.0 Steam Game Server initialized as Internet Server. No Steam Master Servers found. Server will LAN visible only. Steam Game Server connected. Local IP **************, Public IP ****************, Game Port 27035 Steam Game Server is VAC Secure Spawn map (mp_exchange, tdef) complete. -----------------------------------
-
you have to buy the game.
-
@Stryker did you managed to get working config on v2? thx
-
still no luck, anybody else trying? :S
-
Still testing but still not working
-
my dedicated games are not loading, console and game log is just empty.
-
What about query protocol?
-
ok i've found in tools the dedicated server option, thanks! I will now start making a tcadmin 2 config based on modern warfare 2 config, let's see what come out!
-
actually on my pc(win seven 64bit) where i've installed from retail dvd i can start the server with iw5mp_server.exe, over the server i've downloaded the game from steam and it's giving me problem beacause file iw5mp_server.exe was not present in the download folder and i've pushed it from my pc. Btw i will wait midnight and see if valve unlock the files.
-
I've uploaded all the files on the server but i'm getting error: version 1.2.358 Error during initialization: Couldn't load fileSysCheck.cfg. Make sure Call of Duty?: Modern Warfare? 3 is run from the correct folder. edit: notice that if you download it via steam you will only get iw5mp.exe and iw5sp.exe. With Dvd retail edition you will also get iw5mp_server.exe that should be the executable for dedicated servers.