Wiki of MyGamePlatform Help

Beasts of Bermuda

Configuration Files

  1. Open the 'Configuration Files' section in your control panel.

  2. Select the 'Text Editor' option next to 'Game.ini'.

  3. Use the following tool to configure your desired settings: Configuration Tool

  4. Copy the generated code into your Game.ini and save the file.

Adding Admins

  1. Navigate to your game panel.

  2. Select the Text Editor next to Game.ini.

  3. Find the line: ServerAdmins=(UserSteamId64=SteamID64, AdminRank="DefaultAdmin")

  4. Replace SteamID64 with your SteamID64: SteamID64 Finder

  5. Add a new ServerAdmins=(...) line for each administrator.

  6. Save the file and restart your server.

Admin Ranks/Command Configuration

  1. Use the configuration tool: Admin Rank Tool

  2. Create the desired admin ranks.

  3. Higher ranks have more permissions.

  4. Generate the code and add it to your Game.ini.

Migrating Dinos from One Map to Another

  1. The files are located in WindowsServer\BeastsOfBermuda\Saved\SaveGames.

  2. Rename the following files:

    • SERVER_OldMapName_Entities.savSERVER_NewMapName_Entities.sav

    • SERVER_OldMapName_DeathHistory.savSERVER_NewMapName_DeathHistory.sav

    • SERVER_OldMapName_PlayerPunishments.savSERVER_NewMapName_PlayerPunishments.sav

    • SERVER_OldMapName_UserProfiles.savSERVER_NewMapName_UserProfiles.sav

  3. Do not copy the DynamicWorld, WorldItems, or Foilage files.

Clearing Tunnel Networks

  1. The tunnel network data is saved in the DynamicWorld file.

  2. Delete the DynamicWorld file to safely clear the tunnel network.

  3. This will not cause loss of creature save data or saved player profiles.

Last modified: 16 November 2024