Chadori's Forum Posts

  • Thank God I didn't upgrade yet!

    I believe this is an isolated case.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just a theory but as I know the Scirra website, once you log in to another device, you get logged out from another device.

    If my theory is correct, we might be getting logged out frequently because our accounts are being infiltrated.

    Or Scirra is having website issues with cookies.

  • nikkyoryzano Can you PM me your price for a single Company Logo? A Logo that is compatible as a favicon.

  • It's because Android is more open and cheaper and IOS is *ohh brother so many restrictions...

    But when it comes to paid apps, I bet more on selling it on IOS rather than Android.

    But for "Free to Play" and ADs i'd go with Android.

    It depends on where you want to market, to the people who spend money or to those who sell their information.

  • We already have a Google Play plugin, but I think it also runs in to issue #1. We aren't currently working on anything new for GameCenter, but we could look in to it later down the line.

    Wow. This seems promising. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> Ashley , can you add this feature to the GooglePlay Plugin?.. So far, no one has been able to implement this feature to their third-party GooglePlay plugin. But I assure this is one of the most important feature for Android. Especially for multiplayer, syncing and with-IAP games.

    Google Play Saved Games:

    https://developers.google.com/games/ser ... savedgames

    Original Forum Post:

    request-google-play-saved-games_t125260

    Intel Plugin: https://github.com/01org/cordova-google ... s-services

    This feature will enable sync of data stored in an android device to other android device logged in to that account and stored inside their Google Drive. It's so great that you don't have to host your own server. Just use their own Google Drive to store data and it is even inaccessible, so no one can cheat on it.

    A big issue in making an android game here in C2 is that saved state are also deleted after uninstalling the game.

    We need this feature Ashley please.

  • RobertoFreemano

    The website isn't updated for years. But the blog and forum are.

    Blog:

    https://www.scirra.com/blog

    Forum:

    general-discussion_f191

  • I guess this is for the developers - but if anyone has insight on this, please answer.

    I'm excited about C3...Q: but will we be able to run the (program) on Linux? My love for Windows died a long time ago and I've be reluctantly running C2 on win7.

    Thanks,

    Roberto

    It's browser-based so whatever OS it's on doesn't matter.

  • I suggest using Surface Book. It's expensive but it's a pure tablet + a laptop.

  • >

    >

    > Any issues you run into with XDK will likely exist with any other web-based exporter, because you don't have control over it, and if you're doing anything it's not expecting the build will fail. The idea that Scirra will be able to provide better maintenance than Intel? What makes you even think that's possible, given the resources of each company?

    >

    > If you want the option to optimize your builds as much as possible, you're better off installing node.js, cordova, java & GIT on your local machine and compiling locally, which takes much less time and doesn't require uploading your assets to a 3rd-party server (that may potentially be unreliable), which is going to be configured to support a more generalized build as opposed to something specifically for your game projects. Reliability aside, if you're working on a bigger project, uploading over even a fast connection adds a lot to the build time - whether you're using Cocoon, XDK or Phonegap.

    >

    > Once set up locally, Cordova isn't difficult to use, and just requires a few command-line options or your setting up a batch (.bat) file when you want to compile. If you're interested in doing this, install in this order: java, GIT, node.js, then Cordova. Installing Cordova last allows it to set up the connections to the other components automatically and no manual configuration will be necessary. Plugins can be installed from the command line/powershell, and I'm sure there's a GUI-based installer for them as well if you're more comfortable with that after setup.

    >

    I just don't believe it's possible to achieve the same performance as Canvas+ does with any exporter/wrapper, none of them seem to disassemble the inner workings and recompile as well, or whatever the hell it does. Would self compiling with a batch file improve performance? And by performance, I obviously mean fps. I don't believe optimising code could improve matters to the point where xdk or a batch file build would ever reach the smooth, fluid gameplay cocoon is providing, but it should.

    No, doing the build online or offline is just the same... The performance won't change.

    The performance is only influenced by your code, the engine, the device, and the wrapper.

    Changing build options won't change anything but changing wrappers is another story...

    Changing from IntelXDK to Cocoon.IO or vice versa would change performance.

    But finding the best performance wrapper is up to you.

  • Any issues you run into with XDK will likely exist with any other web-based exporter, because you don't have control over it, and if you're doing anything it's not expecting the build will fail. The idea that Scirra will be able to provide better maintenance than Intel? What makes you even think that's possible, given the resources of each company?

    Nope you don't understand... Scirra is not hosting a new wrapper, what in the world are you saying there will be better maintenance on Scirra compared to Intel... Try reading it before answering. I did not say that, in fact you said that!

    I said :

    And since we are in a cloud subscription, the exporter is supposed to be well maintained so there would be lesser bugs and no more workarounds for supporting third party plugins and building.

    That means, if you have tried exporting before on C2 for Cordova and building it on IntelXDK, in your case I'm not sure anymore... You'll notice that there are bugs on the export files of Scirra that needs workaround for supporting third plugins / core plugins during building. For example: The InAppBrowser plugin, before you have to manually edit the config.xml but now that Scirra has better connection with Intel (If the blog post wasn't false advertising) and we can safely assume that any updates on Intel, the Scirra Exporter would be updated also especially that we are in a subscription method, so maintenance should be reliable.

    If you want the option to optimize your builds as much as possible, you're better off installing node.js, cordova, java & GIT on your local machine and compiling locally, which takes much less time and doesn't require uploading your assets to a 3rd-party server (that may potentially be unreliable), which is going to be configured to support a more generalized build as opposed to something specifically for your game projects. Reliability aside, if you're working on a bigger project, uploading over even a fast connection adds a lot to the build time - whether you're using Cocoon, XDK or Phonegap.

    Once set up locally, Cordova isn't difficult to use, and just requires a few command-line options or your setting up a batch (.bat) file when you want to compile. If you're interested in doing this, install in this order: java, GIT, node.js, then Cordova. Installing Cordova last allows it to set up the connections to the other components automatically and no manual configuration will be necessary. Plugins can be installed from the command line/powershell, and I'm sure there's a GUI-based installer for them as well if you're more comfortable with that after setup.

    That is too advance for non-programmers... I know most people here using C2 aren't programmers and only want to make games.

    If they were, they'd be using Unity by now.

    Do you expect they will have time or at least interest in learning this? No!

    In fact doing this manually might even be more time consuming and inefficient and more unreliable if you don't know what you're doing. Do you think you can outmatch Intel's build option? Then you make me laugh! You're not even neart trustworthy compared to Scirra I'd rather go with C3's Export + IntelXDK's build.

    And how come you know it will be unreliable, you haven't even tried to use it... In fact, no in the community has.

    , Zebbi was asking about the benefits, not your build purportedly build option.

  • > Short Answer : No.

    >

    So, benefits? Besides less effort?

    The Export would become more reliable than before since it will directly be connected to IntelXDK.

    But that still depends on what kind of exporter it is. Whether it is single click build inside C3 or a separate program from C3.

    Another benefit is that we can file bug reports directly to Scirra if their Export isn't working. So lesser excuses from Scirra.

    And since we are in a cloud subscription, the exporter is supposed to be well maintained so there would be lesser bugs and no more workarounds for supporting third party plugins and building. It should be as easy as pie to export if Scirra wasn't false advertising. That's the greatest benefit.

    But regarding the performance... It stays the same.

  • Short Answer : No.

  • hello,

    i have bought the tool paying with paypal, transaction go fine, but im still waiting the email...

    i have try the page purchasing on the store to re ask send email but seem to no exist...

    any suggestion???????

    Email Scirra here : , they resolve issues like this within 24 hours in my experience.

  • Okay, I would like to start this discussion short and eventually it will get longer overtime...

    As a start, I'm very sure not all agree to this so making this feature optional would be fair for both sides.

    But if performance loss / loading time is very significant, I don't think we have any need for this feature.

    Talking about protection, YES it's not perfect and YES you will always be able to steal data by some dark mean BUT:

    1) It won't be as easy as unzipping a rar file, so most of auto proclaimed 12 year old hacker won't be able to do much

    2) Yes people will always be able to take screenshots and record audio in order to steal data, but again, it will be much harder

    3) If they manage to crack encryption, then it means that they worked quite a bit to get there, and at this point, just let them take some of your assets as a reward of their time spent stealing them, and if they ever use them in a manner you don't like, just strike them. They'd have spent several hours to steal assets to get blocked in the end. Most people would give up at this point.

    Lets not forget #4:

    4) If the Pro Hacker finally finds a way to decipher the encryption, everything is already pointless. Like the C2 community, there are also

    hacking communities. It means that 12 year old hacker wannabes can finally show off what they learned on youtube.com.

    This feature is debatable but not very compelling.

  • cranberrygame : Do you have the plugin that supports "Saved Games - Google Play" that saves game data to Google Drive to synchronize player game data across multiple devices? I have already bought the plugin, but I saw that Cordova Game doesn't have this feature.

    So is there actually one?

    Thanks.