Hallo
ich wollte meine Server Difficulty auf Custom stellen, aber die Optionen, die er den "DifficultyPresets" festgelegt werden, nimmt er nicht. Zum Beispiel: man kann nicht in die thirdPerson, obwohl es so festgelegt wurde. Ich wollte daher fragen ob mir jemand dabei weiterhelfen könnte.
Zusatzinfo: Mein Server ist ein Linux Server.
Hier meine MissionRatation mit DifficultyPresets so wie sie in meiner server.cfg stehen:
Code
class Missions {
class MissionRatation1
{
template = meinemission.Altis;
difficulty = "Custom";
class Params {};
};
};
// DIFICULTY
class DifficultyPresets
{
class Custom
{
class Options
{
reducedDamage = 0;
groupIndicators = 2;
friendlyTags = 2;
enemyTags = 2;
detectedMines = 1;
commands = 0;
waypoints = 1;
tacticalPing = 1;
weaponInfo = 1;
stanceIndicator = 2;
staminaBar = 1;
weaponCrosshair = 0;
visionAid = 1;
thirdPersonView = 1;
cameraShake = 0;
scoreTable = 1;
deathMessages = 1;
vonID = 1;
mapContent = 0;
mapContentFriendly = 0;
mapContentEnemy = 0;
mapContentMines = 0;
autoReport = 1;
multipleSaves = 1;
};
aiLevelPreset=3;
};
class CustomAILevel
{
skillAI=0.5;
precisionAI=0.5;
};
};
Alles anzeigen