SEIR's Forum Posts

  • Hello Sam,

    I am working on creating a folder and file, also to store the record of the game information.

    My problem is that NWjs.UserFolder always delivers it to me as empty data. What value does it give you?

  • Hello everyone,

    I do get a problem with NWjs and Construct 3.

    This is because I can't get folder creation to work in the executable. I thought it might be something I wrongly programmed myself, but NWjs code works perfectly in remote preview.

    I leave you a small example program, so that you can analyze it and tell me, please, where I have made a mistake or if it is something specific that will be fixed in a future version of C3.

    drive.google.com/file/d/1RlrkrJg7fakDmwqrZm9eGMPCJYt7_yyx/view

    Sincerely,

    Marcos Triviño.

    PD.:

    Note: The only difference I see between C3 and the NWjs, is the version.

    NWjs (sdk, as you recommend in the tutorial) is the nwjs-sdk-v0.50.1-win-x64 AND C3 when exported has the 0.50.0, Chromium 87

  • Hello everyone,

    I do get a problem with NWjs and Construct 3.

    This is because I can't get folder creation to work in the executable. I thought it might be something I wrongly programmed myself, but NWjs code works perfectly in remote preview.

    I leave you a small example program, so that you can analyze it and tell me, please, where I have made a mistake or if it is something specific that will be fixed in a future version of C3.

    https://drive.google.com/file/d/1RlrkrJg7fakDmwqrZm9eGMPCJYt7_yyx/view?usp=sharing

    Sincerely,

    Marcos Triviño.

    PD.:

    Note: The only difference I see between C3 and the NWjs, is the version.

    NWjs (sdk, as you recommend in the tutorial) is the nwjs-sdk-v0.50.1-win-x64 AND C3 when exported has the 0.50.0, Chromium 87

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hello guys,

    I have been reading and experimenting with network games, but always looking for a Internet server, as is the case in the example given in the tutorial.

    But how could a server on a local network make calls to nearby computers, tablets or phones without internet access?

    Is there a specific example or tutorial?

    Greetings and very good week everyone.

  • Ah. okay...

    So my phone is very old.

    Because it started, but then it got stuck.

    Thanks newt and Ashley!!

  • Hello

    In Construct 2, it was easy to know if a device accepted effects using:

    SYSTEM -> Effects Are supported?

    But in construct3 I can't find that option anywhere. I've seen several tutorials, but they only show the use of the effects but not the validation I need.

    If you can guide me again, I would appreciate it.

  • Thanks for the link TheRealDannyyy.

    Finally, I have decided to finish the project with version 0.45, since it works perfectly for me and I don't need any new features to create my game executable.

  • Hello guys.

    I updated NW.js to version v0.49.0, to compile with the latest enhancements.

    However, my compiled game works normally until I press the exit button, which is when the game crashes.

    The Main Menu image remains on the screen but the menu buttons do not work. Alt + F4 doesn't work either, having to close the game after pressing Control + Alt + Del.

    I had to go back to v0.45.0 and recompile to make it works properly.

    PS: In the editor it works fine with both versions.

    Greetings.

    Tagged:

  • Hello Ashley.

    Thought it could be easily fixed with some configuration change.

    As the game is long, I am going to divide it into parts until I see what happens. If I can't find it, I guess I'll ask for more help.

    Thank you.

  • Hello,

    I think that your idea is something that many of us feel, since it has also crossed my mind more than once to make a website with Construct, but it all starts with the "design of your website".

    As you know in greater detail what you want to do, the easier it will be to break it down and thus define what components you will use or tool.

    It may be easier for you to use something other than Construct, but that clearly depends on what you want to do.

    If you do not put your idea on paper, you will waste a lot of time rambling about what to do and it will confuse you on how to do it.

    Greetings and luck.

  • Hi all,

    I have finished making a game in construct2 and now I have purchased the C3 license because I thought it might give me some performance improvement, but unfortunately I can't see the game running on this one as I have a blank screen in the game area.

    Comparing the version of C2 for desktop with the one for the web (which I did not know existed): The audio delay time is longer, the work zones are modified and the sources that I put do not work, but I suppose they are adaptation details; However, what worries me the most is the fact that I don't see the game working in Construct 3.

    Of course, any advice will come in handy, because although I have read a lot these days, I have not been able to find a solution.

    I tested it with Edge, Chrome and OperaGX browsers and all is the same, F5 and white area.

    Personally I like to see directly how it will look in NW since being a computer application it is more convenient for me to know directly how it will turn out.

    I already appreciate any recommendation.

    Regards.

    ////////////////////

    Hola a todos,

    Terminé de hacer un juego en construct2 y ahora compré la licencia C3 porque pensé que podría mejorar el rendimiento, pero desafortunadamente no puedo ver el juego ejecutándose en este porque tengo una pantalla en blanco en el área del juego. .

    Por otro lado, comparando la versión de C2 para escritorio con la de la web (que no sabía que existía): El tiempo de retardo de audio es mayor, las zonas de trabajo se modifican y las fuentes que pongo no funcionan, pero Supongo que son detalles de adaptación; Sin embargo, lo que más me preocupa es el hecho de que no veo que el juego funcione en Construct 3.

    Por supuesto, cualquier consejo me vendrá bien, porque aunque he leído mucho estos días, no he podido encontrar una solución.

    Lo probé con los navegadores Edge, Chrome y OperaGX y todo es igual, F5 y área blanca.

    Personalmente me gusta ver directamente cómo se verá en NW ya que al ser una aplicación informática es mejor para mí saber directamente cómo se verá.

    Desde ya agradezco cualquier recomendación.

    Saludos.

  • Try Construct 3

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

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

    I have been asked to make an application that my client can customize for each time it is sold.

    I have everything assembled, but the fact of recompiling bothers me because I have a lot of work to do.

    My question is:

    Can I request a call to compile from the Windows command line?

    Something like:

    c: \ Construct2 game.cabx -compile: windows

    with this I could let Construct2 work alone, controlling the whole process of new compilations through a batch.

    Good day!