GAMEE x Construct Game Dev Contest

From the Asset Store
Casino? money? who knows? but the target is the same!
  • >

    > > GameeApp

    > >

    > > v1 working well

    > > http://emulator.gameeapp.com/emulator.h ... index.html

    > >

    > > v2 with new plugin -- struggle on "Waiting for game to send init method"

    > > http://emulator.gameeapp.com/emulator.h ... index.html

    > >

    > > no-minify and nothing change, only upgrade a plugin :/

    > >

    >

    > Tombas thanks for the report.

    > One of the major differences is the old plugin did handshake instantly (show play button) even when game was not loaded! And it was wrong. New plugin waits for layout to be loaded and then it does handshake (correct).

    >

    > Now I see some weird behavior for your links (both of them):

    >

    > It fails to load resources. Perhaps cdn.rawgit is not the best hosting even tho I suggested this before <img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed">

    >

    > While first link show play button, but game is not playable because it didn't load (incorrect).

    > Second link doesn't show play button, because game didn't load yet (I hope correct).

    >

    > Can you please check if game with plugin 2.0 works on your localhost and let me know? There still might be some bug, but I must isolate it to fix it.

    >

    > Thanks in advance.

    >

    In preview mode, didn't see any error in console now, but "Play button" still not appear and "Waiting for game to send init method" is still there.

    Here is the console log:

    https://prnt.sc/ikiwx8

    Are you sure you put one instance of the plugin object into the layout?

    There is no error in console. So only two reasons could be you didn't put there an instance or plugin is bugged.

    If you did it and it still doesn't work, please share entire project with me, use google drive and share with contest@gameeapp.com and I will resolve this. <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

  • GameeApp I just have sent you an email

    I finished something out of my character and it feels odd, but good.

    I thank you for this opportunity.

    I have beated challenge of my own.

    P.S submitted with old plugin, because I didn't checked my mail lately.

  • GameeApp there’s a version 2.0 plugin for C2?

    Because in version 1.0, the play button is showing before the loading screen too.Thanks

  • Quick announcement - Plugin for Construct 2 New Release <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked">

    Link for release info: https://github.com/gameeapp/gamee-js-co ... s/tag/v2.0

    Same rules as for previous C3 plugin update,

    [quote:1rayk9na]Developers that already submited game/games *DO NOT* re-send us games with new plugin.

    https://www.scirra.com/forum/gamee-x-construct-game-dev-contest_p1164042?&sid=3dd21143fc86feac8b69f53282925787#p1164042

    Fix

    • play button appearing before the game is properly loaded - dead lock

    Tested (again just to be sure)

    Minification with C2 - working

    Mute/unmute conditions - working

    In case you find any problems, contact us or create an issue in github <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    cesisco

  • GameeApp I just have sent you an email

    I finished something out of my character and it feels odd, but good.

    I thank you for this opportunity.

    I have beated challenge of my own.

    P.S submitted with old plugin, because I didn't checked my mail lately.

    No, we thank to you XpMonster

  • > Today is last day right? I need one more, and I have to work.

    > We can play or vote the sent games?

    >

    You still have more than 24 hours, deadline is at midnight, 28th of February

  • Thanks for the update!

    Quick announcement - Plugin for Construct 2 New Release <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked">

    Link for release info: https://github.com/gameeapp/gamee-js-co ... s/tag/v2.0

    Same rules as for previous C3 plugin update,

    [quote:2bxmhd4d]Developers that already submited game/games *DO NOT* re-send us games with new plugin.

    https://www.scirra.com/forum/gamee-x-construct-game-dev-contest_p1164042?&sid=3dd21143fc86feac8b69f53282925787#p1164042

    Fix

    • play button appearing before the game is properly loaded - dead lock

    Tested (again just to be sure)

    Minification with C2 - working

    Mute/unmute conditions - working

    In case you find any problems, contact us or create an issue in github <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    cesisco

  • Are you sure you put one instance of the plugin object into the layout?

    GameeApp ... omg sorry, I miss this part, v1 working without plugin object into layout ... sorry and thanks

  • Hello Folks!

    I have one question, how do I test the sound on my game? On V1 of the plugin I had the sound on and off as per my in-game buttons (I never found out how to mute/unmute from the emulator), but on v2 sound is always off.

    Anyone can help me?

    Thanks!

    TinyGamesLab

  • Hello Folks!

    I have one question, how do I test the sound on my game? On V1 of the plugin I had the sound on and off as per my in-game buttons (I never found out how to mute/unmute from the emulator), but on v2 sound is always off.

    Anyone can help me?

    Thanks!

    TinyGamesLab

    Sadly sound is not testable in emulator because it is missing a button to mute it

    Mute/unmute is same thing as pause/resume. If your pause/resume works, lets suggest that mute/unmute also works

  • GameeApp

    I have a suggestion

    if you are thinking of using the construct2 or 3

    to create games for GAMEE platform

    need to add in GAMEE plugin

    Button for sound with action disable or enable and visible or invisible

    also Buttons for Touch with action disable or enable and visible or invisible

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I made the game and access it normally through the emulator.

    But when I export to HTML and I will view the page index.html in the emulator it is not loaded. This occurs both locally and on the hosting server. What am I doing wrong? Do I have to insert some code in the index.html page? Do I have to add something in the export directory of the index.html page?

    Thank you!

  • I made the game and access it normally through the emulator.

    But when I export to HTML and I will view the page index.html in the emulator it is not loaded. This occurs both locally and on the hosting server. What am I doing wrong? Do I have to insert some code in the index.html page? Do I have to add something in the export directory of the index.html page?

    Thank you!

    No you do not have to add anything. First, are you using construct 2 or 3?

    Also I suggest (because exported game comes with service worker), to delete cache and service worker files from exported games (remove sw.js).

    Navigate to domain where you host game localy or remotly. Hit F12. Continue as in this answer:

    Try the game in emulator again.

    If it doesnt help, I need more specific details, console.log screenshot would help.

  • GameeApp

    I have a suggestion

    if you are thinking of using the construct2 or 3

    to create games for GAMEE platform

    need to add in GAMEE plugin

    Button for sound with action disable or enable and visible or invisible

    also Buttons for Touch with action disable or enable and visible or invisible

    Yes of course. This should be done

  • Quick announcement - last 7 hours of this competition, if you didn't submit game yet and you are working on something, hurry up

Jump to:
Active Users
There are 2 visitors browsing this topic (0 users and 2 guests)