That's odd. I think I know how to fix this bug, I'll look into it :D
Viewing post in Law of the Cat God - Full Version comments
And I just had an error. I am unable to post a picture of the error as without a VPN I can't do that here. China problems always on the internet.
It didn't reset the game, but here is what it says:
An embedded page at v6p9d9t4.ssl.hwcdn.net says
An error occurred running the Unity content on this Page. See your JavaScript console for more info. The error was: RuntimeError: memory access out of bounds
Then loads more lines of similar stuff. I have no idea about all this tech stuff. I just play, watch, read and write. I leave the coding for others.
I also am not going to check my javascript console for more info as I don't really care.
OK. I am going out for the night. I will leave the game running as there is not much else I can do with it.
Maxed Blessings (again), Level 19 Throne Room, 1 billion Favor.
I am thinking that it might be nice if unspent Blessings had a passive effect. Now that I am firmly in the endgame, I have 608k blessings and growing which are pointless now. If each one gave a percent to something, things would be going much quicker now.
Anyway, at least you won't be pinged all the time for the next few hours!
Later...
One more thing. Purrcules has bugged out.
His level is currently at - 400000000000/9999
with earnings per second of -5E+52/s
Both numbers are gradually increasing, so hopefully it'll be fixed when I return.
He is level 19 in the throne room.
And he's back to normal again as making 5e+52 doesn't take long these days.
Anyway, another oddity to wonder about.
EDIT: Loads of my cats are doing it now. I guess the level is limited to that number just around 2.14 trillion which causes everything to go into minus numbers when it is reached. That needs to be changed or I will never see any more than Hairy and Meowruto's final messages.
Yes, I've read your story and it's quite remarkable how much effort you put into games :D
I would like to add an easter egg for you, I'm just not sure what kind of text I could use.
So far I've come up with the following:
"Knock knock!" - "Who's there?" - "Doc" - "Doc who?" - "docnutnut!" - "I don't get it."
But I can change that to something else, if you'd like :D
About the level barrier: I've just tested it out and there seem to be no issues with changing the type of variable. I don't know if you have any experience in programming, but I'll try to explain: there are certain variables, such as numbers, texts, etc. For the max levels, I've used a variable called "int", short for integer, which can display whole numbers from -2.14 trillion to 2.14 trillion (or 0 to 4.29 trillion, if you drop the negative sign). This can also be seen in 32-bit systems, as 2^32 equals about 4.29 trillion. So to increase the limit, I need to use variables that can display higher numbers. The largest number, that can be displayed, is 10^308 and can only be reached with the variable called "double", which not only displays whole numbers, but decimals, too!
I had feared that changing the type of variable would reset all levels back to 0, but after testing, it seems like the numbers were converted correctly.
It's your Easter Egg and your game. I am not going to decide what my cameo appearance looks like, that's the director's job.
Thanks though, I look forward to it whatever it may be.
My programming knowledge is low, but I like numbers and I get the whole problem with numbering in games. Back when I used to use Cheat Engine, the 2.14T limit was handy to know about. I didn't realise double went up to 10^308. I guess that's why games rarely go much higher than a centillion.