Jump to content

1.58 Difficulty Overhaul


klinGiii

Recommended Posts

  • 3 months later...
16 minutes ago, Almogavar said:

Hi everybody, First excuse me for my english... ;)

I recently open a little server for me and my friends, and is impossible for me play in third person and haven't mark in map. I try all in this post and in others... please help me.

Thank you

If i read this correctly you need to go into your "server.cfg" and change the mission cycle from "veteran" to "regular" to allow third person view.

Link to comment
Share on other sites

Yes, i do this, but then i can see the IA on the Map.

my sc.arma3profile and arma3.ArmA3profile is this:

difficulty="Custom";
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
            // Simulation
            reducedDamage = false;    // Reduced damage
 
            // Situational awareness
            groupIndicators = 2;      // Group indicators   (0 = never, 1 = limited distance, 2 = always)
            friendlyTags = 0;         // Friendly name tags (0 = never, 1 = limited distance, 2 = always)
            enemyTags = 0;            // Enemy name tags    (0 = never, 1 = limited distance, 2 = always)
            detectedMines = 0;        // Detected mines     (0 = never, 1 = limited distance, 2 = always)
            commands = 1;             // Commands           (0 = never, 1 = fade out, 2 = always)
            waypoints = 2;            // Waypoints          (0 = never, 1 = fade out, 2 = always)
 
            // Personal awareness
            weaponInfo = 1;           // Weapon info        (0 = never, 1 = fade out, 2 = always)
            stanceIndicator = 1;      // Stance indicator   (0 = never, 1 = fade out, 2 = always)
            staminaBar = false;       // Stamina bar
            weaponCrosshair = true;  // Weapon crosshair
            visionAid = false;        // Vision aid
 
            // View
            thirdPersonView = true;  // 3rd person view
            cameraShake = true;      // Camera shake
 
            // Multiplayer
            scoreTable = true;       // Score table
            deathMessages = true;    // Killed by
            vonID = true;            // VON ID
 
            // Misc
            mapContent = false;       // Extended map content
            autoReport = false;       // Automatic reporting
            multipleSaves = false;    // Multiple saves
        };
        aiLevelPreset=2;
    };
    class CustomAILevel
    {
        skillAI=1;
        precisionAI=0;
    };
};

and my difficulty in server.cfg

difficulty = "custom";

 

in "regular" don't work fine....

thanks

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
  • Advertisement
  • Discord

×
×
  • Create New...