-
Content count
17 -
Donations
0.00 EUR -
Joined
-
Last visited
-
@dekela Many thanks man! Finally, someone with a solution that works.
-
Do these links open to you?
-
The links are broken, someone would have these files. I'll be very grateful.
-
This error appears to me when I use 64bit server, using 32bit this does not occur.
-
Não sou profissional nessa área. Mas configuro servidores a anos. Conheço gente que trabalha especificamente com isso, mas não trabalham por "troco de pão" não.
- 2 replies
-
- script
- programador
-
(and 5 more)
Tagged with:
-
Os tutoriais estão nos links que eu postei, e na minha primeira postagem acima. Vc esta tendo dificuldade em que? Ja vou logo avisando: para aprender tem que ler, sem ler é impossível. Tenho boa vontade de ensinar, mas a pessoa tem que ter boa vontade para aprender.
-
Tem como sim, eu sempre uso. O problema que usando o tadst não tem como fazer o restart automático. Eu uso o Tadst só para configurar uma parte do servidor. Depois de configurado eu uso somente o autorestart.bat(restart automático). Se eu precisar mudar alguma coisa, uso o tadst novamente. O meu AutoRestart.bat fica assim: @echo off color 0a title Server Starter :Serverstart echo Launching Server E: cd "E:\Server Exile" echo Assistindo Arma 3 EXGamers BR Server start "Arma3" /min /wait arma3server.exe -port=2302 "-config=E:\Server Exile\TADST\exile\TADST_config.cfg" "-cfg=E:\Server Exile\TADST\exile\TADST_basic.cfg" "-profiles=E:\Server Exile\TADST\exile" -name=ServerEX -filePatching "-mod=@Exile;@Ryanzombies" "-servermod=@ExileServer" -world=empty -nosplash -noSound -autoInit ping 127.0.0.1 -n 15 >NUL echo Server with Exile has exited ... Restarting! ping 127.0.0.1 -n 5 >NUL cls goto Serverstart Na linha 9 eu indico o Local dos arquivos de configuração que o tadst cria (TADST_config.cfg, TADST_basic.cfg, e "-profiles=E:\Server Exile\TADST\exile"). Se vc não tem intenção de usar o restart automático, pode usar o TADST direto, que funciona. Mas o servidor deve ser restartado de 4 em 4, ou ate 6 horas, senão ele crasha, começa a bugar, não salva ou atualiza o Banco de Dados do server, fica lento, começa a dar um monte de "zigzira".
-
Ninjun started following Advanced Train Simulator (ATS)
-
Could you tell me how you did it? I put the mod folder "@ATS_AdvancedTrainSimulator" inside the root folder of the server. Then I added at server startup: "-servermod = @ ExileServer; @ATS_AdvancedTrainSimulator" By the RPT shows that the "Advanced Train Simulator (ATS) loaded", but when I try to get on a train stopped on the map, it does not give the option to enter. Thank you very much in advance! Sorry for my bad English.
-
Não usei o BEC, apesar de também ser uma solução. O próprio Exile tem restart, o problema é que vc precisa de um arquivo .bat ou .cmd para ligar o servidor quando ele se auto-desligar. Usando esse "restart.bat" iniciando com o computador, se o seu servidor crashar ou seu PC reiniciar, ele inicia seu servidor sozinho, automaticamente.
-
Decrease the amount of zombies, or decrease the time between the spawn of zombies. take a look at : fn_init.sqf UseHarassingZombies = true; // HSet = [ /* 0 Groups Size */ 2, // maximum number of zombies around a player /* 1 Frequency */ 180, // time in seconds between each new zombie. /* 2 Vest group */ Nothing, // Vest function defined in ZVest.sqf /* 3 Loot group */ Nothing, // Loot function defined in ZLoot.sqf /* 4 Zombie group */ Easy, // Group function defined in ZClasses.sqf /* 5 Avoid Territory */ true // Zombie will not spawn in territories and will die in them if RemoveZfromTerritory is true ];
-
O VEMFr é espetacular, totalmente configuravel. Tem ótimas missões, e as invasões de base, tira completamente a monotonia do server.
-
He was missing the SafeZones . Find the lines in fn_init.sqf: //Default Altis SafeZones SafeZonePositions = [// [[Coordinates],Radius] // You can Get the safezone information directly from your mission.sqm under class Markers [[14599,16797],175], [[23334,24188],175], [[2998,18175],175] ]; replace for: //Default Tanoa SafeZones SafeZonePositions = [// [[Coordinates],Radius] // You can Get the safezone information directly from your mission.sqm under class Markers [[2265.13,8596.37],175], [[11670.7,4106.17],175], [[12190.4,8167.03],175], [[7991.1,12411.6],175] ];
-
My ExileZ 2 for Tanoa: