GameConnectors Posted May 6, 2005 Share Posted May 6, 2005 Hi Guys, I'm not sure if this is trial version related, but I have created 4 game servers. 3 Counter-Strike 1.6 and 1 Counter-Strike Source. However, If I look them up in STEAM (or manually try to add them in favourites) it only finds 2 of them?!?! Do you have any idea why this might be happening? It is definately not firewall related as I have even tries turning my firewall off! I just can't see why 2 of them would show and the other 2 don't ( at least the other CS 1.6) Does STEAM take a certain amount of time before it regosters new servers? Hope someone can help, as this the final hurdle before we shell out for the full licence, and I have 2 customers waiting. Many Thanks, Paul EDIT: As a note of interest the 2 servers which are showing up are taking up 66Mb RAM, whilst the other 2 are just below 20Mb!!! Link to comment Share on other sites More sharing options...
Stealth Posted May 6, 2005 Share Posted May 6, 2005 make sure you have specified a map '+map de_dust' as the server will boot up but not initialise, and thus wont show any results when queried or pinged. Also make sure you have sv_region set or steam will not show the servers in its master list. Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 Thanks Stealth, I decided to do some further playing around and have done the following: 1. Deleted ALL my game servers and 'Supported Games' from the panel. 2. Imported the Counterstrike 1.6 and CS Source game files from the config file forum here. 3. Created a Counterstrike 1.6 and CS Source server. Now the CS Source came straight up in the list, but the Counterstrike 1.6 server is not appearing? I suppose this indicates a dodgy config,. Do you have a working Counterstrike 1.6 config file? If so, could you post it for me? Many Thanks, Paul Link to comment Share on other sites More sharing options...
Stealth Posted May 6, 2005 Share Posted May 6, 2005 http://forums.tcadmin.com/viewtopic.php?t=71 ... this one worked for me. Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 Thats the one I used, but no joy! The server says its running, but just won't pick up in ASE or TEAM server list? Link to comment Share on other sites More sharing options...
Stealth Posted May 6, 2005 Share Posted May 6, 2005 check the console on the game server itself, is it running a map? has it connected to steam servers? Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 How do I do that? I suppose I would have to have made the service interact with the desktop? The game server des not bring up the console in the way it would when run from command line Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 Err!! Weird!!! I changed the service so it interacted with the desktop and restarted the game server, and now it shows up in the STEAM list??? Any reason why this might happen? Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 Even Weirder!!! I created 2 more Game servers. 1x Counterstrike and 1 CS Source. Again the CS Source comes straight up, but the Counterstrike one is missing - I even tried checking 'Interact with Desktop' again, but this didn't make any difference! Help, its getting confusing! Link to comment Share on other sites More sharing options...
Stealth Posted May 6, 2005 Share Posted May 6, 2005 best removing and adding again, its good practice to have game servers interact with the desktop to debug in cases like this and to be able to type console commands etc. Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 So do you suggest creating the service manually or using the automated route? Plus, I don't get the console on the screen on the server? Link to comment Share on other sites More sharing options...
Stealth Posted May 6, 2005 Share Posted May 6, 2005 automatically is very fast, manually is just as good. But either way it will use the same command lines to launch. You must be missing something out if you dont see the game on the desktop. Link to comment Share on other sites More sharing options...
LFA Posted May 6, 2005 Share Posted May 6, 2005 You can enable interact with desktop when creating it manually or automatically. Just mark the "Interact with Desktop" checkbox. To view window's console session: If your server is Windows 2003 add /console to the shortcut you are using for remote desktop. If your server is Windows 2000 or XP you will need to install VNC. http://www.realvnc.com works best for me. Just download the free version. You will need to install it on your server and on your PC you will need to install the viewer. Link to comment Share on other sites More sharing options...
GameConnectors Posted May 6, 2005 Author Share Posted May 6, 2005 The servers now show up in STEAM (must be a backlog or something???), but I'm still at a loss as to why I don't get the consoles up on the servers screen. I have ticked 'Interact with Desktop' but no joy. Any ideas? Link to comment Share on other sites More sharing options...
LFA Posted May 6, 2005 Share Posted May 6, 2005 read my post above yours (in case you missed it ) Link to comment Share on other sites More sharing options...
ChrisOlver Posted May 7, 2005 Share Posted May 7, 2005 I had this problem... What operating system are you using? The reason is basically you are not logged into console on the PC. With WindowsXP to get around this bug I made Windows Autologin to the desktop and then login via Remote Desktop. I did this using Microsoft's Powertools: TweakXP its all free If you on a different operating system like Server 2000/2003 make sure your logged into the CONSOLE session and not a normal session as yet again you wont see the processes Link to comment Share on other sites More sharing options...
GameConnectors Posted May 17, 2005 Author Share Posted May 17, 2005 Thanks Chrisolver, I have now set up a .BAT file which logs me into TS on the console. For those of you with a similar problem - just copy the following into a BAT file. Make sure you change the IP and/or PORT numbers!! <div class="pre"><pre>cd C:\WINDOWS\system32 mstsc -v:111.222.333.444 /F -console</pre></div> Hope this helps someone else. Link to comment Share on other sites More sharing options...
ChrisOlver Posted May 17, 2005 Share Posted May 17, 2005 You can cheat.. if you make a config file .rdp for the remote server add in by viewing it in notepad add: connect to console:i:1 i think thats correct Link to comment Share on other sites More sharing options...
DougK94 Posted May 18, 2005 Share Posted May 18, 2005 I cheated and made a shortcut for RDP with <div class="pre"><pre>%SystemRoot%\System32\mstsc.exe /F -console</pre></div> as the target line and thus can connect to any of my servers instead of a seperate .bat for each one..... Link to comment Share on other sites More sharing options...
ChrisOlver Posted May 18, 2005 Share Posted May 18, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">DougK94</td></tr><tr><td class="quote"> I cheated and made a shortcut for RDP with <div class="pre"><pre>%SystemRoot%\System32\mstsc.exe /F -console</pre></div> as the target line and thus can connect to any of my servers instead of a seperate .bat for each one..... </td></tr></table> Yup thats acctually what I did.. edited the settings for a RDP file Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.