Bl4ckSh33p's Forum Posts

  • Other apps made in Construct and exported for Win10 also bring up this error. It seems the exported solution file has a reference to this OfflineClient.js file.

    It seems to work if you just delete it in Visual Studio.

  • I could build it with r241 beta without WinJS finally. I got a few script warnings but it did run and let me publish it to the store (already approved). But I cant see any ads so far. :-/

    just tested your game and I can see the white rectangles but no ad.

    PS:

    I added the reference for Ad SDK and it added another UWP reference. But its still not possible to check "Xbox One" after uploading it.

  • Hi. So you just have to paste the BannerID into the admob plugin in Construct (no app id field anywhere?), show it with action and export to Cordova > import the plugin > build?

    No other changes to other files needed?

    I enabled Testmode for Admob but in Intel XDK Testmode no banners were shown.

  • Hi. I could finally build my app for Win10 again with PubCenter enabled but after testing it for a while no Ads show up. Does anyone use PubCenter Ads for a Win10 App and does it work for you?

  • Hi. Which one does work? I used cordova-plugin-ad-admob but when I use "simulate" tab no ads are shown (testmode is on).

  • Thanks. But even in testmode no ads are showing when you preview it via Simulate. Is there no way to check if it works before publishing?

  • And what about apps not games if you are not in IDdph@Xbox prog? UWP Apps are now on Xbox (VLC, notepads, calendars and so on) and I tried to enable Xbox One as platform in Devcenter but I cant enable it. No package supports Xbox. Does this not work with C2 exported apps at all or do I need to add a specific reference to make it work?

  • Hi. Still not able to select Xbox with r241 and updated Visual Studio. Are specific References needed or other changes?

  • Hi. Just exported my project with r241 and when I tried to test it I got this error from Visual Studio:

    Severity Code Description Project File Line Suppression State

    Error APPX0702 Payload file 'C:\Users\mail\Documents\Construct 2\Output\Overwatch Companion Win10\offlineClient.js' does not exist. OverwatchCompanion C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets 2156

    Its not in the exported folder but its in the project files in the solution. I just removed it in visual studio and it seems to work so far but it shouldnt be there in the solution files?

  • Hi. I tried to show a Browser.Alert for some debugging. First I had it in a Button.OnClicked Event as Subevent but it was shown endless times. I tried to put it somewhere else like shown below but its still showing up the whole time even if its only triggered once. I replaced the Browser.Alert in the image below with "Add 1 to TESTVAR" to see in debug how often its triggered. And its only +1 once but I get countless alert popups.

    http://bayimg.com/EAIJeAAGl

    When I create a completely new project it seems to work and only trigger once. I could not find how to fix or recreate it yet. The example above is placed in a group in the code editor.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi. Just a quick suggestion. If you set acceleration of the rotate behavior with an action you cant check the current value in an event.

    Like this:

    Sprite.CurrentRotateAccel = x >> Sprite.SetAccel=0

    PS: You can use a (local) Variable as workaround for some other behaviors and set the required value and check it. But this does not work with the current rotation speed (?) and it would be nice to have these actions for this and other behaviors.

    /edit: Found a fix. You can set the variable with Sprite.Rotate.Speed every tick.

  • Hi. I installed the latest beta (r241) and lan preview does not work for me either. It was fine in the past and the firewall ports etc. are still set up properly. Any ideas? :/

  • The IAP manual page says Win8 is supported, I hope this works with Win10 cause I could need it for my next project.

    PS: Is it possible to extend the Win Plugin with new features like the new Feedback feature or Notifications? Ashley

    https://msdn.microsoft.com/windows/uwp/ ... -customers

    Or is it possible to hide the Winphone bar at the bottom (back/home/search button) somehow?

  • Ok, time to test it again. I am updating Java, Visual Studio and installing the latest (beta) build of C2. I could not update my app for over a month and hope it works with the latest updates. :/

  • I'm still getting errors in Visual Studio when I add the WinStore Plugin with the latest beta and cant update my app to see if I can enable "Xbox One" in devcenter.

    Anyone else having problems with it?

    I created a bug report for it (updated)