MTA San Andreas Server Kurma Dersleri - Mtaserver.config Ayarlaması
MTA Klasörüne --> Server --> Mods --> Deathmatch Girin...
Mtaserver.config Dosyasını Not Defteriyle Açın ;
* Sunucu Adı
<!-- This parameter specifies the name the server will be visible as in the ingame server browser
and on Game-Monitor. It is a required parameter. -->
<servername>Sunucu Adı</servername>
Buradaki "Sunucu Adı" Yerine Sunucu Adını Yazın, Ve Bir Sonraki Örneğe Geçin
* Sunucu Port Ayarları
<!-- This parameter specifies the UDP port on which the server will be accepting incoming player
connections; default value: 22003. It is a required parameter. -->
<serverport>22003</serverport>
<!-- This parameter specifies whether the builtin http server will be used.
Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpserver>1</httpserver>
<!-- This parameter specifies the TCP port on which the server will be accepting incoming http
connections. It can be set to the same value as <serverport>. It is a required parameter
if <httpserver> is set to 1. -->
<httpport>22005</httpport>
<!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
be visible in the ingame server browser. An additional UDP port needs to be available for this to
work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port
will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
<ase>1</ase>
Sunucu Port Ayarları Birden Fazla Sunucu Açmaya Yarar, Farklı Sunucular Açacaksanız Bu <serverport> ve <httpport> Adreslerini Değiştirmeniz Lazım Burada ki <ase> ise Gamemonitor Sunucuları Sayesinde Sunucu Listesinde Sunucunuzun Görünmesini Sağlar. ( ASE PORT = Serverport + 123 )
<httpport> ise Sunucunuzun HTML Veritabanıyla Sunucunuza Bağlanmanızı Sağlar, Bi Nevi Web Admin Panelidir.
* Sunucunuzun Oyuncu Limiti
<!-- This parameter specifies the number of maximum player slots available on the server; default
value: 32. It is a required parameter. -->
<maxplayers>32</maxplayers>
<maxplayers> Komutunun Yanındaki 32 Rakamını En Fazla 2048 Oyuncu Yapabilirsiniz, Bu Tamamen Size Bağlıdır.
* Sunucunuzun Ek URL Adresi Ve Pack Dosyaları
<!-- If set, this parameter specifies the external URL from which clients will be able to download
needed resources ingame. Otherwise they will download them directly from the seen. -->
<httpdownloadurl></httpdownloadurl>[code]
[code]<!-- This parameter specifies whether the client files for hosting on an external web server should be
automatically copied into mods/deathmatch/resource-cache/http-client-files/
Only relevant if <httpdownloadurl> is set.
Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpautoclientfiles>1</httpautoclientfiles>
<httpdownloadurl> Pack Dosyalarını Pack'ı Koyduğunuz Siteden Oyunculara Göndermesidir. "VPS" Sunucuları Bu Yöntemle Çalışır, Eğer Hızlı "Download" Yapan Bir Site Varsa ( Dropbox ) Linkini Bu Kısıma Yazın.
* Sunucu Şifreleme
<!-- If set, players will have to provide a password specified below, before they can connect to the
server. If left blank, server doesn't require a password from them. -->
<password></password>
<password> Sunucuya Şifre Koymanızı Sağlar Bu Sayede Şifreyi Bilemeyenler Giremez, Özellikle Bakım Sırasında Kullanılır. Fakat Admin Panelinin Server Bölümünde Şifre Koyma Mevcut Eger "Password" Bölümü Boşsa Şifre Kaldırılır.
* FPS Limiti
<!-- Specifies the frame rate limit that will be applied to connecting clients.
Available range: 25 to 100. Default: 36. -->
<fpslimit>36</fpslimit>
FPS Limiti Oyuncudan Alınan FPS ( Frame Per Second ) Limit Koymadır. 25 - 100 Arası Koyulabilir Ve En Çok Önerilen FPS Limiti 50'dir
* Otomatik Log In
<!-- Specifies whether or not players should automatically be logged in based on their IP adresses -->
<autologin>0</autologin>
Otomatik Log in IP Adresinizi Kopyalar Ve Kayıt Olduğunuz Hesabınıza Otomatik Log In Yapar.
* Sesli Sohbet
<!-- This parameter specifies whether or not to enable player voice chat in-game
Values: 0 - disabled , 1 - enabled -->
<voice>0</voice>
<voice> Parametresini 1 Yaparsanız Sunucunuzdan "Z" Tuşuna Basılı Tutarak Sesli Sohbet Mevcut Olur.
"Z" Tuşunu Değiştirebilirsiniz.
* Otomatik Script Açma
<resource src="admin" startup="1" protected="0" />
"admin" Yerine Script'in ismini Yazarak Sunucu Açıldığında Otomatik Açılan Scriptleri Aktif Etmiş Olursunuz.
* Sunucunun Oyun Modunu Ayarlamak
<resource src="play" startup="1" protected="0" />
MTAServer.config'in En Altında Bulunan Bu Kod Sunucunuzun Oyunmodunu Belirler, Aşşağıdaki MTA:SA ile Birlikde Gelen Diğer Oyun Modları ;
Freeroam = Amaçsız, Sadece Eğlence, Birlik, RP Yapılabilen Scripttir, F1 Oyuncu Panelini Açar.
Race = Yarış Modudur, 3 Tane Seçeneği Vardır. | DD = Çarpışan Otolar | DM = Yarış | Fun = Silahlı Araç |
cdm = Cete Savasları
Stealth = Ajanlar VS Polisler
Fallout = Düşersen ölürsün.
Assault = Bomba Kurma - İmha Oyunu
tdm = Takım Savasları ( 2 Takıma Rastgele Adam Verilir. )
Tdma = Tdm'nin Yeni Sürümü
Anlatım alıntıdır.
Hiç yorum yok
Yorumlarınıza en kısa sürede yanıt verilecektir.