LFA Posted May 25, 2012 Share Posted May 25, 2012 New Features Added support for custom icons. Create the directory structure from ControlPanel\App_Themes\Default under the custom theme folder and copy your custom images. Added option to Replication.config to wait up to x milliseconds until the MySQL slave has been updated after an INSERT command is executed on the MySQL master. See the TCAdmin MySQL Replication documentation for more information. Added Repair action for game and voice services. This tool executes the repair/verify game tool but on a single service. Added file manager upload logging. Variables can be used in the mod's add/replace lines. Bug Fixes Fixed cache bug when translating page icons. Fixed bug that caused high CPU usage when TCAdmin tried to parse a file that is was not supposed to. The text editor in Config Files was not applying the max edit size configured in the game's file manager settings. Fixed billing api error when game_private or voice_private values were not sent. Teamspeak server owner was not able to change slots and delete virtual servers on that server. Fixed server uptime in Teamspeak browser. Fixed a service manager crash on Linux. Link to comment Share on other sites More sharing options...
Vmlweb Posted May 25, 2012 Share Posted May 25, 2012 Thanks. Also does the custom icons mean custom buttons can be added or is it just replacement icons for the current buttons? Link to comment Share on other sites More sharing options...
adamnp Posted May 25, 2012 Share Posted May 25, 2012 Awesome additions Luis! Luis - is there a full changelog listed anywhere? -Adam Link to comment Share on other sites More sharing options...
Bubka3 Posted May 25, 2012 Share Posted May 25, 2012 When will FastDL compression be added? Link to comment Share on other sites More sharing options...
strikeR- Posted May 25, 2012 Share Posted May 25, 2012 We won't use the fastdownload system untill have one option to use it on some clientes. Our clients pay to have fastdownloads so the system atm provide to all, and that not interest to us. Link to comment Share on other sites More sharing options...
LFA Posted May 25, 2012 Author Share Posted May 25, 2012 Awesome additions Luis! Luis - is there a full changelog listed anywhere? -Adam You can look at all the TCAdmin 2.0.XX posts. When will FastDL compression be added? Not yet We won't use the fastdownload system untill have one option to use it on some clientes. Our clients pay to have fastdownloads so the system atm provide to all, and that not interest to us. 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. Link to comment Share on other sites More sharing options...
FuturisticGameServers Posted October 28, 2015 Share Posted October 28, 2015 can i get example of? Variables can be used in the mod's add/replace lines. i tried Username = %ThisUser_UserName% it just pasted it in the file lol Link to comment Share on other sites More sharing options...
Dennis Posted October 28, 2015 Share Posted October 28, 2015 This is how it works in scripts: ${ThisService_UserName} for linux. Link to comment Share on other sites More sharing options...
FuturisticGameServers Posted October 28, 2015 Share Posted October 28, 2015 i'm useing it in windows same syntax or do i use windows syntax which is what i was doing? Link to comment Share on other sites More sharing options...
Raizio Posted October 28, 2015 Share Posted October 28, 2015 In windows it'd be %ThisService_UserName% Link to comment Share on other sites More sharing options...
FuturisticGameServers Posted October 28, 2015 Share Posted October 28, 2015 it didn't work lol it just put it in the file Find:Username = username Replace:Username = %ThisService_UserName% i get Username = %ThisService_UserName% Link to comment Share on other sites More sharing options...
LFA Posted October 30, 2015 Author Share Posted October 30, 2015 Try the same format used in config file templates:$[service.UserName] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now