rfisher's Forum Posts

  • The create.py file in the tools directory gets a file called rhino1_7R2.jar at URL github.com/downloads/doggerelverse/Pender-android/rhino1_7R2.jar, which doesn't exist.

    This could be your problem.

  • How do we set this up, is there any tutorials?

  • Ashley

    Keep up the AMAZING work that you have done with Construct 2. I'm soon to release 2 games to the Ouya made with Construct 2 using Phonegap 2.4.0. With Phonegap I have seen simple games get any where from 30 - 50 FPS which is good enough for me on the Ouya. I have recently hacked together a simple Javascript HTML5 game engine put together from various code found on the internet. This crazy attempt of mine makes me look back on Construct 2 with amazement. You have a great product here and everyday visit your website wondering if anything new gets released.

    I only wish that the Ouya Web Browser would support requestAnimFrame, because in my attempts it did not work.

    Thank You

  • The Ouya Browser makes a click noise each time the button is hit. This noise to me is the biggest problem with making a real game. We need native support for the ouya controller and disable the keyboard so that these click noises aren't heard. This can be done with a Phonegap plugin that bridges the gap between javascript and java. For me this is my last step in creating a HTML5 game for the Ouya which i have not done YET.

    Performance is another big issue for the games I'm trying to make for the Ouya. I have noticed that 30 FPS is probably the best we are going to get for a arcade type game using Phonegap. I tried to adjust construct 2 javascript code to see if i can limit the max FPS with no luck. I have sinced hacked together a javascript game engine that fixes the canvas at 720p and scaling to 1080p at 30 FPS. In just a couple of days i got something that sortof works, but not really. To be honest, I'm just just testing a theory about about using a javascript game engine that runs at 30 FPS and seeing if there is a advantage to such a thing. So far I'm not sure what the result are.

  • I was just thinking if you made a game for the Ouya and You knew that it runs good at 30 FPS. Why not just make the max FPS 30 FPS. And then the big question, is there any real benefit to doing this?

  • Would there be any advantage to adjusting max FPS based on actual FPS. Meaning on slower devices that only get about 30 FPS, lower the max FPS to 30 FPS.

  • I got my email today about the GAMESTICK BUNDLE being charged to my credit card. Anybody else getting a gamestick?

  • Solid floor runner demo

    Demo

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

  • Try Construct 3

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

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

    mysql select query

    This is how i'm doing it. You just echo the result that is returned to your game in ajax.lastdata.

  • wretchedshark

    it should work now.

  • here is a demo game i did for a endless runner. Just press the space bar to jump.

    Runner

  • Here is a simple demo game on the Ouya.

    youtu.be/-fttoNDVn0Y

    APK

  • jayderyu

    Get me a capx of the examples and i'll turn them into APK and install them on my OUYA. But I'm sure Ashley has already done this.

  • I'm using Phonegap/Cordova(2.3.0) and I got some games that run 40FPS and others around 15FPS, it just depends on the size of the game and plugins/behaviors used.

  • jayderyu

    Ashley has a Ouya. I'm hoping that he can give ludie the information to make Cocoonjs a option for the Ouya. From what I can see it would be adding "<category android:name="ouya.intent.category.GAME"/>" in the intent-filter in the manifest. Also adding in the Java/Javascript to make the controllers work which there are examples in the ODK. Before I release my game I'm going to make a Phonegap plugin for the Ouya Controllers instead of using the arrow keys and enter.