Thanks for the reply! I've had Stack Size Controller installed for months on the server and only recently had an issue. I also know it's a widely used plug-in which means it's probably something more than just that one piece of code. Sadly, since I'm using a hosting service, my access to logs is somewhat limited. What I get is an entry in gs_crash.txt (which is probably a host based file, and not generated by Rust) which says I've exceeded my max ram and it's killing my server.
I've found that if I delete all the plug-ins, config, data, and language files, I can get the server to crash within seconds of loading in the StackSize Controller plug-in with no matching config file. What i get in Log.Log.txt is:
Around the same time my Oxide_24-09-2016.txt gives me:Code:[09/24/2016 20:26:39] [Oxide] 20:26 [Info] StackSizeController was compiled successfully in 98ms [09/24/2016 20:26:39] [Oxide] 20:26 [Info] Loaded plugin Stack Size Controller v1.9.0 by Waizujin [09/24/2016 20:26:53] Command Line: ----boot info here----
So, I'm a loss as where to go from here, though I've posted the same info to my hosting company.Code:20:26 [Info] StackSizeController was compiled successfully in 98ms 20:26 [Info] Loaded plugin Stack Size Controller v1.9.0 by Waizujin 20:26 [Warning] [Stack Size Controller] Creating a new configuration file. 20:26 [Warning] [Stack Size Controller] Updating configuration file with new values. 20:26 [Info] Loading Oxide Core v2.0.2415...
Stack Size Controller [Moved]
Discussion in 'Plugin Support' started by AnExiledGod, Jun 29, 2015.
-
Hey,
My knowledge is limited but I suspect it's a coincidence.
If your recurring problem is the result of exceeding max memory allocation, then anything which causes immediate and predictable crash is not likely to be the same problem.
If your access to logs is limited then it's a little tricker but really what you'd need to do is monitor the console and the memory usage over time, under normal operating circumstances.
That is to say, put everything back the way it was and wait for it to crash, but take notes along the way.
I assume, since you didn't mention it, that you're not using LustyMap?
I have a "Vanilla" server with stacks and a few other cosmetic mods.
No issue there, either. -
No, not using LustyMaps. Should have mentioned it.
-
Hello, when are we going to have a update for new item or how to add it ???? Another plugin exist like that ???? I've allready seen other server stacked new item. Thanks
-
Code:
Oxide] 19:04 [Error] Failed to call hook 'OnServerInitialized' on plugin 'StackSizeController v1.9.0' (InvalidCastException: Cannot cast from source type to destination type.) [Oxide] 19:04 [Debug] at Oxide.Plugins.StackSizeController.OnServerInitialized () [0x00000] in <filename unknown>:0 at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 18, 2016 -
Code:
[Oxide] 20:02 [Error] Failed to call hook 'StackConsoleCommand' on plugin 'StackSizeController v1.9.0' (ArgumentOutOfRangeException: Argument is out of range. Parameter name: index) [Oxide] 20:02 [Debug] at System.Collections.Generic.List`1[ItemDefinition].get_Item (Int32 index) [0x00000] in <filename unknown>:0 at Oxide.Plugins.StackSizeController.StackConsoleCommand (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 18, 2016 -
I cant seem to get this mod to work for some reason, here's the error I get:
Code:> stackall [Oxide] 10:13 [Error] Failed to call hook 'StackAllConsoleCommand' on plugin 'StackSizeController v1.9.0' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 10:13 [Debug] at Oxide.Plugins.StackSizeController.StackAllConsoleCommand (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 18, 2016 -
Code:
Example: stackall 65000
-
Hallo zusammen, ich bekomme das Plugin nicht zu laufen. Habe mich damals mit dem Alte version ausgekannt aber hier blicke ich nicht mehr durch. Kann mir einer erklären wie ich dies einrichten.
Mfg Daniel -
Mit Dütsch kommste hier nich weit -
Lol. If you're not speaking English on the Internet, you're just not trying.
-
-
Hi,
You'll find StackSizeController.json in your config folder.
It's pretty simple once you see it.
Just change the numerical values to whatever you want, under 2,147,483,647.
Save, and reload your plugin.
I don't know if it's still an issue but I don't stack keys or items which can have skins, because the identity or skin is lost when stacked.
As I say...might be fixed by now, but just a headsup.Last edited by a moderator: Oct 18, 2016 -
Oops, misread what you said.
-
It looks like doors (and few other things) don't stack anymore...
Anyone seeing this? -
Dont know whats up, but I unloaded the plugin after the last update. Reuploaded it today with the latest release and OMG this is what went down in console.
Code:[Oxide] 15:03 [Info] StackSizeController was compiled successfully in 305ms [Oxide] 15:03 [Info] Loaded plugin Stack Size Controller v1.9.0 by Waizujin [Oxide] 15:03 [Warning] [Stack Size Controller] Creating a new configuration file. [BUNDLE] Not found in bundle: assets/content/ui/ingame/ui.item.dropped.anim.anim [BUNDLE] Not found in bundle: assets/content/ui/ingame/ui.item.dropped.controller [BUNDLE] Not found in bundle: assets/content/ui/ingame/ui.item.pickup.anim.anim [BUNDLE] Not found in bundle: assets/content/ui/ingame/ui.item.pickup.controller [BUNDLE] Not found in bundle: assets/content/ui/menu/ui.serverbrowser.item.controller [BUNDLE] Not found in bundle: assets/content/ui/ui.itemicon.shader [BUNDLE] Not found in bundle: assets/content/workshop/skin/ak47/digital camo/skin.ak47.digitalcamoak47.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/ak47/military camo/skin.ak47.militarycamoak47.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/ak47/temper/skin.ak47.temperedak47.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/rust nightmare - balaclava/skin.balaclava.nightmarebalaclava.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/scary burlap mask/skin.balaclava.burlapbrainsbalaclava.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/skin mask/skin.balaclava.skinmask.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/the necrophagus - balaclava/skin.balaclava.skinbalaclava.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/the rust knight/skin.balaclava.therustknight.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/valentines balaclava/skin.balaclava.valentinebalaclava.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/balaclava/zipper face/skin.balaclava.zipperface.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/bandana/creepy clown bandana/skin.bandana.creepyclownbandana.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/bandana/wizard bandana/skin.bandana.wizardbandana.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/beenie/winter deers/skin.beenie.winterdeers.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/box.wooden.large/ammo v2 wooden box/skin.woodstorage.ammowoodenbox.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/box.wooden.large/christmas storage/skin.woodstorage.christmasstorage.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/box.wooden.large/first aid green wooden box/skin.woodstorage.firstaidgreen.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/box.wooden.large/gun box - military green/skin.woodstorage.gunbox.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/burlap.shirt/skin.burlapshirt.piratevest&shirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/gloves.burlap/boxer's bandages/skin.burlapgloves.boxer'sbandages.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hat.bucket/medic helmet/skin.buckethat.medichelmet.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hat.bucket/wooden barrel bucket hat/skin.buckethat.woodenbucket.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hat.cap/friendly cap/skin.cap.friendlycap.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hat.cap/rescue cap/skin.cap.rescuecap.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/bchillz! hoodie/skin.hoodie.bchillzhoodie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/bloody hoodie/skin.hoodie.bloodyhoodie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/cuda/skin.hoodie.cuda87hoodie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/rhino/skin.hoodie.rhinocrunchhoodie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/safety crew/skin.hoodie.safetycrew.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/hoodie/skeleton hoodie/skin.hoodie.skeletonhoodie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/jacket/60's army snow jacket/skin.snowjacket.60'sarmyjacket.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/jacket/provocateur jacket/skin.jacket.provocateurjacket.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/jacket/salvaged shirt and coat with tie/skin.snowjacket.salvagedshirtandcoatwithtie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pants/blue track pants v.2/skin.pants.bluetrackpantsv.2.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pants/old prisoner pants/skin.pants.oldprisonerpants.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pants/punk rock pants/skin.pants.punkrockpants.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pistol.revolver/revolver outback/skin.revolver.revolveroutback.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pistol.semi/contamination pistol/skin.semiautopistol.contaminationpistol.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pistol.semi/halloween bat/skin.semiautopistol.halloweenbat.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pistol.semi/red shine/skin.semiautopistol.redshine.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/pistol.semi/semiauto pistol reaper note/skin.semiautopistol.reapernotepistol.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/rifle.bolt/bolt rifle dreamcatcher/skin.boltrifle.dreamcatcher.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/rifle.bolt/ghost bolt rifle/skin.boltrifle.ghostboltrifle.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/rifle.bolt/tundra bolt action/skin.boltrifle.tundraboltrifle.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shoes.boots/army boots/skin.boots.armyboots.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shoes.boots/bloody boots/skin.boots.bloodyboots.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shoes.boots/punk boots/skin.boots.punkboots.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shoes.boots/scavenged sneakers/skin.boots.scavengedsneakers.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shotgun.pump/pump shotgun chieftain/skin.pumpshotgun.pumpshotgunchieftain.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shotgun.pump/the swampmaster/skin.pumpshotgun.theswampmaster.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/shotgun.waterpipe/the peace pipe/skin.pipeshotgun.thepeacepipe.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/blue plaid sleeping bag/skin.sleepingbag.blueplaidsleepingbag.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/freshly dug grave/skin.sleepingbag.freshlyduggrave.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/merry christmas sleeping bag/skin.sleepingbag.astonchristmas.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/merry christmas/skin.sleepingbag.christmasbag.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/sleeping horror/skin.sleepingbag.horrorbag.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/tiger crown/skin.sleepingbag.tigercrownsleepingbag.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/sleepingbag/usa wood camo sleeping bag + dirt/skin.sleepingbag.woodcamosleepingbag.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/smg.thompson/santa's little helper/skin.thompson.santaslittlehelper.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt.long/christmas longtshirt/skin.longtshirt.christmasjumper.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt.long/creepy jack/skin.longtshirt.creepyjack.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt.long/lawman's shirt and vest/skin.longtshirt.lawman.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt.long/merry reindeer long t-shirt/skin.longtshirt.merryreindeer.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/argyle scavenger/skin.tshirt.argylescavenger.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/aztec long t-shirt/skin.longtshirt.azteclongt-shirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/baseball tshirt/skin.tshirt.baseballtshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/black skull&bones tshirt/skin.tshirt.blackskull&bonestshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/facepunch tshirt/skin.tshirt.facepunchtshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/frankensteins sweater/skin.longtshirt.frankensteinssweater.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/green checkered shirt/shirtgreen.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/hacker valley veteran/skin.tshirt.hackervalleyveteran.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/japanese murderer tshirt/skin.tshirt.murderertshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/missing textures full/skin.tshirt.missingtexturesfull.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/nightmare sweater/skin.longtshirt.nightmaresweater.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/ser/skin.tshirt.serwintertshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/shadowfrax/skin.tshirt.shadowfraxtshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/sign painter's long tshirt/skin.longtshirt.signpainter'slongtshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/smile t-shirt/skin.tshirt.smilet-shirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/target practice tshirt/skin.tshirt.targetpracticetshirt.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/varsity jacket/skin.longtshirt.varsityjacket.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/tshirt/vyshyvanka/skin.tshirt.vyshyvanka.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/unknown/farmer hat/skin.boonie.farmerhat.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/unknown/murica balaclava/skin.balaclava.muricabalaclava.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/unknown/rasta beenie/skin.beenie.rastabeenie.itemskin.asset [BUNDLE] Not found in bundle: assets/content/workshop/skin/unknown/rorschach skull/skin.balaclava.rorschachskull.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.beenie/black/hat.beenie.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.beenie/blue/hat.beenie.blue.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.beenie/green/hat.beenie.green.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.beenie/red/hat.beenie.red.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.cap/blue/hat.cap.blue.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.cap/forestcamo/hat.cap.forestcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.cap/green/hat.cap.green.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.cap/grey/hat.cap.grey.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hat.cap/red/hat.cap.red.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hoodie/black/hoodie.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hoodie/blue/hoodie.blue.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/hoodie/green/hoodie.green.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket.snow/jacket.snow.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket.snow/jacket.snow.woodland.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/blue/jacket.blue.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/desertcamo/jacket.desertcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/green/jacket.green.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/hunter/jacket.hunter.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/multicam/jacket.multicam.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/red/jacket.red.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/snowcamo/jacket.snowcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/jacket/urbancamo/jacket.urbancamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/pants/forestcamo/pants.forestcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/pants/jeans/pants.jeans.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/pants/snowcamo/pants.snowcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/pants/urbancamo/pants.urbancamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/shoes.boots/black/shoes.boots.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/shoes.boots/tan/shoes.boots.tan.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt.long/black/tshirt.long.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt.long/grey/tshirt.long.grey.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt.long/orange/tshirt.long.orange.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt.long/yellow/tshirt.long.yellow.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/black/tshirt.black.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/blue/tshirt.blue.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/flag.germany/tshirt.flag.germany.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/flag.russia/tshirt.flag.russia.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/forestcamo/tshirt.forestcamo.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/gmod/tshirt.gmod.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/red/tshirt.red.itemskin.asset [BUNDLE] Not found in bundle: assets/prefabs/clothes/tshirt/urbancamo/tshirt.urbancamo.itemskin.asset [Oxide] 15:03 [Warning] [Stack Size Controller] Updating configuration file with new values.
-
[DOUBLEPOST=1476912995][/DOUBLEPOST] -
could someone make me a config file to have unlimited stack sizes
-
The number 2,147,483,647 (or hexadecimal 7FFF,FFFF) is the maximum positive value for a 32-bitsigned binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., asint) in many programming languages, and the maximum possible score, money, etc. for many video games. -
Is there anyway, or any plugin, that can strictly modify the stack sizes in the small stash? We have some players who'd like to use it again, but we can't allow it because of the huge stack sizes for every other container.