1. Star Explorers
  2. News

Star Explorers News

Star Explorers Testing Branch Updated to Pre-Release Version 0.5.1

I have learned a lot from my experiment in re-making Star Explorers from scratch, and have applied some of that knowledge to the testing branch. This is a pretty major update, but most of the changes will be invisible to players.

The script is much more coherent in some of the fundamental areas like saving and loading games. This should make it less prone to errors and crashes related to saving and loading files, or at least easier to find those errors and crashes should they occur.

I encountered a number of other issues after changing the script so dramatically, but have managed to get all the other systems back online.

[h3]Some Minor Differences:[/h3]
  • The Star Chart will only show sectors in which stars have been scanned. This is slightly different that the previous Star Chart, which only showed sectors that the player's ship had passed through. I think the new way works better, as it will no longer show sectors with no data in them.
  • Pressing "M" to aim towards the mothership should no longer give a "insufficient fuel" warning. This will be stated when the player actually warps.
  • Aiming toward a star/planet when selecting orbit/warp from the drop down has been improved. It was possible to get caught in a strange, shaky cycle that sometimes caused a long delay in aiming. I have implemented a better aiming script, and it should be smoother.

[h3]Disengage Orbit [/h3]
When leaving orbit, you will no longer need to hold the back key, "s" by default. The ship should handle this action automatically now. It will slowly back your spaceship away from the planet while angling upward. This will position your spaceship directly "above" the planet, so there will be no possibility of backing into another planet, or into the gravity well of a star. Planets and orbits are not really scaled realistically in Star Explorers, so this was a problem in the past.

[h3]Going Forward[/h3]
One of the main reasons I even attempted to re-write these scripts were some ongoing issues with the main plot of the game. Finding Acknexium crystals on a planet would sometimes not register when you dropped your beacon. I believe this problem has been resolved. I have tested it numerous times, even leaving the system in which I found the crystals and returning prior to dropping the beacon, and it seems to work correctly every time. This had a lot to do with the complex and elaborate saving/loading system i had devised years ago, so this new one, being much simpler, does not end up with conflicting data as it may have previously.

I am trying to only address those systems that actually present problems, rather than trying to fix or improve things that are not broken. If all turns out as hoped, version 5.0 will be ready and fully stable by the Fall as planned.

Devlog Entry: Refactoring Star Explorers

In my second official dev-log entry, I describe what the heck I've been doing for the past month. Lots of progress, but little to show for it (yet)...

"I finally put my thoughts together and decided to do a small experiment. I would start a fresh project and import only the game assets, like textures, 3D models and sounds, writing the actual script from scratch. I allotted myself two weeks to accomplish this task, and would decide on any long term changes after this two week period expired.

I did not expect to get very far in two weeks, but I felt that was enough time to figure out how things would go. Well, they went pretty well. I was able to rewrite many of the game's basic systems in a much more efficient way than I had 7 years ago. This highlighted to me many of the redundancies and problems that were plaguing my current script..."

continue reading...

Star Explorers Updated to Version 4.6.5C

Fixed the problem when saving near mothership. The game should load properly now.







Star Explorers Testing Branch Updated to Pre-Release Version 0.4.7

[h3]Meteors have been Updated Again[/h3]
  • Meteors will now spawn a bit more sporadically. The time between meteors will usually be longer, but sometimes shorter, and occasionally a couple might spawn nearly at the same time.
.

[h3]Tornadoes Have gotten a major update[/h3]
  • Tornadoes will no longer spawn near the player
  • Tornadoes now make a sound, so you can hear them approaching
  • Only the nearest tornado will be audible, to avoid clashing sound effects
  • Tornadoes once again will damage the player on easy and normal difficulty

Star Explorers Testing Branch Updated to Pre-Release Version 0.4.6

[h3]Meteors have been Updated[/h3]
  • Meteors will no longer be aimed quite so directly at the player. They will still spawn based on player position, but, depending on difficulty level, will have a much wider range in which they will appear
.

[h3]Tornadoes Have gotten a major update[/h3]
  • They will no longer do damage at Normal or lesser difficulty. I may change this back, because the other factors will make the damage less challenging, but lets see what happens.
  • Also, damage area has been reduced significantly. I fixed an issue with the player's distance being calculated wrong, so the damage range should make more sense now.
  • A visible area of debris around the base of the tornado will now indicate where the player takes damage. This will also help players avoid the tornado, as players should feel the pull of the tornado well before actually taking damage.



The arrows point at the edges of the debris field in this image. Players will not take damage until they enter this field. Note: There are different sized tornadoes, and this field's range will be dependent on the size of the tornado. Tornado in image is relatively small.