1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mo: 19 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. RSS-FEEDS
    4. SCUM - RSS Feed

    SCUM - Private server economy setting further explanation.

    • RSS-BOT
    • 15. März 2022 um 12:28
    • RSS-BOT
      Meister
      Reaktionen
      16
      Trophäen
      7
      Beiträge
      908
      • 15. März 2022 um 12:28
      • #1
      Zitat von SCUM - RSS Feed

      Hey everyone this is a short post for private server owners to further explain how to set their own settings on traders and economy.
      So when you open up the EconomyOverride.josn file you will find this text in it:


      {
      "economy-override":
      {
      "enable-economy" : "1",
      "economy-reset-time-hours" : "-1.0",
      "prices-randomization-time-hours" : "-1.0",
      "fully-restock-tradeable-hours" : "2.0",
      "trader-funds-change-rate-per-hour-multiplier" : "1.0",
      "traders-unlimited-funds" : "0",
      "limited-tradeables" :
      {
      "limited-vehicles":
      [
      {"vehicle-group" : "VehicleSpawnGroup.PickupTruck", "vehicle-group-max-amount" : "14"},
      {"vehicle-group" : "VehicleSpawnGroup.Quad", "vehicle-group-max-amount" : "8"},
      {"vehicle-group" : "VehicleSpawnGroup.SUV", "vehicle-group-max-amount" : "14"},
      {"vehicle-group" : "VehicleSpawnGroup.Tractor", "vehicle-group-max-amount" : "9"},
      {"vehicle-group" : "VehicleSpawnGroup.Wheelbarrow", "vehicle-group-max-amount" : "10"},
      {"vehicle-group" : "VehicleSpawnGroup.Motorboat", "vehicle-group-max-amount" : "10"},
      {"vehicle-group" : "VehicleSpawnGroup.SUP", "vehicle-group-max-amount" : "5"},
      {"vehicle-group" : "VehicleSpawnGroup.Bicycle", "vehicle-group-max-amount" : "10"},
      {"vehicle-group" : "VehicleSpawnGroup.Dirtbike", "vehicle-group-max-amount" : "5"},
      {"vehicle-group" : "VehicleSpawnGroup.CruiserBike", "vehicle-group-max-amount" : "5"},
      {"vehicle-group" : "VehicleSpawnGroup.Sportbike", "vehicle-group-max-amount" : "5"}
      ]
      },
      "traders" :
      {
      "A_0_Armory":
      [
      {"tradeable-code" : "BP_Frag_Grenade", "base-purchase-price" : "-1", "base-sell-price" : "-1", "delta-price" : "-1.0", "can-be-purchased" : "default"},
      {"tradeable-code" : "BP_Weapon_AK47", "base-purchase-price" : "-1", "base-sell-price" : "-1", "delta-price" : "-1.0", "can-be-purchased" : "default"}
      ],
      "A_0_BoatShop":
      [
      ],
      "A_0_Mechanic":
      [
      ],
      "A_0_Trader":
      [
      ],
      "B_4_Armory":
      [
      ],
      "B_4_BoatShop":
      [
      ],
      "B_4_Mechanic":
      [
      ],
      "B_4_Trader":
      [
      ],
      "C_2_Armory":
      [
      ],
      "C_2_BoatShop":
      [
      ],
      "C_2_Mechanic":
      [
      ],
      "C_2_Trader":
      [
      ],
      "Z_3_Armory":
      [
      ],
      "Z_3_BoatShop":
      [
      ],
      "Z_3_Mechanic":
      [
      ],
      "Z_3_Trader":
      [
      ]
      }
      }
      }


      So let's get to it section by section:

      • "enable-economy" : "1", // 0 to completely disable economy and disable trader spawning, 1 (default) to enable.
      • "economy-reset-time-hours" : "-1.0", // how many hours it takes to reset trader funds to 0 and stocked goods to their set default value.(if the value is less than 0 it never resets, -1.0 is the default value.)
      • "prices-randomization-time-hours" : "-1.0", // how many hours it takes to randomize prices (if the value is less than 0, it never randomizes, defaults to -1.0)
      • "fully-restock-tradeable-hours" : "2.0", // how many hours it takes to fully restock tradeable amount in store (if the value is less than 0, it never restocks, defaults to 2.0)
      • "trader-funds-change-rate-per-hour-multiplier" : "1.0", // how fast traders refill their available funds (defaults to 1.0)
      • "traders-unlimited-funds" : "0", // default 0, if set to 1 trader funds will never deplete when players sell tradeables to them.
      • "limited-vehicles": // limits how many vehicles total can be present in the world for purchase. Purchasable vehicles are counted differently to spawned vehicles.
      • traders section lets you set and limit what items can be bought and for how much for each trader in each outpost. It goes by formula

        {"tradeable-code" : "Itemspawnname", "base-purchase-price" : "-1", "base-sell-price" : "-1", "delta-price" : "-1.0", "can-be-purchased" : "default"},

        "tradeable-code" : "Itemspawnname", // under spawn name you put the item code like BP_Frag_Grenade for an axeample.

        "base-purchase-price" : "-1", // you set the base purchase price of the item, -1 will set the value to default price.

        "base-sell-price" : "-1", // you set the base sell price of the item, -1 will set the value to default price.

        "delta-price" : "-1.0", // base price multiplier that determines the increase/decrease of the price displayed in store, defaults to -1 which means delta is determined by random chance. If the edited value is 0 or more, that delta will never change, even after price randomization.

        "can-be-purchased" : "default" // Sets if the item can or cannot be purchased at the trader, "default" gives it vanilla availability, "true" is enabled and "false" is disabled.
      Alles anzeigen

      Quelle: https://steamcommunity.com/games/513710/a…696199142015449

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von Native-Servers.com? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Benutzerkonto erstellen

    Benutzer online in diesem Thema

    • 1 Besucher

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™