Beasts of Bermuda
Configuration Files
Open the 'Configuration Files' section in your control panel.
Select the 'Text Editor' option next to 'Game.ini'.
Use the following tool to configure your desired settings: Configuration Tool
Copy the generated code into your
Game.ini
and save the file.
Adding Admins
Navigate to your game panel.
Select the Text Editor next to
Game.ini
.Find the line:
ServerAdmins=(UserSteamId64=SteamID64, AdminRank="DefaultAdmin")
Replace
SteamID64
with your SteamID64: SteamID64 FinderAdd a new
ServerAdmins=(...)
line for each administrator.Save the file and restart your server.
Admin Ranks/Command Configuration
Use the configuration tool: Admin Rank Tool
Create the desired admin ranks.
Higher ranks have more permissions.
Generate the code and add it to your
Game.ini
.
Migrating Dinos from One Map to Another
The files are located in
WindowsServer\BeastsOfBermuda\Saved\SaveGames
.Rename the following files:
SERVER_OldMapName_Entities.sav
→SERVER_NewMapName_Entities.sav
SERVER_OldMapName_DeathHistory.sav
→SERVER_NewMapName_DeathHistory.sav
SERVER_OldMapName_PlayerPunishments.sav
→SERVER_NewMapName_PlayerPunishments.sav
SERVER_OldMapName_UserProfiles.sav
→SERVER_NewMapName_UserProfiles.sav
Do not copy the
DynamicWorld
,WorldItems
, orFoilage
files.
Clearing Tunnel Networks
The tunnel network data is saved in the
DynamicWorld
file.Delete the
DynamicWorld
file to safely clear the tunnel network.This will not cause loss of creature save data or saved player profiles.