Jump to content

FloAtompilz

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by FloAtompilz

  1. 18 hours ago, Donnovan said:

    1 - You must merge description.ext with your description.ext or just copy it to the root of your mission if you dont have this file.

    2 - You must putt the content in init.sqf at the end of your init.sqf, or just copy it to the root of your mission if you don't have this file.

    3 - You must add the folder brpvp_zombies to your mission.

    If your mission file is shareable, send me it and i can do the install for you.

    Ok i got is now thx for little epxlanation ! ;)

    i got an other question ! i added the (

    //FIXED ZOMBIES ON DEDICATED SERVER)

     to the file brpvp_zombies_infected_city.sqf 

    in the second line is this right? or will they spawn randomly and also market on the map ? or only if i 

    set it like this 

    //FIXED ZOMBIES ON DEDICATED SERVER
    BRPVP_fixedZombiesAmount = [
        [[1],[10],35,["Athira"]],
        [[1],[10],35,["Pyrgos"]],
        [[1],[10],35,["Feres"]],
        [[1],[10],35,["Zaros"]],
        [[2],[15],40,["NameVillage"]],
        [[2],[15],40,["NameVillage"]],
        [[2,3],[40,60],100,["NameCity","NameVillage"]],
        [[4,5],[120,160],150,["NameCityCapital","NameCity"]]

     

    ??? 

  2. Hey Epoch forum 

     

    my actually problem my server didnt accept my coustom difficulty  i want to set the 3th person and the map group icons but it still not working 

    maybe got some one of you more information for me !!!!!!!!!!!!!! My settings

    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;
        };
    };
  3. 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;
        };
    };
  4. 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


     

  5. 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

  6. 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

×
×
  • Create New...