Thanks for fixing it. :-) Much better now ;-)
Very nice game. Keep it up!
Hmm, the game looks very promising. The screenshots show that it could be good. But: I've restarted many times and haven't had a single tree to place my lumbermill next to. No trees, no income, and without income, I can't progress. Stones appeared occasionally... but no trees. Am I doing something wrong, or do I just not understand the game?
Never tried.
If you get it to work with one cookie it's maybe worth a try.
---snip---
ms = new MemoryStream();
xmls.Serialize(ms, gd);
var helpcvalue = Encrypt(Encoding.UTF8.GetString(ms.ToArray()));
ms.Close();
try
{
int helpcvallength = helpcvalue.Length;
int helpcvalAnzahl = (helpcvallength / 4000);
string[] helpcvalsplit = new string[helpcvallength];
setCookie(gd.GameName + "A", (helpcvalAnzahl + 1).ToString(), 500);
for (int i = 0; i < helpcvalAnzahl; i++)
{
helpcvalsplit[i] = helpcvalue.Substring(i * 4000, 4000);
setCookie(gd.GameName + i.ToString(), helpcvalsplit[i], 500);
}
helpcvalsplit[helpcvalAnzahl] = helpcvalue[(helpcvalAnzahl * 4000)..];
setCookie(gd.GameName + helpcvalAnzahl.ToString(), helpcvalsplit[helpcvalAnzahl], 500);
RetVal = "Cookie OK: " + gd.LastSaveTime;
}
catch (Exception)
{
---snap---
Still love your game and look forward to future expansions.
Three small notes...
Sometimes you go negative when buying with “Buy Max”. (See screenshot) Maybe your formula is missing a -1 or there is a rounding problem.

The buy all button in the main UI would be more pleasant for me if it were under the purchase type selection (screenshot)
With the Gift prestige you lose the Favor Buy All button, which is a bit annoying because you then have to do everything manually again until the first Favor prestige.
But again: A wonderful game, great graphics and you can see the love you put into the development! Thank you for that!!
Thanks for your comment.
I am very happy that you liked the game.
After playing all reincarnations, they will be chosen randomly.
So the game goes on (theoretically) endlessly. With more bonus and higher requirements.
However, you should continue with your current reincarnation until you have exhausted everything. Then it goes very, very quickly to prestige.
You have to see that once. :-)