Changing point generation when first starting the game

Hi everyone, this is my first post here. I love what all of you have done with TMT.

What would be the best way to change the point generation when starting the game after a hard reset? For example, how could one set it up so points would not grow at all until the first upgrade is purchased? Or change the starting point growth rate?

make canGenPoints return true (in mod.js)

1 Like

under mod.js, find function getPointGen() { and make it return different amounts in decimal

1 Like