lennaert's Forum Posts

  • Self.X-(train_speed*(Self.speed_adjust))/70?

    Change to

    lerp(self.X, Self.X-(train_speed*(Self.speed_adjust)), dt*4)

  • Yes, tried it without it. The fps is fine, some things are smooth but objects moving right to left just jank even when its all running at solid 60fps+ on Android.

    What is the code for the right to left movement?

  • That smoke/steam looks really smooth ...

    Did you try a test without it?

  • Brave browser is known for having lots of gl,webgl issues depending on your processors. Its often disabled.

  • Yup, same here, some blob error.

  • Image uploader is not working ...

    <img src="https://boomtanium.com/construct/images/list.jpg">

    boomtanium.com/construct/images/list.jpg

    When you add an event, and use " Is playing" you can get the list of animations

  • "play from current frame"

  • You do not have permission to view this post

  • I have been trying my hand at autogenerator things the last few days, and figured I try this one too.

    I set off with trying to find my own method for connecting rooms, but it got sloppy and rather cumbersome ... So .. I borrowed prims method from what R0j0 posted, and played around with it.

    One of the things I pondered with how this could work and most importantly, be applied in game.

    Here I took the extra step of creating portals in the interconnected rooms.

    I added a delay between the creation steps, so you can see how the map gets build.

    In the end the rooms get repositioned, this with the idea that you could eventually place the room anywhere on your layout, and still get connected to the proper rooms. This lends itself for a variety of extra options.

    The repositioning is done so the visual aspects still shows where rooms doors point to atm.

    Now, the rooms have no solid walls atm, and the player is a simple move8 which can just cross over walls atm. In a worked out scenario, the rooms will have extra walls with solids or what not.

    edit: added some walling with solids and pushout

    The test is to use the portals with the player.

    boomtanium.com/construct/Dungeon_generator

    I liked creating this, if you have feedback or suggestions for adaption, feel free.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > For the video, could you test if this c3p file with short video works for you ?

    >

    > dropbox.com/s/9jcudxhijmjls3u/video_test.c3p

    It works, turns out this is simply an issue of needing to add the file extension .mp4,.webm to the file names.

    So this works a bit differently then sounds where you only need the file name and not the extension. Good to know.

    Thanks lennaert!

    Very good !

    Perhaps it could be handy if the fields for filenames gets a selection from a (drop down) list. Like various other elements have, so small mistakes like these can't occur.

  • Hah, thanks for the compliment ^_^

    I too been out of it for some years, and came back because my main job ended.

    Got a c3 and c2 license, and like dabbling and making small projects while developing my own projects to learn more and more myself too. That is one of the best ways to learn really.

    Good luck getting back into the swing of things

  • For the video, could you test if this c3p file with short video works for you ?

    dropbox.com/s/9jcudxhijmjls3u/video_test.c3p

  • You think its possible for a project to get corrupted if we rename the file after it was created and change the extension?

    for example phtml -> php

    bc I remember doing that.... But funny enough tough...

    my new file doesnt have that kind of issue..

    so I dont know what could be causing this...

    Depends on where and how the file was created I guess, with what encoding, like utf8 or something else. Just guessing atm really

  • Not sure, could be a variety, perhaps removing the white space around the php tags, perhaps used a wrong format file when it was created ...

    Wrong characters, those question marks look a bit off, ... but other then that, no idea.

    copy my file, rename it, edit the content xD

  • It does work....

    so ... it is your php file ^_^