Insurgency Game.ini generador

Sandstorm's configuración está dividida entre Game.ini y Engine.ini, y las secciones dentro de ellos importan tanto como la elección del archivo.

Ajustes visuales

ini Formato
Identity

Server name in the browser.

Gameplay

Shows the kill feed.

Kill feed for spectators only.

Lets players vote on the next map.

Lets players vote on rule changes such as kicking.

Team damage.

Multiplier on team damage.

AI skill from 0 to 1.

Whether AI fills the server. Remember that launch arguments override values in this file, so check the startup command before editing again.

Players & Access

Join password.

Slot limit.

Game.ini

[ServerSettings]
ServerName=Spawnly Insurgency
ServerPassword=
MaxPlayers=28
bKillFeed=False
bKillFeedSpectator=True
bMapVoting=True
bUseRulesVoting=True
bAllowFriendlyFire=True
FriendlyFireDamageScale=1
BotDifficulty=0.5
bBots=True

Cómo funciona la sintaxis del Game.ini

INI seccionado. Una configuración debe sentarse bajo el encabezado de sección correcto para ser leída, y los encabezados son nombres completos en lugar de etiquetas cortas. Equivocarse con el encabezado produce exactamente el mismo resultado que no escribir la configuración en absoluto.

El error que cuesta horas a la gente

Muchas configuraciones de servidor también se aceptan como argumentos de lanzamiento, y los argumentos de lanzamiento ganan. Si un valor en Game.ini está siendo ignorado, comprueba el comando de inicio antes de editar el archivo de nuevo — algo en la línea de comandos está muy probablemente anulándolo.

Soporte & Ayuda