[Dominik][0.16.28] Loss of inventory slot filters
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
[Dominik][0.16.28] Loss of inventory slot filters
Now of course it's awesome that we can filter inventory slots now (thank's for that again), but those slots have some "persistency issues":
a) If the inventory size is reduced, then all filters from the removed section of the inventory are lost, even if the size is increased again afterwards. This happens for example when you have the bottom row of your inventory filtered and then (accidentally) take off your armor for a second.
b) On death all slot filters are lost.
I realize that preserving the filters on an inventory that no longer exists would probably be annoying to implement. But so is re-setting filters when they're lost :D. So it would be nice if this could somehow be fixed.
a) If the inventory size is reduced, then all filters from the removed section of the inventory are lost, even if the size is increased again afterwards. This happens for example when you have the bottom row of your inventory filtered and then (accidentally) take off your armor for a second.
b) On death all slot filters are lost.
I realize that preserving the filters on an inventory that no longer exists would probably be annoying to implement. But so is re-setting filters when they're lost :D. So it would be nice if this could somehow be fixed.
Re: [0.16.28] Loss of inventory slot filters
I fixed the filters not persisting through death. The other things I don't know on and will leave for one of the other devs to answer.
If you want to get ahold of me I'm almost always on Discord.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: [0.16.28] Loss of inventory slot filters
Thanks =). Armor is lost on death too though, so that kinda coincides. Hope someone will have the time.
Re: [0.16.28] Loss of inventory slot filters
Ok let me look into the other part.
Re: [Dominik][0.16.28] Loss of inventory slot filters
Would it make sense to link the filters to the armor? I could have 2 sets of armors with different filters. E.g. a weaker builder armor with lots of extra inventory slots and filters for tons of belts, inserters, ... And a stong fighter armor with few inventory slots filtered for weapons and ammo.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: [Dominik][0.16.28] Loss of inventory slot filters
The value of LuaControl.character_inventory_slots_bonus is also lost on death by the way, causing the same effect. (Tested via console)
Re: [Dominik][0.16.28] Loss of inventory slot filters
I understand the use case you are talking about, but I don't see how would the filters help anything practically.mrvn wrote:Would it make sense to link the filters to the armor? I could have 2 sets of armors with different filters. E.g. a weaker builder armor with lots of extra inventory slots and filters for tons of belts, inserters, ... And a stong fighter armor with few inventory slots filtered for weapons and ammo.
Technically it is not very simple because the armor does not have the inventory - it only alters the player inventory size.
Re: [Dominik][0.16.28] Loss of inventory slot filters
That's intended. All of the character-specific bonuses are erased on death. It's up to mods to restore them should they want to.eradicator wrote:The value of LuaControl.character_inventory_slots_bonus is also lost on death by the way, causing the same effect. (Tested via console)
If you want to get ahold of me I'm almost always on Discord.
Re: [Dominik][0.16.28] Loss of inventory slot filters
a) issue now solved.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: [Dominik][0.16.28] Loss of inventory slot filters
What i meant is: Even if a mod reinstated the slots_bonus in an on_player_respawned event, the filters would probably already be lost.Rseding91 wrote:That's intended. All of the character-specific bonuses are erased on death. It's up to mods to restore them should they want to.eradicator wrote:The value of LuaControl.character_inventory_slots_bonus is also lost on death by the way, causing the same effect. (Tested via console)
Yay! Does that include the situation above? I'm guessing the filters are now stored per character?Dominik wrote:a) issue now solved.
-
- Fast Inserter
- Posts: 141
- Joined: Wed Apr 26, 2017 11:29 pm
- Contact:
Re: [Dominik][0.16.28] Loss of inventory slot filters
Consider to make the player blueprintable or a way to export settings, including autotrash, requests and filters.
At least my filters are pretty the same on all games I play, so a way to easily copy the settings across savegames would be cool and would practically solve this problem.
At least my filters are pretty the same on all games I play, so a way to easily copy the settings across savegames would be cool and would practically solve this problem.
Re: [Dominik][0.16.28] Loss of inventory slot filters
This would allow to create "profiles" so we could save our filter settings as ex. builder, exterminator etc. and restore them via gui. ex. when I want to gather ore, plates etc and when I want to have all of that in autotrash. Would be seriously awesome.someone1337 wrote:Consider to make the player blueprintable or a way to export settings, including autotrash, requests and filters.
At least my filters are pretty the same on all games I play, so a way to easily copy the settings across savegames would be cool and would practically solve this problem.
Re: [Dominik][0.16.28] Loss of inventory slot filters
Feel free to add it to the suggestions forum topic. But honestly, even though I understand you, I think that only a handful of players are so advanced and deep that they would appreciate it and we still have a lot of work that can improve lives of nearly everyone.