Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Shiny new WindChasers demo! Come and see!

Shiny new WindChasers demo! Come and see!

mikeman
Journal of mikeman · · 4 min read
3,004 8
Hello there. Well, since the last time I posted, some things have changed with the WindChasers project. Specifically, I decided that the top-down view, while interesting and more arcade-like, would seem too outdated to some. And since the graphics and physics engine can handle it, I decided to switch to full-3D view, like most modern racing games.

Now, that means that the demands graphics-wise has increased. I think I'm honest enough to say that the game does not look like anything current-gen. However, I have added quite a few things: I have a terrain I painted using Gimp&Sculptris, which utilizes texture splatting. The idea is that I have layers of textures, which are applied accross the terrain using a mask for each layer. Right now, there are only 2 layers, ground and grass, but the idea can be extended to use more if necessary. I have also added multiple point lights across the course. Lighting is per-vertex at the moment, so I guess the logical next step is to implement per-pixel normal mapping. Lastly, to add some detail to the map, I've used instancing(or, rather, the OpenGL2.1 pseudo-instancing) to scatter little stones across the track. Theoretically, this can be done for other objects, such as bushes, lumps of grass and such. Dynamic shadows are in the plans, however they are pushed back further back, because I have more pressing issues to deal with.

The gameplay have changed somewhat too. I should mention that now the game, instead of 'Head to Head', presents a 'Quick Race' option, which enables you to race for 5 rounds against 7 AI opponents. You steer the vehicle with arrows as usual, use D to shoot and S to turbo boost(which slowly depletes your energy). Also, there is Q, which enables the rear view, especially helpful when you have enemies on your tail. Another significant change is the damage model: You now have 2 bars, the energy(red) and the shield(blue) bar. You only lose energy when the shield is (temporarily) disabled. The shield recharges itself after some time without taking hits(the energy doesn't regenerate though). The same stands for your opponents too, so to destroy them(yes, this time they explode!) you need to first take down the shields and then attack for the energy hits. There is also a timer now that indicates your lap time, and also your best lap time in the race.

So, what lies ahead? I guess it's time to put some more work on the menus. Specifically, I plan to work into incorparating a tournament mode, where you choose which race to enter our of the few available, win money, buy some upgrades between the races, and ascend the pilot ranks.
I think this will give the game a more 'official' look, as it will be a complete(albeit, for the moment, small) campaign the player can play through.

The plans for the final release of this game are still vague. Honestly, I'm a bit unsure if I could pitch this commercially as an indie. Never hurts to try, but I guess plan A is a freeware release by the end of the year, and keep the game as a piece for my portfolio. As I mentioned, I get my degree in Computer Science next summer, and I might take the risk of moving(to,say, France,Germany or UK) for a few months in search for a gamedev job. In that case, WindChasers could help me a bit. I should mention that I am, as always, in need of artists: I can't pay anything atm, but it will be a solid piece for your portfolio as well. Specifically 3D and texture artists, but also sound effect engineers and composers. Anything helps. I'm easy to work with, and as you can see I have a project that is going relatively well, so if anyone is interested in collaborating just PM here.

Anyway, without further ado, I present you the goodies. Screenshot, video, and downloadable demo. Note that the demo is *significantly* smaller than the last time, since I use compressed files. It's only 30 MB, so I hope even more people download it this time and offer their valuable comments! If you can, post some specs too, mainly the framerate you're getting and your PC specs.

smile.png


Demo:
http://dl.dropbox.co...WindChasers.zip

-EDIT: Oh, I just realized that OpenAL needs installation instead of just including the dll. So go grab it here: http://connect.creat...s/AllItems.aspx

Screen:
16htgx.jpg


Gameplay Video:
[media]
[/media]

Discussion

Loading comments...