Jump to content

okiedoke

Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by okiedoke

  1. Use the script that vuze has been working on - http://clientforums.tcadmin.com/showthread.php?t=11530
  2. Your ignorance offends me. Insurgency Standalone DOES use SRCDS. If you're adamant that it doesn't then that's fine, as you'll soon see that you're wrong.
  3. There is a far simpler way of dealing with this lol. I'm surprised even the developers overlooked it. On the 'Web Console', where it says 'Log File:' change it from to That way, it won't matter what version of MC the customer is using, it will look in either of those places for the most recently modified file and show it.
  4. As far as I am aware this would require a lot of work on decompiling the existing TCAdmin files. I tried getting TCAdmin to work as an Apache virtual host with mod_mono and although Apache can now run .aspx files, it doesn't like TCAdmin. The monitor is what runs the TCAdmin 'webserver', you would need to modify it to not use it if that makes sense. LFA and ECF would have far more knowledge on this than me.
  5. We were having similar problems on CentOS 6.5 64Bit but it only took 1 thread up to 100% instead of all 8. I had to restart the service manager to get it back down. Still have no idea what caused it, all I know is that it doesn't happen anymore since 2.0.85.0 of TCAdmin.
  6. This is what I would suggest also. Most mail servers are set to reject mail that comes from a hostname with no valid reverse DNS. If you go to http://dnsinspect.com and put your domain in, it will check it to make sure it is suitably setup. http://www.dnsinspect.com/pingplay.co.uk
  7. Looks like it could be an issue on Valves side but I could be wrong.
  8. Gravedigging I know, just wanted to answer this in case someone else has similar confusion. The branded text setting is done per game config not per server. Settings > Games & Other Voice Servers > Select your game (Select the Windows variant if using Linux) > General Settings tab By default TCAdmin will check every few minutes to make sure that branded game servers have the branded text and will stop them if they don't. However you can use regular expressions to change how this works but isn't needed for most setups.
  9. That would be the best way of doing it. If you're also offering paid services as a host then you could also have your billing platform call the different game ID depending on if they purchase FastDL as an addon.
  10. I didn't know this was ever the case. I've always had Starbound running on seperate IPs for customers.
  11. That's correct, despite various people on these forums saying that it's not possible to get Starbound to download via SteamCMD through TCAdmin. I know that, however I believe people should have a very good grasp on how the different game server engines work before they even start thinking about potential future customers. Like I said, I worry about the unsuspecting paying public who think they're getting a quality service but end up with a host who doesn't know how to fix basic problems and answer simple questions. My initial answer on this thread was both relevant and helpful. Relevant to the fact that the OP doesn't seem to understand some of the basic functions of the product he is using and helpful in that he/she needs to realise that being a GSP isn't easy money and that it takes time to learn and set yourself up. That's before you even take into account the marketing and advertisement that needs to go with it. The way someone presents themselves to their potential clients can have a lasting effect. Yes, I asked two questions prior myself. Yes, you say you would have been able to fix them easily yourself. However I think even you'll agree that they don't fall under the basic knowledge requirements of TCAdmin. In fact you could say that both problems occurred because of faults in the software. Don't get me wrong, TCAdmin is great however the lack of support is worrying.
  12. I can't stop caring as he'll eventually start selling servers to people and then when stuff goes wrong the customer is the one paying for something that the host doesn't know how to fix. To be fair, yeah I have had 2 problems myself. Both of which I have fixed myself as the TCAdmin dev's don't care. My MySQL problem is a fault with TCAdmin where it requires the database user have remote connection access despite the fact it's connecting locally and the Starbound SteamCMD issue was fixed by just changing some parameters in the config so TCAdmins Steam downloader works now. But they're very bespoke problems that I did eventually solve on my own. Whereas the issue with slots can easily be resolved with use of regular expressions to ensure the slot count isn't changed.
  13. Based on this reply, I don't think you should be selling anything to anybody just yet. I get visions of people like you who think they can start a business for easy money but will then rely on a support forum like this to ask very simple questions like the above. You need to understand the differences between the 'Users' role and the 'Administrators' role and the basics of being a GSP before you start taking peoples money.
  14. Actually it's still relevant. Insurgency Standalone is using the SteamPipe platform. Copying another working SRCDS config will work. You'd just need to change the folders and the AppID for SteamCMD. You made it harder for yourself by using Starbound as a base. You should selected a 100% working SRCDS config like CS:S or TF2 and edited that. We got ours working that way and it works great.
  15. It's great you fixed it, but for future reference for other people, you should follow the official guide for SteamCMD - https://developer.valvesoftware.com/wiki/SteamCMD
  16. Surely the slot amount is unlimited as the server capacity will be solely based on what you host. For example you may be able to host 200 32 slot Source servers compared to 50 64 slot Minecraft servers (not actual amounts but just used as an example). Unless you mean voice?
  17. That makes sense then. One of the other admins added the game and told me it wasn't working. I didn't realise this was a limit at the moment Thanks for the help guys.
  18. Sure. I have blanked out the username as its not relevant to fault finding.
  19. Hi all. Trying to get Starbound working on my Linux box. Is failing at the Steam download. I own the game so it should download but it fails. So I enabled debugging and started TCAdmin in console mode. Ran the downloader again and it starts but then comes up in the console with 'Game has 0 scripts. Executing event: AfterDelete' then the web panel instantly fails after this. Any ideas what this means? Tom.
  20. CentOS 6 has issues with certain libs. Download libstdc++.so.6 (https://file.urlsl.im/rJ) and place it in the bin folder that is top level with srcds_run and then restart the game server.
  21. Hi guys. I am having a strange problem that I can't seem to get my head around. The only special circumstances for my problem are that I have cPanel/WHM installed on the same machine as TCAdmin 2.0 and I am running CentOS 6.5 64Bit. When I setup TCAdmin it asked me to provide MySQL details but I couldn't get it to work so I just chose SQLite instead which is fine. I have migrated some GMod servers that we had running manually via SSH and they each connect to MySQL databases for player data and such. I have noticed that they are now being refused access to the same databases they had previously been connecting to. I tried running the 'Convert SQLite Database to MySQL' tool using the root login to a dedicated database (tcadmin). I use localhost as the host but I get an error 'Error - Access denied for user 'root'@'lin1.okiedoke.co.uk' (using password: YES)'. lin1.okiedoke.co.uk is the servers hostname but I provided 'localhost' as the host. So I tried again using 127.0.0.1 and get the exact same error. So I decided to setup MySQL on my other server that is only used for DNS. I added a new user 'tcadmin' and a new database 'tcadmin'. I also made sure that my main box was allowed to connect to it remotely. Tried with these details and I get a similar error saying 'Error - Host 'lin1.okiedoke.co.uk' is not allowed to connect to this MySQL server ' even though I have allowed it in remote access on MySQL. Does anybody have any ideas of what I could be doing wrong? All my sites that need access to MySQL work fine and if I start one of the GMod servers from the command line manually, it connects to MySQL fine so it seems that TCAdmin is not doing something correctly. Thanks in advance! Tom.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use