A lot of people have this problem. When I play the game and click the „factory-button“ the next chart shows up. I use this code: document.getElementById("p1").style = "visibility: show";
document.getElementById("p3").style = "visibility: show";
document.getElementById("p2").style = "visibility: hidden";
p1 + p3 = the new chart. p2 = the button.
Is something wrong with it?
Agreed. I'm trying 'Open Development' with Castles, so users get to play it through ALL of the stages of development and provide feedback as it's created. The main components that are on display right now are the character creation system and the dialogue system. Hopefully those worked well for you and were intuitive?
Next update should allow you to actually control taxes and recruit for The Watch and your militia. After that comes monster hordes, attacking other kingdoms, and plotting assassinations - there's marriages and children and stuff too, of course, but I'm personally more concerned with the first three things. :)
So yes - monsters and war and treason. But for the moment, character creation and dialogue.
A lot of people have this problem. When I play the game and click the „factory-button“ the next chart shows up. I use this code: document.getElementById("p1").style = "visibility: show"; document.getElementById("p3").style = "visibility: show"; document.getElementById("p2").style = "visibility: hidden"; p1 + p3 = the new chart. p2 = the button. Is something wrong with it?