algiz13's Forum Posts

  • Thanks - I was tearing my hair out.

    (And totally embaressed by the spelling error)

    Thanks so much for your help!

  • HI there.

    Thanks for the help.

    I am still doing something wrong.

    PLease could you look at the linked capx.

    I have reached a dead end!

    Many thanks!

    https://www.dropbox.com/s/yxmlennrf8e89cm/Material%20Change%20Test.c3p?dl=0

  • Hi there - I need some help please.

    I have successfully created a gltf file containing a material and it displays properly using the plugin.

    Now, I am trying to replace the material with a new image.

    I have used the Cleric example as a guide, but cannot get it to work.

    DETAILS:

    The model: dice.gltf. THis contains 'mesh1' and 'material1'

    After loading the model into the 3d Object (which works) I am trying:

    ANyone know what I am doing wrong?

    many thanks!

  • I have the same problem.

    Chrome, have cleared cache.

  • I got it - many thanks.

    If you build uncompressed the manifest is in the top folder: package.json

    You then change the stylesheet: style.css

    to say

    html, body {

    background: transparent;

    color: transparent;

  • Thankyou - yes I checked this out.

    I am unable to locate where the manifest gets built though.

    It doesn't seem to be in the folder with everything else that exporter creates.

  • Hi there.

    I am wondering if there is a way to get a transparent background in a NW.js app.

    I am creating some desktop widgets, and I would love for them to have organic edges rather than the rectangular window.

    many thanks in advance!

    Tagged:

  • Hi.

    Just come back to C3 after a few months.

    Now, when I have installed certain 3rd party addons, they are not showing up in the create new object window.

    Example: The UTC addon.

    When I download the example project, it works fine.

    But if I start a new project, and try to add the UTC object, it does not appear in the window (should be in the general section.)

    Any help would be appreciated.

  • Hi- can someone check my work.

    This came up in a utility I am building, and I recreated the problem in a simpler .c3p.

    I am running a 2D loop to check the state of tiles in a tileset.

    If you run in debug mode, you can see that the loop stops for no reason when using C3 runtime.

    Change to C2 runtime and there is no problem.

    Link to the file here:

    dropbox.com/s/kjddqdnqsz3haia/Runtime%20Freeze%20example.c3p

  • OK fair enough!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there.

    Is it possible to set the state (normal, flipped horizontally etc...) of a tile in a tile map by picking up the state from a variable?

    This is not possible from the parameters options for 'Set tile' or 'set state' as the state options are in a pull-down menu.

    Am I missing some other method?

    Many thanks.

  • HI there

    I am thinking of buying your plugin, mainly because I want a secure login system for a social app I am working on.

    Can you tell me how secure etc your system is with regards to salting and hashing etc.

    Many thanks.

  • Wow - I would have never figured this out.

    Thanks so much.

    I only want the folders for organisation in the project, so this is great news.

  • Hi there.

    I am using .json files uploaded to the Files section of my project to populate a tilemap.

    I am using the AJAX Get URL action as I want to be able to manipulate the filename.

    This all works fine if the .json files are in the top level of the folder, but when I try to organise them into subfolders, and reference them with "subfolder/file.json" for example, it doesnt work.

    Is this expected behavior?

    Many thanks.