1. Hi guys.

    As you're probably aware today's patch introduced a new map called "Arena Valley". It's a very small PVP arena map.

    Unfortunately it comes with empty loot crates (The previously unused "WeaponLootCrate").
    If you're planning on running the map it would be advisable to set up loot for the WeaponLootCrates using the LootConfig plugin and editing the LootConfig.json file.

    I've included the weapons crate section that I added to my config. It's rough but it will give you a starting point. Enjoy :)

    Code:
    "WeaponLootCrate": {
          "RollCount": 1,
          "RollWithoutReplacement": true,
          "LootResult": null,
          "Children": [
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Arrow",
                  "StackSize": 50,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "ShotgunShell",
                  "StackSize": 10,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Bullet",
                  "StackSize": 10,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "PistolBullet",
                  "StackSize": 20,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "ARBullet",
                  "StackSize": 30,
                  "RandomVariance": 15
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Dynamite",
                  "StackSize": 5,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Shotgun",
                  "StackSize": 1,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Pistol",
                  "StackSize": 1,
                  "RandomVariance": 0
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "98",
                  "StackSize": 1,
                  "RandomVariance": 0,
                  "Description": "Assault Rifle Auto"
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "7",
                  "StackSize": 1,
                  "RandomVariance": 0,
                  "Description": "Assault Rifle Auto"
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "225",
                  "StackSize": 1,
                  "RandomVariance": 0,
                  "Description": "Assault Rifle Semi"
                },
                "Children": []
              }
            },
            {
              "Key": 2.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "92",
                  "StackSize": 1,
                  "RandomVariance": 0,
                  "Description": "    Car Hunting Bow"
                },
                "Children": []
              }
            },
            {
              "Key": 0.25,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "5",
                  "StackSize": 5,
                  "RandomVariance": 0,
                  "Description": "    Cooked Steak"
                    
                },
                "Children": []
              }
            }
          ]
        }
    EDIT: For the Eagle Eyed among you I added a description where I couldn't figure out the ItemId Text for the Item I wanted to spawn. It's purely there to remind you what you're spawning
     
  2. How to start a server with this map?
     
  3. you put the map name after the port number so simlar to this:
    "host 12871 arena_valley;queryport 12881 ;servername EzComeEzGo ;addadmin <yoursteamid>;maxplayers 60" -logfile "gamelog.txt"
     
  4. Kal

    Kal

    So this map does not work with rented servers?
     
  5. Scroll up and you'll see how to add loot to the boxes



    Sure it does. Just change the startup command to change map. You will need oxide mod though because there's no loot on the map in its vanilla form
     
    Last edited by a moderator: Mar 18, 2016
  6. Kal

    Kal

    sadly mine does not seem to work, i changed it on my command line and nothing
     
  7. what to do? I don't understand :(
    [DOUBLEPOST=1458313896][/DOUBLEPOST]I use the config of the map author.
    [DOUBLEPOST=1458314456][/DOUBLEPOST]http://joxi.ru/gmvVgBNTn7GZma?d=1
     

    Attached Files:

  8. How to do new equipment while dead (always)?