Bl4ckSh33p's Forum Posts

  • I will ask them, too.

    I have r200 installed but it says its beta.

  • Hi! I tried the iframe plugin from Podes Pack but Visual Studio says all iframes must have a https:// link and be added to the manifest file (which worked with scirra.com after a few seconds of blank Screen loading time) in Windows 8 Exports.

    Does anyone know a Workaround for this? The Visual Studio error says I should use the "x-MS-webview" Element. Is there a Plugin available somewhere to add such an element for embedding Websites?

    I want to include an external newspage so I can update the News without updating the app and AJAX does not work because my Server does not allow Connections from other IPs.

  • Great plugin! But in Windows 8 Exports it says it must be an https:// link and added to the manifest to open something in an iframe.

    Does anyone know a Workaround for this? The Visual Studio error says I should use the "x-MS-webview" Element. Is there a Plugin available somewhere to add such an element for embedding Websites?

    I want to include an external newspage so I can update the News without updating the app and AJAX does not work because my Server does not allow Connections from other IPs.

  • Hi! Since the last beta broke some of my game Features I wanted to cancel my beta subscription in Steam. Usually you can do this via Rightclick>Settings and then go to the "BETAS" Tab. But there is no Betas tab anymore. The App is called "Construct 2 Personal [beta]" in Steam. Any ideas how I can remove the beta updates in the future? The Betas Tab is there for all other apps and games.

    I tried to "Repair Game" and it downloaded 3 files but it's still not showing the Betas Tab.

  • Hi! I included Roaming values to save the latest highscore in my game and I exported it as Universal app and uploaded to Windows Store and WinPhone Store. But it seems the Raoming values are only supported in Windows not on WinPhone. Can anyone confirm this or did I just break something so it does not work?

  • Hi. Is it somehow possible to get more data like the mail of the logged in user? Or just some "uniqe ID" to store game data/highscores etc. in a database with an unique ID/email so you can later update the right entry on any device? And it could be very useful if you keep track of stats like Telltale does in their games showing how many % of users chose which option. But to prevent someone from submitting 100 votes you need an uniqe ID or his mail assigned to the submitted choice?

  • I have the "Tint" effect added to change colors every x second for some of the elements. Maybe this is causing the display issue? Effect Preview is enabled.

    And I have the latest AMD Catalyst drivers installed (stable). I never had this issue before the last beta builds, maybe its something with the last update or with the tint effect/preview.

  • No, just default SpriteFont. I only have DateTime plugin but its not enabled/used.

    It seems to happen with tiled background objects, too.

  • Hi! When working with SpriteFont after a while the editor shows the objects distorted (position and rotation). The objects move when I zoom in/out but they are rarely shown where they should be. I cant record it in a video because Fraps does not support Win8.1 Desktop capture right now. :/

    I noticed this in the last beta and in the latest stable release. Has anyone else having this problem?

  • Hi. The Win10 SDK is now available and I wanted to ask if C2/3 will support Win10 universal apps in the near future.

    http://www.windowscentral.com/windows-1 ... ersal-apps

    I just signed up for the Windows Store a few weeks ago to publish Windows 8.1 apps on Windows and WinPhone and I hope this will be working with Win10, too. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    The post says: "Microsoft has already announced that Windows 10 will include one store to download apps made for all of the operating system's platforms, from small smartphones to tablets to PCs and even to the Xbox One when it gets its Windows 10 update."

    So this mean we could make "real" Xbox Apps/Games with Win10?

    Right now there are some limitations but many things work fine if you run it in IE on Xbox when you host your game/app on a webserver.

  • btw: It seems WebStorage is reset everytime you update your app on Windows (Phone) Store.

    So its not possible to use it for savegame data. I have to try the Win8 Plugin Roming data and if Save/Load works on Win8.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I searched around but could not find an answer yet. Anyone here publishing on Windows Store with multiple languages?

  • I found this in the error log in Visual Studio /edit: but it seems it appears with and without PubCenter:

    HTML1701: Der dynamische Inhalt "<select msallowclip=''><option selected=''></option></select>" kann nicht hinzugefügt werden. Von einem Skript wurde versucht, dynamischen Inhalt oder zuvor dynamisch geänderte Elemente einzuschleusen, die möglicherweise unsicher sind. Beispiel: Durch Hinzufügen eines Skriptelements oder von fehlerhaft formartiertem HTML mithilfe der innerHTML-Eigenschaft wird diese Ausnahme generiert. Mit der toStaticHTML-Methode können Sie dynamischen Inhalt filtern. Oder erstellen Sie Elemente und Attribute explizit mit einer Methode wie z. B. "createElement". Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=247104".

  • I tried to use the PubCenter Plugin for Win 8.1 Export but I cant see any ad when testing it (release/debug on local pc). I entered the 2 values from the PubCenter website into the plugin but why cant I see anything? :/

  • In the manifest file I found only the default language and it does not seem to work to enter multiple languages there. Do I have to change the code of the xml file?

    I found this in it:

    <Resources>

    <Resource Language="x-generate" />

    </Resources>

    Can I just enter "de-DE;en-US" instead of x-generate or where can I set the project languages?