X3M's Recent Forum Activity

  • cjbruce No I dropped the project because of that scaling issue we had with the controller plugin. I managed to find a fix but it was too late.

    The good thing is that now we can make Airconsole games with ease since the controller plugin is fully functional.

    The Airconsole monetization system is quite good, especially if you're going to make a game exclusive to Hero users.

  • I played it a month ago and it was quite good, the AI was impressive, did you assign their behavior with events or what ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Icecream Screen Recorder works perfectly.

  • You shouldn't rely on those services. Instead you should try building your own apk's using the cordova command line tool.

    Here is a tutorial I've made on the topic : https://www.scirra.com/tutorials/9432/h ... ng-cordova

    It is all about the config.xml file, which holds all the configuration settings of your game and the plugins that will be downloaded by the cordova cli to be used in your game.

    By default, C2 adds a couple of lines to the file so that cordova installs the webview plugin alongside the file and http plugins.

    Do a search on how to include cordova plugins in the config.xml.

  • hey X3M is it possible if you can look into implementing the rate limiter in the controller if possible?

    Will do in the future release

  • Is it possible to use 2 cameras to make a split screen game with this plugin?

    Yes, you create two cameras,and for each camera you do : Camera->Set viewport(x,y,width,height)

    So for example if you want to split the screen in half so that Camera1 gets left half and Camera2 gets right half:

    Camera1->Set viewport(0,0,0.5,1)
    Camera2->Set viewport(1,0,0.5,1)
    [/code:ap64iogy]
    
    A width of 0.5 means that the viewport will take half of the scene width.
    An X position of 1 means that the viewport will be positioned at the right end of the scene width.
  • amariscal I'll see what I can do when I'm free

  • You do not have permission to view this post

  • My guess is because the full version loads extra features, unlike the free version which is limited.

    Still I don't see the problem. If a software takes 3 or 4 seconds + to load, what's the big deal? You still get to work on your project no ?

  • My exact starting time is 9 seconds.

    Dude you call that heavy start ?

    Mine takes 7 seconds, so it is normal for C2 to take less than 10 seconds to load.

    But seriously, I thought you were referring to something like 20 or 30 seconds delay...

    That is not an issue at all.

  • - I think jQuery is clearer than $

    - see docs

    So basically when writing our own code we should access properties like so obj.position.x

    But when dealing with libraries code, we should use brackets like so obj.['position'].['x'] ?

  • Hi Ashley

    I've got some questions regarding your plugins:

    • Why did you use jQuery instead of $ ?
    • How do we prevent our plugins from breaking when a user minifies his project ?

    Thanks

X3M's avatar

X3M

Member since 8 Jul, 2016

Twitter
X3M has 1 followers

Trophy Case

  • 8-Year Club
  • Coach One of your tutorials has over 1,000 readers

Progress

9/44
How to earn trophies