X3M's Recent Forum Activity

  • Anonnymitet amariscal Does the default controller.html provided by Airconsole work perfectly on iOS devices?

    >

    > > If I don't renew then I will lose cloud access, but can still use the last offline version I downloaded while my "subscription" was active.

    > >

    > >

    > You will still be able to use your offline version even if you don't plan to renew, but you won't be able to access the cloud services such as exporters etc...

    > Other than that, they aren't changing the payment method.

    >

    Have they told you this?

    Nope

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    If I don't renew then I will lose cloud access, but can still use the last offline version I downloaded while my "subscription" was active.

    You will still be able to use your offline version even if you don't plan to renew, but you won't be able to access the cloud services such as exporters etc...

    Other than that, they aren't changing the payment method.

  • polygame But there are a lot of obj models on the internet that use multiple textures.

    Yes the download link will always be in your store account. ( You won't pay anything )

  • ishmaelmoreno Turns out that you're using the Airconsole plugin inside your controller , I'm I right ?

    The code that causes that error is located inside the Airconsole plugin made by

    // We allow multiple object properties to be received, should work with the actual controller generator
              self.ac_message_keys_count = 0;
              $.each(data, function ()  {
                self.ac_message_keys_count++;
              });
              if (data.key && self.ac_message_keys_count === 1) { // Just for the sake of backward compatibility... Flagged the condition as deprecated TODO remove me
                self.runtime.trigger(cr.plugins_.AirConsole.prototype.cnds.OnMessageKey, self);
              }
              else if (self.ac_message_keys_count > 0) {
                // Do not work this out yet, just save data and we'll work that later if the user wants the keys-values dictionary
                self.ac_message_keys = data;
                self.runtime.trigger(cr.plugins_.AirConsole.prototype.cnds.OnNewMessageKey, self);
                self.runtime.trigger(cr.plugins_.AirConsole.prototype.cnds.OnNewMessageKeyIs, self);
                self.runtime.trigger(cr.plugins_.AirConsole.prototype.cnds.OnNewMessageKeyContains, self);
              }
    [/code:c3c72r20]
    
    What you can do right now is delete that portion of code or comment the whole block with /* */ and try exporting the game again.
    From line [b]112 [/b]to line [b]126[/b]
  • ishmaelmoreno Can you pm me your c2runtimectrl.js ?

  • ishmaelmoreno I can't determine the cause of the error, OnDeviceJoin is inside your game and not in your controller right ?

  • cjbruce Does the contoller.html provided by Airconsole work well on iOS devices ?

    Psychokiller1888 I've added it in the previous update

  • >

    > > I can see events being done on a phone. Looking through, fixing bugs.

    > > But otherwise I think it is just a "bonus" feature really.

    > >

    > > but now I can't do it anyway because of iOS-ness.

    > >

    > What about this : https://itunes.apple.com/us/app/google- ... mpt=uo%3D2

    >

    Unfortunately that's not really Chrome - it's Safari with a Google paint job.

    Any web browser on iOS uses Safari's rendering engine.

    https://itunes.apple.com/us/app/opera-m ... 29560?mt=8

    Opera uses Chrome's Blink engine, I prefer it over Chrome for so many reasons, I guess it should be functioning well on iOS according to the reviews.

  • I can see events being done on a phone. Looking through, fixing bugs.

    But otherwise I think it is just a "bonus" feature really.

    but now I can't do it anyway because of iOS-ness.

    What about this : https://itunes.apple.com/us/app/google- ... mpt=uo%3D2

  • C3 is a web app, therefore what we are going to see are DOM elements, which means that the editor layout could be a canvas if we are lucky enough. Tbh this is the only groundbreaking feature that I'm looking forward to. Opens up a lot of possibilities.

  • matriax Still, there are some OBJ models who are composed of several meshes , example :

    head (mesh1) body (mesh2) sword (mesh3)

    And each mesh has its own textures, how I'm I supposed to know that texture1.png corresponds to head etc ... ?

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