dimitrifrom31
Member-
Posts
1,674 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Downloads
Everything posted by dimitrifrom31
-
everything is in the config file : -config=server.cfg -port=%serverport% -profiles=%userfilespath% -name=server -maxplayers=%slots% you must have a server.cfg and a server profile. I suggest you read the arma wiki as this game will be a pain in the ass if you cant even get a server up. Hope you are aware that by default it takes 1 full core (100% CPU) per instance.
-
http://clientforums.tcadmin.com/showthread.php?t=5438&highlight=arma&page=2
-
because you are using the UI. Just get the .jar again and use the bat.
-
it still runs with a bat :
-
will be hard with minecraft unless you disable ftp and file manager. Then you can use the config editor and set what can be edited and what cant.
-
system settings > supported games > new then simply fill the fields, save and create a default config file using variables pretty much simple and self explanatory
-
for cfg editor just make an template with your variables and add fields/dropdowns/checkboxes for the variables you want your customers be able to set.
-
you need to disable ftp/file manager and use config editor for that file. edit : regarding the low ressources used by this game I recommend you to rent "unrestricted" slots server tho.
-
you would be done already if you just created your own config. Removing personal tweaks from mine would take much longer than making yourself a config tbh. minecraft cfg is pretty much basic, you will be done in 2 minutes.
-
Murmur (mumble) with SuperAdmin working
dimitrifrom31 replied to dimitrifrom31's topic in Game Config Files
must be a wrong whmcs setup. When u create the server manually, is hostname/password ignored ? -
yup and replace some values by variables like port by %serverport% so when tca creates the server it will put the serverport you set up on creation page.
-
for classic Just create a new cfg, use the .bat as "tca executable", make sure java is installed on server and add server.properties in default config files setting server ip and server port variables inside. Use the minepedia wiki for more info about servers.
-
I have configured hotlap for an autosetup at server creation. Helping you on that would take a while but if you install it on demand for your customers thats pretty much easy. basically you only have to install it and use a different port for the wrapper for each server. If you are interested in the auto setup feature I could consider writing a guide just like the ones I already wrote (check sig) but I ll do that only if theres a demand for this feature
-
Murmur (mumble) with SuperAdmin working
dimitrifrom31 replied to dimitrifrom31's topic in Game Config Files
%hostname% but thats in cfg editor only used for registration -
any is good but the best is the one you make by yourself not to mention this game is not that simple to setup (not to mention hotlaps part) so you better get familiar with its config by making it yourself imo.
-
Murmur (mumble) with SuperAdmin working
dimitrifrom31 replied to dimitrifrom31's topic in Game Config Files
you just need to use a custom php file in advanced module like : <?php /* tcadmin_advanced version 1.05 Copyright (c) 2009 Luis Alvarenga http://www.tcadmin.com Change Log v1.05 : Added TS3 upload and download quota attributes v1.04 : Values are no longet sent with HTML encoding v1.03 : Service password is updated when using a custom field for the TCAdmin password. v1.02 : Self signed certificates are supported. v1.01 : Added support for WHMCS 3.8.1. Service password is updated correctly. v1.0 : Initial release. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ if(count(get_included_files()) ==1) exit("Direct access not permitted."); $billing_api_values = array(); /* *************** */ /* Advanced Values */ /* *************** */ $billing_api_values["skip_page"]="1"; $billing_api_values["game_additional_slots"]="0"; $billing_api_values["game_additional_arguments"]=""; $billing_api_values["game_level"]=""; $billing_api_values["voice_additional_slots"]="0"; $billing_api_values["voice_additional_arguments"]=""; $billing_api_values["voice_upload_quota"]=""; $billing_api_values["voice_download_quota"]=""; $billing_api_values["voice_level"]=""; /* ************** */ /* Game Switching */ /* ************** */ $billing_api_values["switch_at_once"]=1; $billing_api_values["game_id_switch_1"]=""; $billing_api_values["game_slots_switch_1"]=""; $billing_api_values["game_id_switch_2"]=""; $billing_api_values["game_slots_switch_2"]=""; $billing_api_values["game_id_switch_3"]=""; $billing_api_values["game_slots_switch_3"]=""; $billing_api_values["game_id_switch_4"]=""; $billing_api_values["game_slots_switch_4"]=""; $billing_api_values["game_id_switch_5"]=""; $billing_api_values["game_slots_switch_5"]=""; $billing_api_values["game_id_switch_6"]=""; $billing_api_values["game_slots_switch_6"]=""; $billing_api_values["game_id_switch_7"]=""; $billing_api_values["game_slots_switch_7"]=""; $billing_api_values["game_id_switch_8"]=""; $billing_api_values["game_slots_switch_8"]=""; $billing_api_values["game_id_switch_9"]=""; $billing_api_values["game_slots_switch_9"]=""; $billing_api_values["game_id_switch_10"]=""; $billing_api_values["game_slots_switch_10"]=""; $billing_api_values["game_id_switch_11"]=""; $billing_api_values["game_slots_switch_11"]=""; $billing_api_values["game_id_switch_12"]=""; $billing_api_values["game_slots_switch_12"]=""; $billing_api_values["game_id_switch_13"]=""; $billing_api_values["game_slots_switch_13"]=""; $billing_api_values["game_id_switch_14"]=""; $billing_api_values["game_slots_switch_14"]=""; $billing_api_values["game_id_switch_15"]=""; $billing_api_values["game_slots_switch_15"]=""; $billing_api_values["game_id_switch_16"]=""; $billing_api_values["game_slots_switch_16"]=""; $billing_api_values["game_id_switch_17"]=""; $billing_api_values["game_slots_switch_17"]=""; $billing_api_values["game_id_switch_18"]=""; $billing_api_values["game_slots_switch_18"]=""; $billing_api_values["game_id_switch_19"]=""; $billing_api_values["game_slots_switch_19"]=""; $billing_api_values["game_id_switch_20"]=""; $billing_api_values["game_slots_switch_20"]=""; $billing_api_values["game_id_switch_21"]=""; $billing_api_values["game_slots_switch_21"]=""; $billing_api_values["game_id_switch_22"]=""; $billing_api_values["game_slots_switch_22"]=""; $billing_api_values["game_id_switch_23"]=""; $billing_api_values["game_slots_switch_23"]=""; $billing_api_values["game_id_switch_24"]=""; $billing_api_values["game_slots_switch_24"]=""; $billing_api_values["game_id_switch_25"]=""; $billing_api_values["game_slots_switch_25"]=""; /* ************************** */ /* Client UserId and Password */ /* ************************** */ $billing_api_values["user_name"] = $params["username"]; $billing_api_values["user_password"] = $params["password"]; /* *************************************************************************************** */ /* DON'T CHANGE BELLOW THIS LINE */ /* *************************************************************************************** */ /* **************************************** */ /* Values found in the module settings page */ /* **************************************** */ $billing_api_values["game_package_id"] = $params["serviceid"]; $billing_api_values["voice_package_id"] = $params["serviceid"]; $billing_api_values["client_package_id"] = $params["serviceid"]; $billing_api_values["game_id"] = $params["configoption3"]; $billing_api_values["game_slots"] = $params["configoption5"]; $billing_api_values["game_private"] = $params["configoption7"]; $billing_api_values["game_branded"] = $params["configoption9"]; $billing_api_values["game_datacenter"] = $params["configoption11"]; $billing_api_values["game_hostname"] = $params["configoption13"]; $billing_api_values["game_rcon_password"] = $params["configoption15"]; $billing_api_values["game_private_password"] = $params["configoption17"]; $billing_api_values["voice_id"] = $params["configoption4"]; $billing_api_values["voice_slots"] = $params["configoption6"]; $billing_api_values["voice_private"] = $params["configoption8"]; $billing_api_values["voice_branded"] = $params["configoption10"]; $billing_api_values["voice_datacenter"] = $params["configoption12"]; $billing_api_values["voice_hostname"] = $params["configoption14"]; $billing_api_values["voice_rcon_password"] = $params["configoption16"]; $billing_api_values["voice_private_password"] = $params["configoption18"]; /* ****************** */ /* Client Information */ /* ****************** */ $billing_api_values["client_id"] = $params["clientsdetails"]["userid"]; $billing_api_values["user_email"] = $params["clientsdetails"]["email"]; $billing_api_values["user_fname"] = $params["clientsdetails"]["firstname"]; $billing_api_values["user_lname"] = $params["clientsdetails"]["lastname"]; $billing_api_values["user_address1"] = $params["clientsdetails"]["address1"]; $billing_api_values["user_address2"] = $params["clientsdetails"]["address2"]; $billing_api_values["user_city"] = $params["clientsdetails"]["city"]; $billing_api_values["user_state"] = $params["clientsdetails"]["state"]; $billing_api_values["user_zip"] = $params["clientsdetails"]["postcode"]; $billing_api_values["user_country"] = $params["clientsdetails"]["country"]; $billing_api_values["user_phone1"] = $params["clientsdetails"]["phonenumber"]; $billing_api_values["user_phone2"] = ""; /* ****************************** */ /* Billing API Login and Password */ /* ****************************** */ $billing_api_values["response_type"] = "text"; $billing_api_values["tcadmin_username"] = $params["serverusername"]; $billing_api_values["tcadmin_password"] = $params["serverpassword"]; ?> then in WHMCS module settings fill the voice ID with the TCAXXXXXXXXX id and in the scroll lists set the voice slots, datacenter , hostname -
Create a new config then fill the executable field, allow 0 extra slot in monitoring, set the game files folder name (thats where you store the game files on your file server), set a default command line. Save. Now you can create a default config file (name it server.cfg or whatever, just make sure its executed in command line: +exec server.cfg). There must be some doc in TCA KB but making a basic config is really fast adn easy. If your really stuck I will give you mine, im not sharing it yet cuz it has personal tweaks I would have to remove so thats only if you really cant get yours working. However if you had troubles importing a config the problem may come from something else. have you tried to run the game server manually? have you disabled dep and have you directx installed ?
-
making your own config for this game is faster than importing/editing one and faster than creating a topic just use the demo exe and make a basic cfg file nothing more
-
why not asking on TI forums directly, notto mention you may foudn your answer there without even having to ask
-
oh, must be the game name in cmd line, search for css beta cfg file there used to be one in those forums (maybe even posted by me as i remember i used to have my own).
-
new css has been released, why bothering with beta config? Just pick up old css config and update path to game server executable to orangebox
-
wait for v2 with linux support, kids will do a great job with forum flaming
-
dl speed at 15kb/sec still dl'ing
-
found dedicated fiels , im dl'ing just by curiosity and will give it a try
-
When its about famous games with configs that have been tested by many ppl i understand; if you didnt find any cfg its just faster to make your own (usually takes 5 mins max. I dont own this game so I cant help you out on this but if it has nothing special its a fast task