Space Combat Simulator

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Kerberos2233
Posts: 5
Joined: Wed Dec 07, 2011 5:59 pm

Space Combat Simulator

Post by Kerberos2233 »

hi guys,
I am currently working on a space combat simulator to learn programming a little better. I am obsessed with the DCS series of flight simulators, so i thought "why not make a space simulator?"
I try to make it pretty realistic and believable but with the space setting i have to make compromises for it to be fun. It is planned to be a tactical game where the engagements take place over large distances of lets say 100km or so.
You will have to manage the ships systems like radar, defensive systems, and of course the cannon.

It is still in very early stage and the progress will be slow since i dont have much freetime right now. But i have to say i fell in love with irrlicht: its just so easy to get into! ;)

so heres a video of the gunnery basics:

http://www.youtube.com/watch?v=RGOaMWJq ... ature=plcp

aswell as some pics:

Image
Image
Image

critics and comments welcome ;)
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Space Combat Simulator

Post by CuteAlien »

Looks like a fun project!

Make it work like in movies - that looks realistic enough for gamers :-) Although if you google for realistic space combat there are actually a few people who tried to think it through - not sure if it would make a fun game, but it's some fun to read about (mostly that nothing used in movies works like that in reality).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: Space Combat Simulator

Post by kazymjir »

Nice! I really like this video, shadows looks perfect on the ship.
Looking forward to see more!
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Space Combat Simulator

Post by Granyte »

Holy impressive what physic engine are you using?
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Space Combat Simulator

Post by hendu »

That's one nice ship.
Kerberos2233
Posts: 5
Joined: Wed Dec 07, 2011 5:59 pm

Re: Space Combat Simulator

Post by Kerberos2233 »

@CuteAlien: Actually my intent is to make it not like in movies ;) those slow flying lasers, magical shields and general unbelievability have always bothered me. For example the distance over which the ships fight. todays ship can engage each other over several hundred kilometers and in many scifi movies they fight over a couple of hundred meters, although that technology should be more advanced than ours.
but again im not saying my game is super realistic. i try to find the optimum between fun and realism/believability ;).

@kazymjir: thanks, much aprreciated :)

@Granyte: I have coded the physics myself but its not a full physics engine. it has only realistic translations, not rotations. that means that every rotation isnt't really calculated physicly correct. is is just approximated (its kinda hard to explain).
like a pre-baked animation with parameters (like angles) calculated when you give the order to rotate. that is a bit limiting but i can do everything i need.

@hendu: thanks! i worked very hard on the ship and that work is not finished yet. i thought: "when the ship doenst look good i cant keep me motivated". thats why i did that first and started from scratch several times.
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Space Combat Simulator

Post by Granyte »

it's a preatty nice solution if you don't need give direct control of the ship to the player.
Post Reply