Guest Posted January 27, 2006 Share Posted January 27, 2006 i`ve read almost every forum on topics on the server .. but i cant seem 2 find this little thing i want ... namely ... 2 name my server and 2 eventualy sling a password on it but ... how 2 do this ... ? Someoe ....PLEASE HELP ! grtz denn Link to comment
Jani Posted January 27, 2006 Share Posted January 27, 2006 For the server name: # ServerName # Required: Yes # Purpose: Defines the name of the server # Format - ServerName ServerName Uber MTA:SA Server For password protection: # ServerPassword # Required: No (Yes if server should be passworded) # Purpose: Defines the server password # Format - ServerPassword ServerPassword 123passwordlol Link to comment
Guest Posted January 27, 2006 Share Posted January 27, 2006 thanx 4 the reply .. but .. i pounded it in just as you suggested . in the server but i get nothing .. i don`t get it i think please do tell what i do wrong grtz BudhaZ Link to comment
Jani Posted January 28, 2006 Share Posted January 28, 2006 What do you mean you "pounded it in the server?" You're meant to open, mtaserver.conf, edit those lines, save it and restart the server. Link to comment
Guest Posted January 28, 2006 Share Posted January 28, 2006 i put it in what i gues you call "the console") so that wasnt wright ... i opened the server.cofig.xml with notepad but i still don`t see .. where to put it in .... this is what i get in the server config: http://www.mtavc.com/docu - The tag should contain how often the feed should be downloaded and read. This value is in seconds. The minimum value for this is 60 seconds. - The should contain a relative path to download maps to. If run from the MTA Server install directory, this should probably be mods/race/maps. - The tag defines how often there should be a complete update. Non-complete updates save bandwidth both for your and for the webserver, it is highly recommended that you leave this value as a high value (> 50), and if you have problems with maps not downloading, decrease this to around 10. This is only applicable to RSS feeds that can take a time parameter. This parameter is in number of updates, not seconds. So, if you have frequency set to 120 seconds (2 minutes) and fullcheckfrequency set to 45, it will do a full update every 90 minutes (1.5 hours). - The tag controls how many maps will be downloaded in each update. This prevents your connection being used for long periods to download a large quantity of maps, and hence damaging your server's performance. If you set this to 0, all the maps will be downloaded as soon as they can be. - The tag can contain tags with map names in. For example: de_dust This will prevent the map called "de_dust" from downloading. If you have any issues with using this tool, please check our wiki at http://www.mtavc.com/docu and, if you are still having problems, visit our forums at http://forum.mtavc.com --> 120 mods/race/maps 50 5 ... so where 2 put this stuf in ?.... grtz denn Link to comment
Jani Posted January 28, 2006 Share Posted January 28, 2006 You're meant to open, mtaserver.conf, edit those lines, save it and restart the server. I did say mtaserver.conf, if you didn't notice. It looks like this: # ServerPort # Required: Yes # Purpose: Defines the port for players to connect on # Format - ServerPort # Notes: # Must be a numerical value ServerPort 22003 # ServerName # Required: Yes # Purpose: Defines the name of the server # Format - ServerName ServerName MTA:SA Server # ServerPassword # Required: No (Yes if server should be passworded) # Purpose: Defines the server password # Format - ServerPassword #ServerPassword holyshitpassword # ASE # Required: No # Purpose: Defines whether the server should report to the All Seeing Eye (can be seen in the Server Browser) # Format - ASE # Notes: # Set to 1 to enable, anything else to disable ASE 1 # MaxPlayers # Required: Yes # Purpose: Defines the max players that can connect to the server # Format - MaxPlayers # Notes: # Must be a numerical value and must not go above 32 MaxPlayers 32 # AdminServer # Required: No # Purpose: Defines whether the server should enable Remote Admin # Format - AdminServer <1/0> # Notes: # Set to 1 to enable, anything else to disable AdminServer 1 # AdminPort # Required: Yes (if AdminServer is enabled) # Purpose: Defines the port for Remote Admins to connect on # Format - AdminPort # Notes: # Must be a numerical value AdminPort 44003 # AdminPass # Required: Yes (if AdminServer is enabled) # Purpose: Defines the Remote Admin password # Format - AdminPass AdminPass ohmygodhacks # AllowAdminShutdown # Required: No # Purpose: Defines whether the server can be shutdown from Remote Admin # Format - AllowAdminShutdown # Notes: # Set to 1 to enable, anything else to disable AllowAdminShutdown 1 # LogFile # Required: No # Purpose: Defines the file which the server log should be written to # Format - LogFile LogFile mtaserver.log # VoteMapEnabled # Required: No # Purpose: Defines whether map voting is enabled/disabled # Format - VoteMapEnabled VoteMapEnabled off # VoteMapPercentage # Required: No # Purpose: Defines the percentage of votes needed for a map vote to pass. # A high value is recommended (over 80%) to prevent voting abuse. # Format - VoteMapPercentage <0-100> VoteMapPercentage 90 # VoteMapTimeDelay # Required: No # Purpose: Defines how long a player must wait before they can vote for a new map # Format - VoteMapTimeDelay # Notes: # This does not take effect if there are 2 or less players in the server VoteMapTimeDelay 90 # Admin # Required: No # Purpose: Defines all the people in-server who can rcon_login to admin # Format - Admin # Notes: # admin-level must not go above 5 # Names and passwords are case sensitive # RCON # Required: No # Purpose: Defines the admin level for . If this is not specified it is defaulted # Format - RCON # Notes: # must be between 1 and 5. If it is invalid, the level is defaulted RCON kick 3 RCON ban 4 RCON mute 2 RCON unmute 2 # AutoUpdateAntiCheat # Required: No (defaults to 1) # Purpose: Defines whether the server should check Anti-Cheat for updates automatically on server start. # Format - AutoUpdateAntiCheat <1/0> AutoUpdateAntiCheat 1 Link to comment
Guest Posted January 28, 2006 Share Posted January 28, 2006 it worked !) thanx a bunch man ... you are truely 2 kind grtz denn Link to comment
Recommended Posts