All procedureal asteroids spawned from the F10 menu with random and manually entered seeds and with varying sizes have ice and nickel, but never any other ore type.
[Modding] Spawning procedural asteroids have only ice and nickel
Reported
When spawning procedural asteroids via modding API, the asteroids always have ice or nickel.
Expected
You can find all ores among the asteroids, just like with vanilla asteroids.
The code
MyAPIGateway.Session.VoxelMaps.CreateProceduralVoxelMap(seed, radius, matrix);This has been reported multiple times in the past several years regarding spawning procedural asteroids from within the game. So this may be related to those issues. Regardless, it is a problem and has been for at least 2 years.
Access denied
I have the same bug
Please, could someone look over this bug again? It has been more than half a year after this post.
It seriously hinders the ability to build custom maps without procedural asteroids turned on.
Please, could someone look over this bug again? It has been more than half a year after this post.
It seriously hinders the ability to build custom maps without procedural asteroids turned on.
Hello, hobobot,
thanks for sharing your issue with us. It was successfully reproduced and thus put into our internal system.
Kind Regards
Keen Software House: QA Department
Hello, hobobot,
thanks for sharing your issue with us. It was successfully reproduced and thus put into our internal system.
Kind Regards
Keen Software House: QA Department
Just ran into this problem, it still hasn't been fixed.
Just ran into this problem, it still hasn't been fixed.
I too have just ran into this bug,
I too have just ran into this bug,
Hello, Patrick Heney,
thank you for contacting us. The issue has been reported it into our internal system.
Kind regards,
Keen Software House: QA Department
Hello, Patrick Heney,
thank you for contacting us. The issue has been reported it into our internal system.
Kind regards,
Keen Software House: QA Department
Can confirm, I reported this years ago via both the in-game bug reporting tool, which I guess no longer works, and by email, which I guess is no longer read... XD
This bug has been preventing me from enjoying Space Engineers for years.
Can confirm, I reported this years ago via both the in-game bug reporting tool, which I guess no longer works, and by email, which I guess is no longer read... XD
This bug has been preventing me from enjoying Space Engineers for years.
I seriously love this game, BUT, Please for the love, please dont just write automatic responses. This bug has been reported several times over the past few Years. How long is this in ur "internal system" ? Do you guys need another 4 years or more to actually consider this? This is just another example of bugs beeing ignored. It feels wrong tbh
I seriously love this game, BUT, Please for the love, please dont just write automatic responses. This bug has been reported several times over the past few Years. How long is this in ur "internal system" ? Do you guys need another 4 years or more to actually consider this? This is just another example of bugs beeing ignored. It feels wrong tbh
It's been 4 years since this was reported and it still hasn't been fixed or replied to a second time.
In this same time there has been 8 paid DLC releases. I've been playing this game for years, and every time I come back not a single bug I've encountered has been fixed, but there's always a new DLC.
It's been 4 years since this was reported and it still hasn't been fixed or replied to a second time.
In this same time there has been 8 paid DLC releases. I've been playing this game for years, and every time I come back not a single bug I've encountered has been fixed, but there's always a new DLC.
I'd like to confirm that the issue reported 4 years ago still persists. Procedurally generated asteroids manually spawned from the F10 menu continue to contain only ice and nickel, with no other ore types. Changing seeds and sizes doesn’t make any difference—the result is always the same.
I'd like to confirm that the issue reported 4 years ago still persists. Procedurally generated asteroids manually spawned from the F10 menu continue to contain only ice and nickel, with no other ore types. Changing seeds and sizes doesn’t make any difference—the result is always the same.
Dear Keen SWH QA: This bug and its duplicates (as seen in "Similar Topics") now have 56 upvotes. Please take a look at the issue.
Dear Keen SWH QA: This bug and its duplicates (as seen in "Similar Topics") now have 56 upvotes. Please take a look at the issue.
Dev comments on other identical bug reports say this was added to their system 4 years ago and still hasn't been fixed.
As another poster said, this bug reached over the "50" required reports to be put into some form of priority 6 months ago.
I know this only affects certain players but really this shouldn't have been that hard to fix, especially since Keen was able to reproduce it...
I purchased Space Engineers for myself and a few friends, and faithfully bought every released expansion, but at this point I'm seriously considering not buying SE2 if this is the kind of support that I can expect.
This bug literally killed my enjoyment of Space Engineers years ago, as I wanted to use the planetary system generator to make a complex custom star system, and THAT tool relies on this method of generating an asteroid.
Dev comments on other identical bug reports say this was added to their system 4 years ago and still hasn't been fixed.
As another poster said, this bug reached over the "50" required reports to be put into some form of priority 6 months ago.
I know this only affects certain players but really this shouldn't have been that hard to fix, especially since Keen was able to reproduce it...
I purchased Space Engineers for myself and a few friends, and faithfully bought every released expansion, but at this point I'm seriously considering not buying SE2 if this is the kind of support that I can expect.
This bug literally killed my enjoyment of Space Engineers years ago, as I wanted to use the planetary system generator to make a complex custom star system, and THAT tool relies on this method of generating an asteroid.
I was one of the people to report the bug before topics were merged. I just wanted to say that the root cause is because the random seed for ore generation is dependent on an XYZ coordinate. However, when spawning manually, that XYZ is always 0,0,0
Super easy fix. Just generate a different seed if XYZ is zero. Or use the character's position.
I was one of the people to report the bug before topics were merged. I just wanted to say that the root cause is because the random seed for ore generation is dependent on an XYZ coordinate. However, when spawning manually, that XYZ is always 0,0,0
Super easy fix. Just generate a different seed if XYZ is zero. Or use the character's position.
Replies have been locked on this page!