okay, there seems to be a bug? after dragging like 200k stones, theres only 5k and like 195k left in the main stack, so then i gotta drag that again, its a problem for my players atm, what's the go?
[DOUBLEPOST=1435911381][/DOUBLEPOST]needs an update, new rust update.
stacks not working.
Stack Size Controller [Moved]
Discussion in 'Plugin Support' started by AnExiledGod, Jun 29, 2015.
-
Hi AnExiledGod, just a heads up, the newest patch just broke the stacks for wood, stones, bandages (to name a few)
-
-
Alright, I'm working on my server, but I'll look into this ASAP.
[DOUBLEPOST=1435942679][/DOUBLEPOST]Stack sizes are working for me. Could you delete your config and reset your values? -
by chance do you know what the shortname/friendly name for the new mine is? I want to do an Item.Giveplayer the BP
I don't see it in the list if items.
thanks! -
Is there no way to make changes in game with this? Like the old one? I can't even find a config file.
Can you not write directions for people trying to figure this out without programming knowledge? -
No programming knowledge is needed. Make sure your using the latest version and it should create the config. -
I have a suggestion. Is it possible to get Building Grade plugin? there was one a while ago, but nobody did an update on it & I loved it
-
-
okay, there seems to be a bug? after dragging like 200k stones, theres only 5k and like 195k left in the main stack, so then i gotta drag that again, its a problem for my players atm, what's the go?
@AnExiledGod
Pls respond.
I've wood and all that set to 1,000,000 because of the gather rate. -
One question, the stacking works just fine, BUT when i do split it and try to re-stack it, it doesn't work?
-
-
[DOUBLEPOST=1436296150][/DOUBLEPOST]Is the config the same as ItemConfig if it's based off that? I ask because the ItemConfig plugin is kind of a pain. Great plugin but everytime there is any tweak to the game I spend tons of time setting ALL the items back to my stack values. Was hoping to see if this was just stack sizes or maybe if there were a var you could use (have the option) to set ALL the stack sizes the same?
Thanks -
ChangeCode:Config[item.displayName.english] = item.stackable;
Code:Config[item.displayName.english] = 65000;
Code:item.stackable = (int)Config[item.displayName.english];
Code:item.stackable = 65000;
But be warned. This is not an advised method, it could potentially break the plugin, and it will be overwritten during the next update.
Now, there are 2 things to keep in mind here.
- The plugin SHOULD update config files correctly. I can't guarantee this since I have no way of testing this properly until update day when they add new items (if they add new items)
- A way around this potentially breaking during the update is when you go to upgrade, copy your config file (make a backup just in case) then upload the new update or reload the plugin, a new config will be created with the current stack sizes already set.
I hope I explained that well, it's kinda hard to explain.
I will however look into adding a command to change stack sizes in-game for individual or all items. Additionally, after this next update, if new items are added I will test to make sure the config updates correctly, and if it does not, have a fix out the same day.
That being said, I am 95% sure that it will add new items on the go without causing any issues. -
Thanks!
-
-
do you have to have the itemconfig plugin?
-
-
-
You're awesome!
This plugin works great for me, I finally was able to replace StackSizes. I really hope you plan to keep this updated.