DoujinStars
MonsterGirls
MonsterGirls

patreon


June Update

So, I'm still super busy, so nothing visible in game has changed, what I am working on though is porting some ideas back into the tool. I was able to spend a few months of paid research on the architecture of my event bus (how the game parts communicates with other game parts), and I've learned so much, unfortunately due to the nature of contracts, I can't just copy the code back, and what I have to do, is basically take the knowledge and apply it into my system.

The biggest overhaul is the fact that the newer code has separated two major parts of my system, before they were both mashed into the same code, and those changes are quite big. The plan is to recreate the entire system in parallel to the current one. Then edit the editor to handle both (I'm not sure this is even possible), and then lastly convert older games to the new system, so I can clean up the old code and throw it away.

I've basically coded this 4 times in the past year, so I should know it well by now, unfortunately my brain isn't great on remembering code, so I have to rely on recreating it from the idea the past 2 times.

June Update

More Creators