Sunday 11 November 2007

Project Update

Well its been a while since i have posted an update regarding the LieroXNA project. I havent been slacking. 


I have been spending the majority of my time getting it to run on the 360. I ran into many problems, the majority of which were due to the different ways render targets work on the 360 and the fact that you cant use 128bit floating point textures (Vector4 textures).


Ill be going into more depth on the problems i faced on the 360 in a different post. But what i can say is that it works almost perfectly on the 360 now and im very happy with it.


For now you can see a new video of the engine with some fancy bloom effects added :)


7 comments:

  1. God damn that is a lot of particles. x_x

    ReplyDelete
  2. Hey, I like what you did with the vortex, I also like the way you managed the particles, but wouldn't it be better if particles dissapeared after not moving for a while or if particles were reintegrated into de background? the problem there would be that the vortex would only work with particles, maybe you should somehow tell the vortex to erode or destroy the ground around it so it can absorb more particles and then the explosion would work even if there were no particles to begin with.

    Nice work! I'm looking fordward to seeing this game on a Xbox too see if it works!

    ReplyDelete
  3. Hi Kryztoval,

    Cheers for the comments. I dont think it will be possible to have the particles rejoin the background to reform the collision due to the nature of the implemented particle system. When working with GPU particle systems you are very limited to the types of data you can get back from the graphics card in essence you have to treat it as a separate entity that cannot react with the rest of the game except in specific circumstances.

    I didnt want to make the particles fade and die for a couple of reasons. Firstly just for the sheer "wow" factor of having hundreds of thousands of particles flying around. Secondly at the moment the style of the game lends itself to brightly glowing masses of particles, like you said the vortex wouldn't look anywhere near as good with less particles. Thirdly i have been thinking of some game modes where the player can go around collecting particles that restore its health or give points etc so i would need them hanging around for that.

    I like the idea of the vortex eroding the ground, like the force actually ripping teh ground apart, may look into that :)

    Mike

    ReplyDelete
  4. This is simply one of the most amazing things I've seen in a long, long time.

    I'm a web developer and have always had an interest in game programming but I've never been able to really create anything. I've fooled around with several libraries (Torque, BlitzBasic, Asphyre, etc) and have learned the basics of the graphics frameworks (DirectX, OpenGL), but I've still not really been able to create anything worthwhile.

    The project I've been working on the most but never really made any progress is a Scorched Earth/Worms/Liero clone. The problem I have is trying to deform the terrain and I absolutely love the way you explode it into particles.

    Can you give me any pointers on how you are doing it? I'm sure you wouldn't be willing to share the source code (I probably couldn't understand it anyways!), but I'm hoping you can give me some information on the underlying concepts.

    For example, I read that you store the entire terrain in one 2048x2048 texture. How does that look on 1920x1200 resolution? I was thinking about using multiple 1024x1024 (or smaller) textures but realize how much more complicated that is.

    If you only had time to explain one thing to me, can you explain how you are deforming the terrain? Are you just using it as a render target and erasing parts of the texture itself?

    Any help what-so-ever you can provide would be GREATLY appriciated.

    I really look forward to seeing more progress on this!

    Thanks!

    - John

    ReplyDelete
  5. [...] i got asked a question in a comment on how the terrains work in the LieroXNA project so I thought i would do a quick post on this [...]

    ReplyDelete
  6. I have replied to your question John here: http://www.artificial-studios.co.uk/?p=214

    ReplyDelete
  7. [...] Its a continuation of my earlier work on GPU particles using WebGL and HaXE. Im trying to emulate some work I did years ago in XNA, on the LieroXNA project. [...]

    ReplyDelete