rfisher's Forum Posts

  • jayderyu

    I'm glad I could help and "thanks" is all I need, no need to share.

    GOOD LUCK!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jayderyu

    Its done and in the same place. Good luck.

  • jayderyu

    Its done, now that i got the project directory made it take about 3 minutes to compile the APK. Same place as before.

    My game won't make it in the competition because i've been stuct on some game logic until today. Its just not ready.

  • jayderyu

    I got it compiled as a debug APK. It does run on the Ouya, i just don't know how to play it. It does show up in the games. I will PM you on where to get the APK.

  • jayderyu

    Give me about 30 minutes and I'll compile it for you. I'll also zip up the project directory and you can download it.

  • jayderyu

    How fast can you download. I got a directory that i put together with some batch files that setup the project directory. Then you need to edit the android manifest so that the game shows up in the game section of the Ouya. And then there is a simple command to create the APK. I can zip it up and put it on my webserver if you like. Or I can compile it for you. Its up to you.

    I might not make the deadline for entry myself.

  • Is anybody else making a game with Construct 2 for this competition?

    I'm getting very close to having something to share.

    Just wanting to know if anybody has created a controller plugin. Currently my game is fine with just UP,DOWN,LEFT,RIGHT, and ENTER for controls so I have not further developed anything regarding the controller.

  • balistrerinick

    On my webserver which is apache I have a .htaccess file with the following contents:

    AddType video/ogg .ogv

    AddType application/ogg .ogg

    AddType video/mp4 .mp4

    AddType video/webm .webm

    AddType audio/aac .aac

    AddType audio/mp4 .mp4 .m4a

    AddType audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg

    AddType audio/ogg .oga .ogg

    AddType audio/wav .wav

    AddType audio/webm .webm

    This file is located in the games root directory.

    .htaccess is just a text file that I created in notepad.

  • Watched the first 1 and I already learned something. Keep up the good work.

  • nemo

    No, this is what i'm trying to do.

    <img src="http://www.jenpop.com/construct2/group2.png" border="0">

    CAPX

    My problem is the local variable doesn't behave like it should. Unless the local variables act like variables in a C function.

    I just found out my problem, I need to <font color="red">set the local variables as static</font>.

    Sorry for the post.

  • <img src="http://www.jenpop.com/construct2/group.png" border="0">

    CAPX

    The following does not work. is this a bug or am i not using local variables correctly?

  • In my game there is a main menu and a sub menu. Both are on different layouts. I can go from the main menu to the sub menu and back to the main menu by using "Go To Layout". But when I try to go back to the sub menu again it never goes to that layout even though its running "Go To Layout". Is there a easy way to see whats going on like in firefox with firebug? I would like to find out if its my code or a bug.

  • rexrainbow

    So it will be like minecraft, you will have to know the ip address or website address to join the server?

  • With no central server, how do other clients no about each other?

  • ludei - I would like this option for the Ouya also. I'm stuck on Phonegap.