Please try out this 2D shooter game

Please try out this game shooter game:Applet: http://www.istisoft.net/online/cyberion/cyberion.htmlIf you don't like applet or want to play it offline, donwload the game zip: http://www.istisoft.net/Download/cyberion.zipComments, suggestions, bugs?
[284 byte] By [javaweirda] at [2007-10-1 18:47:15]
# 1
When i die, the applet loses focus and i have to click on the applet again to be able to control the ship.Other than that it seems pretty cool
MBRpascoea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 2
Thanks for testing it MBRpascoeReally? The applet lost focus when the ship destroyed?Strange it's fine in here, the applet never lost the focus?Anyone else experience the same?
javaweirda at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 3
Really like your game, very addicting for me at least. Only problem is if I'm holding down my fire button (which I changed to space bar) I can't move up and left at the same time. I can however move up and right down and left and down and right.Great game :)CoW
Cowsrulea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 4
Umm I know that problem too, don't know what's wrong, is this because Java can't take many keys at once, I have tried with JInput too, but got same problem.Anyone know about this issue?
javaweirda at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 5

Crashed about 2/3rds the way through level 5.

java.lang.NullPointerException

at com.golden.gamedev.engine.BaseIO.getRootPath(Unknown Source)

at com.golden.gamedev.engine.BaseIO.getException(Unknown Source)

at com.golden.gamedev.engine.BaseIO.getURL(Unknown Source)

at com.golden.gamedev.engine.BaseLoader.getImages(Unknown Source)

at com.golden.gamedev.engine.BaseLoader.getImages(Unknown Source)

at com.golden.gamedev.GameObject.getImages(Unknown Source)

at net.istisoft.cyberion.Objects.PlatformEnemy.<init>(PlatformEnemy.java:45)

at net.istisoft.cyberion.CyberGame.update(CyberGame.java:309)

at com.golden.gamedev.GameObject.start(Unknown Source)

at com.golden.gamedev.GameEngine.startGameLoop(Unknown Source)

at com.golden.gamedev.Game.start(Unknown Source)

at com.golden.gamedev.GameLoader.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

On gameplay.

- I think Player ship movement should be quite abit quicker.

- Powerups should be tied into killing mini-bosses/waves.

- Is it just me, or is blue and green guns a waste of time >_<

- alot more powerup levels for the guns! :D

- Random wave arrangements and paths.

- level 2 boss is quite abit easier than level 1 boss 0_o

On graphics.

- Animation of the shots seemed abit stuttery, feels like the fps is locked pretty low.

- Some animation frames for the player ship would go along way to making it feel more dynamic. A worthy investment as the player ship is on the screen *all* the time.

Abusea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 6

> Umm I know that problem too, don't know what's wrong,

> is this because Java can't take many keys at once, I

> have tried with JInput too, but got same problem.

> Anyone know about this issue?

I don't think it's a problem with how many keys are being pressed because you can move the other directions. Moving up and left at the same time also works when I leave my controls at the defaut (ctrl to shoot) and only doesn't work when I change it to space bar. It's probably something to do with the fact that spacebar is used for other things already (I think it is at least).

CoW

Cowsrulea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 7

The problem with the holding down multiple buttons is probably because your keyboard can't handle those particular buttons being held down at the same time. I am using a Microsoft Natural keyboard and am able to move up + left + shoot via space just fine. Try using the numeric keypad w/ numlock off.

Talchasa at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 8

Thanks for the feedback, especially for Abuse :)

Crashed, humm level 5, is HyperSpace level right? Try it just now and everything is fine.

Yup the blue and green weapons need to improve somewhat, need to update the game balance a little.

I take a note for all the suggestions, thanks!

For Cowsrule, no, the spacebar is not assigned to other thing.

It must be the keyboard or the operating system or perhaps the jvm.

javaweirda at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 9

Hi,

I think you can change it but its alot of work because (I think) it is in the registry of your computer, I heard rumors you get a better performance of limiting pressing keys at once like up + left + space, but I don't think that is it, however I'm not sure of the above information, I know alot about computers but I don't know how to solve this problem I got it no my own computers too except that one from my sister, she can easily press almost any combination, it could be the keyboard neither... I also play 3D shooters games like MoH:AA, at that game I just got the same w = forward and a = left and z = lean left, this combination is impossible on my computer but the keyboard of my sister handles is like I eat a cake...

Good luck (with the problems :D), TobiasTheMightyOne

P.S.: How did I get here?

Well I was searching for some 2d Shooters like V-space:

http://takegame.ru/shooter/gam/vspace.zip

If you got several games like this one please PM me so I can - download/take a look at - it, Thanks.

TobiasTheMightyOnea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...
# 10
I have no issues with losing focus when I die.Neat game.Like mentioned above should defintely work on the weapon power ups. Green power seemed worthless (although I actually like the blue one since you can take out two ships at once since it bends when you move).
mjparmea at 2007-7-11 13:55:22 > top of Java-index,Other Topics,Java Game Development...