Author Topic: New Level - First Contact (Beta!!)  (Read 5923 times)

cinemabaroque

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
New Level - First Contact (Beta!!)
« on: November 20, 2009, 06:07:41 PM »
Edit: Found a major bug in script, will be releasing fixed version soon.

Hey there.  This isn't done but I'd like to get some feedback on it, if you're up for playtesting, because I won't have time to work on it too much until next week.

TO WIN: You must keep control of your starting 4 asteroids for 20 minutes.

TO LOSE: lose all 4 of your original asteroids before 20 minutes.

Remember, this is an early test of some things that I've been meaning to try with the Lua scripting so feel free to offer suggestions.
« Last Edit: February 07, 2010, 04:39:37 AM by cinemabaroque »

njursten

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
Re: New Level - First Contact (Beta!!)
« Reply #1 on: November 21, 2009, 03:52:38 AM »
I had some problems with it crashing about 10 minutes in or so, happened several times. When I check the Task Manager eufloria.exe is using 100% CPU. Neverending loops in the scripts?

Sometimes it refuses to start. Error message is "Object reference not set to an instance of an object."

After 4-5 tries I managed to capture their spawning asteroid. The level got quite easy after that. :)

Jazz Ad

  • Sapling
  • **
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 53
Re: New Level - First Contact (Beta!!)
« Reply #2 on: November 21, 2009, 07:14:55 AM »
G-Data detects a virus in your file.

HKK

  • Guest
Re: New Level - First Contact (Beta!!)
« Reply #3 on: November 21, 2009, 02:07:19 PM »
When I check the Task Manager eufloria.exe is using 100% CPU. Neverending loops in the scripts?
That is the usual behaviour for most games, because the main game logic runs in a loop that runs as fast as possible (to allow for maximum performance).
How does it crash? Does Eufloria just freeze ("Tast not responding")? Or does it actually close (with or without error message?)?

G-Data detects a virus in your file.
It's a text file, it can't contain a virus because it will never get executed. Also, Eufloria wouldnt allow scripts access to any system-relevant files to do actual damage =P False positive (might wanna report that to G-Data so they can fix that)


@cinemabaroque, I haven't tried the level yet, but will probly do so later today. Will post feedback here when i do.

~HKK
« Last Edit: November 21, 2009, 02:08:54 PM by HKK »

njursten

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
Re: New Level - First Contact (Beta!!)
« Reply #4 on: November 22, 2009, 01:00:15 AM »
That is the usual behaviour for most games, because the main game logic runs in a loop that runs as fast as possible (to allow for maximum performance).
How does it crash? Does Eufloria just freeze ("Tast not responding")? Or does it actually close (with or without error message?)?

Yes, "Task not responding" is what happens. Not that much processing being done in Eufloria. Checked just now, when I had just loaded the map the CPU usage is 3-4%.

Jazz Ad

  • Sapling
  • **
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 53
Re: New Level - First Contact (Beta!!)
« Reply #5 on: November 22, 2009, 05:36:16 PM »
On the first games I was really confused and kept losing, wondering how to defend myself.
Once you find the trick it becomes really easy. A bit too easy to my taste actually.
It's a bit aggravating not to know where these flows of enemies and seedings are coming from. Once the whole system is uncovered, you may want the hints of huge planets or gates to appear at the border of the screen, even if we can't reach them.
Nice effort, the game mechanics are a bit different from what we usually get.