Jump to content

Dennis

Administrator
  • Posts

    1,881
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. A lot of things are incorrect. Use +server.ip, +server.port, +server.hostname etc., not -port and -server.hostname. It's also +server.maxplayers. Google them if in doubt. Remove the slash from datadir.
  2. What game servers? If it's possible, try parsing the IP through the command line.
  3. You can contact me. See this thread for more info: http://clientforums.tcadmin.com/showthread.php?t=11969
  4. As ECF explains, it's very important to have no latency at all. I would place it on the same node, or at least on the same network to reduce latency.
  5. Dennis

    Sql db

    This has been happening a lot for people that I've been helping. No idea where the issue comes from.
  6. Using another version of Mono is not recommended. Not every version of Mono will work, and unless you need to use a specific feature for TCAdmin that's included in newer versions of Mono, I don't see the reason to use it.
  7. No. Two Factor Authentication also has to be enabled by the user. It wouldn't be smart forcing it on all users.
  8. Account Security. The user can enable this.
  9. How would you do that since the link is always different for each version of a plugin?
  10. You need to update the permissions. You can't just edit the default.sql once the main server has been setup - it only loads the .sql file once.
  11. I woulf bet it's missing dependencies.
  12. I think it's made for Streamline Servers :-)
  13. Best design you've made so far.
  14. No, if you set the executable name wrong, it'll still appear, but TCAdmin won't be able to create the service.
  15. Have you downloaded the server files first?
  16. Dennis

    Boostrap Theme

    You can't edit the source code. You'll have to change everything using CSS and Javascript.
  17. If you try to put 'ECHO' in front of 'SET PATH=%PATH%;C:\Program Files\7-Zip\', what's the output then?
  18. You don't really need it to be honest.
  19. SET PATH=%PATH%;C:\Program Files\7-Zip\ Why that part? %PATH% is a system variable that outputs something like this if echoed: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\android-adb\platform-tools;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\OpenVPN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Users\Dennis\AppData\Local\atom\bin;C:\Users\Dennis\AppData\Roaming\npm C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\android-adb\platform-tools;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\OpenVPN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Users\Dennis\AppData\Local\atom\bin;C:\Users\Dennis\AppData\Roaming\npm
  20. $billing_api_values["game_Tickrate"] = "ConfigOption:Server Tickrate"; should be $billing_api_values["gamevar_Tickrate"] = "ConfigOption:Server Tickrate"; "gamevar" means 'game variable'. If you do it like that, you should also use $[Tickrate].
×
×
  • 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