The abort mechanism of the spaceship is not functioning properly.

Bugs that are actually features.
yumie
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Oct 21, 2024 8:15 pm
Contact:

The abort mechanism of the spaceship is not functioning properly.

Post by yumie »

As shown in the spaceship setup below, I’ve also discussed this issue with others, and everyone has generally confirmed that the setup should be correct. The spaceship is supposed to depart to pick up cargo, but it keeps staying in place. I'm not sure where the problem lies. If necessary, I can upload a saved file to help identify the issue.
Attachments
屏幕截图 2024-11-08 180644.png
屏幕截图 2024-11-08 180644.png (752.07 KiB) Viewed 411 times
mmmPI
Smart Inserter
Smart Inserter
Posts: 4035
Joined: Mon Jun 20, 2016 6:10 pm
Contact:

Re: The abort mechanism of the spaceship is not functioning properly.

Post by mmmPI »

a save game would help understanding the settings from the picture
a log file would indicate the version of the game and settings when it happens
yumie
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Oct 21, 2024 8:15 pm
Contact:

Re: The abort mechanism of the spaceship is not functioning properly.

Post by yumie »

This is my gameplay save file. I hope you can identify the specific issue.
mmmPI
Smart Inserter
Smart Inserter
Posts: 4035
Joined: Mon Jun 20, 2016 6:10 pm
Contact:

Re: The abort mechanism of the spaceship is not functioning properly.

Post by mmmPI »

yumie wrote: Fri Nov 08, 2024 11:07 am This is my gameplay save file. I hope you can identify the specific issue.
I think i understand the issue : the condition is attempting to read a circuit value, but the platform is not configured to read from circuit, only from inventory.

If you add this box, it will work because circuit value will be detected as 0, and not "missing" :
circuit_count_need_send_platform.jpg
circuit_count_need_send_platform.jpg (544.19 KiB) Viewed 353 times


Other option is to change interrupt to "item count", and not "circuit" :
read_item_count.jpg
read_item_count.jpg (104.26 KiB) Viewed 353 times
hope this help
yumie
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Oct 21, 2024 8:15 pm
Contact:

Re: The abort mechanism of the spaceship is not functioning properly.

Post by yumie »

mmmPI wrote: Fri Nov 08, 2024 2:17 pm
yumie wrote: Fri Nov 08, 2024 11:07 am This is my gameplay save file. I hope you can identify the specific issue.
I think i understand the issue : the condition is attempting to read a circuit value, but the platform is not configured to read from circuit, only from inventory.

If you add this box, it will work because circuit value will be detected as 0, and not "missing" :

circuit_count_need_send_platform.jpg



Other option is to change interrupt to "item count", and not "circuit" :

read_item_count.jpg

hope this help
I suddenly realized it! You’re really attentive. Some friends and I basically overlooked this simple issue. Thank you so much! To verify it, I even got out of bed in the middle of the night to log into the game and check (haha :-D). Thanks again!
Post Reply

Return to “Not a bug”