lucid's Forum Posts

  • sorry for the late response.

    delete an object from an array should give you the option of whether to destroy the object, and should only destroy that one instance, and not all of that type.

    ill try to take a look at this when i get home

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • that looks pretty cool

    I modded it, cuz I was so mesmerized

    http://dl.dropbox.com/u/1013446/orbeye.cap

  • looks nice

    like a mix between flow and electroplankton

    oh yeah, and : lucidity

    (for anyone who's curious about the link, don't be fooled by the beauty. the gameplay is pathetic, and takes away from the visuals)

  • new version, twice the resolution on the smoke, and minus the 1024 useless invisible sprites.

    and a shrunken window for the quazi's out there with weak graphics cards

    http://dl.dropbox.com/u/1013446/s/highressmoke.exe

    Might be uber cool for some background, and effects... o-0 explosions.

    Any chance of collision detection?

    you can put physics particles in the smoke if you want, and have them collision detect. I had another demo doing that.

    for each space in the grid, you can retrieve the x and y velocity, and the density of the fluid. you can change any of those things (right clicking is changing velocity, and left clicking is changing density). You can adjust the viscosity to make water, or gelatin. and you can adjust the diffusion rate, which is basically how quickly it dissipates. Not included in the paper is how to add solid obstacles, or change the shape of the boundary. I'll be trying to figure those things out. to make it a fluid that can flow out of a container, or water that can have a surface. Should be pretty damn tough to be honest.

  • But the third one works... and WTF?!? How did you do that? It's awesome...

    thanks

    it's part of the 's' plugin

    all of the important code is pasted from the CD-ROM(the download version) that accompanied Jos Stam's Realtime Fluid Dynamics for Games talk at the 2003 Siggraph

    the one in the version that works for you is a distorted sprite

    and the color filters are adjusted according to the smoke density

    that math is lightyears above my head

    but you can find a pdf of the talk easily by googling

  • well that *****

    this is fun stuff

    what cpu/ram configs do you guys have?

  • hmmm, have no idea, why that's happening

    I tried downloading the one at the link, and it works for me

  • this is awesome mad

    this revives my heightmapping in my game

    which severely downgraded the look I hoping for when I first realized you can't do alpha

    thanks for this

  • sorry for the delayed response

    it can be used for serious stuff, if you don't mind it's current feature set

    I realized recently, I will never finish my game if I don't start on it, so sorry if I've left anyone hanging, but as the game develops I will continue to add features to 's'

    and so the timeline is indefinite for now

    I will try to get teh python stuff out in a reasonable amount of time

    along with a tutorial, but I really need to focus on my game before my job alters my position or hours and I have no more time to develop it

    on a happier not,

    here's another future feature of 's':

    fluid dynamics!:

  • part of the 's' plugin (which is indefinitely delayed)

    left mouse click adds some smoke (1 quick click will do at first so you can get a feel for volume)

    hold right mouse button and drag for wind

    http://dl.dropbox.com/u/1013446/s/fluid.exe

    this is just a simple sprite that grows with density

    better visualizations can be used

    like distorted meshes

    or physics objects carried on the currents

    another example, using a mesh:

    http://dl.dropbox.com/u/1013446/s/meshfluid.exe

    update:

    this worked for pixel rebirth: (the mesh one did at least)

    it's a reduced model that doesn't let you adjust viscocity and such:

    mesh color filter based:http://dl.dropbox.com/u/1013446/s/meshfluidredux.exe

    sprite size based:http://dl.dropbox.com/u/1013446/s/spritefluidredux.exe

    press 'c' to clear out all the smoke

    also, I think I know why it's crashing for some folks

    I have 1024 invisible sprites in there that were there for testing purposes rotating and stuff

    I'll make a new version that doesn't have those later

    this is going to be used in my game for debris being carried on wind currents

    and of course

    smoke and fog

  • sorry for the delayed response

    the hello world tutorial has the importation of a sprite font

    unfortunately, there is no easy way to cut up the sprites into individual frames, unless they are evenly spaced

    I was going to make an app to speed the process, but that's far, far on the back burner, as I really need to continue development on my game while I still have a job.

    you basically just make each letter a frame in a sprite

    if they are in order (the frames), then you can just set a range, , if they aren't in order, you can specify the order, with the Set By String action

  • These must be real people, unless the bots have gotten through the human check I put on a while ago.

    lookie here

  • Is this the right thread for this plugin? I thought I remember a larger thread.

    nah, this is:

    http://www.scirra.com/phpBB3/viewtopic.php?f=2&t=4476&start=20

  • thanks devs

    awesome!!!

    especially:

    - [CHANGE] Sprite: distort maps now tile the texture when distorting outside the texture area. Allows

  • don't forget sliders and knobs