fredriksthlm's Recent Forum Activity

  • Seems like you have both the error and the solution in the log.

    Error: you don't have permission to write to the folder (243: EACCES)

    Solution: change owner on the folder (sudo chown on your directory)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • If you plan to sell games, why on earth do you want to target Android4? That is almost 15 years old!

    No one that buy games will ever use an Android4 device, that's for sure.

  • Looking at your screenshot,

    isConnectedToLobby is a normal condition, which gets checked every tick.

    You want OnConnectedToLobby which is a trigger condition.

    When a user enters a room the user also leaves the lobby in the same time. So the condition "isConnectedToLobby" will be false directly when entering the room, which is the action for this condition.

    But it is true that the event will be checked every tick until the room is entered, which will maybe take a few ticks. so best to add a "trigger once" to it indeed.

  • Are you planning on just playing your own games on your own super old hardware or are you planning to release and monetize games?

    If you plan the later you can just give up, there is no people using such old devices anymore and the games will run terrible. You are also not allowed to upload any apps at all that target old apis to any store either. and to target new apis you will require new versions of all sdks and they will not support your old android api. So this will probably technically not work.

  • The eu server is in Amsterdam and the us is in DC. So that indeed seems odd for you, but yea, you can try the ping to them all and see which is best.

    I actually saw a comment from someone on the photon forum that claimed the ping and lag was unstable on the eu server. But it was a very old comment…

  • You should send all data needed in the same message not in separate messages.

    You should only send messages when something actually changes, not sending everything every tick. You should also send events timely and not by ticks, since ticks depends on the framerate.

    (In your example if you have a 144hz screen your game would post almost 600 messages every second, just for 2 players...!)

  • The official min sdk is 24, which is Android7. So using the latest Cordova their is no official support for any lower versions.

    But you can ofcourse always use older versions of cordova and target lower versions if you build on your own.

  • Your app does already have that set in the manifest, since this is standard for 99% of all apps

  • It is located in one of the dex files, which contains all classes. You can verify it in AS.

    But you should only amend such files before you build, not after.

    (The mainActivity in a cordova app does not contain much more than the name of the package and the html file to open really.)

    Exactly what are you trying to do?

    (If you are trying to release someone elses game by changing the package name, it will not work...)

  • You can always look into chrome://gpu/ and then test various settings here chrome://flags/

  • Yes, this is a quite bad situation indeed. But this has been discussed for a year by developers on the Admob forum, so this should not come as a surprise.

    The consent is not about getting targeted ads or not, the consent is for the app to save any data on the device (like a cookie consent), and without this consent then Admob cannot save cookies and then the fraud detection won't work, so the they do not serve ads at all basically.

fredriksthlm's avatar

fredriksthlm

Member since 6 Jun, 2016

Twitter
fredriksthlm has 8 followers

Trophy Case

  • 8-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • x42
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x10
    Lightning Draw First person to up-vote a new Construct 3 release
  • Email Verified

Progress

20/44
How to earn trophies