-
Posts
2,133 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Events
Downloads
Everything posted by LFA
-
Thanks I will fix those errors in the next update.
-
That happens when you have v1 installed instead of v2
-
http://help.tcadmin.com/Initial_Configuration#Server_Configuration You need to import the server's IPs.
-
Anyone using the mobile theme? Do you think it's good enough to be included as a default theme?
-
New Features Linux Monitor and service manager are restarted automatically after a crash. Bug Fixes Fixed "Full screen mode" theme option broken in the previous update. Status in services list is translated correctly. Popup is closed after installing a map pack. FTP info is shown when the game server is in a virtual server. Enter key works when logging in with IE and control panel is on Linux.
-
SteamCMD not running with correct permissions?
LFA replied to Choc_Salties's topic in Windows Support
TCAdmin executes tcadmin as administrator. If you can reproduce this error on your server create a support ticket. -
Does your server have active directory? Try creating the file C:\Program Files\TCAdmin2\Monitor\ServerDomain.txt In the file write the name of the active directory domain in a single line. Then restart the monitor service in Start > Administrative Tools > Services.
-
http://help.tcadmin.com/Game_Tools - Create a steam update file - Use the batch update to apply it to all services
-
SteamCMD not running with correct permissions?
LFA replied to Choc_Salties's topic in Windows Support
If it says no files are updated it probably means the files in the game's folder are already updated. -
It is probably easier to create a config editor for the game's config file and disable editing with the text editor. Look at the minecraft windows configuration for an example. You create variables for each setting that you want to allow the user to edit. Then you select the config file, click on config editor and configure the editor's fields. To disable the text editor: http://help.tcadmin.com/Frequently_Asked_Questions#Disable_Text_Editor_for_a_Single_File
-
Go to the game's settings. Set the private rule to password instead of sv_password.
-
New Features Added steamcmd options to the game's steam settings tab. The manual steam update is only supported by hldsupdatetool. Added "Create Steam update file" game tool. For more information go to the Game Tools documentation. http://help.tcadmin.com/Game_Tools. Added "Steam game downloader" game tool. For more information go to the Game Tools documentation. http://help.tcadmin.com/Game_Tools. The service manager sets affinity on services every 5 minutes. This fixes some games that can stay stuck on the same CPU. Added 30 second timeout to qstat queries. Log Out text can be translated. Languages > Select the language > Other Components > Resource=TCAdmin.SDK.Web.Resources.UI.MasterPage Made some improvements to the mobile theme. Bug Fixes Fixed a bug with having "Get service name from hostname" unchecked. The service name was not assigned when a new service was created. The service repair popup is closed automatically after it is completed. Fixed breadcrumb cache bug when saving/updating. Fixed error "The service with id ### does not exist" after creating a new game or voice server. When a game was deleted the fast download configuration was not deleted. File manager max compression can be set to 0 to have no limit. Fixed error when sending email without authentication. Improved speed when extracting a game tar. Fixed error when setting the hostname of a private IP. Fixed error when translating the Teamspeak server details form. Fixed a crash when the monitor tried to download a file that did not exist. When a game server was moved it was not added to windows firewall. Fixed game server private detection when the query does not return the specified rule name.
-
Question about additional game arguments in the commandline
LFA replied to Bo0m!'s topic in TCAdmin Version 2
I just noticed this variable is not implemented in v2. Another way you can do this is creating a variable and using it in the commandline: ![AddArgs] Then send the variable value like this: $billing_api_values["gamevar_AddArgs"] = "+sys_ticeate 500";http://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Sending_Custom_Variable_Values- 1 reply
-
- additional game arguments
- commandline
-
(and 2 more)
Tagged with:
-
What is the risk to allow .dll files?
LFA replied to Ben-EdgeGameServers.com's topic in TCAdmin Version 2
In v1 the games run as local system by default. You can run them as a guest with these instructions: http://clients.tcadmin.com/knowledgebase.php?action=displayarticle&id=37 In v2 they run as a guest by default. -
What is the risk to allow .dll files?
LFA replied to Ben-EdgeGameServers.com's topic in TCAdmin Version 2
I don't think there is a way to completely disable browsing on other folders. You can't deny access to the windows folder because the game's executable needs access to the dlls in the System32 folder. You can probably only deny access to program files. Guest users should not be able to write to the system folders with the default windows permissions. -
You can already do this in v1 with the update file generator. Create a .bat that updates your game. Run the update generator and execute the .bat. It will create the zip with the updated files.
-
What is the risk to allow .dll files?
LFA replied to Ben-EdgeGameServers.com's topic in TCAdmin Version 2
It's like letting your client run their own exe on your server. You don't know what it does. v2 runs the game servers with guest permissions by default so risk lowered but could still use it for ddos, spam, etc. If you allow .dll at least update the game's "run as" to user per service so they can't see each others files. Run the verify/repair tool with "Update Run As user" to update all existing services. -
Support for steamcmd will be added this week. http://help.tcadmin.com/Game_Tools#Create_Steam_Update_File
-
Automatic FastDL (see http://help.tcadmin.com/Fast_Downloads )
LFA replied to jargen's topic in Tips & Tricks
Why don't you use the built in fast download? http://help.tcadmin.com/Fast_Downloads -
http://help.tcadmin.com/Frequently_Asked_Questions#Allow_Access_to_.2A.jar.2C_.2A.dll_and_.2A.so
-
Stop the monitor and service manager services and update like this from Start > Run: "C:\Program Files\TCAdmin2\Monitor\TCAdminUpdateTool.exe" 2.0.52
-
Create a zip file with the new files. Place in ro2\TCA.Updates\xxx.zip Add the update to the game's settings. Use the batch update tool to apply it to all game servers or let your users apply it themselves.
-
Renaming the exe, running from a different folder and even from a different user's session always fails. Batch steam updates will be the way to go. Update the base game files, create a zip with the files that were updated, apply the update to all servers. I will add a game tool that does this.
-
You can look at all the TCAdmin 2.0.XX posts. Not yet Create a second game. Go to the templates tab. Configure it to use all settings from the original game except fast download. Disable fast download on that game.