this post was submitted on 29 Jan 2025
183 points (96.9% liked)
Games
17247 readers
377 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
And that's assuming just toggles, if each parameter has 10 levels you only need 12, then add one toggle and you get trillions. Heck, I can name 12 parameters that have at least 10 different values off the top of my head:
Congrats, if you now add a does the planet rotate toggle you've created trillions of planets.