Nogrod updated ItemConfig with a new update entry:
Rust Update
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
-
Error since new update 05.03.2015
Code:11:38 PM [Info] ItemConfig plugin failed to compile! Exit code: 1 11:38 PM [Info] Compilation failed: 2 error(s), 2 warnings11:38 PM [Info] D:\home\sid_8397\rust\Release\server\my_server_identity\oxide\plugins\ItemConfig.cs(32,14): warning CS0114: `Oxide.Plugins.ItemConfig.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword D:\home\sid_8397\rust\Release\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning) D:\home\sid_8397\rust\Release\server\my_server_identity\oxide\plugins\ItemConfig.cs(199,22): warning CS0114: `Oxide.Plugins.ItemConfig.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword D:\home\sid_8397\rust\Release\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning) D:\home\sid_8397\rust\Release\server\my_server_identity\oxide\plugins\ItemConfig.cs(159,47): error CS1061: Type `Construction.Grade' does not contain a definition for `canRotate' and no extension method `canRotate' of type `Construction.Grade' could be found. Are you missing an assembly reference? D:\home\sid_8397\rust\Release\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error) D:\home\sid_8397\rust\Release\server\my_server_identity\oxide\plugins\ItemConfig.cs(332,27): error CS1061: Type `Construction.Grade' does not contain a definition for `canRotate' and no extension method `canRotate' of type `Construction.Grade' could be found. Are you missing an assembly reference? D:\home\sid_8397\rust\Release\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error)
-
have you tried to update your plugin?^^
-
sorry, my mistake. With the newest Version the Error is gone. I have 2 Questions.
1. Is it possible to save the config when the Plugin Updates ? It is everytime half an Hour Work to Set manualy all Values :-(
2. Is it possible to restore the function to Stack Weapons and Tools ?Last edited by a moderator: Mar 6, 2015 -
Not sure if this has been posted or not but does anyone know the standard expression to replace text+wildcards with text and deletion of old values? I am using Notepad++
Example,
Search for: "stackable":/*/*/*/*
Replace with: "stackable": 15000,
It replaces it as it should but instead of removing the default value, the text is simply inserted before the value so it ends up looking like ""stackable": 150000, 64.0" -
Ithink I have expressed myself wrong. here's what I meant:
Example:
Code:{ "itemid": -1875000914.0, "shortname": "axe_salvaged", "displayName": { "token": "item_name_axe_salvaged", "english": "Salvaged Axe", "translated": "Salvaged Axe" }, "displayDescription": { "token": "item_desc_axe_salvaged", "english": "Useful for harvesting resources", "translated": "Useful for harvesting resources" }, "category": "Tool", "stackable": 100.0, "rarity": "Rare", "condition": { "enabled": true, "max": 1000000.0, "repairable": true }, "modules": [] },
"stackable": 100.0,
and
"max": 1000000.0,
The 100 is how much we can stack of this Item.
and the max Value 1000000 disables the durability.
This Values worked until the Update from 26.02.2015
After this Update the durability woks on but the stackable ist broken.
I hope you understand now what i wanted to say. (Sometimes Its not Easy to Post in English) -
items with condition can't be stacked, i can't change this behavior
-
[Oxide] 2:42 PM [Info] ItemConfig plugin failed to compile! Exit code: -1073741515
[Oxide] 2:42 PM [Info]
[Oxide] 2:42 PM [Info] Plugin failed to compile: ItemConfig (leaving previous version loaded)
this is my issue:O -
can you upload full oxide log?
-
This is the log from Gm0ney's server (I'm admin there)...
See attached.
NOTE: Seems any .cs file is what is being affected.Attached Files:
Last edited by a moderator: Mar 8, 2015 -
-
Looks like an issue with the compiler. All files in place? And can be run?
-
i think its actually the issue with my game host provider fpsplayers they are uploading the new file from github
is what im thinking
Oxide
Version: LATEST (Pulled from github) -
This is the core loading from FPSplayers - Oxide core v2.0.419...
But Oxide release is: v2.0.411
My 0.02 - Oxide rolled back, but we got the "glitched" version of oxide. -
Code:
4:24 AM [Info] c:\games\66_55_159_33_28026\ruste\server\oxide\plugins\ItemConfig.cs(32,14): warning CS0114: `Oxide.Plugins.ItemConfig.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword c:\games\66_55_159_33_28026\ruste\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning) c:\games\66_55_159_33_28026\1ruste\server\oxide\plugins\ItemConfig.cs(199,22): warning CS0114: `Oxide.Plugins.ItemConfig.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword c:\games\66_55_159_33_28026\ruste\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning) c:\games\66_55_159_33_28026\ruste\server\oxide\plugins\ItemConfig.cs(159,47): error CS1061: Type `Construction.Grade' does not contain a definition for `canRotate' and no extension method `canRotate' of type `Construction.Grade' could be found. Are you missing an assembly reference? c:\games\66_55_159_33_28026\uste\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error) c:\games\66_55_159_33_28026\ruste\server\oxide\plugins\ItemConfig.cs(332,27): error CS1061: Type `Construction.Grade' does not contain a definition for `canRotate' and no extension method `canRotate' of type `Construction.Grade' could be found. Are you missing an assembly reference? c:\games\66_55_159_33_28026\1ruste\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error)
Last edited by a moderator: Mar 8, 2015 -
old version upperking
-
ok my bad.
-
Has anything changed in the latest version. I am finding that I can no longer get stackable items especially wood, stones or metal_fragments 100,000, everything is set too 1,000.
I have downloaded the latest and deleted the 2 files out of the config yet have the same issue.
Cant seem to find the right variable to change to get e.g. 1000000 wood, stones and metal_fragments -
Can someone help me figure out how to make C4 harder to craft? I dont' want to mess with anything else but this and don't want this config to interfere with the "StackSizes" plugin.
-
I've tried tweaking the health of the building blocks, specifically the sheet metal tier, however the health does not update in-game and still shows 200/200. Is there a way to force it to display the current health in-game?
-
is this working after today's update ?