PixelRebirth's Recent Forum Activity

  • lucid - thanks again for your help. I will definitely be emailing you an SCML file soon. One quick question - is there any way to apply webgl effects to spriter objects? prior to using spriter, my enemies would flash red when getting damaged using the tint effect, which was applied to all enemy families. is there a similar way to do that using spriter?

    Seconded! I can't seem to think of a handy way to do this either without referring to the automatically created families of sprites for each spriter object... which could easily mean some quite redundant events.

  • PixelRebirth

    It might have a bug while using multiple noisejs objects.

    Here is a test case. There are 2 noisejs objects, the seed of each noisejs object are different. But the generating results looks the same.

    It seems that there is only 1 seed object in this plugin, so that all noisejs will use the same seed.

    Oh, thanks for catching that. Haven't looked in here for a while. Very cool example you posted earlier by the way!

    The problem seems to be with how dependencies work, which I didn't really consider.

    I think even I can fix it quite easily by handling the runtime a tiny bit differently. Expect a small update very soon!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Odd. Is GJ trying to become like Steam for free games or something along those lines? As a website it's already universally accessible, I don't know what they're hoping to really add by introducting a desktop client. I hope this won't end up creating a barrier for entry in the longer run... that would start with some cool optional features, but you'd only get them when using the client of course

  • gorgeously creepy. but gameplay's a bit frustrating -- i keep getting moths and auntie keeps getting me :/

    Maybe I should elaborate a little on the (frankly quite casual) gameplay:

    The player is bound to get a weakling safely through the cave sooner or later, since Auntie will get slower the more she feeds. The less weaklings got eaten, the better your performance.

    And let me also leave this here for anyone who may be a bit confused about what to actually do to slow Auntie down:

    Thanks for checking the game out, appreciate the feedback!

  • Made a little horror game titled Weaklings for this year's Asylum Jam:

    It mainly aims to create a certain atmosphere and makes heavy use of noise and crt effects. Also got to use Spriter for this one, which is always fun.

    Nothing much more to say really, feel free to check it out below!

    Watch the YouTube trailer.

    Play the game.

  • Controls: Z,X, left, right, up, down Tab and Enter (Return).

    I always cringe a little when I see this controls layout in games. I'm referring to the use of the Z key. In central europe the QWERTZ keyboard is being used. The main difference to your usual QWERTY layout is the switched positioning of the Y and Z keys. This makes it very awkward to play titles that use the Z key for QWERTZ users. Sure, you can change your keyboard layout in windows to fix this, but it's not very convenient.

    It's better to use X and C instead, because they're consistent for both those layouts.

    Just had to bring that up.

    Other than that I'm kinda intrigued to see what comes of this project. Good luck!

  • For the Asylum Jam 2015:

  • The general idea of building a pseudo-console with a Pi is certainly fun. There are enthusiasts who have built similar things, mostly for emulation though.

    Pretty sure the original Pi won't cut it (I do own one), however The Raspberry Pi 2 comes with quite a bit of extra power and might be more suitable for such an endeavor. Certainly worth a try at least.

  • > Hi PixelRebirth Sorry for asking this after so much time but, I've saw your example about how to use it in a platform game like terraria and I didn't understand (I'm new to this concept)

    >

    > noisejs.simplex2(loopindex("x"), loopindex("y")) < 0.25

    > While 0.25? What does this expression means?That this noise value will take place in that specific x and y coordinates?

    >

    > while temp = -1?

    >

    > etc

    >

    > Basically i didn't understand any of the values you put, what impact it does at the map generation and the conditions to destroy the blocks.

    >

    > Thanks!

    >

    Well, i don't think he wants non-math geniuses to use this. He also did some things like 50+50 rather than just typing 100. Seems like he is trying to trip up non-math people.

    This is a really common thing people do on StackOverflow.com to make so people dont just copy and paste code.

    You can do the same thing to any expression, Eg: X=100-100+50-50+90-90. You can do this rather than say just say X=0.

    If you look at the original example, you can see that the second number of 50 is being multiplied with a noise expression. So simply putting 100 there doesn't do the same at all. I did it to get the complete range of 0-100% opacity, since the plugin returns values from -1 to 1.

    Certainly not trying to trip anyone up, I'm not "math people" either. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    I probably should have put more comments in the second example. It was really just a quick and dirty one. I simply decided on a range that won't be drawing any tiles. That's the < -0.25 part. It's all pretty abitrary, therefore feel free to play around with the values to see how it affects things.

    PixelRebirth Great plugin!

    added 3 blocks and a water effect:

    http://voxi3d.comule.com/simlexgenerate/

    Just hit space to re-generate.

    That was just 10 minutes of work, I cant wait until I have an entire afternoon to make a full fledged generator.

    Excellent plugin! Very fast!

    Thanks and nice work! This noise stuff sure is fun to play around with. The real credit belongs to the creators of the library though! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • This kind of effect was already available (https://www.scirra.com/forum/effect-crt-shader_t92023), but I assume this commercial version is more adjustable.

    Seems like good stuff in any case!

  • Something actually playable created with Gamestudio 3D? Well done!

    I was using the software myself some time in the 90s, but didn't get anything of note done. I still have the 3.5 disks and original manual haha. That was Acknex 3 though. I believe Wolfendoom is done with a newer iteration of the engine.

    Anyway, good job on this one. It's a fun little nostalgia trip!

  • Can't be much more specific then the subject line lol. I'm trying to detect 3 or more matching values in an array grid, vertically and horizontally... then flagging the value of the x/y in the grid with -1 or something, so the entity corresponding to that point on the array can destroy itself, add points, and reset the position on the array/grid back to empty. If that makes sense... my brain hurts.

    Sounds to me like you're looking for Match-3 mechanics. Rexrainbow has made an example using his own plugins. It's very flexible, but may not be too well suited for beginners.

    I also made a little plugin using the jMatch3 lib. It is less flexible, but easier to use in my opinion.

    Of course you can do this purely with events. I've done several Match-3 engines this way. Basically you just loop through a row/column (pretty much like Majinboo shows with the For-loop), have a variable hold the number of matches, which you get by comparing to the previous piece. If you reach a number of three are greater you have a match.

PixelRebirth's avatar

PixelRebirth

Member since 26 Mar, 2008

Twitter
PixelRebirth has 1 followers

Trophy Case

  • 16-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

23/44
How to earn trophies