- Steam App
- Rogue Fable III (956450)
- Event type
- patch note
- Published
- 13 March 2019 - 16:53:15 UTC
- Source
- steam_community_announcements
More bug smashing! Bugs from before, bugs from previous bug fixes, new bugs! Christ I just wanted to be a game developer and make cool dungeons and stuff, now apparently I'm moon lighting as a bug exterminator :P Despite the occasional new issues introduced, we are however making some serious progress here. I'm taking the time to do a lot of rewriting behind the scenes whenever a crash report forces me into some dark, horrifying section of the code base. So the hope is that not only are we getting all the current bugs worked out but the code base will be much easier to work with going forward. My strategy has generally always been to write stuff as simple as possible when first implementing it without any consideration for future expansion. This tends to let me move quickly when adding new content or mechanics and not litter the code w/ prematurely generalized systems. Typically later on...