This object is in archive! 

[Modding] Please add generatorSeed to IMyVoxelMaps.CreateProceduralVoxelMap

Benjamin Peddell shared this feedback 5 months ago
Not Enough Votes

Would it please be possible to add int generatorSeed = 0 to the following methods:


IMyVoxelMaps.CreateProceduralVoxelMap(int seed, float radius, MatrixD matrix, int generatorSeed = 0);

MyGuiScreenDebugSpawnMenu.CreateProceduralAsteroidStorage(int seed, float radius, int generatorSeed = 0);


This would allow mod creators (and possibly also spawning asteroids with the F10 spawn menu) to create asteroids that aren't only nickel and ice, as reported multiple times in the last few years:


[Modding] Spawning procedural asteroids have only ice and nickel


Manually spawned procedural asteroids still only contain ice and nickel.


Manually Spawned Procedural Asteroids spawn only ice and nickel

Leave a Comment
 
Attach a file