StefanN's Recent Forum Activity

  • Hello,

    I'm looking for someone to help me build an SDK for Construct 3 that will send some information to my site.

    In the beginning, I need to send:

    - current level (if the game is having levels)

    - total levels (if the game is having levels)

    - when the player died

    - when the player finishes a level

    - score

    - game name

    - game ID

    In Construct 3, the developer should create simple events for each one. Besides that, the developer should be able to write the name of the game and a unique game ID.

    All these pieces of information should be sent once the status of the game changes, for example, the player died, won, or finished the game.

    If someone is interested, we can talk more about how to make it, integration, details, and so on.

    Of course, as it's already written in the title, this is a paid job.

    Feel free to come up with ideas, suggestions, and so on.

    Thank you, and have a great day! :)

  • Oh, I see. Ok. Thank you very much!

  • Thanks for that. I tried something from there, and yes, it's better. But, on Android is normal to have that loading time? Shouldn't be loaded instantly?

  • Hello,

    I have a game that takes like 10-15 seconds until the loading screen from Construct 3 occurs. The same problem is on any platform I export it, web, Android, or Windows.

    Has anybody had this type of problem?

    The game can be found here: nstefan.itch.io/fnf-2-players

    I'm open to any ideas.

  • Hello,

    I'm looking for a Construct 3 Developer for a project.

    A long-story-short about the game:

    We need a game where the player can choose from multiple servers. Some of them, for example, 5, with a maximum of 10-15 players need to be created by us and hosted on our servers so that will be available for players 24/24 hours.

    Besides those, we need to have an option for players to create their server with/without a password. If there is a password, then the server will be private, and you can join just with a shared link, if no password, then you can join from a list.

    The mechanic of the game will be a simple one and will be told in private.

    Anybody interested?

    Tagged:

  • Hi. Yes, I saw that.. I was looking for a solution on how to not trigger that. I didn't manage to make it work as I wanted.

  • Try Construct 3

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

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

    I have a small project where I want to draw on a canvas using DrawingCanvas from C3. Everything works correctly until here.

    I added 2 buttons, one for zoom in (scale up the layer at 1.5) and one for zoom out (scale down at 1).

    The problem is that when I scale up/down, whatever I draw until then will be erased. The same happened on mobile if I will switch from the portrait to landscape.

    Anybody had this problem? How can I solve it?

    Thanks! :)

  • Hello,

    I have a problem with updating game projects to our server.

    For the purpose of example:

    When the game is on version 1.0.0, I upload the .zip project (Construct 3 export as HTML5). The game will be available for the players at the following address: justanexample.com/myproject/index.html.

    Everything workes great.

    Let's say in 1 week I make an improvement on the game and I want to make an update to the game files located on my server. I go in the exact same folder "/myproject", I delete everything and I'm uploading the new files there.

    The problems is that now the game will not work on the exact same address justanexample.com/myproject/index.html. If I try to go there, I will get the following error:

    c3runtime.js:30 Uncaught (in promise) TypeError: Cannot read property 'Je' of undefined at f.self.TS [as qy] (c3runtime.js:30) at f.lW (c3runtime.js:23) at a (c3runtime.js:24) at e.rv.wb (c3runtime.js:24) at e.Cj.wb (c3runtime.js:23) at e.Jr.wb (c3runtime.js:23) at e.WU.wb (c3runtime.js:23) at e.nL.E4 (c3runtime.js:28) at e.nL.Jf (c3runtime.js:28) at async InitRuntime (workermain.js:1)

    I don't understand why. If I upload the same files to a new folder, everything works.

    So, my question: how do I update the game files to a server?

    Thank you! :)

  • Try running the following script on start of your first layout:

    > 
    window.addEventListener('keydown', event => {
    if ([' '].includes(event.key)) {
    event.preventDefault();
    }
    });
    
    

    dop2000, it seems that your code is working! :)

    Thank you very much for your help!

  • Try running the following script on start of your first layout:

    > 
    window.addEventListener('keydown', event => {
    if ([' '].includes(event.key)) {
    event.preventDefault();
    }
    });
    
    

    I'm out of the city for the moment, but I will get to it in 1-2 days. I will come back with updates. Thank you for the suggestion!

  • Full screen?

    Unfortunately, this is not a solution because the game will be published on different platforms via iframe. So, the game will be played in 960x540 (for example) 90% of the time.

  • It works fine for me. As ever, if you run in to problems please file an issue following all the guidelines, otherwise it's difficult to help.

    Hello,

    Ok, I will file an issue there, but I want to know if there is a possibility to transfer the source file privately?

    I don't want to have the source file public.

    Thank you!

StefanN's avatar

StefanN

Member since 6 Jul, 2017

Twitter
StefanN has 1 followers

Trophy Case

  • 7-Year Club
  • x2
    Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

11/44
How to earn trophies