GeorgeZaharia's Recent Forum Activity

  • Hey dude! I managed to get the ads working. I hadn't set my payment info on Admob. As for the leaderboards, they suddenly started working hahaha thanks anyway!

    well yea, that's what i said, also :D there might of been something missing on the settings somewhere glad u fixed it in the end, have fun! :D

  • Someone told me to use the browser object and close the application so to me that sounded like an online game, not a download game on Steam.

    what?

    Steam is just a store like google apps or scirra store, you go there and put your game and people downloads it, i don't understand what is with "close the application"? i think the person who you asked was joking or thinking at something else. ^_^ have fun ...

  • dont know if i can do this on the free version

    you can do it, is more of events limiting your coding in free version. i think C3 is limited to 30 or 50 events while c2 has 100? not really sure on the limitation, but you should be able to do it, there is no restriction what you can do in those events, outside using the multiplayer/exporting to various platforms/ changing the splashlogo and having more conditions/events than the above mentioned. anything else is game.

  • i don't use this ever ever? evernote app? i don't know what that is, but quick question is it interfering with the c3 editor, the previews or the exported html5 game?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was using the Car behaviour. Lemme get a link to the project.

    https://www.dropbox.com/s/6btv33r64uwq2px/Petty%20parkers.c3p?dl=0

    I'm trying to do it bit by bit because I do eventually want to make this in 3D, (Because it's supposed to be a multiplayer game). I haven't even attempted the Ai or the timer/score system.

    here is what i was saying modified ur template petty-parkers-v1

    good luck with the multiplayer part :D

  • - hmm, that's really strange. When the vram is high, it's about 60-70 mbs (I have games on steam that is WELL over that). There's a decent bit going on, but I can't imagine it's anything out of the ordinary. I usually have a few tabs open on chrome, but nothing too much. The preview is generally always open as I work on it and then f4 to test new changes.

    Is the cache only from my CURRENT session? Or is it a cumulative of everything I've been doing over the past however long it's been? Like I said, I NEVER had this problem with the C2 runtime. It could, of course, be coincidence, but I kind of doubt it.

    yea that narrows it down, then is just your browser cache being filled. chrome has that issue a lot, mozzila not that often, but then again mozzila has other problems.

    again vram and ram is not the issue here, is your caching ... meaning everytime you play something there is a space amount of data allocated to that app/execution being it copying files from one folder to another or watching a youtube clip and when u get the error"oops...snap.. you ran out of memory" the cache space allocated to what you are doing it's filled not having enough space to write and rewrite the things it needs.

    the vram helps rendering images faster and showing you stuff, the ram helps processing information, caching is the space you use to download files so the ram and vram can interpret them and show it to you and that's what runs out. not the vram or ram or cpu.

    to fix this you need to clear the cache on your browser, not the passwords and stuff but image cache on chrome that is history/ clear browsing data/cached images and files,[ hosted data <- here you might lose saved progress on some games or netflix accounts etc)] the last one isn't that important, but "cached images and files" is what will occupy most of the memory when u run out of it u get the error.

    also, if that doesn't fixes it it might be the browser caching profile got corrupted somehow then u need to rename it but u will lose all the data u had amassed so far as it will consider ur browser newly installed on the machine.

    here is a tutorial on how to fix this, sorry for the weird suspicious site is the fastest thing i could find in 1 minute of google search.

    chrome memory issue tutorial fix

    i don't recommend the last one unless you know what you are doing.

    i periodically erase my caching image memory thing everytime it hits around 2.0gb around then i get the error, atm im at 650mb or so... not using the browser so often (i laid off the kinki stuff if you know what i mean xD ) as i used to.

  • - does that mean something is wrong with my game? Will this happen when I export to NWJS?

    yes and no, yes it's possible that somewhere in your game there is to much image caching / reusing.. probably consuming to much resources on browser.

    if it happens on the browser it will happen on nwjs also, as that game is just a html5 browser based game runned through a interpreter wrapped in a executable, of sorts.

    however on nwjs might not happen that much, as it will probably use the system cache memory which u probably have enough of, but might be a problem for low end devices.

    id consider looking at optimization options for your game and eliminate overdone effects/graphics/audio/code loops/ data fetching etc

    it also means your browser runs out of memory a lot, u using 100 tabs + previews? or working on one at a time?

    edited: you might want to hard refresh (ctrl+f5 or shift+f5) the cache on your browser i edited a couple of times the posts i did.

    i mainly get this from webgl and youtube running to long in another tab filling memory in while songs?videos run forever.

  • it's not about the ram issue, is more of image memory cache issue of the browser... i get that alot also and i also got plenty of resources however that only happens when the browser is consuming to much cpu or gpu ... usually when webgl is working very intensively. make sure u got the latest update on the browser also u might want to disable experimental browser webgl settings on chrome and mozzila other browsers i have no clue if they even have this feature.

    edited: u can also look in how u can increase the space allocated to browser caching... that might help.

  • can we see the vanilla of that dodge movement? replicate it into a empty project and upload file ? it seems either you are using a loop on a trigger once event, either there is some bug you just discovered.

  • for the ads, if you test the "test mode" ads run? if they do show up... then the live method is not yet been reviewed by google or admob or whoever is feeding you the ads, so you have to do one more step before u get a live feed, that is see what is the time for the real ads to show and accept your app on google to run ads trough your app(its kinda the same process as with facebook ads).

    for the leaderboard... you doing it wrong i think ... you need to call the leaderboard name not the app id, you need 1st create a leaderboard on googleplays app dashboard itself then call that leaderboard by its name. that's how all leaderboards work, if that was the leaderboard name/id then i have no clue there is something wrong with the main dashboard configuration, on that you might need to read the how to's again from the googleplays tutorials.

    edited: if all above are configured the right way, then your app was not yet been approved for live store. therefore you won't get any live leaderboards or live stats or live ads shown up (since your app is still under review) until gets the green light on it.

  • C3 admob+builtin APK 2018 nov give this man (redfoc) a cup of coffee! ;)

  • well you just drawn yourself the answer .. :D

    check if the object is in the screen area in that specific spot of the -50 Z and give it elevation based on it( if you don't have the elevation sorted out yet, use scale... is kinda the same thing you make things bigger or smaller based on the position of the logic doesn't have to be real like in a 3d engine as long as it fakes the effect and works).

    or wait for the new update where you get the Z elevation expression that was featured in the latest upcoming post.

    however you will still need to keep track of the position where the player is at in order to elevate it.

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 followers

Trophy Case

  • 10-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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.