Bandy
Member-
Posts
9 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Bandy
-
Hello sir. I have a question...:) first let me explain my situation. ive made a custom electrical branch with its own shortname and the parent item shortname is electrical.branch. item is created OK, i can place it normally too, but as soon as i pick it up with hammer it goes back to normal electrical branch, not custom one that ive made and placed. am i doing something wrong, or does the plugin not support this kind of stuff? this is how data file looks like: "custom.branch": { "Shortname": "custom.branch", "ParentShortname": "electrical.branch", "ItemId": 1045412014, "IconFileId": 0, "UseIconUrl": false, "IconUrl": "", "SkinId": 0, "DisplayName": "Custom Electrical Branch", "Description": "", "MaxStackSize": 5, "Category": "Misc", "Flags": 0, "StartOnFire": false, "Repairable": false, "Craftable": false, "DefaultBlueprintUnlocked": false, "WorkbenchLevelRequired": 3, "BlueprintIngredients": "", "StaticOwnerships": "" } Thanks!
-
- 277 comments
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack
-
Hello. anyone else having issue after the update? when placing a planter, player gets disconected. error: MissingFieldException: Field not found: bool ProtoBuf.CreateBuilding.isSnapped Due to: Could not find field in class and error when plugin is loaded: Failed to call hook 'OnServerInitialized' on plugin 'UltimateIndustrialFarm v1.5.1' (TypeLoadException: Could not resolve type with token 010001d3 from typeref (expected class 'ProtoBuf.PerformanceReport' in assembly 'Rust.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')) at (wrapper managed-to-native) System.Reflection.MonoMethodInfo.get_method_info(intptr,System.Reflection.MonoMethodInfo&) at System.Reflection.MonoMethodInfo.GetMethodInfo (System.IntPtr handle) [0x00000] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Reflection.MonoMethodInfo.GetDeclaringType (System.IntPtr handle) [0x00000] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Reflection.RuntimeMethodInfo.get_DeclaringType () [0x00000] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at MonoMod.Utils.Extensions.Is (Mono.Cecil.MemberReference mref, System.Reflection.MemberInfo minfo) [0x0008f] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.ReflectionHelper+<>c__DisplayClass20_0.<_ResolveReflection>b__23 (System.Reflection.MethodBase m) [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0003f] in :0 at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in :0 at MonoMod.Utils.ReflectionHelper._ResolveReflection (Mono.Cecil.MemberReference mref, System.Reflection.Module[] modules) [0x008fc] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.ReflectionHelper.ResolveReflection (Mono.Cecil.MemberReference mref) [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils._DMDEmit.Generate (MonoMod.Utils.DynamicMethodDefinition dmd, System.Reflection.MethodBase _mb, System.Reflection.Emit.ILGenerator il) [0x005f2] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DMDEmitDynamicMethodGenerator.GenerateCore (MonoMod.Utils.DynamicMethodDefinition dmd, System.Object context) [0x00342] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DMDGenerator`1[TSelf].Generate (MonoMod.Utils.DynamicMethodDefinition dmd, System.Object context) [0x00013] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) [0x00149] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DynamicMethodDefinition.Generate () [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.MethodPatcher.CreateReplacement (System.Collections.Generic.Dictionary`2[System.Int32,HarmonyLib.CodeInstruction]& finalInstructions) [0x006a4] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x00059] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.PatchProcessor.Patch () [0x000fc] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.Harmony.Patch (System.Reflection.MethodBase original, HarmonyLib.HarmonyMethod prefix, HarmonyLib.HarmonyMethod postfix, HarmonyLib.HarmonyMethod transpiler, HarmonyLib.HarmonyMethod finalizer) [0x0002a] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at Oxide.Plugins.UltimateIndustrialFarm.OnServerInitialized () [0x0039d] in :0 at Oxide.Plugins.UltimateIndustrialFarm.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00c87] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0
- 277 comments
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack
-
- 307 comments
-
- #bradley
- #bradleyapc
- (and 14 more)
-
- 277 comments
-
- 1
-
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack
-
- 277 comments
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack
-
- 277 comments
-
- 1
-
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack
-
- 277 comments
-
- #industrial storage adaptor
- #expand storage adaptor
-
(and 44 more)
Tagged with:
- #industrial storage adaptor
- #expand storage adaptor
- #farming automation
- #dung composer
- #horse dung collector
- #splitter
- #composter split
- #auto split
- #chicken coop
- #hitch & trough
- #beehive
- #furnace
- #drop box
- #planter box
- #small generator
- #composter
- #mixing table
- #cooking workbench
- #recycler
- #auto turret
- #sam site
- #flame turret
- #shotgun trap
- #snow machine
- #chicken coop auto pet
- #chicken coop sunlight
- #beehive customization
- #beehive growth rate
- #beehive production speed
- #beehive production multiplier
- #beehive xp increase
- #eggs production speed
- #industrial conveyor customization
- #industrial customization
- #planter box automatic seeding
- #planter box automatic harvest
- #special seeds
- #seeds
- #eggs auto hatching
- #instant grow
- #custom genetics
- #fertilize plant
- #gene
- #genetic
- #mining quarry
- #pump jack