ItemConfig

Settings for items, blueprints, weapons, tools, etc.

Total Downloads: 5,608 - First Release: Feb 5, 2015 - Last Update: Nov 11, 2016

5/5, 22 likes
  1. Can someone please explain to me how this increases the stack limit? I have the limit higher than 1000 on the cfg file, but the server keeps limiting it to 1000.
     
  2. reload server
     
  3. I've done that 30 times.
     
  4. After latest oxide update for some reason this just wont load. Have deleted the config and the .cs file and reloaded. Still does the below error.

    Code:
    (14:11:11) | [Oxide] 12:11 PM [Info] Loaded plugin ItemConfig v1.0.2 by Nogrod
    (14:11:11) | [Oxide] 12:11 PM [Info] Unloaded plugin ItemConfig v1.0.2 by Nogrod[Oxide] 12:11 PM [Info] Loaded plugin ItemConfig v1.0.2 by Nogrod[Oxide] 12:11 PM [Error] ItemConfig: Failed to load config file (is the config file corrupt?) (Unexpected token)
    (14:11:11) | [Oxide] 12:11 PM [Error] ItemConfig: Failed to load config file (is the config file corrupt?) (Unexpected token)
    (14:11:11) | [Oxide] 12:11 PM [Info] Unloaded plugin ItemConfig v1.0.2 by Nogrod[Oxide] 12:11 PM [Info] Loaded plugin ItemConfig v1.0.2 by Nogrod[Oxide] 12:11 PM [Error] ItemConfig: Failed to load config file (is the config file corrupt?) (Unexpected token)[Oxide] 12:11 PM [Info] ItemConfig: Unexpected token
     
  5. it must also need a update for latest oxide
     
  6. Wulf

    Wulf Community Admin

    Try again in about 5 minutes with the upcoming Oxide build.
     
  7. oooo sneaky sneaky wulf ;)
    [DOUBLEPOST=1423387909,1423358451][/DOUBLEPOST]Sadly I still seem to be getting the above errors
     
  8. Which version of Itemconfig would work with Oxide 258?
     
  9. how do you get this to work, or edit it, or yeah to work?
     
  10. Wulf

    Wulf Community Admin

    Which Oxide version?
     
    Last edited: Feb 8, 2015
  11. using 258
     
  12. Wulf

    Wulf Community Admin

    Pretty sure you need a version above that, as this plugin was build around a snapshot. I'd recommend updating to the latest.
     
  13. put it in the plugins folder, but nothing happens in game?
     
  14. Wulf

    Wulf Community Admin

    Check your logs for errors and make sure your server is updated It is working fine here.

    [​IMG]
     
    Last edited: Feb 8, 2015
  15. This is what it says when I type version

    Oxide Version: 2.0.275, Rust Protocol: 1191
     
  16. Is there either an older version or perhaps another plugin that will allow me to adjust stack sizes on Oxide build 258?
     
  17. I know this is going to be an obvious request and I'm sure Nogrod is working on it, but adjusting durability would be great! Thanks again for all your hard work!
    [DOUBLEPOST=1423514118][/DOUBLEPOST]
    Pardon my ignorance, but what is so special about build 258? Did something get broken after that and never fixed?
     
  18. this will need an update since rust updated oxide always needs updating when theres steam updates
     
  19. Works great, except that the "count" amount is not displaying in the game, so players have no idea how much they need to make something.

    changed to 75\75 and it doesn't show up for player.

    Any ideas?
    Code:
    "name": "5.56 Rifle Cartridge",
          "itemid": "13987",
          "shortname": "ammo_rifle",
          "description": "Ammunition for a Rifle",
          "category": "Ammunition",
          "stackable": 10000.0,
          "iconmain": "3979",
          "modules": [
            {
              "module": "Projectile",
              "enabled": true,
              "uid": "blgmd",
              "conditions": [],
              "actions": [],
              "damage": 80.0,
              "velocity": 300.0,
              "projectilePrefab": "projectiles\\/riflebullet",
              "stickProbability": 0.0,
              "breakProbability": 0.0,
              "damageType": "Bullet"
            }
          ],
          "blueprints": [
            {
              "title": "Rifle Cartridge",
              "ingredients": [
                {
                  "count": 75.0,
                  "itemid": 13995.0,
                  "name": "Metal Fragments"
                },
                {
                  "count": 75.0,
                  "itemid": 14164.0,
                  "name": "Gun Powder"
     
    Last edited by a moderator: Feb 10, 2015