Author Topic: Work around: 100 item limit  (Read 2474 times)

It seems that since the big ol' update, the item limit has been restricted to 100

This is pretty troublesome for me, as since I host such a large build there are not only a lot of bricks, but a lot of items and 100 is just too few...

So my suggestion is pretty simple in theory: is there a possible work-around/could someone make a work-around?

Not sure how possible it is, however :/

You could make a print pack with icons of the items, then use addItem to give players the appropriate items.

I disagree Peejester, Kniaz is right.

have you tried setting it higher in the console while ingame?
I disagree Peejester, Kniaz is right.
you're disagreeing with something that is possible
and he never said kniaz was wrong
i think i'm missing something

Yes please.  I often use them just for display cases for players to click on.

Hm, I haven't tried using the console... What would the command be?

Try this.
Code: [Select]
$Pref::Server::Quota::Item = "NUMBER";

Gonna try it out now...


the problem we're encountering is a hardcoded per-player limit.

the server's limit is fine.

Try $Pref::Player::Quota::Item="number"; ?

just guessing here

That didn't work either :c

try force-applying items to the bricks with scripting ninja powers

or changing the trust to public/nonexistant and then doing so

I dislike anylimits to building. So I agree with you, raise the bar.

However, why was it limited in the first place.

try force-applying items to the bricks with scripting ninja powers

or changing the trust to public/nonexistant and then doing so

Neither work :/

We need a work around or patch