CBHash R70_1.0.c3addon prevents 'advanced' minification from working

0 favourites
  • 3 posts
From the Asset Store
_______ Huge collection of metal fixtures ________
  • Hi guys,

    I'm reviving my old project and got stuck with CBHash which doesn't give the option to run 'advanced' minification. I need it as 'simple' minification provides code that looks a bit too simple to understand what's going on inside.

    As far as I understand, R70_1.0 is the latest version on the internet, so maybe there is someone who has mastered the art of updating old plugins for new runtime and can update CBHash?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've managed to replace rex_date with C3 Date and CBHash with a script, but the script seems to run synchronously, stopping everything until it finishes. This introduces a significant delay compared to the previous solution. I toyed with wrapping the script function to run async but to no avail.

    Here is how the script is used:

    localVars.hashVar = getHash(localVars.message, localVars.key);
    localVars.isHashVarSet = true;
    

    I tried to mark 'getHash' as 'async' and put 'await' before its invocation, but without success.

  • I realised... it's not the script, it's the drawing of the sprites. The script responds almost immediately... I'm a bit shocked. I checked, my last update was in 2019, five years have passed since then, not only the construct has been updated, but also the devices and I get the terrible drop in performance.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)