Hallöchen!
Momentan möchten meine Profiles nicht geladen werden. Diese befinden sich in folgendem Verzeichnis:/home/arma3/.local/share/Arma 3 - Other Profiles/Player
Und meine Profiles Datei heißt dementsprechendPlayer.Arma3Profile
Diese ist wie folgt gefüllt:
Spoiler anzeigen
version=1;
blood=1;
singleVoice=0;
gamma=1;
brightness=1;
class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
/* Simulation */
reducedDamage = 0; // Reduced damage
/* Situational awareness */
groupIndicators = 2; // Group indicators (0 = never, 1 = limited distance, 2 = always)
friendlyTags = 1; // 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 = 0; // Commands (0 = never, 1 = fade out, 2 = always)
waypoints = 2; // Waypoints (0 = never, 1 = fade out, 2 = always)
tacticalPing = 0; // Tactical ping (0 = disable, 1 = enable)
/* 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 = 1; // Stamina bar
weaponCrosshair = 1; // Weapon crosshair
visionAid = 0; // Vision aid
/* View */
thirdPersonView = 1; // 3rd person view
cameraShake = 1; // Camera shake
/* Multiplayer */
scoreTable = 0; // Score table
deathMessages = 0; // Killed by
vonID = 1; // VoN ID
/* Misc */
mapContent = 0; // Extended map content
autoReport = 0; // (former autoSpot) Automatic reporting of spotted enemied by players only. This doesn't have any effect on AIs.
multipleSaves = 1; // Multiple saves
};
// aiLevelPreset defines AI skill level and is counted from 0 and can have following values: 0 (Low), 1 (Normal), 2 (High), 3 (Custom).
// when 3 (Custom) is chosen, values of skill and precision are taken from the class CustomAILevel.
aiLevelPreset = 3;
};
class CustomAILevel
{
skillAI = 0.5;
precisionAI = 0.5;
};
};
maxSamplesPlayed=96;
sceneComplexity=400000;
shadowZDistance=50;
viewDistance=1000;
preferredObjectViewDistance=800;
terrainGrid=25;
volumeCD=10;
volumeFX=10;
volumeSpeech=10;
volumeVoN=10;
vonRecThreshold=0.029999999;
Alles anzeigen
Meine Startparameter sehen also wie folgt aus, welches ich aus Threads durch die SuFu und Google entnommen habe:
screen -dmS arma ./arma3server -config=server.cfg -cfg=basic.cfg -profiles=/home/arma3/.local/share/Arma 3 - Other Profiles -name=Player -mod=@extDB3 -mod=@life_server -mod=@ace -mod=@CBA_A3 -mod=@CUP_Weapons -mod=@CUP_Weapons_ACE_compat -mod=@Ivory -mod=@weaponspolice -autoinit
Dennoch wird mir Third-Person nicht angezeigt. Ich drücke die zu drückende Tasten, belege sie sogar um, nichts passiert.
Ich hoffe ihr könnt mir helfen, ich verzweifle langsam.