Jump to content
ZLOFENIX Games

Como hospedar um servidor [BF3]


Recommended Posts

                                      Como hospedar meu próprio servidor?

Esta é a instrução geral de como hospedar seu próprio servidor. 
Se você enfrentar alguns problemas, leia os tópicos atuais sobre FAQ ou Arquivamento com servidores dedicados. 
Se isso não ajudar, sinta-se à vontade para fazer suas perguntas totalmente descritas aqui.  

Primeiro você precisa baixar todos os arquivos necessários:

1. Faça o download dos arquivos do servidor R40 para BF3
2. Download do Server Launcher
3. Registre seu servidor aqui
4. Sob sua conta de cliente (que você precisa jogar para ativá-lo)
5. Edite o arquivo * .bat com o seguinte conteúdo:
set INSTANCEDIRECTORY=%~dp0Instance

set SERVERNAME=YOUR SERVER NAME :: Choose your server name
set GAMEPORT=25000 
set REMOTEADMINPORT=0.0.0.0:48888 :: IP and port for procon
set ADMINPASSWORD=YOURPASS :: To connect to procon
set PINGSITE=ams
set REGION=EU ::Country where server is hosted
set ZLOGIN=*******	::server login
set ZPASS=*******	::server pass

start bf3_server_Final.exe -serverInstancePath "%INSTANCEDIRECTORY%" -Server.ServerName "%SERVERNAME%" -GamePort %GAMEPORT% -RemoteAdminPort %REMOTEADMINPORT% +admin.password "%ADMINPASSWORD%" -PingSite %PINGSITE% -Region %REGION% -zlogin %ZLOGIN% -zpass %ZPASS%

exit
6. Execute o ZServer.exe
7. Inicie o seu servidor através do StartServer.bat



                                                 Configurações básicas / Como configurar seu próprio servidor?
 

Na pasta, vá para o servidor na pasta Scripts e edite Win32Game.cfg
as seguintes configurações:

-super layout.toc
-server
-dedicated
-platform win32
-Game.LogFileCollisionMode LFCM_TimeStamp
-Game.LogFileEnable false
-Core.DisplayAsserts false
-Core.IgnoreAlways true
-Core.EnableJuice false
-BFServer.GameSize 64 // specify the size of your server here
-Network.MaxClientCount 64 // same here
-Network.ProtocolVersion 67 // The protocol version , DO NOT CHANGE!!!
-CrashDump.WarnBeforeDoingMemoryDump false
-Game.CloseDuplicateApps 0
-Blaze.LogLevel 0
-ServerMetrics.Enabled 0
-ServerMetrics.TransactionTelemetryEnabled 0
-ServerMetrics.PerformanceTelemetryEnabled 0
-ServerMetrics.PerformanceProfileStateEnabled 0
-ServerMetrics.DbxReportEnabled 0
-TransactionLog.OutputLevel 0
-VeniceOnline.QueueCapacityOverride 20
-Client.LoadingTimeOut 70
-Client.LoadedTimeOut 60
-Client.IngameTimeOut 50
-Server.IngameTimeOut 50
-Server.LoadingTimeOut 70
-Server.IsReconfigurable false
-BFServer.TeamSwitchImbalanceLimit 4
Na pasta do servidor, vá para Instance \ Admin (se não houver Instance crie uma nova pasta e nomeie-a como Instance e crie um novo arquivo chamado Admin)

Na pasta Admin, edite Startup.txt (ou crie um novo arquivo Startup.txt, se não houver nenhum)

vars.ranked true // true means the server is ranked, false server is NOT ranked.
punkBuster.activate // activation punkbuster.
admin.password "" // admin password to connect through Procon. (Inserted between the quotes).
vars.gamePassword "" // login password for your SERVER NOT to rank. (Inserted between quotation marks If the server does not rank to touch).
vars.serverName "BF 3 Server VASYA ZADROT" // your server name.
vars.bannerUrl ""
vars.serverDescription "--=No Rules=--" // the description of your server.
vars.friendlyFire false // Friendly fire on / off.
vars.idleTimeout 0 // time kick for simple connection of the player.
vars.teamKillCountForKick 10
vars.teamKillValueForKick 4
vars.teamKillValueIncrease 1
vars.teamKillValueDecreasePerSecond 0
vars.autoBalance true
vars.killCam true // It shows who killed you, the camera on the opponent.
vars.miniMap true // It shows the minimap.
vars.3dSpotting true // you can tag enemies.
vars.miniMapSpotting true // marked enemies displayed on the map.
vars.3dCam true // View as third person in vehicle.
vars.maxPlayers 64 // here also indicates the size of your server.
vars.idleBanRounds 0
vars.vehicleSpawnAllowed true // spawn technology (vehicles).
vars.vehicleSpawnDelay 100 // delay to spawn technology.
vars.bulletDamage 100 // damage from bullets.
vars.nameTag true // displayed names of selected players.
vars.regenerateHealth true // health recovery
vars.roundStartPlayerCount 1 // minimum number of players to start the round.
vars.roundRestartPlayerCount 0
vars.onlySquadLeaderSpawn false // spawn only on the Squad Leader.
vars.unlockMode "stats" // unlock weapons and gadgets in rank.
vars.soldierHealth 100 // the players health.
vars.hud true // include Hud.
vars.playerManDownTime 100
vars.playerRespawnTime 100
vars.gameModeCounter 150 // the number of tickets in the round. In percentage terms.
vars.serverMessage "Welcome to BF3 Server HAVE FUN" // Player's welcome message (In a blue box , bottom center of screen)
reservedSlotsList.aggressiveJoin true
vars.roundLockdownCountdown 5
vars.roundWarmupTimeout 600
vars.premiumStatus false // current status of the server for premium players.
Também na pasta Admin, esses arquivos são necessários:

BanList.txt - Jogadores que você baniu no procon serão salvos aqui
MapList.txt -Lista de mapas
ReservedSlotsList.txt -List de apelidos para reservar slots no servidor
Link to post
Share on other sites
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...