https://github.com/OxideMod/Snapshots/tree/master/Rust
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
-
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.
-
-
-
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
-
it must also need a update for latest oxide
-
Wulf Community Admin
-
oooo sneaky sneaky wulf
[DOUBLEPOST=1423387909,1423358451][/DOUBLEPOST]Sadly I still seem to be getting the above errors -
Which version of Itemconfig would work with Oxide 258?
-
how do you get this to work, or edit it, or yeah to work?
-
Wulf Community Admin
-
using 258
-
Wulf Community Admin
-
put it in the plugins folder, but nothing happens in game?
-
Wulf Community Admin
Last edited: Feb 8, 2015 -
Oxide Version: 2.0.275, Rust Protocol: 1191 -
Is there either an older version or perhaps another plugin that will allow me to adjust stack sizes on Oxide build 258?
-
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] -
this will need an update since rust updated oxide always needs updating when theres steam updates
-
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