xahdy's Recent Forum Activity

  • I think it's confirmed. NWjs is saving to the IndexedDB folder. Testing by deleting this only folder in middle of another files.

    I also found this topic that teaches how to make a "copy" of the save in a custom location, but using the default "Save State", not Local Storage.

    https://www.construct.net/en/tutorials/save-load-game-specific-1054

    Anyway, it is likely that I can do it in a similar way if necessary, or just save the "array save content" in a file with NW.js plugin.

    Thanks Mikal for your suggestions, I'll probably work on this way and test your plugin on future :)

    Friend, were you able to use steam cloud together with local storage?

    I've been trying this all day and here he doesn't read the files in the cloud.

    By the way, I would like to give you a tip (I intend to follow her soon)

    2 users of my game, reported problems with the save system not working. Both manual and automatic.

    I was never able to reproduce this bug, but I am studying changing the save system, as I believe that these users may be having problems with the way the local storage works.

    However, I can't do that today, so I would like to make steam cloud work with local storage. Can you tell me how you did it to succeed?

  • I can pass the Ajax.LastData to a key "test" through the json plugin. But I can not access a sub node with Json.Get ("test.id")

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello. I would like to ask your help to solve a problem I have been facing. However, first of all I would like to apologize for mistakes in grammar that may be committed, since I do not speak English and I am using an onlie translator.

    This problem consists of when I import an image into Construct3, there is a great loss of quality of that image.

    I'll be making two imgur links available, and the first one shows the image with good quality, working correctly in another program, and the second shows the image image in the construct, with a huge quality loss.

    IMAGE1

    imgur.com/a/GF3wH

    IMAGE2

    imgur.com/a/LneKE

  • nycgio There is an additional way to import Spriter files in both C2 and C3. Instead of using individual sprites, the plugin draws all of the images itself. The plugin runs much faster and uses less ram with this method, so unless you need separate sprite objects (for instance, to add an effect to some of the sprites that make up your character, but not others), you should always use this method. The import process is completely different than the other method. It looks like a lot of steps, but it's easy and quick to do once you know how.

    The first step is to have Spriter figure out the bounding boxes of each animation. This tells the scml plugin how much space it needs to draw each animation.

    To do this, click here:

    Use these settings:

    You only need to do this the first time you export it, or when you add a new animation. This only affects the bounding box of the animation (anything outside this box isn't drawn), so if you're tweaking animations and testing the game repeatedly, you don't need to do this every time.

    When you're ready to export, go here:

    The settings I've marked in red are all mandatory. The other settings on the left you can tweak as you like. Spriter saves all of the settings in this dialog, so you don't have to check these every time.

    Next, click the dots next to base filename to choose the filename. You need to save it to a separate folder from your main project, and the filename you choose will apply to both the spritesheet and the scon file. Click Ok to complete the export.

    In Construct, create your scml file as you would any other object. Right click - insert new object - scml.

    When you add the object, C2 will open up the image editing dialog the same way it does when you add a standard sprite object.

    In the image editing dialog, click the folder icon to load an image, and choose the spritesheet png that you just exported.

    Import the corresponding scon file by right clicking on Files in the Project Pane and choosing Import Files, and selecting the file:

    And lastly, in the properties pane, set scml filename to the name of the scon file, and make sure that draw self is set to true.

    That should do it. Lemme know if you have any issues.

    Why I can't save it?

xahdy's avatar

xahdy

Member since 6 Feb, 2018

None one is following xahdy yet!

Trophy Case

  • 6-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

8/44
How to earn trophies