This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Special Settings for Ark Survival Evolved. | |
; Use these to make minor tweaks to your game/server. | |
; The settings in this file are the base for The Lagoverse Server | |
[/Script/ShooterGame.ShooterGameMode] | |
; If you want the game to run under "Single Player" Settings - Affects bosses etc | |
bUseSingleplayerSettings=false | |
; This allows spikeywalls etc to damage tames without rider (prevents kamikaze runs) | |
bPassiveDefensesDamageRiderlessDinos=true | |
; Prevents respawn spamming in PvP | |
bIncreasePvPRespawnInterval=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Ark Survival Evolved GameUserSettings.ini | |
; | |
; This file holds all the configuration settings for the standard game as well as potential settings of mods. | |
; Use this as a template to create your own configuration. | |
; The configuration in this file is the same as what the Lagoverse server is running. | |
; | |
; --------------------------------------------------------------------------------------------------------------------- | |
; ServerSettings - General settings that affect the entire game | |
; --------------------------------------------------------------------------------------------------------------------- | |
[ServerSettings] |