guys is there any solve for this problem
is there plugin with LUA or .py ?
Solved Stack sizes
Discussion in 'Plugin Requests' started by [EHJ] 1776, Feb 5, 2015.
-
You can use my version of lua's equvalent when i created it for linux (before latest oxide updates with linux support for csharp).
http://oxidemod.org/threads/stack-sizes.6732/page-4#post-69862
Code:PLUGIN.Title = "Stack Sizes Lua" PLUGIN.Description = "Lua equvialent for stack sizes" PLUGIN.Author = "AlexALX" PLUGIN.Version = V(0, 0, 1) PLUGIN.HasConfig = falsefunction PLUGIN:OnServerInitialized() self:SetStackSizes(); endfunction PLUGIN:SetStackSizes() local tbl = { ["bone_fragments"] = 2000, ["charcoal"] = 1000, ["cloth"] = 2000, ["fat_animal"] = 2000, ["gunpowder"] = 2000, ["lowgradefuel"] = 2000, ["metal_fragments"] = 2000, ["metal_refined"] = 2000, ["paper"] = 2000, ["stones"] = 3000, ["sulfur"] = 2000, ["sulfur_ore"] = 3000, ["metal_ore"] = 3000, ["wood"] = 3000, } for k,v in pairs(tbl) do local item = global.ItemManager.CreateByName(k,1); item.info.stackable = v; end end
-
now just i create new file
and paste the code in it
then save it with .lua format
?
thank you alot -
Yes save as .lua and it should work. Also edit stack values for what you need.
-
i check my email now and i see refund for me from Multiplay
and now i will take detect server "linux"
to have full access
and should the plugin work .cs and .lua ? -
Also restart server. or you can add this so no required to restart:
Code:function PLUGIN:Init() self:SetStackSizes(); end
-
-
For now yes, i don't think that there is linux hosters for rust at all because of lack native support. It will be at some day, but probably not soon (year or so).
-
do you know the Server specifications for 100 player ?
to rent win for 100 player ^_^ -
No, because i never rent servers (for what if i have own
).
Anyway good luck with searching! -
Hey
Can anyone recommend a good plugin for changing the default stack size of things like stone and wood or is there a way to do this via the default server config files? -
Wulf Community Admin
Searching is the key!
Remember to keep it simple when searching, such as "stack size" or "stack sizes", which would both return the below results.
http://oxidemod.org/resources/betterloot.828/
http://oxidemod.org/resources/stack-sizes.812/ -
Hey, I've spent forever trying to find a good infinite stacks plugin that works but I am at a loss here, please help. Thanks
-
Wulf Community Admin
You won't be able to stack infinitely, there is a limit. Stack Sizes works fine though.
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Thanks
-