• Tracker

    Spaces
    Browse
    Statistics
  • Issues
  • Custom CfgSlopeLimits for different units
Back

2

Custom CfgSlopeLimits for different units

Feature Request

Issue Key

A3G-30

State

Open

Access

Public

Group

Arma 3

Project

General

Creator

nexonknight

Created

Aug 19, 2026

Views

51

Attachments

No attachments

Issue Type

Feature Request

Severity

It would be nice to fix this

Description

Requesting the ability for each Unit to have a different Slope Limit, with custom skeletons and units being used more and more it would be a very useful feature to be able to change at what slope angle will force walking. For instance a small 3 foot tall unit would handle the slope different than a 9 foot tall unit.


Example:

class CfgVehicles {

class SomeUnit {

slopeLimits = "MyCustomCoefs";

};

};

class CfgSlopeLimits {

class MyCustomCoefs {

maxRun = 1;

minRun = -1;

maxSprint = 1;

minSprint = -1;

maxRunAI = 1;

minRunAI = -1;

maxSprintAI = 1;

minSprintAI = -1;

};

};

Activity

    8 days ago

  • nexonknight
    created issue8 days ago

You are not signed in. Please sign in to see more details and to reply.

Issue Key

A3G-30

State

Open

Access

Public

Group

Arma 3

Project

General

Creator

nexonknight

Created

Aug 19, 2026

Views

51

Attachments

No attachments