stilnat

Results 14 comments of stilnat

I'd also like to use the parameter "cmstart" from the API, but I get the same result, it's simply ignored.

many methods in the project could use the mirrors tag [client] and [server], this would help to identify quickly which methods are running on the server and which are running...

After some discussion, it's obvious that we need to do that at some point, but we're going to keep the current system for now because develloping is faster currently. I'll...

> > > Why have Container interfaces at all? > > I mean - I am a great fan of Resident Evil. Managing 2D spaced inventories has always been one...

Another possibility would be to display items with their icons instead of the actual object, as @dcxgame (Flikr on discord) suggested. It could be interesting to consider if displaying the...

Since stacks are a thing, stacked objects should have a particular representation inside containers. That would limit the number of models represented inside a container. It could show as a...

I believe checking "3d bin packing" problems and algorithm to solve it could be very useful for our case. What we want is to display items in container with as...

@cosmiccoincidence I'm working on this one too, it'll be the second part of the container rework, can you assign me please ?

I agree with what's in the issue, that we should try and reduce the number of scripts related to containers. Script such as OpenableContainer only have a reference to the...

Okay thank you ! I'll try that