mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add missing isMovingCoefValue CfgDynamicSimulation var
This commit is contained in:
parent
6f42a5f47f
commit
82041a33b2
@ -1,7 +1,7 @@
|
|||||||
class CfgDynamicSimulation
|
class CfgDynamicSimulation
|
||||||
{
|
{
|
||||||
//If this is false none of the below settings matter
|
//If this is false none of the below settings matter
|
||||||
enableDynamicSimulationSystem = true;
|
enableDynamicSimulationSystem = true;
|
||||||
|
|
||||||
//Individual toggles for testing
|
//Individual toggles for testing
|
||||||
vehicleDynamicSimulationSystem = true; // type car, air, boat
|
vehicleDynamicSimulationSystem = true; // type car, air, boat
|
||||||
@ -9,8 +9,9 @@ class CfgDynamicSimulation
|
|||||||
baseDynamicSimulationSystem = true; // plot pole and base pieces
|
baseDynamicSimulationSystem = true; // plot pole and base pieces
|
||||||
|
|
||||||
// Distances and Coef
|
// Distances and Coef
|
||||||
|
isMovingCoefValue = 2;
|
||||||
groupDynSimDistance = 1600;
|
groupDynSimDistance = 1600;
|
||||||
vehicleDynSimDistance = 1600;
|
vehicleDynSimDistance = 1600;
|
||||||
emptyVehicleDynSimDistance = 1600;
|
emptyVehicleDynSimDistance = 1600;
|
||||||
propDynSimDistance = 1600;
|
propDynSimDistance = 1600;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user