Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
LLIEPXAH

Проблема запуска сервера ARMA3 (1.88)

Добрый день. После запуска сервера прекращается запуск. Первый раз с таким сталкиваюсь. Ниже привожу коды 

Start.bat

Скрытый текст

start "" "SmartSteamEmu\SmartSteamLoader_x64.exe" StartServer.ini
exit

startserver.ini

Скрытый текст

[Launcher]
Target = D:\SERVERS\Arma3188\arma3server_x64.exe
StartIn = D:\SERVERS\Arma3188
CommandLine = -port=2302 -config=D:\SERVERS\Arma3188\XL\server.cfg -profiles=XL -cfg=D:\SERVERS\Arma3188\XL\basic.cfg -name=XL -autoINIT -Loadmissiontomemory
SteamClientPath = SmartSteamEmu\SmartSteamEmu.dll
SteamClientPath64 = SmartSteamEmu\SmartSteamEmu64.dll
Persist = 0
ParanoidMode = 0
InjectDll = 0

[SmartSteamEmu]
AvatarFilename = avatar.png
PersonaName = Tester
AppId = 107410
SteamIdGeneration = GenerateRandom
Language = English

VR = False
Offline = False
QuickJoinHotkey = SHIFT + TAB
MasterServer = 188.40.40.201:27010
MasterServerGoldSrc = 188.40.40.201:27010
#MasterServer = 127.0.0.1:27010
#MasterServerGoldSrc = 127.0.0.1:27010

[Achievements]
FailOnNonExistenceStats = False

[SSEOverlay]
DisableOverlay = True
OnlineMode = True
Language = 
ScreenshotHotkey = F12
HookRefCount = True
OnlineKey = 

[DirectPatch]

[Debug]
EnableLog = False
MarkLogHotkey = CTRL + ALT + M
LogFilter = User Logged On
Minidump = False

[dlc]
# DLC handling.
# Format: <dlc_id> = <dlc_description>
# e.g. : 247295 = Saints Row IV - GAT V Pack
# If the DLC is not specified in this section
# then it won't be unlocked

107410 = Arma 3
228800 = Arma 3 Alpha Lite - expires now (Arma 3)
233780 = Arma 3 Server
233800 = Arma 3 Tools
249500 = SteamDB Unknown App 249500
249860 = Arma 3 Soundtrack
249861 = Arma 3 Maps
249862 = Arma 3 Tactical Guide
275700 = Arma 3 Zeus
288520 = Arma 3 Karts
304380 = Arma 3 Helicopters
304400 = Arma 3 DLC Bundle 1
332350 = Arma 3 Marksmen
390500 = Arma 3 Samples
395180 = Arma 3 Apex
571710 = Arma 3 Laws of War
601670 = Arma 3 Jets
612480 = Arma 3 DLC Bundle 2
639600 = Arma 3 Malden
744950 = Arma 3 Tac-Ops Mission Pack
798390 = Arma 3 Tanks

[Networking]
BroadcastAddress = 192.168.30.9
ListenPort = 31313
MaximumPort = 10
DiscoveryInterval = 3
MaximumConnection = 200

[PlayerManagement]
AllowAnyoneConnect = True
AdminPassword = 

basic.cfg

Скрытый текст

// Basic config file generated 17.04.2018 20:23 with TADST.

MaxMsgSend = 128;
MaxSizeGuaranteed = 512;
MaxSizeNonguaranteed = 256;
MinBandwidth = 131072;
MaxBandwidth = 2097152000;
MinErrorToSend = 0.001;
MinErrorToSendNear = 0.01;
MaxCustomFileSize = 1310720;
class sockets{maxPacketSize = 1400;};
adapter=-1;
3D_Performance=1;
Resolution_W=0;
Resolution_H=0;
Resolution_Bpp=32;
terrainGrid=25;
viewDistance=2000;
Windowed=0;

 

server.cfg

Скрытый текст

hostName = "Xaoc_UA PVE | vers. 1.88";
logFile = "PVElogs.log";
BattlEye = 0; 
kickDuplicate = 0;
verifySignatures = 0;
equalModRequired = 0;
allowedFilePatching = 0; 
loopback=false;
passwordAdmin = "fart88";


motd[] = {
    "Welcome to Xaoc_UA PVE server",
        "go to Discord discord.gg/cKFdbzd",
    "site: xaocua.xyz",
        "заходим в discord.gg/cKFdbzd"
};
motdInterval = 250;               // Time interval (in seconds) between each message


allowedVoteCmds[] = {{"admin", false, false, 0.5}};


persistent = 1;

forcedDifficulty = "custom";

class Missions
{
          class Liberation
         {
              template="kp_liberation.Malden.pbo"; //Make sure the mission is located in the server's MPmissions
folder!
              difficulty="custom"; // difficulty: recruit, regular, veteran & mercenary
                class Params
                {
                   
                    PassiveIncome=1;
                    Fatigue=0;
                    ResourcesMultiplier=50; //this much resources it feels like cheating?
                   
                };
          };
};

 

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Запуск для клиента:

Пути свои ставь

Target = D:\Game Arma 3\Arma 3\arma3.exe
StartIn = D:\Game Arma 3\Arma 3
CommandLine = -mod=@Epoch -noPause -nosplash -world=empty -skipIntro
SteamClientPath = SmartSteamEmu\SmartSteamEmu.dll
SteamClientPath64 = SmartSteamEmu\SmartSteamEmu64.dll

Запуск для сервера:

Пути свои ставь

Target = D:\SteamLibrary\steamapps\common\Arma3Server\arma3server_x64.exe
StartIn = D:\SteamLibrary\steamapps\common\Arma3Server
CommandLine = -noPause -nosplash -world=empty -skipIntro -port=2302 "-profiles=Epoch.Altis" "-config=Epoch.Altis\server.cfg" "-cfg=Epoch.Altis\basic.cfg" "-serverMod=@epochhive" "-mod=@Epoch" -autoINIT -Loadmissiontomemory
SteamClientPath = SmartSteamEmu\SmartSteamEmu.dll
SteamClientPath64 = SmartSteamEmu\SmartSteamEmu64.dll

 

И обрати внимание на строку

CommandLine = -noPause -nosplash -world=empty -skipIntro -port=2302 "-profiles=Epoch.Altis" "-config=Epoch.Altis\server.cfg" "-cfg=Epoch.Altis\basic.cfg" "-serverMod=@epochhive" "-mod=@Epoch" -autoINIT -Loadmissiontomemory

Не удаляй лишнее, подключи только пути и моды

Share this post


Link to post
Share on other sites



  • 0
Скрытый текст

[Launcher]
Target = D:\SERVERS\Arma3188\arma3server_x64.exe
StartIn = D:\SERVERS\Arma3188
CommandLine = -noPause -nosplash -world=empty -skipIntro -port=2302 "-profiles=Epoch.Altis" "-config=Epoch.Altis\server.cfg" "-cfg=Epoch.Altis\basic.cfg" "-serverMod=@epochhive" "-mod=@Epoch" -autoINIT -Loadmissiontomemory
SteamClientPath = SmartSteamEmu\SmartSteamEmu.dll
SteamClientPath64 = SmartSteamEmu\SmartSteamEmu64.dll
Persist = 0
ParanoidMode = 0
InjectDll = 0

[SmartSteamEmu]
AvatarFilename = avatar.png
PersonaName = Tester
AppId = 107410
SteamIdGeneration = GenerateRandom
Language = English

VR = False
Offline = False
QuickJoinHotkey = SHIFT + TAB
MasterServer = 188.40.40.201:27010
MasterServerGoldSrc = 188.40.40.201:27010
#MasterServer = 127.0.0.1:27010
#MasterServerGoldSrc = 127.0.0.1:27010

[Achievements]
FailOnNonExistenceStats = False

[SSEOverlay]
DisableOverlay = True
OnlineMode = True
Language = 
ScreenshotHotkey = F12
HookRefCount = True
OnlineKey = 

[DirectPatch]

[Debug]
EnableLog = False
MarkLogHotkey = CTRL + ALT + M
LogFilter = User Logged On
Minidump = False

[dlc]
# DLC handling.
# Format: <dlc_id> = <dlc_description>
# e.g. : 247295 = Saints Row IV - GAT V Pack
# If the DLC is not specified in this section
# then it won't be unlocked

107410 = Arma 3
228800 = Arma 3 Alpha Lite - expires now (Arma 3)
233780 = Arma 3 Server
233800 = Arma 3 Tools
249500 = SteamDB Unknown App 249500
249860 = Arma 3 Soundtrack
249861 = Arma 3 Maps
249862 = Arma 3 Tactical Guide
275700 = Arma 3 Zeus
288520 = Arma 3 Karts
304380 = Arma 3 Helicopters
304400 = Arma 3 DLC Bundle 1
332350 = Arma 3 Marksmen
390500 = Arma 3 Samples
395180 = Arma 3 Apex
571710 = Arma 3 Laws of War
601670 = Arma 3 Jets
612480 = Arma 3 DLC Bundle 2
639600 = Arma 3 Malden
744950 = Arma 3 Tac-Ops Mission Pack
798390 = Arma 3 Tanks

[Networking]
BroadcastAddress = 192.168.30.9
ListenPort = 31313
MaximumPort = 10
DiscoveryInterval = 3
MaximumConnection = 200

[PlayerManagement]
AllowAnyoneConnect = True
AdminPassword = 

 

Исправил и так и по другому пробовал, ошибки остались.

Share this post


Link to post
Share on other sites
  • 0
Только что, LLIEPXAH сказал:
  Показать содержимое

[Launcher]
Target = D:\SERVERS\Arma3188\arma3server_x64.exe
StartIn = D:\SERVERS\Arma3188
CommandLine = -noPause -nosplash -world=empty -skipIntro -port=2302 "-profiles=Epoch.Altis" "-config=Epoch.Altis\server.cfg" "-cfg=Epoch.Altis\basic.cfg" "-serverMod=@epochhive" "-mod=@Epoch" -autoINIT -Loadmissiontomemory
SteamClientPath = SmartSteamEmu\SmartSteamEmu.dll
SteamClientPath64 = SmartSteamEmu\SmartSteamEmu64.dll
Persist = 0
ParanoidMode = 0
InjectDll = 0

[SmartSteamEmu]
AvatarFilename = avatar.png
PersonaName = Tester
AppId = 107410
SteamIdGeneration = GenerateRandom
Language = English

VR = False
Offline = False
QuickJoinHotkey = SHIFT + TAB
MasterServer = 188.40.40.201:27010
MasterServerGoldSrc = 188.40.40.201:27010
#MasterServer = 127.0.0.1:27010
#MasterServerGoldSrc = 127.0.0.1:27010

[Achievements]
FailOnNonExistenceStats = False

[SSEOverlay]
DisableOverlay = True
OnlineMode = True
Language = 
ScreenshotHotkey = F12
HookRefCount = True
OnlineKey = 

[DirectPatch]

[Debug]
EnableLog = False
MarkLogHotkey = CTRL + ALT + M
LogFilter = User Logged On
Minidump = False

[dlc]
# DLC handling.
# Format: <dlc_id> = <dlc_description>
# e.g. : 247295 = Saints Row IV - GAT V Pack
# If the DLC is not specified in this section
# then it won't be unlocked

107410 = Arma 3
228800 = Arma 3 Alpha Lite - expires now (Arma 3)
233780 = Arma 3 Server
233800 = Arma 3 Tools
249500 = SteamDB Unknown App 249500
249860 = Arma 3 Soundtrack
249861 = Arma 3 Maps
249862 = Arma 3 Tactical Guide
275700 = Arma 3 Zeus
288520 = Arma 3 Karts
304380 = Arma 3 Helicopters
304400 = Arma 3 DLC Bundle 1
332350 = Arma 3 Marksmen
390500 = Arma 3 Samples
395180 = Arma 3 Apex
571710 = Arma 3 Laws of War
601670 = Arma 3 Jets
612480 = Arma 3 DLC Bundle 2
639600 = Arma 3 Malden
744950 = Arma 3 Tac-Ops Mission Pack
798390 = Arma 3 Tanks

[Networking]
BroadcastAddress = 192.168.30.9
ListenPort = 31313
MaximumPort = 10
DiscoveryInterval = 3
MaximumConnection = 200

[PlayerManagement]
AllowAnyoneConnect = True
AdminPassword = 

 

Исправил и так и по другому пробовал, ошибки остались.

Стим выключен?

Share this post


Link to post
Share on other sites
  • 0

Что еще дополнял или переделывал? Может не докачал арму?

Share this post


Link to post
Share on other sites
  • 0
Только что, Alex39 сказал:

Стим выключен?

вообще отсутствует на той машине.... ((((

Share this post


Link to post
Share on other sites
  • 0
Только что, LLIEPXAH сказал:

вообще отсутствует на той машине.... ((((

Давай в скайп, гляну что у тебя, alexandr36361

Share this post


Link to post
Share on other sites
  • 0

У тебя не докачаны аддоны армы, перекачай

 

 

Share this post


Link to post
Share on other sites
  • 0
4 часа назад, Alex39 сказал:

У тебя не докачаны аддоны армы, перекачай

 

 

 

Все решилось спасибо! Перекачал все файлы заработало! 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.