marceloborghi's Recent Forum Activity

  • > fps is a result of the performance of the processing, optimize the code, objects and the fps problem will solve.

    > The correct is to measure by the use of cpu, that in his case have peaks of consumptions unnecessary and for this the fps is unstable.

    >

    > Link to example

    >

    Subscribe to Construct videos now

    >

    > course of optimization of games in construct 2:

    > viewtopic.php?f=191&t=200735&p=1162604#p1162604

    >

    The Problems stated on this thread I dont think is nothing to do with "optimize the code" have a look at this

    Can you optimize the code on here and stop the Stutters?

    Capx:

    https://www.dropbox.com/s/14nxrodiir87k ... .capx?dl=0

    I run a test with the capx I posted there

    https://www.dropbox.com/s/14nxrodiir87k ... .capx?dl=0

    Videos Tests Exported with Cocoon Webview

    Iphone 6 Test

    https://www.dropbox.com/s/35k4dykvq2ma7 ... 6.mp4?dl=0

    Iphone 7 Test

    https://www.dropbox.com/s/3fxf7xzxanv2o ... 7.mp4?dl=0

    ==========================================

    If you can fix that with your optimization man you have a bright future on Scirra, you gonna fix something that Scirra couldn't do all these Years, and who knows they may end up hiring you lol <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    by the way, I saw really quick you video looks interesting I will have a look more in-depth when I have Time

    tarek2 As I mentioned to solve the problem is not only the code, but fix problems of objects that are poorly optimized. The webview it improves performance, but a code and the non-optimized objects have progressive processing increase and this webview alone does not solve, it only alleviates the problem. What has to be done is corrected the problems of optimization of the objects and code so that it does not have spikes of processes and loops and useless processes that spend processing. Which is easy to solve. If you designate objects and code (construct events) you basically eliminate evolutionary peaks that drop fps.

  • fps is a result of the performance of the processing, optimize the code, objects and the fps problem will solve.

    The correct is to measure by the use of cpu, that in his case have peaks of consumptions unnecessary and for this the fps is unstable.

    Link to example

    Subscribe to Construct videos now

    course of optimization of games in construct 2:

    viewtopic.php?f=191&t=200735&p=1162604#p1162604

  • tunepunk Ashley In the case of the example, collision is the problem, so the scirra has created calculations of the whole stage (even outside the camera that is calculating) with the mathematics of to make two solutions, x and y comparison or to make an intelligent collision field that connects and turns off, thus dropping the cpu.

    Link to example

    Subscribe to Construct videos now

    course of optimization of games in construct 2:

    viewtopic.php?f=191&t=200735&p=1162604#p1162604

  • dop2000 This is just a silly example. I will teach you how to recognize where the problem is, the object or plugin to fix. In the case of the example, collision is the problem, so the scirra has created calculations of the whole stage (even outside the camera that is calculating) with the mathematics of to make two solutions, x and y comparison or to make an intelligent collision field that connects and turns off, thus dropping the cpu.

    Now each type of object has its tricks to optimize.

    Example: data, such as dictionary, array, local storage and others I teach how to create smart update with locks where it deletes loops. So the data is only triggered when needed (based on system start and process death), Ja sounds are based on loop-cuts to optimize them and compression formats, images and sprites with the size that can be cut and spliced not visible. Effects like particles, with cycles and overlapping of time cycles, publishing to see how and where you load and how and where you perform the visualization of it and how you manipulate the cycles of updating it. ajax type internet objects with requesitions.

    I will teach you how to solve these problems in order to manipulate any object.

    The content:

    How to Identify and Solve Project Optimization Problems

    How to make apps and games evenly used for old and new devices

    How to optimize plugins and objects despite using events

    How to optimize codes

    How to optimize sounds

    Working with advertisements more optimally

    Understand how to optimize with webviews and what they serve.

    Know and identify the 3 lines of devices, their hardware and their processing power.

    Understand how the processor and RAM works

    And a little more in a few hours of content ^^

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Follow the link as requested. BadMario, dop2000, Elliott, , rhg1968, tarek2, DeviatorX19, Jayjay (I delayed because the video was captioned. and work at bank)

    link of example of optimization construct 2

    https://youtu.be/AItCQ5d1KYc

    This example: The time is based on 100 milliseconds so that it runs 10X faster to stress the processor. You will see that even in a stress test the optimization can withstand the test, going up very little.

    NOTE: It is worth remembering that this is a test of processor stress, that in normal situations the use of cpu is lower and without peaks.

    About The course dop2000 will be paid by Udemy.

    The content:

    How to Identify and Solve Project Optimization Problems

    How to make apps and games evenly used for old and new devices

    How to optimize plugins and objects despite using events

    How to optimize codes

    How to optimize sounds

    Working with advertisements more optimally

    Understand how to optimize with webviews and what they serve.

    Know and identify the 3 lines of devices, their hardware and their processing power.

    Understand how the processor and RAM works

    And a little more in a few hours of content ^^

  • This has already been ... both natively 3d without c2, and optimization. Paul Saints. He knows my work. Why scammed dop2000? I'm putting video captions to post. I do not have much time, I have another job "beyond c2 studio", I work in a bank. It's not about having too many things on the screen, even small games have optimization problem BadMario . I'll try to finish the captions when returning from work dop2000

  • , rhg1968, dop2000, and Elliott post a video after you get back from work

  • Yes, I have examples Elliott, but I am evaluating whether or not I will do the course, I am measuring only the interest.

  • tunepunk and The use of excessive cpu is not good with the use of gpu, but other factors. I can transform your file using 0 to max 2% with character stopped and moving in the maximum 5% regardless of how many behavior, object, sprites or events exist. So much so that I was even thinking of doing a course on how to optimize games and apps made in c2 ... Even if there were a million sprites on the same stage, I would be able to optimize and decrease the cpu usage to a minimum of 0 to 5%

    Proof:

  • [Search] I'm evaluating doing a course on how to optimize c2 games, all the secrets involved in how to optimize games, how to optimize behaviors, objects, plugins, how to recognize optimization flaws and how to solve optimization problems to have a smooth perfomance and fast (leaving the perfomance of your app or play with one of the fastest and most fluid performances in the market, even better than that of Unity (which has very poor optimization). poorly optimized is a legend of developers who do not know how to optimize.

    If you are interested in the course write in the post, because I am evaluating the volume of interested to see if I will take the course or not.

    The course will be paid by Udemy.

    The content:

    How to Identify and Solve Project Optimization Problems

    How to make apps and games evenly used for old and new devices

    How to optimize plugins and objects despite using events

    How to optimize codes

    How to optimize sounds

    Working with advertisements more optimally

    Understand how to optimize with webviews and what they serve.

    Know and identify the 3 lines of devices, their hardware and their processing power.

    Understand how the processor and RAM works

    And a little more in a few hours of content ^^

    link of example of optimization construct 2

    This example: The time is based on 100 milliseconds so that it runs 10X faster to stress the processor. You will see that even in a stress test the optimization can withstand the test, going up very little.

    NOTE: It is worth remembering that this is a test of processor stress, that in normal situations the use of cpu is lower and without peaks.

  • You still have not understood irina, the key that you linked in the link xxxxxxxxxxxxxMyApiKeyxxxxxxxxxxxxxx, is not being accepted. Follow the steps in the link I mentioned and you could create a key then put her name on the link. because this api key that has this invalidates (this is the error that google provides in your link), it is just the key that should be changed.

    https://www.google.com/maps/embed/v1/search?q="pizza"&zoom=13&key=xxxxxxxxxxxxxMyApiKeyxxxxxxxxxxxxxx

    it is just the key that should be changed.

    Get key

    https://developers.google.com/maps/docu ... y?hl=en-us

  • Hi Irina,

    The URL requiered by your link is The Google Maps API server rejected your request. The provided API key is invalid. Which means the token is incorrect. Take a look at the documentation and use of the plugin. And the example that Json has posted has coordinates already pre-established in Seattle as an example. From what I read in the documentation you need a key. (there are standard keys).

    So the request format of the link plugin looks like this: https://maps.googleapis.com/maps/api/ge ... w,+CA&key=YOUR_API_KEY

    * remembering that YOUR_API_KEY should be replaced with the key you need to create

    Links

    docs: https://developers.google.com/maps/docu ... o?hl=en-us

    the key of your link xxxxxxxxxxxxxMyApiKeyxxxxxxxxxxxxxx is incorrect, you enter a correct key as described above ^^

    Get key

    https://developers.google.com/maps/docu ... mbed/guide >>> (click em button get key and follow step)

marceloborghi's avatar

marceloborghi

Member since 20 Jun, 2014

Twitter
marceloborghi has 2 followers

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies