Alt mode for 1x1 loaders

by Quezler

Shows the filters in alt mode as you would expect.

Utilities
1 year, 6 months ago
1.1
574

g Area-cloned entity causes redundant creation of container

1 year, 6 months ago

In SE, cloning is done using clone brush method. This has led to redundant containers on a spaceship every time it is cloned by SE, due to your created_entity handler creating a new container whenever a loader + container is cloned. Due to the impossibility of knowing whether an area or only an entity is cloned, I suggest listening to cloned container events and destroy cloned container whenever its cloning event is received.

1 year, 6 months ago

Yes, i did already run into this myself and have yet to write a proper fix, for the time being i did introduce a command to force re-initialization of the mod to get rid of any (excess) loaders on spaceships: https://github.com/Quezler/glutenfree/commit/8f47398576d6a4fff63171229997207485720fcd

1 year, 6 months ago

I do already have cloning handling technology available @ https://github.com/Quezler/glutenfree/blob/ac26e1479d81b717294247a538606107824b2f18/mods/glutenfree-se-spaceship-juicebox/scripts/juicebox.lua#L65, but since its currently impossible to prevent containers from counting against container integrity (since SE doesn't have an api for that) i'm avoiding them on spaceships alltogether at the moment in my run, hence i didn't really feel any need/pressure to update this mod yet, i'm even considering to just disable the indicators on spaceships alltogether

New response