lucid's Forum Posts

  • ...

    New objects that handle popular video game features...

    -Custom music track object... This would allow gamers to add their own custom music into the game themselves by selecting it in a game menu and then searching his/her hard drive, and saving the music into the gamesave file. It should be event-based meaning that the programmer can leave it open to the gamer to set the music for any number of -in-game events that the programmer has left open. For example, music that plays for each level, when a player dies, when a player clears a level, finds an item, etc, etc... whatever the programmer leaves open, the gamer can add custom music for it.

    ...

    User Button mapping- This would let the gamer easily reconfigure the button commands the programmer has set.

    You can do the first one thru events, if I remember (I usually don't) ill post an example later. Pm me if its really important to remind me

    And if you're using 9962 like you said, there's a custom controls pl,ugin that let's you do the second one, though changes to the latest version make it so it doesn't work with 9992

    Though I may make a new version sometime this year that works in the latest version,, maybe also with directinput controls as well

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Action - set text to

    python("somemath(x)")

  • much better then

    I will proceed as planned

    thanks everyone

    also, just a teaser for those who will use google and youtube to decipher what I'm saying lest I just say it and generate too much excitement for something I'm not sure will work or not

    what we've been doing here is fluid dynamics

    I've found another free for commercial use source code for smoothed particle hydrodynamics, which is what I was really looking for in the first place

    I won't say any more on that until I have a working demo, other than that I'm disgustingly excited about it

  • If yours doesn't work, maybe my not as nice as rojos way will

  • thanks tulamide, anyone who gets a lower fps with this please manually tell me the real steady fps

    I think the hardware profiler is slowing it down for one tick, I'll fix that later, but for now:

    [quote:2v7xgcmu]anyone who wants to help please run this

    download(720k)

    this is a 50x50 grid of fluid, and 2500 moving sprites taking advantage of multicore processors

    you won't see anything on the screen happening but just move the rocket around randomly

    it's adding ink nonstop invisibly, and all the testing is going on in the background

    I'll try to make another larger gridsize benchmark in a little while, but this should start to give use a general idea of how it could run

    after you've given a second for some ink to get out, please left click, and then paste into a reply to give me your benchmark data

    please paste, and don't just give your fps, because it will help me verify it's recognizing all cores

    if you want to add your gfx card info that'll be useful mainly only if it's not running over 100 fps

    thanks anyone who helps,

    here's my info:

    fps:302

    threads:4

    cores:4

    Advanced Micro Devices

    3415mhz

  • some folks in chat gave it a quick overview, and think it should be fine, but anyone who is confident about their ability to interpret licenses, please give it a look over for me, as I cannot afford a lawyer at the moment:

    http://www.threadingbuildingblocks.org/wiki/index.php?title=Licensing

    please if you're not sure you know what you're talking about don't answer. not trying to be rude, but it's used in the fluid plugin, and I hadn't realized at first that although the fluid plugin source code explicitly states its free for commercial use, this doesn't.

    I need to know if I can use this to make a plugin for construct that will potentially be used to create commercial games, and if distributing the TBB dlls along with the plugin, and along with games created with the plugins if that would also be allowed.

  • anyone who wants to help please run this

    download(720k)

    this is a 50x50 grid of fluid, and 2500 moving sprites taking advantage of multicore processors

    you won't see anything on the screen happening but just move the rocket around randomly

    it's adding ink nonstop invisibly, and all the testing is going on in the background

    I'll try to make another larger gridsize benchmark in a little while, but this should start to give use a general idea of how it could run

    after you've given a second for some ink to get out, please left click, and then paste into a reply to give me your benchmark data

    please paste, and don't just give your fps, because it will help me verify it's recognizing all cores

    if you want to add your gfx card info that'll be useful mainly only if it's not running over 100 fps

    thanks anyone who helps,

    here's my info:

    fps:302

    threads:4

    cores:4

    Advanced Micro Devices

    3415mhz

  • not quite as simple as you were hoping I'm afraid, but it was the first semi simple solution I found

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

    edit:

    nm, rojo's method is much better

  • Ok wait, I take that back, it should be possible to make it much faster

    I didn't think about it, but it was still doing crazy amounts of events to spawn those sprites, so upon davio's doubtiness, I tried running the simulation without sprites

    And it ran much more quickly, then I tried it again with 5000 sprites, but no events to do anything to them, but bullet behavior to ensure they were still moving on screen,

    Even on my craptop is was still going at 89 fps, so

    Ill have to think about how tbhis can work, but it may be possible to run this very quickly

    Unfortunately, it'll involve some sacrifice, it'll require more gpu power creating a sprite for ewery spot on the grid, but much less overhead on the construct event system.

    But it could have the flexibility to do something like the particle method, or the retro method. I'm guessing no one needs the ugly mesh method

    I need to think about this maybe even learn how canvas plug works and take some of that code

    Either way. I have to think about this, if anyone has any ideas let me know

  • 1.8 ghz dual core, 2GB ram, HD 4670 512MB. Not top of the line, but I wouldn't call it out of date. . And just the fact that one of the demos lags on your pc speaks worlds about the plugin's performance. I've run fluid sims before and they mostly all ran better than this.(no offense lucid!) The low performance must be because of the construct implementation or just the general unfinished/unoptimized state of lucid's awesome plugin. I hope that future versions will run at more acceptable speeds.

    This is the kind of performance we need lucid.

    http://www.escapemotions.com/experiment ... index.html

    The slowdown in the particle deal was cuz of the implementation in construct

    It was just spawning particle objects each tick

    Aside from that while multicore isn't enabled for these, it probably won't be superfast like the impressive nvidia smokebox demo, running on hundreds of stream processors instead of 2 to 4 cores( copuldnt view link on phone)

  • Actually some might be tempted just to be hit by that.

    Conga rats!

    I saw her first!

    Congratz arima, and while you're green and all, my PMs always say 0 even when I have one

    And can we get a few more results per page if there's gonna be a 40 minute wait to switch pages on a a search

  • Hey guyon I pm'd you back. Mine never tells me when I have pm's though, so that's why I'm saying so here

    Ps: mipey, you never told me your name was mipey

    I would've got a head start hitting on you a long time ago

    But, just out of curiosity, what does qualify as an unual name where you're from?

  • Most of the built in behaviors such as platform movement are surprisingly flexible, and I believe most area lready pixel perfect, and they all definitely use time delta

    If none of them suit your needs however, you can use custom movement, which allows you to create your own pixel perfect timedelta aligned movement. And to be clear, yes, including for super high speed movement

  • Yeah what they said, adjust frequency ratio to lerp(lowestfrequency,highestfrequency,currentspeed/maxspeed)

    You'll have to mess with the frequency ratios to determine what sounds best for high and low

  • I vote for some imaginary chic of some sort, anime or 3d rendered, preferably rendered, and if there's vrrm, that should be either imaginary or tricked out to a insanely ridiculous level

    ..

    ...

    weirdo