I write a planet generator. All of the planets are the same to begin with, so realistically I can only generate “1” planet. Then I add one toggle which is random, if it’s on the planet will be completely water. I now have “2” planets. Now I add another toggle for one huge mountain, I can now generate “4” planets (dry,water,dry-mountain,water-mountain). Keep adding toggles, sliders and parameters until you have “trillions” of possible planets and you’re done.
The funny thing is that the changes are cumulative, so if I release a game that can generate X planets and I add a binary toggle I can now claim I added X planets to the game. If I add a slider from 0-9 then I added 10X planets. So since No Man’s Sky already had a giant number of planets, adding trillions of them could mean something as stupid as they added a new resource to the game so now every planet can have that resource in different amounts.
I thought I’d check which 2^N gets you to a trillion, it’s N=40. So you can have 40 parameters per planet and add one more, then suddenly you’ve created an extra trillion planets.
I write a planet generator. All of the planets are the same to begin with, so realistically I can only generate “1” planet. Then I add one toggle which is random, if it’s on the planet will be completely water. I now have “2” planets. Now I add another toggle for one huge mountain, I can now generate “4” planets (dry,water,dry-mountain,water-mountain). Keep adding toggles, sliders and parameters until you have “trillions” of possible planets and you’re done.
The funny thing is that the changes are cumulative, so if I release a game that can generate X planets and I add a binary toggle I can now claim I added X planets to the game. If I add a slider from 0-9 then I added 10X planets. So since No Man’s Sky already had a giant number of planets, adding trillions of them could mean something as stupid as they added a new resource to the game so now every planet can have that resource in different amounts.
I thought I’d check which 2^N gets you to a trillion, it’s N=40. So you can have 40 parameters per planet and add one more, then suddenly you’ve created an extra trillion planets.