Picker Extended Version

by Nexela

Enhances the players pipette tool with features such as quick blueprints, quick planners, ghost reviving, entity moving, orphan finding and more

3 years ago
0.14 - 1.1
23.7K

g Why is this incompatible with Space Exploration?

5 years ago

Why is a quality of life mod incompatible with Space Exploration? I really like the ability to craft an object I'm hovering over with Alt+Q, but there's no other mod that offers this.

=\

5 years ago

You would have to ask at space exploration.

5 years ago

They don't have a forum. All discussion is directed to discord. I went ahead and deleted everything in picker extended except the Alt+Q crafting feature, and it works. :)

3 years ago

Hey, I know this was from ages ago, but how did you "delete everything" to make this compatible?

did you have to delete specific files inside the mod's directory? disable things in the config files?

3 years ago

This mod is incompatible because there's scripts in this mod that make false assumptions about the structure of a player.

For example, scripts/reviver.lua 46-47 reads:

    local stack = player.cursor_stack
    if stack.valid_for_read then

However, it is not necessarily the case that stack is not nil; in this case, PickerExtended will throw an error. This particular error can be fixed by replacing line 47 with the following:

    if stack and stack.valid_for_read then

However, until and unless all such false assumptions leading to errors are fixed, PickerExtended is incompatible with Space Exploration.

2 years ago

Never realized this was incompatible with Space Exploration 😅 We've been running it in our latest mod setup with SE and the last one with K2+SE and yes we get a crash in scripts/reviver.lua whenever someone gets run over by a train or dies for other reasons, but its mostly an annoying error message.
We have inventory tools as well, and I haven't seen any issues with SE there either 🤷

2 years ago

there is a bug in that you can add free modules through satellite view too, apparently.

New response