popyui's Forum Posts

  • I've been trying to export my project using NW.js on Pop! OS 20.04 but I am getting no sound at all, and also FPS dips from 60 to the mid 40s with some stuttering.

    Playing the game from Chrome, Firefox, Edge(for Linux) and Brave Browser works as intended with working sound and solid rock 60 FPS.

    I'm using an AMD video card so there should be no driver issues, is it an NW.js issue or is it just my computer?.

    Thanks!

  • It seems the problem was that my window view was too low res, I just used another sprite font with the correct scale (0.35) and it worked flawlessly, thank you for such awesome dialog system.

  • Hi, I am having some issues with how the sprite font is displayed, it looks "dirty" or misaligned, I have checked the character width and height and it's 16,16. I have not tried with other sprite fonts but I don't know if this is an issue with the dialogue system or just my game settings.

    By the way I just imported to the default C2's platformer example the dialogue layout,events,files and loading settings and followed all the instructions on this thread. It all works except for this display issue.

  • The Soothing Hymn — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/the-soothing-hymn-3703

    <p>This music soundtrack was made specially for a calming moment infused with a magical atmosphere.</p><p>The download contains the music files in .mp3 and .ogg, tested in Construct 2 and Construct 3.</p><p>Proudly made in Mexico.</p>

    Use this topic to leave comments, ask questions and talk about The Soothing Hymn

  • The Elevator?s Serenade — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/the-elevators-serenade-3681

    <p>This music track was made for calming moments, such as waiting rooms, lobbies or loading screens.</p><p>The download contains the music files in .ogg and .mp3, tested on Construct 2 and Construct 3.</p><p>Proudly made in Mexico.</p>

    Use this topic to leave comments, ask questions and talk about The Elevator?s Serenade

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello.

    I´m making for my history class a physical "maraton" game (A mexican board game that you need to anwser questions in order to roll the dice and continue forward.) with a digital questionnaire.

    I am trying to make a digital questionnaire instead of the traditional question cards for this board game.

    I have a slight idea that creating a 6*100 array will do the trick (there must be 100 questions in the database plus the options a),b),c),d) and the correct option to make a comparison with the user input).

    However creating 600 elements with arrays is too extense, how can I correctly use the combination of the array events and functions events in order to make this shorter to make?.

    Thank you.

  • Thank you I will read it

  • Hello

    I have made a new game using NW.JS

    Everything is right in the game until you try to close it.

    I used:

    keyboard-- delete is down--------- browser: close

    It closes it as intended however when I check the task manager I can still see the NW.JS process running as if the game was still running, and so the "browser:Close" worked partially but failed to terminate the process.

    Is there a way to completely kill the process of NW.JS when it is not in use?

    http://imgur.com/Qjbd9do

  • Hi.

    I have made a game that downloads from a server in .rar extension, and inside there is an installer that installs the game using inno setup compiler 5.

    However everytime that it is executed windows smartscreen blocks the game from install and makes the player scared of opening it, even if they can install it anyway.

    I know that you can locally disable it locally but there should be a solution for the constant message from appearing.

    http://imgur.com/o4Dpv9P (SmartScreen message on my pc)

  • I just cant get what spammers win while making this trouble, is it just for fun or what?

    I think they are just wasting good electricity that people in poor countries can use.

  • Thank you, I will try to make my game on a better computer.

  • Nope just adding it on a sprite, layer or anywhere makes C2 crash even when not previewing it.

    Its inmediatly by placing the effect.

    Again I think its just my computer problem and I just cant provide a capx becouse it will just be useless.

  • There is no need for a capx becouse just by placing the effect anywhere in the project causes the computer to crash and also construct 2.

    I think its just my graphics card (Its also updated ), but its ok I will just try to avoid using that effect.

  • When I was working on a game I was trying to place some effects on it, every effect works well, but the oil painting effect causes my computer to crash and shows a deep black screen for 3 seconds and then it "displays" again windows, but it also crashes construct 2 making it imposible to close (only by closing it with task manager).

    Here are somo photos from my screen (My computer is in spanish, it just says that the graphics card stopped working and it recovered by itself and also that webgl has stopped working, the other one is when I try to close construct 2).

    I have an intel core i3 540 with 8gb of RAM with all windows updates.

    Sorry for my english I´m Mexican

    http://i.imgur.com/j93ybYl.png

    http://i.imgur.com/og7qyRX.png

  • At least for internet explorer C2 its not so adapted, but even with chrome and firefox the assets are too many for a server to handle or to load and wont load.

    you should repeat sprites in your game thats how in super mario bros they can handle many for example bushes and clouds are the same sprite but with different effects and it does not matter so much becouse is a background: http://www.cannotunsee.net/image/444799979

    You should also consider this information:

    https://www.scirra.com/manual/134/performance-tips

    hope this can solve your problem