Loss of behavior after sprite placement...

This forum is currently in read-only mode.
From the Asset Store
Minimal Sprite Font with Stroke for Pixel Art games.
  • I have included an example cap of what Im trying to describe. Whenever I create a level by placing sprites randomly the player sprite loses its platform behavior.

    In fact I have another level that creates a flat 2d overhead map area in a similar way and the player loses its 8 direction movement, or grid, or any other behavior, after the level is generated through a function.

    In the example cap youll notice the player can move across the solid bar for example, but after the world is generated it does not.

    Example Cap

  • Oh and if anyone can tell me how to get the water to 'settle' in a more evenly fashion Id be very happy!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm a beginner, and , how did you create a level by placing sprites randomly?

  • It's just the button. Look:

    http://dl.dropbox.com/u/26932498/platform1_edit.cap

    I changed it to "press f to create world".

    Found it out, while disabled everything but the button <img src="smileys/smiley2.gif" border="0" align="middle"> .

    Could you make a small tutorial, how you managed to use the noise plugin and how it works? I would like to know, how to spawn the sprites in that way(in groups and gold spawns only in stone etc.)

    Thank you :)

  • Thanks zyblade! Not sure why the button does that but that is the reason.

    I will make a more in depth tutorial soon on how to place tiles using the 'noise' plugin or, in this case, I used the old 'perlin' plugin. The method works with either. Though Im still learning myself. First I need to figure out some things.

    But in short, the level is filled with noise based a random seed. Every seed is a unique noise pattern for the layout. This single seeded number can be used as part of a save system if one wanted. Then you'll notice that in this example the dimensions of the tiles to be placed are determined by the variables 'x' and 'y' in the loop, forming a grid. The tiles are only 8 x 8 pixels therefore we multiply the indices of the 'x' and 'y' loop by 8 so they tile evenly. Finally the noise value on those indices return a value between -1 and 1 and are used to determine whatever you want. In this case, its the type of stone within the level. For this example I made the more rare stone use small value ranges toward the 1 range. The animation frame of the tiles are set based on those values. However, you could place separate sprites instead of a single sprite with different animation frames as I did.

    What I'm trying to figure out now is how to get the water to settle so that its even and not stacked up unrealistically, for the platform level example. Also how to do so if a block is 'mined' or removed below it. I'm not having much luck.

  • Can't find the thread right now, but someone(I think it was r0j0hound) made a good example. I uploaded it into my dropbox. Here's the link:

    water_settle

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)