Well... This year's been quite productive for me, aside from times I wanted to take a break. And the new version has evolved from the early days. From almost a carbon port of the VX Ace version to a vastly improved version. There's still work to be done, but it's coming along nicely (albeit slowly). With the next decade coming soon, I'd like to talk about a few things that are coming soon.
.NET Core 3.1
Recently, Microsoft released .NET Core 3.1. This release is pretty much a big bugfix release. But, it's also an LTS release. That means that Microsoft will support this version for about 3 years (if I recall right). I've already switched over to that version and a new version will come with it. This is primarily to get all of the fixes.
Crash reports
Well... This will be interesting...
I have recently implemented an automated crash data uploader to both Northbridge and the game. What this will do is to upload info about crashes (and some errors) to a server. I'm implementing this because:
There are times I am wondering why the game crashes for some people.
It can help to diagnose any issues encountered.
My Bug Report server died so I'm pretty much blind. I was able to set up a backup page, but I'd like something more central.
Now, I know some of you thinking: Ace, will this collect any personal info? No, it won't. I am using a third-party service, but I'm making sure that no personal info is uploaded. It's set up to collect the error stack (details about the crash), game (or Northbridge) version, Operating System version and .NET Core version. The service I use has a data scrubber as well, so if it sees anything sensitive, it will remove it before I see the report. The automated report will be opt-in, of course. It won't suddenly diagnose what causes issues, but it will help me improve the game in the long run.
What's next?
For the next months, I'll be polishing up the game, from the prologue to the first part of the story. Mainly, the dialogue and re-working some of the dungeons. I hope to also make a few more guild missions for the game as well. At any rate, I'm pretty close to release Second Edition as a stable version very soon.
That is all for now. See you in the next post.
0 comments