LFA Posted October 2, 2005 Author Share Posted October 2, 2005 is there a way to select the costom port in gameserver automation? The custom ports are generated automatically the same way the other ports are. Link to comment Share on other sites More sharing options...
ECF Posted October 2, 2005 Share Posted October 2, 2005 The delay is to denote a higher time in seconds that TCAdmin will allow for a game server shutdown, before querying the game to display it's status again. Link to comment Share on other sites More sharing options...
cmac Posted October 2, 2005 Share Posted October 2, 2005 Not to be stupid but what is -tickrate? In the service settings for each game there is a feild for additonal arguments. You can enter an argument such as -tickrate 100 for that individual game server. The variable %additonalarguements% can be used in the command line settings in the game configs. Let's say you put the %additonalarguements% variable in your default command line for Counter Strike Source. Then you type in -tickrate 100 in the additional arguments line of one of your Game Servers that is running CS:S. It would add -tickrate 100 to that command line. Link to comment Share on other sites More sharing options...
ECF Posted October 3, 2005 Share Posted October 3, 2005 -tickrate forces Half Life Source based game to run at a higher update rate than the default. Example: Counter Strike Source runs at a tickrate of 33 by default. You can boost this rate by adding -tickrate 66 or -tickrate 100 to your command line for that game. This boosts the performance of the game, giving better shot registration. But beware, it does use additional CPU and RAM. Also, to get tickrate to act correctly on a windows server, you must open Windows Media Player, and leave it idle on the desktop of the server. This adjusts the windows mulitmedia timer within the OS to allow the higher tickrate to take effect. Link to comment Share on other sites More sharing options...
spongeh Posted October 3, 2005 Share Posted October 3, 2005 Can i just say i love you guys. The update works great with BF1942 and all ports are working great. Once i finish BFV and BF2 on the master server i'll get licences ordered for all our windows servers and then we are just waiting on linux integration for the rest of our servers. Link to comment Share on other sites More sharing options...
LFA Posted October 3, 2005 Author Share Posted October 3, 2005 Great! Rome wasn't built in a day so you'll have to wait a while for the Linux version. The Linux test was a proof of concept to see what could be done and what I was doing in the coding that was not liked by Mono on Linux. Back then I got most of the major features working in Linux so once we start on that again we should get a beta going fairly quickly. We have one major update left that will include many great new features. I can't go into details but you'll see them soon enough. Then we get back to supporting Linux. Link to comment Share on other sites More sharing options...
Jissh Posted October 3, 2005 Share Posted October 3, 2005 Before Linux what's odds of getting the clan version of the panel for those of us that wish to do reselling? Link to comment Share on other sites More sharing options...
spongeh Posted October 3, 2005 Share Posted October 3, 2005 cant you give them an additional master licence? or am i missing something? Link to comment Share on other sites More sharing options...
ECF Posted October 3, 2005 Share Posted October 3, 2005 cant you give them an additional master licence? or am i missing something? He is talking about reselling. Which according to the normal license is a big no no. Link to comment Share on other sites More sharing options...
spongeh Posted October 3, 2005 Share Posted October 3, 2005 but can my client buy a master server licence and point it to my master server for the FTP to get the game installs? Link to comment Share on other sites More sharing options...
ECF Posted October 3, 2005 Share Posted October 3, 2005 As long as the client purchases or leases the license from us,it's your system, and you can pretty much do what you like with it. I can't honestly tell you that what you suggested will work, as I haven't tried connecting 2 masters togather in the way you mentioned. Basically you can't lease or purchase a license under your company and resell it to another. Link to comment Share on other sites More sharing options...
Jissh Posted October 3, 2005 Share Posted October 3, 2005 There's 2 reasons for wanting this. If you rent out a dedicated machine you can install a reduced features version of the panel on there machine at a price and make some profit of it. As it is now we would not recieve any kick backs from TCAdmin for purchasing a licence for some one else. We would get all the headaches of the support but no income. Also why would I want a client to see the full capabilities of the panel. If they do and decide that it's so easy to setup games they may very well decide to try and turn some profit off it go in to business as a provider them self. Now you just helped some n00b get his business running and he's compeating against you for clients. Link to comment Share on other sites More sharing options...
Hogie Posted October 4, 2005 Share Posted October 4, 2005 As for the FTP Buffer Fix, it works. I changed it to be 128kb instead of 64, and our transfers went from 4mbps to 50+ mbps Link to comment Share on other sites More sharing options...
Jaggl Posted October 4, 2005 Share Posted October 4, 2005 what is your FTP Server Buffer Size at the Moment? 131072? Link to comment Share on other sites More sharing options...
ECF Posted October 4, 2005 Share Posted October 4, 2005 131072 (128k)is what Hogie said he set his at a support ticket he sent in. Link to comment Share on other sites More sharing options...
Jaggl Posted October 4, 2005 Share Posted October 4, 2005 i cant change the size! it says File has been saved but still the 65536 Link to comment Share on other sites More sharing options...
ECF Posted October 4, 2005 Share Posted October 4, 2005 Try restarting the monitor. Link to comment Share on other sites More sharing options...
BBryant Posted October 5, 2005 Share Posted October 5, 2005 Had the same problems -- ended up just editing the FTP buffer value in the database and restarting all of the monitors. Nothing would help in changing it on the webpage, ECF. Link to comment Share on other sites More sharing options...
LFA Posted October 5, 2005 Author Share Posted October 5, 2005 why don't I get notified about these things!! I'll get this fixed in a quick update. Probably later today. The value is saved in TC_INFO if anybody wants to change it manaully. Here is a script if you don't have a database editor. Just edit the message and buffer. <div class="pre"><pre><tcascript> <language name="VB" /> <waitForUserAction value="true"/> <scriptCode><![CDATA[ Imports System Public Class Test Public Shared Sub Main() TCAdminSDK.Info.SetDatabaseValue("FTPServerBuffer", "65536") TCAdminSDK.Info.SetDatabaseValue("FTPWelcome", "TCAdmin FTP Server") Console.WriteLine("Done.") End Sub End Class ]]></scriptCode> </tcascript></pre></div> Link to comment Share on other sites More sharing options...
Jaggl Posted October 5, 2005 Share Posted October 5, 2005 when will u bring up the update? dont wonna do it per hand^^ Link to comment Share on other sites More sharing options...
ECF Posted October 5, 2005 Share Posted October 5, 2005 Most likely tonight. I will have to confirm with LFA on that though. Link to comment Share on other sites More sharing options...
LFA Posted October 6, 2005 Author Share Posted October 6, 2005 fix is available. Link to comment Share on other sites More sharing options...
Jissh Posted October 6, 2005 Share Posted October 6, 2005 hmmm when I go to runn the update I get a timed out error. Link to comment Share on other sites More sharing options...
Jaggl Posted October 6, 2005 Share Posted October 6, 2005 wow i set the puffer up to 128 now a game with 900 MB is transvered in 1 Min over FTP install! WOOT! Link to comment Share on other sites More sharing options...
LFA Posted October 6, 2005 Author Share Posted October 6, 2005 hmmm when I go to runn the update I get a timed out error. One of your remote monitors might not be responding. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.