Arma 3采用第三人称视角,为玩家带来全面的军事模拟体验。 凭借丰富的可自定义步兵与载具选项,玩家可以穿越广阔地形,并投入战略作战场景。 第三人称视角可以增强态势感知,让玩家更好地协同战术、控制单位,并沉浸在复杂且动态的战场之中。
1。 登录BisectHosting Starbase 面板。
2。 停止服务器。
3。 前往配置文件选项卡并选择服务器配置。
4。 在 //mission Cycle 下,将任务的 difficulty="" 值更改为 custom。
5。 点击保存 按钮。
6。 找到以下目录:/home/container/serverprofile/home/Player
7。 打开 Player.Arma3Profile 文件。
8。 在新行中复制并粘贴以下内容,以添加 custom 难度:
class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
/* Simulation */
reducedDamage = 0;// Reduced damage
/* Situational awareness */
groupIndicators = 0;// 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 = 1;// Waypoints (0 = never, 1 = fade out, 2 = always)
tacticalPing = 0;// Tactical ping (0 = disable, 1 = enable)
/* Personal awareness */
weaponInfo = 2;// Weapon info (0 = never, 1 = fade out, 2 = always)
stanceIndicator = 2;// Stance indicator (0 = never, 1 = fade out, 2 = always)
staminaBar = 0;// Stamina bar
weaponCrosshair = 0;// Weapon crosshair
visionAid = 0;// Vision aid
/* View */
thirdPersonView = 0;// 3rd person view (0 = disabled, 1 = enabled, 2 = enabled for vehicles only (Since Arma 3 v1.99))
cameraShake = 1;// Camera shake
/* Multiplayer */
scoreTable = 1;// Score table
deathMessages = 1;// Killed by
vonID = 1;// VoN ID
/* Misc */
mapContent = 0;// Extended map content
autoReport = 0;// (former autoSpot) Automatic reporting of spotted enemies by players only. This doesn't affect AIs.
multipleSaves = 0;// Multiple saves
};
// aiLevelPreset defines the AI skill level, which ranges from 0 (Low) to 3 (Custom), and can have the 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;
};
};9。 将 thirdPersonView= 的值更改为所需设置,范围为 0 到 2。
| 值 | 说明 |
0 |
禁用第三人称视角 |
1 |
启用第三人称视角 |
2 |
仅在载具内启用第三人称视角 |
10。 点击保存按钮。