2 playa Quest for Peace

Anyway, now I’ve played the game “fast”, a few comments:

  • It is good fun and looks nice, lots of potential, but still some way to go to fulfil it’s full potential I think.

  • The HUD is crap. The point of a HUD is to be easy to see without having to look away from the action. Yours is too small and too cryptic (had no idea what any of it meant, apart from the lives which I guessed OK). Take a look at Alienflux for a basic HUD which is nevertheless clear and easy to read. Although I think you can do something much more funky- like you already have, but bigger with more self-obvious meanings.

  • The enemies and background look great, but it would be even better to do more with the background. At the moment, it’s basically all grass. Nice grass, but just grass. Download Raptor: Call of the Shadows (an old Epic shareware game in the same style) and see what “pretty backgrounds” means :).

  • The shop didn’t have costs on each item, so I found it hard to choose what to buy

  • You need to increase the contrast or brightness in your grey screens (the shop and the level select) - on this windows PC the level select orbs were so black they were INVISIBLE when not selected (I only knew there were two becauseI’d already played on linux and seen them :)).

  • he bullets for your ship are too big and too ugly :). They help the screen look cramped and let down the excellent ship and enemy graphics.

  • Generally, it all feels a bit too cramped. Maybe just shrink everything by 20% and it would look sharper and less cramped? Dunno…that’s something you have to experiment with and use lots of trial and error.

thanks for the feedback :slight_smile:

I could not reproduce the memory leak (in the new version), but was able to crash the game from time to time… any crash reports are welcome

I made the bullets smaller and there is an option to smooth the explosion layer now (the old one was scaled by four to save time).
Shop has item costs now (I think)
leveldesign still sucks… much to to

the “test” level is a copy of the other level, but has another background (more simple fractal->faster) and all objects are rendered with other lights (darker, more reflectance)

Yes, the background looks boring. And the explosions are kind of annoying.

the hud: I want to keep it small (or kick it completely).
No one really needs to know how many points or money he has collected. And if a second player joins, two big huds on the screen? Or what do others think?

the colored characters in the hud are the specialweapons.
The one bigger than the others is the active one, ignite it with up+down+left+right at once (don’t know if this is possible on every keyboard…) or with the right mouse button. Fire is now possible with left mouse (only player one)

VERY cool! it’s definitely a damn cool thing!

  • it ran flawlessly!

…moreover, i’m stunned you did all this using only the buffer!!! it’s awesome!

…however, a nice thing would be music and better sounds.

but again, great job!

I can’t remember the status of this - working on all platforms or not? - but could you finish off your current round of changes and submit it to JGF? (its already webstarted, isn’t it)

webstart: yes , 1.4
applet 1.3

I guess it works on the three platforms
(fullscreen problem on linux?)

that 800x600 array you’re copying, is that relative to the screen resolution? If so, and you’re increasing the size of the array when you increase the resolution, it may be that you simply don’t have enough memory allocated to the JVM and that could be what’s causing the error. If you have a few of those arrays alive at one time at resolutions above 1280x1024 you can overdo your limits for the default memory allocations. I know, that’s exactly what I did :wink:

Fullscreen switches to 800600, thats the maximum gamesize.
I think the problem occurs when there is no 800
600 mode available (game window top left ?) but I can’t reproduce it here.

It works even in 1280*1024 without memory problems for me.
I tested precalculating the whole background (around 40 screens!) and just draw it… more fps and easier to code.
I had the outOfMemoryProblem too (as applet), so I sticked to the “life-rendering” mode.

Edit: should be “live-rendering”, no living creatures are forced to do the rendering :slight_smile:

Great graphics! I always provide feedback in list form, so here ya go -

  • The Alt key made the game loose focus. I was pressing keys trying to remember what did what.

  • After exiting the game, windows was very confused about where my menu bar was supposed to be. I had to redo my resolution.

  • The spacebar seemed to fire for player 2 much faster than holding the shift key for player 1.

  • It was difficult for me to find my way around the options. At first I didn’t think there was any sound, but then I accidently got an option screen to come up. From there I didn’t realize the button said exit. So it dumped me out of the game. :frowning:

  • Again, great graphics!

  • I need to play some more!

Dr. A>

thanks

I bet you collected a powerup :wink:
It’s much better to fire mit the mouse for player one

yes, it is cruel. :frowning: the exit button exits the game
you can hit esc again to exit/enter the options screen and for PAUSE
will change that and other things next month

The applet played fine for me. I’m running 800Mhz CPU, 64MB gfx card, 256 RAM. Enjoyable game and nice shield physics :wink:

Hauk

Oh man, I just had a great time playing your game :slight_smile:

However, I would like to see some game saving though, as well as more of a sense of progress, like a storyline to the game and you go through different waves/levels and fight bosses.

Also, as happy as I was to be able to buy just about everything I could ever want from the Shop the first time I found the Shop, I do think for practicality’s sake you’ll want to make it take longer to get money and also make the random floating powerups more rare especially if you end up adding levels and game saving and such.

Could you make it so that the player can move forward/backward more? I found sometimes when the battles got really heated that I had nowhere to run and was forced into collisions because I couldn’t go back at all, and I could only get a tiny bit more screen space by going left or right. There are times where things get REALLY intense and a strategic player likes to be able to dodge everything :slight_smile:

How bout some speed and energy upgrades?

Keep this one up man, this is definitely worth my money :slight_smile:

Thanks, fellow folks :smiley:
Lots of motivation this morning.
The save function (works via a short cut&paste string code) is deactivated until there is more to see. I’m thinking of a universe full of systems (episodes) with several levels in each of them, weapon reset between episodes.
Levelbosses: yes, please!

You can use the ShieldSpecial, SuperClusterbomb (which destroys all enemy shots) or upgrade the NegativeTractorBeam to prevent collisions.

Flying backward (pushing the screen down like in Xenon2) will be hard to implement because I’m using a ring buffer, craters and such things get lost when moving (the screen) forward. Would be possible if I prerendered the whole background, but takes too much RAM. By now, levels which are 100000+ screens long are possible. The old trade-off.

Ship upgrades: will be available in upcoming shops

awesome! OK, I still don’t quite understand why you can’t have a freer screen. If you can move left and right, why can’t you make a bit more room moving forward? If a player scoots himself forward as he’s playing, then he has the option of moving back, achieving the effect I’m talking about.

EDIT: Can you not exit from the level select screen? I couldn’t find a way out from there

Hmm… I think I got what you meant. Just have to increase the scrollbuffer height, so you can move forward/backward half a screen.
Next things to do:
1)getting drunk now
2)making playable levels next week

EDIT: I moved the “exit game” button from the options screen to the level select screen, but not uploaded the new version yet

update!

New Bug-Level, few enemies in there (yet).

select smart weapons with the mouse wheel, ignite with rigtht MB, normal fire: left MB

I would like to know if the controls are ok for you
thanks :slight_smile:

+hiscore available now
+push-screen-back enabled
+option to download better soundbank if no deluxe/mid soundbank present

  • 2 buttons on the html page you can copy :wink:

not just a silly BUMP,
this game is now completely mouse controlled, works quite well even with my touchpad.

http://www.qfp.argon244.server4free.de/qfp.jnlp

ingame ESC for options
I think the “Obfuscator” level is fair enough to play, Mr autopilot makes it.

Anyone with a Mac? I can log a MouseWheelException from time to time