galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

comments for Create Incremental

sort: go back

adoplayzz April 7, 2024
+27comment score: 27

yippie create incremental

developer response: yippie

Galaxy1 March 12, 2025
+20comment score: 20

So 1e80 BHV is an instant NaN....i beg you to fix this (UPVOTE)^^

Unexian gamedev April 18, 2024
+20comment score: 20

you can recurse in this game

galaxyuser63274 countest April 7, 2024
+9comment score: 9

Live on galaxy!!! Let's go!!!

Len923 April 7, 2024
+7comment score: 7

Clicked the Machiçne upgrade before I had e9, immediately NaN'd the money layer. Hooray!

developer response: That was a bug from my strange coding that I have fixed now (you might need to Hard Reset)

_pq_ January 19, 2025
+7comment score: 7

Getting NaN crashes every time

thetouchoftism October 19, 2024
+6comment score: 6

rahhh how do i get these silly secret achievements

tristan countest April 8, 2024
+6comment score: 6

this game is a facade, it's not actually about making money, printing money leads to the dollar having LESS value! don't believe everything you see on the internet kids--oh look a money printing machine

developer response: the game isn't about printing money, it's about printing '$', a completely separate material used in the production of printers. the printers made with '$' do print money though

Ltlandpa October 19, 2024
+5comment score: 5

Sold Out Challenge actually appears to only require 1e30 RP, not 4e36.

Galaxy1 March 12, 2025
+5comment score: 5

Can't buy max in dark matter. you get NaN'ed

Alvemaster February 28, 2025
+5comment score: 5

Game is done well but it´s filled with NaN moments which will brick your save. I can´t recommend it because of that

stel346 January 14, 2025
+5comment score: 5

keep getting an error pop up when using the buy max button for Dark matter - "Invalid value found in player, named 'points'. Please let the creator of this mod know! You can refresh the page, and you will be un-NaNed." (refresh doesn't fix it)

thetouchoftism October 28, 2024
+5comment score: 5

money bot ain't working..

galaxyuser63274 countest April 13, 2024
+4comment score: 4

(v0.3.0.3) Physically unable to complete challenges

developer response: I'm working on it

speedmaster24 countest May 24, 2024
+4comment score: 4

Because we all need it, how to get secrets By the way i'll try to avoid spoilers in the challenges
Can't escape IRS: So long as you know who the IRS is this secret will be obvious on where to get it.
Blinded: better hint: blind yourself with the game.
Backup: This one is easy and obvious

Biroulik May 15, 2024
+4comment score: 4

I got NaN issue with buy max of EM, but it is possible to buy all the buyables manually without causing NaN

arglbargl April 11, 2025
+4comment score: 4

Hey, the NaN problem for 'Buy Max' in Dark Matter is caused by dividing by zero in the buyMax function (buyMax.JS line 287-288):

buyBH1 = player.DM.points.max(1).log(10).div(Decimal.max(1).log(1000, 10)).max(1).log(10).div(Decimal.max(1).log(1.1, 10)).floor()
buyBH2 = player.DM.points.max(1).log(10).div(Decimal.max(1).log(1000000, 10)).max(1).log(10).div(Decimal.max(1).log(1.4, 10)).floor()

the div(Decimal.max(1).log(1000, 10)) is what's problematic: log(1000,10) or log(10000000,10) evaluate to 0, so then you're dividing by zero!

I had AI rewrite this function and it fixes the NaN at least. (it used an iterative approach to figuring out how much one can buy; exponential search then binary search; properly calling the layers.BH.buyables[ID].cost(amount) function rather than this big ol mess of dividing by zero)

marvel March 8, 2025
+4comment score: 4

I got NaN'ed in dark matter how can i fix this?

miserygal January 7, 2025
+4comment score: 4

I'm not sure if this is just me but this game is... really slow.
Maybe I'm just too early into the game but right now it's just a long rebirth timewall waiting for enough to get more super rebirths.. with nothing to achieve in this time frame.

Ridley1310 April 7, 2024
+3comment score: 3

good short game, hope there's more to come