Bl4ckSh33p's Forum Posts

  • Hi. Is it possible to add the pubcenter plugin twice and add the IDs for mobile and tablet/pc in each of them?

    I tried to preview my export in Visual Studio but I get this error:

    APPHOST9623: "ms-appx://xxxxxxx-soft.xxxappname/Microsoft.Advertising.JavaScript/ad.js" konnte von der App aufgrund des folgenden Fehlers nicht aufgelöst werden: DATA_NOT_AVAILABLE.

    any ideas how to fix this?

  • It seems there are still some audio issues in Edge with the latest stable build r216. Sounds work fine so far but the music is not playing in most cases (with and without preloading on a layout before). Has anyone else still problems with music in Edge?

  • Hi. Does anyone know if or how "optgroup" can be used for Dropdown lists in Construct 2?

    Example HTML:

    <optgroup label="** SPECIAL EVENT **">
    <option value="Special Racing League">Special Racing League</option>
    </optgroup>[/code:2d88ndyk]
  • Thanks. But how would you create this username GenkiGenga? It should be unique for each device/user.

    Is it possible to use cookies with Construct and Win10 apps? o.O

  • Hi. I am working on a new Project (finally!) and want to recognize users based on some unique ID (Hardware ID or something like that) so that I dont have to use a SQL database to store usernames and Passwords and add a Login Screen. Is it possible to generate a (random) unique ID for each device to use it in variables and strings?

    So I could update the MySQL Database, store the ID and the data and then if the same device sends it again the row with the same ID is overwritten. This would be great.

  • Thanks, I will take a look at the available actions again. But this will only work on Win/Mac/Linux and not on phones.

    It would be great if you could launch apps on iOS, Android or Winphone (or Win10 in general with universal app).

  • Hi! I wondered if it is possible to open another app on your phone or on Windows via a button/link in Construct 2. Like clicking on a Icon and then the app is launched. Is this possible somehow?

  • Hi. No, still not able to set English and German. With the latest update of Visual Studio I cant even edit my manifest file or test my app, it shows some Version error (

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi. Sorry for posting in an old Topic but are there any (free) Services we can use for achievements or leaderboards?

    I plan to publish some games on the Windows Store and it would be great to have things like that without getting my own Server and scripts do do it (e.g. in SQL database to store scores).

  • Its Java 8 Update 51. I will try to uninstall the 32 bit Version but this was never a Problem in the past (and I think some 32 bit apps need it?)

  • Yes, I wrote "its still showing after installing the latest Java Version for 32 and 64 bit."

  • Hi. I can't test it myself right now cause when I try to test my exported Project in Visual Studio I get some error ( ) but does anyone know if WebFonts work in Win10 Exports?

    PS: "Mouse > Set Cursor" does not seem to work in IE or Edge, so it will not work in the final exported app, right?

  • Hi! I installed the latest beta r211 and upgraded to Win10. The first time I tried to Export I got the error below but its still showing after installing the latest Java Version for 32 and 64 bit.

    Any ideas how to fix this?

    [quote:1dsq1zls]---------------------------

    HTML5 exporter

    ---------------------------

    Unable to run the script minifier (2). Please ensure you have Java 8+ installed. It can be installed from .

    Note: you're using the 64-bit version of Construct 2. Make sure you install the 64-bit version of Java. You may have to choose a manual download since the default installation is often 32-bit, and this message will still appear if you have 32-bit Java installed.

    The script has not been minified, but the exported project should still work.

    ---------------------------

    OK

    ---------------------------

  • Hi! I upgraded to Win10 and downloaded r211 to use the new Win10 exporter. But when I try to test it in Visual Studio it Shows this error (before and after installing Java)

    Severity Code Description Project File Line

    Error "10.0.10240.0" is not a supported value for TargetPlatformVersion. Please change it on the Project Property page. xxxxx C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\JavaScript\Microsoft.VisualStudio.JavaScript.UAP.targets 64

    Any ideas how to fix this? The file does not have a fixed number in it, its a placeholder/variable.

      <Target Name="WwaUapChecks">
    	<CheckUAPVersions TargetPlatformVersion="$(TargetPlatformVersion)" TargetPlatformMinVersion="$(TargetPlatformMinVersion)" SDKIdentifier="$(SDKIdentifier)" SDKVersion="$(SDKVersion)" />
      </Target>[/code:2aldjunc]
    
    PS: editing the manifest file does not seem to work like in the Version before, no window opens to Change the properties and only Code view is available
  • Any ideas?