RNG tree seed log

Ello, I’m going to be cataloging decent RNG tree seeds
1271941: VERY good, j has tons of upgrades
9262007: h has a good upgrade, a bit tedious but good
I will add more in the replies.

3 Likes

4 is surprisingly good, I’m gonna try to get row 3

1 Like

I did a livestream of me playing like 20 RNG Trees, and the best seed I got was 2260. The very first layer was very powerful but unfortunately the 2nd row isn’t very good.

1 Like

SuperSpruce I really like incremental games

@SuperSpruce dude I actually found your channel I like it

The best seed I found was #333.

Appears the game stops at tier 5. While it might seem slow at first it’s the only seed I found that actually scales faster and faster each prestige. Once you get to tier 3, ignore the others but o. o has the single most powerful upgrade in the seed for sure. And tier 4 has an upgrade I’ve only seen in it! It divides the requirement of a tree by X. I got to tier 5 in a day, so it’s quite fast! Good Luck!

Note: if anyone finds out what tree “1” (on tier 5) does, let me know! I didn’t want to regrind again to find out.

youtube channel name?

Profile name

14 is very good,the 1st row is OP and the 2nd row makes 1st row better
(I reached row 3)

oh ok

Can rng trees have milestones? Without automation it gets tedious.

I have a better idea. Instead of searching for seeds in the game, why not look at how seeds are generated and devise a seed based off of how they generate to find the best seed, or create a bot that loads every seed, and then exports the code. Then, you can collect all the codes, and decode them, and then filter through the codes for certain things you want to see in the seed you want to play (e.g 5 point starts, lots of upgrades in the first layer, or powerful upgrades).

I think taking a minecraft seed finding approach to how the game works is better than just loading random seeds and hoping.

Minecraft seed finders use programs to run through millions of seeds to search for specific qualities, why can’t we do that here? If we can figure out how the game generates seeds, then we can code a robot that generates the seeds for us and runs millions of seeds at once and gives us the ones with certain qualities we pick.

That way, instead of 1 seed per 5 minutes, we get 1 seed per like 800 nanoseconds.

Actually, better yet, think of this! Make a github repository and just steal the seed generating code from the game and have it print out what the game would have spat out and you can devise the seed from that instead of retyping the code from scratch

We could mathematically find the perfect seed!

Also, has anyone tried removing the seed cap (999999999) so we can find seeds that don’t exist in the original? I see no issue with generating numbers up to 2^63-1.

I will look at the code and try to figure out how the game generates seeds and if I can think of numbers based on how it functions