The first big bang – development log #162
As the first small patches are being rolled out, some underlying issues have surfaced. Nonetheless, the first few hundred players seem to be enjoying themselves, as this week has been very lively both in and around the game!
Martin
My first week after the release was dominated by fixing smaller bugs and adding the most often requested improvements. All in all it was mostly small stuff and you can find a detailed list in our release notes. One bigger topic was the implementation of self-service account deletions because it required modifications to three independent systems.
As a side-effect of this week’s update we also stumbled across a fairly fundamental issue in our serialization code. The serialization code takes in-memory objects and serializes them so they can be written to the database for storage. The operating mode of our game server is that is typically only ever writes to the database. Only when the server restarts or a game entity (like a company) needs to be reloaded for another reason (for example when it is moved to another cluster node) it reloads its state by applying all the events that occurred in the past. When that happens, the previously serialized events need to be deserialized again. Obviously, the schema used to write and to read the events needs to be the same, otherwise you read garbage into memory. And that’s pretty much what happened in some cases here: We traded quick development speed for accuracy and mostly left the schema generation to a third-party library that does a lot of the required steps “automagically”. That came back to bite us this week when we realized that the stored data in many cases doesn’t match what we expect anymore. For the moment, we “solved” the issue by implementing a few ugly work-arounds. But a proper solution will only be possible once we reset for the next alpha test again.
Julian (Mjeno)
This week hasn’t been quite as crazy as the one before, but it was still very busy. While the days around the release were mostly about getting new players into the game, I’ve spent a lot of time this week helping players out and even processing the first actual support requests. With over 400 players already in the game and around 50 connected at all time, it’s gotten quite busy!
Part of the community engagement was a Twitch stream in which we gathered feedback on the current build before rolling out the first balancing tweaks. It was really fun to talk to the community in real-time, and we were quite satisfied with the turnout (20-30 viewers at all times). I have yet to write down all the feedback we received in a structured manner and pass it along to our game designer Alex. Some people sent us spreadsheets they made, which provide valuable insights as well. If you have one you’d like to share with us, go right ahead!
We also got our very first Let’s Plays this week! MassivelyOverpowered’s MJ streamed the game right after us, and PeterTaylorTX is creating a whole series. Have a look, especially if you’ve never seen gameplay outside of the tutorials.
Last but not least, I’ve started an ongoing giveaway of supporter packs on Twitter! You can still join until December 24th, 11:59 PM CEST.
As always: we’d love to hear what you think: join us on the forums!
Happy holidays!
Prosperous Universe
Browser-based MMO economy sandbox sim in a realistic sci-fi setting.
Status | In development |
Authors | Mjeno, quixoticproject, NickNack |
Genre | Simulation |
Tags | browser, business, Massively multiplayer, MMORPG, Multiplayer, online, Sandbox, Sci-fi, User Interface (UI) |
Languages | English |
More posts
- Prosperous Universe Mobile Release - Development Log #309Nov 12, 2021
- Early Access Launch Week - Development Log #273Feb 24, 2021
- The Universe Expands - Development Log #269Jan 29, 2021
- Winning Back Workers - Development Log #268Jan 20, 2021
- Did Someone Say 'Reset'? - Development Log #267Jan 15, 2021
- YouTubing & Coding Duties - Development Log #265Dec 17, 2020
- 'Ignition' Blasts into Reality - Development Log #264Dec 17, 2020
- Blueprints, Balancing, and Blessings - Development Log #259Nov 05, 2020
- Coming to You LIVE - Development Log #258Oct 27, 2020
- Here Be Pirates - Development Log #257Oct 27, 2020
Leave a comment
Log in with itch.io to leave a comment.