Urled's Forum Posts

  • I worked hard on the game last night, and finaly managed to make changing the resolution possible.

    Looks like the 3D objects was causing the crash on resolution change, so I had to delete them =(

    But it's worth it to get a much nicer quality, and the game runs atleast three times faster than before!

    I also made it possible to change variables on level startup. THis will be usefull later when levels are constructed! But right now they are in the config file.

    dl.dropbox.com/u/36415207/z7.rar

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • isn't there any command to open a specific browser?

  • Here are some more

    <img src="http://uploadpic.org/storage/2011/CEw2nw2eBCqfeAxjHvsH35JdP.png" border="0" />

    <img src="http://uploadpic.org/storage/2011/bD6KInKJY2lxe10I8ZGuiqUhu.png" border="0" />

    <img src="http://uploadpic.org/storage/2011/8DWchPpw9fdnSgJqjzZkzybXC.jpg" border="0" />

  • Awesome.

    Couldn't really get a good picture of this...so here's a video.

    http://www.youtube.com/watch?v=Bf51xpJGzqI

    <img src="http://i369.photobucket.com/albums/oo136/4Sweet2Leaf0/swirly.png" border="0" />

    I did not expect much from the screenshot but the video was really cool.

  • Show your pictures that have been automatically generated by construct using math or whatever.

    Here is one of mine: The tunnel

    uploadpic.org/storage/2011/KhD3SXvIwWKelfh6ndu6zsEmc.jpg

    <img src="http://uploadpic.org/storage/2011/KhD3SXvIwWKelfh6ndu6zsEmc.jpg" border="0" />

    SHOW! <img src="smileys/smiley17.gif" border="0" align="middle" />

  • I love zombie games. They are very popular on these forums.

  • Very fun!

  • In latest build:

    New in this version

    • Doors that can be unlocked
    • Inventory
    • Smashed crates spawn gold (used to buy things)
    • Explosion particles lowered (to reduce lag)
    • Knife added(!!!)
    • New camera types
    • Weapon names limited to 6 characters in HUD
    • Reset function added
    • Minor level design edits

    t6

  • Try using the box 2d physics. It's much more fun:

    scirra.com/forum/topic43788_post273940.html

    <img src="smileys/smiley3.gif" border="0" align="middle" />

  • In latst build:

    -fixed walk through walls

    -Disable/enable pixelshader effects

    -Added a java dialogue editor (Audiag.jar, pretty bad)

    That's all. <img src="smileys/smiley3.gif" border="0" align="middle" />

  • a) The name of the game

    SPACE JUNK CLEANUP SCUAQD

    b) A URL to play the game (read how to upload your game to dropbox for free!)

    dl.dropbox.com/u/36415207/SJCS/yu.rar

    c) Your country of residence

    Scaniae

  • The thing is, he does not get any error message. The application just crashes.

  • A friend of mines computer crashes my game. Could this be because of C++ something redistubutable package does not exist? How to check that? Also, will the game crash then or just display a error? Also, if dx9 is not installed, will it crash then?

  • The free version only exports to dae

    So load the dae file in photoshop and export as obj

  • The variables should exists already, and should not be created at runtime. I just want {ANY VARIABLE NAME} to be replaced by a already existing variable with the name that is r2.

    I have tried global('r2.text')? . It does not work.