Aircraft action/rts Demo here

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
suliman
Posts: 379
Joined: Sat Sep 23, 2006 2:06 pm

Aircraft action/rts Demo here

Post by suliman »

My new game underway thanks to alot of help on this forums. You can destroy buildings by shooting, hit the ground and fly around! Plz post FPS and other comment.
Erik

Known issues
1. Aim is not very correct
2. Sometimes crash from not finding terrain for getHeight (sollution?)

http://www.fileden.com/files/2007/9/26/ ... slands.rar (2,5MB, but kinda slow download, sorry)
</a>

Image
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Oo, i like the mouse movement for the plane, very nicely done!

I don't know if it's me or not but i couldn't find ANYTHING in the game... no terrain or ships or buildings, just the water and skybox...

Some thoughts:

When you fly up higher the water seems to shrink, probably due to the draw distance. I think the water needs to be handled a bit better, someone did nice sounding version where it fogged out in the distance so it seemed to continue forever. I can't remember what it was called but it was in the project forum i should think and was a similar sort of game.

And when you crash into the water it just re-places the ship back to a suitable height but with the same rotation so if you were doing a nose dive into the water you end up doing another nose dive into the water so it takes a few crashes to stop this happening. It would be good if when you crash it ends the game and then lets you restart.

That said, i'm sure this is just an early version you're showing and you're planning on improving a lot of things anyway!

The FPS i was getting was around 428 with a 3 gHz processor and 1 gb of ram (not sure about the graphics card...).
Image Image Image
suliman
Posts: 379
Joined: Sat Sep 23, 2006 2:06 pm

Post by suliman »

No houses or even islands? Well that is kinda of bug... It uses directx9 but i guess thats not the problem... Could you fire bullets and see them? Could you hear them?

Yeah the crash is not supposed to work like that in the final game:) You can also crash into the ground but it doesnt seem to load on your system (its simple terrainnodes, made from heightmap-bmp in the gfx folder)

Yes the sea is crap, i need to get into that more i know. I've tried the animated sea node but it totally chews my machine even if i only use a small patch of it.

Erik
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

I do see the houses though the movement is a bit funny - I didn't knew an airplane can stop and fly like a helicopter :lol: though for alpha version it's very nice.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

I can fire the projectiles and see them no problem, not sure if i could hear them as i didn't have sound on.

Yeah the animated water does slow things down quite a bit, i guess it's not an optimal implementation, rather just shows you how you could do it or something nice for a little demo.

I guess it calculates sin/cos values for every vertex, every frame, which could be rather costly, a better way to do it would be to create a table of sin/cos values at start up and then read from the table during rendering, much faster!
Image Image Image
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

JP wrote:I guess it calculates sin/cos values for every vertex, every frame, which could be rather costly, a better way to do it would be to create a table of sin/cos values at start up and then read from the table during rendering, much faster!
Moving table data into L1 cache == profile it before making such a claim. ;)
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

My statement is true, i am a god, i know all. It's true.

Dare you question me?
Image Image Image
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

JP wrote:My statement is true, i am a god, i know all. It's true.

Dare you question me?
Than I'm your Master, obey or suffer my wrath! :twisted:
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
suliman
Posts: 379
Joined: Sat Sep 23, 2006 2:06 pm

Post by suliman »

what could be the reason why it doesnt load the heightmaps and houses on JP's system? I mean that's pretty serious...
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Well it's working now... Maybe i messed up at the start and went flying off over the sea and hence got too far away from the islands and houses to see them?

I have to say it's a pretty fun game, best of luck with it!
Image Image Image
xray
Posts: 231
Joined: Fri Feb 02, 2007 1:06 pm
Location: Germany, Munich
Contact:

Post by xray »

Nice project, I also like the controlling of the fighter. Just the graphics... :)

It dont depends on luck, but willing to keep up!
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

MasterGod wrote:I didn't knew an airplane can stop and fly like a helicopter :lol:
A Harrier jump jet can hover in mid-air.
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

I have a fear that you are creating something, and not deleteing it later on in a loop or something. I played the game for the first time, actually trying to win, and it all of a sudden crashed for no reason. I then proceeded to investigate, and I played through the game 2 times without modifying anything, and just flying around, and it crashed both times. :(

By the way, how did you do that camera. That's very professional, great job.
TheQuestion = 2B || !2B
suliman
Posts: 379
Joined: Sat Sep 23, 2006 2:06 pm

Post by suliman »

yeah there is i crash that i know of (when im not finding the within the heightmap for getHeight()).

The cam was hard! I will clean it up and post it. It moves after the target, but also moves every tick acording to rotation before applying this ticks rotation. Its hard to explain.

E
Post Reply