Eneas


Above the clouds of Nauvis lies the ancient moon Eneas. Not only does it hold secrets concerning the history of this star system, it is also home to an enigmatic machine called unit-05. Eneas does not modify vanilla content, only adds new items and recipes. It also contains improvements to early game progression and a database for factorio lore enthusiasts. >0.6.11 should fix multiplayer issues but keep me updated

Content
4 days ago
2.0
5.83K
Planets

b [Solved] Debris spawn stops altogether

2 months ago
(updated a month ago)

Partly duplicate with https://mods.factorio.com/mod/moon-eneas/discussion/69fd83349c85b7f01950973b, but I think it worth elaborating:


In-game description says that the debris crashing will "pause" after the 80 limit is reached, but even after the amount of the debris is reduced to well below 80, the spawn does not resume. This means that, if the player does not collect sufficient artifacts to unlock Eneas itself before hitting the limit for even once, it will be impossible to do any Eneas research without starting a new save.

Updates: I've investicated your code and find the cause: you registered the event "on_robot_mined_entity" twice: once in events.lua, and once in radar.lua; according to the API doc, the registration in events.lua will be overwitten. As a result, if the player reaches the debris limit, and mines every existing debris with robot, the re-enabling of the debris spawn will not be triggered, and the player will no longer be able to obtain any weathered artifact before going to Eneas. This can be resolved simply by changing the registered event in events.lua to "on_robot_pre_mined".

8 days ago

well.. ive tried this but its still refusing to spawn any debris.. guess i really have to wait until i reach eneas..

4 days ago

Hey there! Thanks for bringing this to my attention. Currently have a big backlog of issues to work through but this should be easy enough to include

4 days ago

This should be fixed with updates 0.6.11 and 0.6.12. There is no duplicate event registration anymore. Marking as solved until further notice

4 days ago

well.. Ive updated the mod and let the game run for over half an hour and there where still 0 debris spawns..
is there a command to force one debris spawn?

4 days ago
(updated 4 days ago)

You need to mine some debris, that will reenable the system. Specifically mining enough debris so that it goes under the map limit of 80 pieces

4 days ago
(updated 4 days ago)

i have exactly zero.. that means, i cant mine any. I would need to force spawn at least one debris, so that i could mine it and start the cycle again..

4 days ago

you can type /debris-crash to manually trigger the event

3 days ago

yeah, now its fixed. thx for this fix :D

New response