Cryofall | Server Configuration Print

  • Cryofall Server Configuration, Cryofall, cryofall server configuration, cryofall, Server Configuration, server configuration
  • 0

It's easy to configure your Pingperfect Cryofall Server. Just follow the steps below.

  1. Open the 'Configuration Files' section from your control panel.
  2. Select the 'Text Editor' option next to 'Data\SettingsServer.xml'
  3. Refer to the Example Configuration below and change the respective settings where you need to do so in order to configure your server to your desires.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<settings version="20">

  <misc>

    <!-- Min logging level: Debug, Info, Important, Warning, Error -->

    <min_log_severity>Important</min_log_severity>

    <!-- Language -->

    <language></language>

  </misc>

  <network>

    <!-- Network port address (default 6000) -->

    <port>20025</port>

    <!-- Is this a public server? (setting the value to 1 will add it to the public server list) (0/1) -->

    <is_public_server>1</is_public_server>

    <!-- (Pro-feature only) Your server domain address like "myserver.com".Master server will verify it and if it matches the server IP address, it will be provided to the clients instead of IP address. (leave it empty if you want clients to simply connect to the server IP address) -->

    <public_server_host_name></public_server_host_name>

    <!-- Server private GUID (do NOT copy it to other file and do NOT share it: it's used to identify your server by Master Server regardless of the IP address. (Please note: if another game server is using this private GUID, current server instance will be disconnected from the Master Server and replaced with another server address) -->

    <server_private_guid>XXXXXXXXXXXXXXXXXXXXXXXXXXXX</server_private_guid>

    <!-- Server public GUID (do NOT modify it: it's assigned by Master Server and you CAN share it with players to make it easier to connect to your server via Custom servers list) -->

    <server_public_guid>XXXXXXXXXXXXXXXXXXXXXXXXXXXXX</server_public_guid>

    <!-- (Pro-feature only!) Server network interface IP address (please leave the default value 0.0.0.0 to bind to all the network interfaces) -->

    <ip>0.0.0.0</ip>

    <!-- (Pro-feature only!) Custom master server network port address (default 0 - the server will use a random port) -->

    <master_server_client_port>0</master_server_client_port>

  </network>

  <server>

    <!-- Server name. Please keep it short (max 64 chars) -->

    <name>Cryofall Server</name>

    <!-- Server description. Please keep it short (max 350 chars). Can include links to websites -->

    <description>Welcome to another Pingperfect.com game server</description>

    <!-- Server welcome message. Will be displayed on login. Write server rules here or anything you like. Max length 4096 chars. Please note: you could EDIT this right in the game after connecting to this game server (you need to be added to the server operators list). The "Edit" button is available in "Current Game" menu. -->

    <welcome_message>

        Welcome to your new Pingperfect.com game server!

        [br][br]

        This is the default welcome message for all new servers. You can edit this text in the [b]SettingsServer.xml[/b] configuration file. There are a few other things you might want to change there as well.

        [br][br]

        You can also use text formatting here. [b]Bold[/b], [u]underscore[/u], bullet points to create lists and "br" tags to start a new line.

        [br][br]

        You might also want to include server rules. For example:

        [*]Don't use profanity.

        [*]Don't KOS.

        [*]Don't grief.    </welcome_message>

    <!-- Framerate for updating game objects, physics and network (per second; recommended 40) -->

    <fps>40</fps>

    <!-- How often physics updates are sent to the players (per second; recommended 20, at least 15 for smooth movement required, higher than 30 is not necessary but might be useful for fast-paced deathmatch game servers) -->

    <fps_network_physics_update>20</fps_network_physics_update>

    <!-- Max online players count (new clients will be unable to connect if the server is full) -->

    <players_max_count>1</players_max_count>

    <!-- Auto-save interval (in minutes) -->

    <autosave_interval>30</autosave_interval>

    <!-- How many backup copies should be stored for the savegame. Please keep the number reasonable - you don't actually need to have this number very high and every savegame is about 20-30 MB! Min number: 3. Max number: 100. -->

    <save_backups_count>10</save_backups_count>

    <!-- Slot ID (a number) for the savegame (you can have multiple slots each one with the unique world -->

    <savegame_slot_id>0</savegame_slot_id>

    <!-- Comma-separated list of server operators (users with admin access). For example: ai_enabled,Lurler,AtomicTorchStudio -->

    <server_operators_list></server_operators_list>

  </server>

 

</settings>

 

Looking for a game server host known for brilliant 24/7 customer support and quality hardware? 

Try a Pingperfect CryoFall server today! https://pingperfect.com/gameservers/cryofall-game-server-hosting-rental.php

 


Was this answer helpful?

« Back