Recent content by Adroiid

  1. Adroiid

    Create deceleration

    So I made a video 😅 well, it's really just the very beginning, but your feedback is welcome.
  2. Adroiid

    Create deceleration

    oooooohh that work (y):D
  3. Adroiid

    Create deceleration

    @Kratus Thank you so much for this very detailed answer. I’ve implemented it the deceleration effect is working but the "rate" parameter doesn’t seem to affect it much on my side. I’m now looking forward to integrating dash and dash attacks. I also added a jump delay and a jump land...
  4. Adroiid

    Create deceleration

    @DCurrent, Thanks, that makes sense. I understand the idea: using an onmove script to gradually reduce velocity until it reaches a threshold, instead of faking deceleration through animation. The problem is that I’m still very inexperienced with scripting, and I’m not sure about the exact...
  5. Adroiid

    Create deceleration

    I tried implementing a slight deceleration effect at the end of a movement or upon landing after a jump, but I encountered problems with the scripts (crashes or conflicts with the movements). I'm not very proficient in programming yet, so I haven't been able to find a stable solution this way...
  6. Adroiid

    Create deceleration

    Hi everyone, In the beat ’em up I’m creating, my character wears roller skates, so I’d like her movement to feel a bit more like she has inertia. I’m trying to create a slight deceleration effect: when the player releases a direction button, after a forward jump, and possibly an even...
  7. Adroiid

    Solved The minimum for a character to be displayed

    Sorry, my English isn't great, that's why I can't grasp all the details on wiki and template txt.
  8. Adroiid

    Solved The minimum for a character to be displayed

    The game starting (y) The rollergirl can iddle and can't move, I will add the other animations Thank you so much
  9. Adroiid

    Solved The minimum for a character to be displayed

    Thank you DC, as Bloobane told me, I looked at the OpenBorLog, given the error message it looks like a problem loading the level . I declared a lot of animations but they all point to the same image. I wanted to do this to add the animations as I go along.
  10. Adroiid

    Solved The minimum for a character to be displayed

    Hello, Thank you so much for your answer this is my "rollergirl.txt" : (all actions animations goes to the same pic idle01.gif : frame data/chars/rollergirl/idle01.gif) *** name RollerGirl type player health 100 speed 5 gfxshadow 1 anim spawn loop 0 offset 16 28 bbox 0 0 32 32...
  11. Adroiid

    Solved The minimum for a character to be displayed

    Hello, I'm new to OpenBor. I'd like to know the minimum requirements for displaying a character in the background. I've looked at the wiki, but I can't find this information. I created a character sprite with a limited palette using the pixel art software AsEsprite: with 1 inactive frame, 2...
Back
Top Bottom