Author Topic: Help! Can't reach the last Asteroid  (Read 5288 times)

Erandas

  • Guest
Help! Can't reach the last Asteroid
« on: February 17, 2009, 03:28:15 AM »
I'm playing the first level now 3 times and always there is 1 asteroid which I can't reach.

Any suggestions? Thank you for the help!

Great game by the way!

Erandas

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 14
  • Posts: 1,035
Re: Help! Can't reach the last Asteroid
« Reply #1 on: February 17, 2009, 05:01:14 AM »
That sounds like really bad luck - we are aware there are occasions when asteroids are inaccessible but didn't know it was quite so common. We'll fix this in the next version, promise! In the meantime, you could edit level.level in the Resources directory - try changing
Code: [Select]
    <dir name="SIZEFROMSTRENGTH" type="int" value="50" />to
Code: [Select]
    <dir name="SIZEFROMSTRENGTH" type="int" value="250" />
or change
Code: [Select]
    <dir name="MINASTEROIDSEPARATION" type="int" value="2000" />to
Code: [Select]
    <dir name="MINASTEROIDSEPARATION" type="int" value="1000" />
or do both! Sorry about this.

Erandas

  • Guest
Re: Help! Can't reach the last Asteroid
« Reply #2 on: February 17, 2009, 06:13:19 AM »
Thank you that helped.

Erandas

kingskawn

  • Guest
Re: Help! Can't reach the last Asteroid
« Reply #3 on: February 27, 2009, 02:54:42 PM »
I've got the same problem at work. At home I don't have this. Also in the first level. Got the solution but wanted to tell you

Printscreen of it


Stromfresser

  • Guest
Re: Help! Can't reach the last Asteroid
« Reply #4 on: March 01, 2009, 01:03:01 PM »
If you're gonny fix this in the next release, don't forget that it's also possible that an asteroid is reachable, but it's not possible to move Dysons away from it again. Had this in my last game in lvl4.

drnic2032

  • Guest
Re: Help! Can't reach the last Asteroid
« Reply #5 on: March 10, 2009, 02:40:08 PM »
In lvl1 I had the same problem only with 4 planets!! I took multiple screen shots and over layed them in photoshop (sorry about the resulting shading);

There are 4 planets I can't get to; Top-center, two in the left middle, and one bottom center.

Here's the worst part though. After I had secured all available planets and found these 4 unreachable I got attacked by enemy forces (as you can see in the screen shot)! Does this mean that the computer isn't limited to the same parameters as the player?!?!

Honestly I love the game though! Everything has bugs. Keep up the great work guys.

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 14
  • Posts: 1,035
Re: Help! Can't reach the last Asteroid
« Reply #6 on: March 10, 2009, 07:04:11 PM »
The problem lies in the fact that the asteroid's send distance is related to its size, so sometimes you get a relationship where one asteroid can reach another, but the other can't send back. We haven't come up with a completely fool-proof solution for this yet, but since we will be rewriting how the levels are created, the problem will disappear (probably to be replaced by a hundred others :))