Jump to content

Dennis

Administrator
  • Posts

    1,869
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. Dennis

    Languages

    Using the following CSS code should make it dissappear:
  2. I've created a working config for this. I was contacted by three guys yesterday, asking about a config for this. One guy said he wanted to pay me, so I bought the game. When I told him I had the config, he stopped answering... I don't know if this is a bug with the game or what it is, but sometimes the server has 84 players, even though MaxPlayers is set to 70 - thus the server is shut down. I had to disable slot detection in the query settings to make it work. Great game though, just sad that it hasn't been optimized properly yet
  3. Oh I thought you already had the vanilla servers working, and that it was just MM and SM causing problems. If vanilla is working, you should be good to go with the latest snapshots of the two addons.
  4. I'm pretty sure you can't. Input has not worked since they started working on new Rust AFAIK.
  5. It has nothing to do with the OS. Did you remember to create the vdf file?
  6. To some of those who don't know: There was another update for CS:GO last night.
  7. Are you using the snapshots that we linked to before?
  8. http://www.metamodsource.net/snapshots http://www.sourcemod.net/snapshots.php Nevermind, Raizio is schnell!
  9. I'm not sure what you mean... You just have to use the Metamod and Sourcemod snapshots?
  10. It's a good idea to subscribe to the CSGO mailing list: http://csgo-servers.1073505.n5.nabble.com/ Stuff like this is mentioned
  11. When I had the problem, "system" was actually called "System".
  12. KF does work on Linux, unless they did something the last 6 months that broke it.
  13. Name it whatever you want and upload it? You shouldn't edit in any of the existing files (and I don't even think you can)
  14. Yes. Just make the web console read from the log file.
  15. It's not a file. It's just the element that you need to change through CSS.
  16. apt-get install -f removes the mono installation. That's why you need to copy the folder before executing the command, and then copy the folder back.
  17. Installing mono is the first step I might not answer question rapidly the comming days. My house burned down, sadly.
  18. Hi folks, We wanted to try out Debian 8, codename 'Jessie', so we bought a new dedi and installed Debian 8 as the OS. However, when we got to installing TCAdmin, we ran into a few problems. I contacted Luis, and he made it work on Debian 8 with a workaround. I thought that this thread could come in handy for anyone wanting to use Debian 8. Please post any questions you might have Here's the installation process for 64-bit servers: Download and install mono wget [url]http://www.tcadmin.com/installer/mono-2.11.4-x86_64.deb[/url] apt-get update dpkg -i mono-2.11.4-x86_64.deb This next part is important! Executing 'apt-get install -f' will remove the mono installation - don't execute it yet, even though the original guide says so. cp -r /opt/mono-2.11.4/ /opt/mono-2.11.4-back/ apt-get install -f cp -r /opt/mono-2.11.4-back/ opt/mono-2.11.4/ /opt/mono-2.11.4/bin/mozroots --import --sync --quiet /opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll for i in /opt/mono-2.11.4/lib/mono/gac/*/*/*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; done Install the rest of the dependencies apt-get install libpcap0.8 lsof Install TCAdmin wget [url]http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.deb;dpkg[/url] -i tcadmin-2-bi.noarch.deb Follow the initial configuration: http://help.tcadmin.com/Initial_Configuration If everything worked out fine, you should be able to access TCAdmin on your server.
  19. There's only one reason why the server is saying you need to agree with the EULA - because you haven't done yet. Paste the content of eula.txt here.
  20. There's no requirements for Oxide 2 for Legacy as far as I know.
  21. I know you said Legacy. I just stated that it is possible to have Oxide run with Rust in TCAdmin. We still need logs in order to help you.
  22. Paste the logs. Oxide runs fine with the new Rust.
  23. tcadmin should not be the owner of game server files. The owner of the files should either be tcagame or tcagame_svc<serviceID>
×
×
  • 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