InvaderX's Forum Posts

  • Velojet

    THIS IS GONNA BE SO AWESOMEEEEEE

    Also, I dont get step 2! D:

  • Anyone?

  • Hi guys! Im making a desert biome for my survival game, and It works by spawning a desert tiled background, but it looks so ROUGH. So I was wondering if there was a way to made the edges kind of fade in so it has a smooth transition from forest to desert? I would really appreciate it if someone could help me. Also, I wanted it to spawn crates and cactus on the desert background, but how do I do that as well? Thanks!

  • Pretty cool stuff!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here is a modified version of Go Faster called Waffle Run!: dl.dropbox.com/u/61808535/Waffle%20Run/index.html

    Features different characters, worlds and other stuff.

    P.S. You have to unlock the characters :D

  • PICS!!! YEAH!

    <img src="http://dl.dropbox.com/u/61808535/Waffle%20Run/Go%20Faster%201.png" border="0" />

    <img src="http://dl.dropbox.com/u/61808535/Waffle%20Run/Go%20Faster%202.png" border="0" />

    <img src="http://dl.dropbox.com/u/61808535/Waffle%20Run/Go%20Faster%203.png" border="0" />

    I'm playing as the pumpkin :D! Enjoy!

  • Hi Guys! I'm pretty sure you all know about the awesome minigame "Go Faster", by squidster. Well, I added a BUNCH of cool extra stuff. Here's a list:

    • Unlockable Characters!
    • World Types!
    • Wafflez!
    • SPACE SHARKZ!

    Pretty cool stuff. I dont have any pics at the moment, I'll put some up later.

    You can play over here ===>

    DESKTOP: dl.dropbox.com/u/61808535/Steve%20Run.zip

    BROWSER: dl.dropbox.com/u/61808535/Waffle%20Run/index.html

    To Unlock Pumpkin: Run 200m (Running Speed: Normal, Jump: High)

    To Unlock Kenji: Run 300m (Running Speed: Fast, Jump: Normal)

    To Unlock Penguin: Run 400m (Running Speed: Slow, Jump: Super)

    To Unlock Prof. Science: Run 500m (Running Speed: SECRET, Jump: SECRET)

    To Unlock EncryptedCow: Be a loser.(Figure it out) (Running Speed: EXTREME, Jump: EXTREME)

    To Unlock Daniel (FROM THE WEST): Die 6 times (Running Speed: SECRET, Jump: SECRET)

    Have fun! Tell me what you think!

  • austin Thanks for adding node webkit support!!!!!!!!!

  • ghostmentor I would be happy to! You can talk to my on skype (my skype username is bottledwater37), or shoot me a PM with the details! Cant wait to get started!

  • Thanks! :D

  • Here's a puzzle game I made: dl.dropbox.com/u/61808535/The%20Box/The%20Box.html

    You rotate the world to solve puzzles! :D

    Level 2 is poorly designed, though. Sorry 'bout that.

  • eskimojoe

    Hi there,

    Abuse, threatening or discriminating behaviour.

    The use of offensive language in any form.

    http://forum.unity3d.com/threads/165110-Ill-make-logos-super-cheap-for-your-game-or-company

    I didnt really see him doing anything bad here.

    Hi there,

    Trolling or off topic discussions.

    http://forum.unity3d.com/threads/168752-Not-happy-with-the-Winners-of-the-DX-11-Contest/page2

    Trolling? Not that I can see. It seems weird that you went super far out of your way to jack this guy up. Interesting. You also seem to post the SAME POST on every forum thread he starts. Can you leave him alone? He's a cool guy (Know him on Skype).

  • What is the game about?

  • I never really understood XML, but if you can, could you point me somewhere where I can possibly learn it?

  • Hey Guys!

    I want to use JSON to add to my node-webkit game the ability for the player to make JSON files or something, and then put them in the same folder as the game, then they can have custom objects, or customize things in-game kind of like modding. This is an example file:

    {
      "c2dictionary":true,
      "data": {
        "ObjectName": "Name",
        "Type": "Type",
        "Var1": 0,
        "Var2": 0,
        "Var3": 0,
        "Var4": 0,
        "Craftable": "No"
      }
    }
    

    and the game loads it. Is this possible? If so, what would I need to know to do this?