3D dragon-flight sim demo
3D dragon-flight sim demo
Because recently I had few spare days, I decided to work a bit with C4 engine I am licensee of. The engine is written purely in C++ and is very powerful in terms of graphics and technologies (it has port to Playstation 3 )
To learn more about its architecture, I created small demo in which you are flying... Arokh I've added normal maps to dragon's textures (so the scales are *really* 3D) and my friend Rastaban made animations. I've also created small level, but it is without collision tests.
It is very simple simulation, however it took only about 3 or 4 days to complete including intensive problems with local/global coordinate system (Sometimes I hate maths).
Download link: http://www.sendspace.com/file/sjof15 (15 mb)
No screens this time, sorry
To learn more about its architecture, I created small demo in which you are flying... Arokh I've added normal maps to dragon's textures (so the scales are *really* 3D) and my friend Rastaban made animations. I've also created small level, but it is without collision tests.
It is very simple simulation, however it took only about 3 or 4 days to complete including intensive problems with local/global coordinate system (Sometimes I hate maths).
Download link: http://www.sendspace.com/file/sjof15 (15 mb)
No screens this time, sorry
I am excited to run this, is a great thing you have done! But cannot get it to run, """C4.exe - Unable to locate component""" """This application has failed to start because XINPUT1_3.dll was not found. Re-installing the application may fix this problem."""
I kinda gather we need the C4 program installed before we can load this.
Is there an optimum pc we should run this on, so it will work?
I kinda gather we need the C4 program installed before we can load this.
Is there an optimum pc we should run this on, so it will work?
- Arokhs Twin
- Site Admin
- Posts: 1295
- Joined: Wed Jul 18, 2001 9:36 pm
- Location: United Kingdom
- Contact:
@Axe
You have outdated directX. The newest version is 9.0c released on November 2008. You can find it on MSDN or in couple other places in internet (in example Googles )
@Arokhs Twin
Terrain textures are 4096 x 4096. If someone has crappy hardware (some ATI cards has problems with so large textures), then they automatically get reduced to 2048 x 2048.
I've added normal maps to Arokh's textures (and this made huge difference), unfortunately I lost alpha channel on wings.
I will do some tests on large maps on weekend to test how good results it get. But code looks very promising
You have outdated directX. The newest version is 9.0c released on November 2008. You can find it on MSDN or in couple other places in internet (in example Googles )
@Arokhs Twin
Terrain textures are 4096 x 4096. If someone has crappy hardware (some ATI cards has problems with so large textures), then they automatically get reduced to 2048 x 2048.
I've added normal maps to Arokh's textures (and this made huge difference), unfortunately I lost alpha channel on wings.
I will do some tests on large maps on weekend to test how good results it get. But code looks very promising
-
- Whelp
- Posts: 12
- Joined: Tue Feb 24, 2009 1:10 am
- Location: Australia
Today I created sqare map which has more than 1.5 kilometers on each edge (it is more than 9x larger than in previous demo) and scaled down Arokh to test how it behave in so large environment. Despite apparent problem that crosspassing entire map takes more than minute of flying at maximum speed it does not slowed down fps even a bit (and there were no impact on fps even after I added fire effects and lens flare as sun, as well as some other models as trees).
So it looks promising. Give me good game scenario (design doc) and some 3D artists and we can rule the world
So it looks promising. Give me good game scenario (design doc) and some 3D artists and we can rule the world
- Arokhs Twin
- Site Admin
- Posts: 1295
- Joined: Wed Jul 18, 2001 9:36 pm
- Location: United Kingdom
- Contact:
Hmm, seems my video card can't handle it very well as it seems to be oversmoothing the textures and I'm getting some flickering textures. I have a geforce 7600GT with the latest drivers. Frame rate is excellent and it looks promising as a game engine for a dragon game though.
Wish I could help with the 3D art and scenario but I'm hopeless at those things.
Wish I could help with the 3D art and scenario but I'm hopeless at those things.
-
- Dragon
- Posts: 402
- Joined: Fri Oct 10, 2003 4:20 pm
- Location: USA
- Contact:
@Outlaw Wyvern - good news for you: C4 has port for Macs and if I only find Apple computer to compile my demo on it (and there is fair good chance that I will), next release will be for both PC and Macs (doesn't matter PowerPC or Intel). I am now working with my friends on our own 3D dragon model (and perhaps some enemies), to create little 3D shooter
Our Dragon Model (Untextured and unrigged. Human skeleton only for size reference):
http://img148.imageshack.us/img148/1894/dragon1.jpg
http://img257.imageshack.us/img257/9645/dragon2.jpg
Any help on art and level designing will be much appreciated.
Our Dragon Model (Untextured and unrigged. Human skeleton only for size reference):
http://img148.imageshack.us/img148/1894/dragon1.jpg
http://img257.imageshack.us/img257/9645/dragon2.jpg
Any help on art and level designing will be much appreciated.
-
- Dragon
- Posts: 402
- Joined: Fri Oct 10, 2003 4:20 pm
- Location: USA
- Contact:
-
- Dragon
- Posts: 402
- Joined: Fri Oct 10, 2003 4:20 pm
- Location: USA
- Contact: