Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. v2 has a query for warbands. Test it and let me know if it works for you.
  2. Yes but in batch shell scripts they are environment variables. Use {} instead of [] and _ instead of . http://help.tcadmin.com/Custom_Scripts touch /root/testfiles/test${Service_GamePort} kill -9 $( lsof -i:${Service_GamePort} -t )
  3. LFA

    Hello

    minecraft_server.jar
  4. LFA

    Hello

    Make sure you have placed the game files in /home/tcadmin/tcafiles/games If you check that folder you will find scripts to download some games from steam.
  5. New Features Compressed files can be extracted using the file manager. The game's file system permissions are applied. Added a new game configuration wizard. It guides you through the steps to add a new game to TCAdmin. Commandline preview in Service Settings shows full commands to execute manually on Linux (su tcagame, cd working dir, ./gameexe cmdline). Process priority can be set using the billing api. Upgrade/downgrade is supported. Parameters are game_priority and voice_priority. Values are: AboveNormal, BelowNormal, Normal, High, Idle, RealTime Added an Export All button to the games. Added validations to hostname configured for server IPs. Added 'Disable Sidebar' theme configuration option. When the sidebar is disabled the widgets are also disabled. Added 'Page Icons per Row' theme configuration option. This is only applied when full screen mode is disabled. Uploaded many new game configs to the forum.[/url] Uploaded 'Classic' theme to the forum. For those of you that miss the v1 interface. Uploaded 'Mobile' theme to the forum. Not really a mobile version but it makes navigation easier on phones and tablets. Works best on Opera Mobile. Not officially supported. Changes Full screen mode is disabled by default. Enable in your theme settings. This is only recommended for 1080p resolutions. General settings shows large icons instead of small icons. Bug Fixes San Andreas Multiplayer query fails on Linux. TS3 "max slot limit reached" error causes creation process to hang instead of showing the error message. Errors when copying files at monitor startup. Access denied error when a user reinstalls the service. Error when adding a new server. Cache is not updated when deleting a user and creating it again with a different username. Error when evaluating port expressions. Can't set email with .info domain. Removed unnecessary tabs.
  6. LFA

    Mobile Theme

    ** Requires 2.0.29 or greater ** ** Not officially supported ** Not really a mobile version but it makes navigation easier on phones and tablets. Tip: Configure the theme's hostname to m.yourdomain.com or yourdomain.mobi to have it selected automatically. Mobile.zip
  7. LFA

    Classic Theme (v1)

    ** Requires 2.0.29 or greater ** Classic.zip
  8. Thanks this will be fixed in 2.0.29 available tomorrow or saturday.
  9. no date for game switching yet. game server mover is already implemented. select the game server > actions tab > move
  10. Do you mean select the encoding when editing a file with the file manager?
  11. This will be included in 2.0.29. Parameters are game_priority and voice_priority. Valid values are: AboveNormal BelowNormal Normal High Idle RealTime
  12. The Windows firewall integration will work but only if you run an exe directly. If you run it with a batch the .bat will get added to the exceptions instead of the exe. If you enabled windows firewall integration in the server settings you need to restart the monitor for the changes to take effect. These are the commands from v1 with the v2 variables: After Created Event: netsh firewall add allowedprogram "%ThisService_Executable%" %ThisService_IpAddress%_%ThisService_GamePort% ENABLE After Deleted Event: netsh firewall del allowedprogram "%ThisService_Executable%" You can find all available variables here: http://help.tcadmin.com/Custom_Scripts
  13. LFA

    V2 eta

    Teamspeak can be imported manually. The password would have to be changed by you or set a default value.
  14. LFA

    V2 eta

    You can copy the information from table to table but the password will not work. They are encrypted differently.
  15. I will have to do some tests with america's army. In v1 we had to read the log to get the query port because it would change. The "Cannot start service" error means you have the "Interactive Service Detection" service disabled. Set the startup to manual. The service browser tries to start it when you click on the Show Interactive Desktop button. With that working you should be able to enable interact with desktop on your games so you can check for errors in the game server console.
  16. Execute this query: SELECT * FROM tc_server_enabled_components where server_id = 1 and module_id='07405876-e8c2-4b24-a774-4ef57f596384' and component_id=2 Delete that row and restart the monitor to disable the built in website. Make a copy of the values so you can add it back to tc_server_enabled_components in case anything goes wrong.
  17. It is still in development.
  18. It probably deletes them because some dependencies are not available on debian 5. Install mono 2.10.2 from other sources or build it from source.
  19. LFA

    V2 eta

    Around 6 -8 months. You can start using v2 now. We don't have any restrictions for using it in production.
  20. Hi, There will be a support system for v2 but it is not ready yet.
  21. You can add the website manually in IIS. Point it to the TCAdmin2\ControlPanel folder. TCAdmin allows resellers to specify their own hostname in their custom theme. If you configure the website in IIS this has to be done manually.
  22. After reboot check the event viewer and Logs\Monitor\console.txt for errors.
  23. LFA

    V2 eta

    months. We are still adding new features to v2 beta and have a list of features from v1 that are missing.
×
×
  • 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