You may have noticed that the forums are currently down. Don’t worry, we haven’t gone anywhere! They should be back up soon, but while you’re waiting here’s a little teaser for what I’ve been working on. 😉

For all you anti-forums folk, a lot has changed since the last update. The change suit primitive now works correctly, TV sounds are half working, and most importantly the game can now serialize and deserialize entire game states, avoiding the huge wait times people were seeing when connecting to servers.

Chat bubbles and chat history have been added, a ton of bugs have been fixed, and work has begun on a full Independent Development Environment for SimAntics to let users create their own objects! (and us modify existing ones 😉 ) There will be more on this soon, once it’s in a stable state.

Continue reading “Pools are coming soon!”

To better support the objects and environments present in the original game, we had to switch routing algorithm to one which supported more accurate routing without incurring a huge cost. This combination of a rectangular cover algorithm and A* is performant, fit for purpose and seems to be quite similar to the way the original game does things.

As well as this, a large number of related changes have been made to routing, as well as smaller changes to SimAntics which fix objects such as the Whacketball set, computers and job carpool. Things should generally look smoother and work a little better, but I encourage users to look for regressions and bugs in the new code that I haven’t found on my own!

Of course, the branch contains a lot of extra changes too. For more information check the development roadmap thread on the forums and the pull request on GitHub.

 

Hopefully this was worth the wait!

Rhys

Hey all, the forums are currently down temporarily. Should be back up soon, it’s just the same database problem we had during the first playtest. You can keep track of all immediate developments on GitHub and the build bot primarily, but the new routing is nearing completion, at which point I’ll write a full blog about it. We’ll probably do a similar thing all the way to release, with detailed blog posts about all the important merges into the master branch detailing what specifically has been achieved, usually accompanied by a youtube video.

The new routing is looking phenomenal, but you might need a comparison video to show just how much better. This will come in a few days, directly after the merge. The roadmap is available on the forums, which I’m still going to be following semi-strictly, so next we’ll be clearing up the suit primitive and handling. Hope you guys are OK with barbie doll style naked sims, since the censor effect will not be immediately available. 😉

EDIT: Things are back to normal now. The roadmap I was talking about is here: http://forum.freeso.org/threads/road-to-live-release.801/

A few members of the community have been running play tests pretty frequently, but were coming up against an issue where the server would crash at unexpected moments because of certain interactions or objects. This was causing problems for users attempting to build houses together, so starting now in the release builds all exceptions in SimAntics threads will be caught, and objects that throw them will be reset or removed depending on the circumstance.

We also now have a new client, with the FreeSO logo. This client has a completely changed namespace setup and now builds to “FreeSO.exe”, so make sure to start the correct version when testing!