InvaderX's Forum Posts

  • I made this thing where it checks for updates, and notifies the Player if there is an update, but I cant get it to download.

  • You do not have permission to view this post

  • EyeHawk Woah! That's a great idea!Though, I need to homehow create tiles in the Player window ONLY, so it doesnt generate a lot of lag, and I can do the scrolling thingy

  • EyeHawk I guess that makes sense, but the thing is, how would I get it to generate islands properly, and spawn the trees and junk? Squiddster's seems to generate some good island type things, but I cant get it to work with R0J0hound's scrolling.

  • EyeHawk Here is the link to R0J0's tile thingymalingy CAPX: dl.dropbox.com/u/5426011/examples16/inf_map3.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Guys! For the last couple of days, I've been working on creating a better random generation system for my survival game "Bevar in the Wild". I've been trying to make the game generate some islands with trees and grass and stuff on them, and then add collisions to make sure the player doesn't walk into the ocean.

    However, I did make a system (using tiled backgrounds) that did that, but the islands were square shaped, and overlapping islands looks odd, and it just looked dumb, and I couldn't add collisions to the ocean! So, next I tried tile gen. Well it worked sort of well, and it caused a LOT of lag (64x64 tiles and a 12480x12480 layout @, over 30,000 tiles!) I tried to use R0J0hounds scrolling tile thing, but it kind of jacked it up >__< it didnt really work. Plus I wanted a finite map, not an infinite. So my question is, anyone know a better way to randomly generate a world with islands?

  • Tokinsom Some people cant afford a license, though. It took me while to get mine. Though it would be easier to add the option to do that.

  • What if you had options for WASD, AZERTY, ZQSD, Arrow Keys, and Custom?

  • I agree with this, mannn.

  • Ashley Is it possible to do the "Download" action with node-webkit?

  • austin Well, I meant like, the current player is in the top few of the leaderboard. Like, "If Player Bob is in the Top 5 on leaderboard". This can be used for achievements, and in-game player stats, and other stuff.

  • Do: Compare Variable, then put Lives Variable less our equal to zero. Then for the actions, just put the game over actions.

  • <img src="https://dl.dropboxusercontent.com/u/61808535/__photoshare_temp.jpg" border="0" />

    This should help :3

    Basically for the array size, just divide the map size by one of the tile sides. For example 6400 divided by 32 would give me an array size if 200x200x1

  • austin What if you added a condition like "In the Top x(10, 15, 15, etc.) on a leaderboard? It would be cool :3

  • Ashley Which expression?