Bl4ckSh33p's Forum Posts

  • Our new and free parody game "Lost Falcon Assault" is now available for all Windows 10 devices.

    Relive the Falcon Lost incursion from Tom Clancy's The Division how it was (not) meant to be played and assault the enemy base to destroy the APC.

    Gameplay: https://youtu.be/nbF9Zo_GH5g

    Free Download:

    https://www.microsoft.com/store/apps/9nblggh4p4xr

  • I just tried it in Construct 2 r227 and it does not seem to work if you combine wrap and physics. Is it possible to change/fix this?

    But I will try the example code from above.

  • Thank you very much.

  • And this warnings are shown when creating the app packages:

    1>------ Build started: Project: LostFalconAssault, Configuration: Release x86 ------

    1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): warning MSB3842: Project "LostFalconAssault" depends upon SDK "Microsoft Advertising SDK for JavaScript v10.0" which supports apps targeting "UAP 10.0". To verify whether "Microsoft Advertising SDK for JavaScript v10.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181.

    1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): warning MSB3842: Project "LostFalconAssault" depends upon SDK "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" which supports apps targeting "UAP 10.0". To verify whether "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181.

    Can I just ignore them or could it cause problems?

  • Problem Description

    Pubcenter Ads are showing the wrong banner sizes and exporting for Windows 10 Universal store requires Scale200 files and they are missing in the export.

    (PS: With enabled Ad SDK "Any CPU" packages and preview is not working anymore. So should I upload 3 packages or does x86 run on all?)

    Screenshot of broken Banner: http://img5.fotos-hochladen.net/uploads/bannerbugus7pyl8e0z.png

    Attach a Capx

    http://www.playbird.at/sites/Bl4ckSh33p ... mages.capx

    Description of Capx

    Shows a Banner on top Center with 700x90 but the banner shown (after adding the Win10 Ad SDK reference in visual studio) is about 90x700 and shows a huge blank area around.

    Steps to Reproduce Bug

    Observed Result

    shown Banner size is wrong and images for package are missing in C2 export for Win10

    Affected Browsers

    Win10 Store / EDGE

    Operating System and Service Pack

    Windows 10 64 Bit

    Construct 2 Version ID

    227

  • Hi! Just got a reply on Microsoft forums and it seems Construct is missing some files. The new Win10 requires the Scale 200 files. I added them via the asset manager in Visual Studio and could create the packages. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://social.msdn.microsoft.com/Forum ... =wpdevelop

  • But it would be nice to know if a sprite is used in any layout or not. If not you can delete it to save space.

  • Hi. Click on the new project button and search for "speech", there is an example for speech recognition. But it did not work for me when I tried it a while ago.

    But it should be possible (dont know which browsers).

  • You could add some actions for the right stick to rotate/change the angle. There are several actions for rotation and changing angles.

  • Hi. Can you tell how you could connect to twitch chat?

  • Hi. I managed to get an ad now (with added reference to Win10 Ad SDK) and I need to select X64 or X86 for testing to see an ad. But the shown banner has the wrong size. I selected 728x90 and OnStartofLayout > Bottom Center on title screen but it shows a tiny 90x700 banner in the placeholder and white background on the sides. Does it work for everyone else or is there something broken with pubcenter plugin?

  • Hi. I replaced the 4 placeholder images but get the same error with the current version of C2 and Visual Studio. 3 Images are missing or not assigned properly. How can I fix this?

    Log shows this:

    1>package.appxmanifest(18,145): error APPX3210: App manifest references the image 'images\Logo.png' which does not have a candidate in main app package.

    1>package.appxmanifest(8,6): error APPX3210: App manifest references the image 'images\storelogo.png' which does not have a candidate in main app package.

    1>package.appxmanifest(19,27): error APPX3210: App manifest references the image 'images\splashscreen.png' which does not have a candidate in main app package.

    But there are images shown in the Assets manager.

  • Hi! I tried C2 r227 and still get an error when using PubCenter Ads for Win10 (with and without adding the reference to Ad SDK). Ashley

    It shows this in the log most times:

    APPHOST9623: "ms-appx://microsoft.advertising.javascript/ad.js" konnte von der App aufgrund des folgenden Fehlers nicht aufgelöst werden: 80070057.

    I updated Visual Studio to the latest version.

    /Edit: I managed to get an ad now (with added reference to Win10 Ad SDK) and I need to select X64 or X86 for testing to see an ad. But the shown banner has the wrong size. I selected 728x90 and OnStartofLayout > Bottom Center on title screen but it shows a tiny 90x700 banner in the placeholder and white background on the sides. Does it work for everyone else or is there something broken with pubcenter plugin?

    And it seems "Any CPU" does not work for testing and building with the Ad SDK reference. And when I try to build for x86 and/or x64 I get this error:

    Severity Code Description Project File Line Suppression State

    Warning MSB3842 Project "LostFalconAssault" depends upon SDK "Microsoft Advertising SDK for JavaScript v10.0" which supports apps targeting "UAP 10.0". To verify whether "Microsoft Advertising SDK for JavaScript v10.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181. LostFalconAssault C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049

    Warning MSB3842 Project "LostFalconAssault" depends upon SDK "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" which supports apps targeting "UAP 10.0". To verify whether "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181. LostFalconAssault C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049

    And some missing/wrong images:

    Severity Code Description Project File Line Suppression State

    Error APPX3210 App manifest references the image 'images\Logo.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 18

    Error APPX3210 App manifest references the image 'images\storelogo.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 8

    Error APPX3210 App manifest references the image 'images\splashscreen.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 19

    How can I fix or ignore this to create the app package?

  • I would but I cant cause I publish it to Windows Store (Edge). I hope Multiplayer will work in Edge soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks! I just added a invisible / empty sprite in the Center of the layout and applied the Scroll To and Shake action to it. Seems to work fine even with the default plugin.