Post news Report RSS ASoD 0.8 Released

ASoD 0.8, although very delayed, is a very important release. It makes some stability and performance changes as well as adding multiple new systems, factions, and ships. ASoD 0.8 is a much more interesting universe.

Posted by on

It Won't Stay Dead
ASoD 0.8, although very delayed, is a very important release. It makes some stability and performance changes as well as adding multiple new systems, factions, and ships. ASoD 0.8 is a much more interesting universe.

An old shot but very relevant.

First of All, How did it get faster?
Well, I actually went in and did another performance analysis. I discovered that bullets were being drawn no matter their XY location! That was wasting a surprising amount of resources, especially during the initial loading of the game.

So, I went in and fixed that. Then, I altered many of my for loops to use a global variable instead of creating a new "i" every time. Although tedious and can cause bugs, I was able to get it working in some parts such as the HUD and Rat classes. The main change there is that a variable is reused, saving a surprising amount of resources.

No More Annoying NPC Pop Ups!
Nope! The flashing NPCs at the load of a system are gone except for a few lonely traders who occasionally get through. Not only does an NPC poping up randomly on the screen look bad, it can also cross your bullet causing random aggression with it!

Now, NPCs are bound by a "wait" switch. This switch forces them to wait for between 100 and 850 game loops before spawning (this is randomly determined) and they cannot interact in any way until their loop is up. This does 2 things.

  1. The game is faster. With NPCs ebbing in slowly instead of all at once, the system can load without obstructing gameplay.
  2. NPCs are not drawn or shootable until they are timed. This means that you can't accidentally hit them. The best part is NPCs wont follow a non-timed out NPC around the map trying to shoot it!

New Stuff
A few new systems and a new ship have been added. I will not list them, you can go discover them yourselves. They are some Draco systems, and they are very fun. To me the Dracos will be like the border worlds in Freelancer, and I don't want to spoil it.

Planned Stuff
The next release should contain the following:

  • Achievements (ex. kill 10,000 NPCs get an achievement)
  • Missions (I will be adding escort, trade, mining, destroy, and piracy missions!)

Comments
Please send questions and comments to me here or at masternerdguy@yahoo.com! Your voice is important!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: