Jump to content
  • 0

Need Help server start problem


FloAtompilz

Question

14 answers to this question

Recommended Posts

  • 0

hey there so i have done the nologs ! but it is now a liitle bit faster,

i have to wait 10 or 15 mins then it is server ready before it was maybe 30 

maybe the problem by the scripts?

//MP mission

Halv spawn 

Black market

andere convoys 

andere safezone 

Status bar

auto earplugs 

//HIVE

 

Loot addon 

Coustom server // AI mission

ATM

falls jemand genaueres weis darf auch gern ins ts kommen freue mich um hilfe Organspenderts3.nitrado.net

Link to comment
Share on other sites

  • 0

This is interesting as I have a 3 minute black screen at restarts nowadays and because I don't get on enough, can't pinpoint when it started. I have been running with -nologs for a long time as I run Horbin's FuMS and 4 mission systems inside that so, without -nologs the server object not found spam is too much.

I'm currently going through a long cycle on my test box of switching off scripts one by one trying to pinpoint the issue and will report back if I can find anything. FYI, I have logs enabled on the test box for debugging issues.

Does anyone else get the 3 minute black screen at restarts?

Link to comment
Share on other sites

  • 0

start /wait arma3server.exe -server "-bepath=C:\Users\Administrator\Desktop\Epoch\battleye""-config=sc\server.cfg" "-cfg=sc\basic.cfg" -ip=134.255.231.33 -port=2322 "-profiles=C:\Users\Administrator\Desktop\Epoch\logs" -name=Epoch -servermod=@epochhive;@infiSTAR_A3  -mod=@Epoch; -world=empty -nosplash -noSound -noPause -enableHT -autoinit -nologs

Link to comment
Share on other sites

  • 0

To start a dedicated server executable with the option "-server" and "-nosplash" doesnt make sense.

Everything looks a bit confusing.

If this is your complete startup batch then i would suggest to remove the /wait. Because i cant see what are you waiting for.

Also i would suggest to remove infistar from the servermods to see if that causes the problem.

Try this:

start  arma3server.exe -mod=@Epoch; -servermod=@epochhive; -port=2322 -config="C:\Users\Administrator\Desktop\Epoch\sc\server.cfg" -cfg="C:\Users\Administrator\Desktop\Epoch\sc\basic.cfg" -name=sc -nologs -enableht -autoinit

 

 

 

Link to comment
Share on other sites

  • 0

my complete bat ist is

 

@echo off
cls
echo Starting Flos Epoch Auto-Restart Scripts
title Epoch Auto-Restarter
:arma


echo (%time%) Epoch Started


start /wait arma3server.exe -server "-bepath=C:\Users\Administrator\Desktop\Epoch\battleye""-config=sc\server.cfg" "-cfg=sc\basic.cfg" -ip=134.255.231.33 -port=2322 "-profiles=C:\Users\Administrator\Desktop\Epoch\logs" -name=Epoch -servermod=@epochhive;@infiSTAR_A3  -mod=@Epoch; -world=empty -nosplash -noSound -noPause -enableHT -autoinit -nologs


echo (%time%) Epoch crashed or closed, restarting.
goto arma


 

Link to comment
Share on other sites

  • 0

hey guys sr for late answere ! i have fixed my problem BUT 

my actualy problem it is my server wount accept 3th Person view

after  the new updtae 

 

difficulty = "Custom";
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
            groupIndicators=2;
            friendlyTags=0;
            enemyTags=0;
            detectedMines=0;
            commands=1;
            waypoints=1;
            weaponInfo=0;
            stanceIndicator=1;
            reducedDamage=0;
            staminaBar=0;
            weaponCrosshair=1;
            visionAid=0;
            thirdPersonView=1;
            cameraShake=1;
            scoreTable=1;
            deathMessages=1;
            vonID=1;
            mapContent=0;
            autoReport=0;
            multipleSaves=0;
        };
        aiLevelPreset=2;
    };
    class CustomAILevel
    {
        skillAI=1;
        precisionAI=0;
    };
};
Link to comment
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
  • Discord

×
×
  • Create New...