Oh boy, quite a few bugs in the new version, a lot of old ones not fixed at all.
Started some small fixes but the new content is bugged because a specific character is not defined at all. There were a lot of similar bugs, ie do a regex search for "set ([$_]?[\w.]*) ==" and you should get 23 hits (if you dont know: == is a check for equality, what should be used is a simple = for assignment). In addition the setup of the main window is borked, sometimes showing random events and the normal scene at the same time. Random events also happen multiple times after one another, not really a bug but frustrating, almost as frustrating as not having a story relevent event firing at all ...
The story has become somewhat chaotic, probably due to editing it multiple times. The MC talks about his watch before he gets it, when you are asked for money and volunteer for maid duty you wont be able to do it (there is a check for hypno powers but even if you never use them it goes to a non maid path, so why allow that choice in the first place?).
	
		
			
		
		
	
								Started some small fixes but the new content is bugged because a specific character is not defined at all. There were a lot of similar bugs, ie do a regex search for "set ([$_]?[\w.]*) ==" and you should get 23 hits (if you dont know: == is a check for equality, what should be used is a simple = for assignment). In addition the setup of the main window is borked, sometimes showing random events and the normal scene at the same time. Random events also happen multiple times after one another, not really a bug but frustrating, almost as frustrating as not having a story relevent event firing at all ...
The story has become somewhat chaotic, probably due to editing it multiple times. The MC talks about his watch before he gets it, when you are asked for money and volunteer for maid duty you wont be able to do it (there is a check for hypno powers but even if you never use them it goes to a non maid path, so why allow that choice in the first place?).