Jump to content

thor2k4

Member
  • Content Count

    51
  • Joined

  • Last visited

  • Medals

Posts posted by thor2k4


  1. That SOMETIMES works thor.

    You may also need to add the actual ip of the hc. If they are on the same box it's the same obviously, but sometimes you need to add it anyways. If it's on a different box you need to add the other ip for sure.

    yeah the HC is on the same serverbox as the game server its goin to connect to..  i just cant figure it out for the life of me..  i remember in the A2 version of TADST it had a setting for the acutal HC client, where as the A3 version just has a setting for the server its self.

     

    maybe i need to go back to the old school method and set it up via .bat files.


  2. maybe im just doing something wrong, but i deleted all the profiles i had set, remade them using the 2.8 client.. but the custom difficulty does not seem to work it just revets it back to regular (set default diff to custom in diff menu and then also on the misison tab for selected mission)

     

    further testing shows, i can set the mods i want.. load the server up.. login via console and then do #missions and set the difficulty that way and it sticks..


  3. Tophe, i spent a good 48hrs after the update trying to find any sort of official docs on the new changes, and i think that there lies the problem (have not looked in the last few days)  but i did eventually find out what the server spits out to the arma3profiles file.

     

    https://forums.bistudio.com/topic/101123-tophes-arma-dedicated-server-tool-tadst/page-53#entry3014432

     

    sorry if the formatting is horrible, i know little to none about the actual coding/format on how this is all made.. but in my 2-3 day search is all i could really find... hope it helps.

     

    as for the actual update, what ever is easier for you, does not bother me either way.. just glad to know an update is soon coming :D


  4. after many many hours of trying lots and lots of differnt formats, i finally found one that worked.  

     

     

    the below is our temp xxx.Arma3Profile file

     

     

    difficulty="Custom";
    class DifficultyPresets
    {
    class CustomDifficulty
    {
    class Options
    {
    groupIndicators=0;
    friendlyTags=0;
    enemyTags=0;
    detectedMines=0;
    commands=0;
    waypoints=0;
    weaponInfo=0;
    stanceIndicator=1;
    reducedDamage=0;
    staminaBar=0;
    weaponCrosshair=0;
    visionAid=0;
    thirdPersonView=1;
    cameraShake=1;
    scoreTable=0;
    deathMessages=1;
    vonID=0;
    mapContent=0;
    autoReport=0;
    multipleSaves=0;
    };
    aiLevelPreset=2;
    };
    class CustomAILevel
    {
    skillAI=1;
    precisionAI=1;
    };
    };
    singleVoice=0;
    maxSamplesPlayed=96;
    sceneComplexity=1000000;
    shadowZDistance=100;
    viewDistance=3800;
    preferredObjectViewDistance=3200;
    terrainGrid=3.125;
    volumeCD=10;
    volumeFX=10;
    volumeSpeech=10;
    volumeVoN=10;
    vonRecThreshold=0.029999999;
    • Like 1
×