Search results

  1. Bloodbane

    Complete Neon Lightning Force

    I think it would be better to just create custom parrow with script. AFAIK this arrow only appear during respawn so just add RESPAWN animation and spawn the arrow in that animation. The arrow would be bound to player until its lifespan is 0. With that set, you could add script conditions for...
  2. Bloodbane

    Hold Block - Face Different Direction

    Changing animation is easy but it requires change state also. For attacking, you need to disable idle state if you change from IDLE animation. If you change from other attack animation, there's no need to do this. For blocking, you need to activate blocking state with script. Here's an example...
  3. Bloodbane

    Draw Directly to Display

    Lifebar script is usually simple. I saw percent based system often but there is non-percent based one also. For wrap around system, you could code it yourself. It might require extra checks but it should be doable.
  4. Bloodbane

    Draw Directly to Display

    1. I believe it would be better to edit lifebars to fit new resolution than scaling them with script. 2. Aren't you already using scripted lifebar?
  5. Bloodbane

    Custom Splatterhouse Sprites

    I found the older version of that Evil Dead game. However, I can't find the newer version with Rick. Might need to look deeper.
  6. Bloodbane

    Hold Block - Face Different Direction

    Glad to hear you solved your block issue. Though I should tell you that if you set loop to 1, your custom block will loop even if you're not holding block button. If that's what you want, okay then. But if you need to create custom block animation with scripted looping, you need function such as...
  7. Bloodbane

    Custom Splatterhouse Sprites

    Nice work! Reminds me to two Splatter house games before, one is a trilogy and the other features Rick and Ash (Evil dead).
  8. Bloodbane

    Hold Block - Face Different Direction

    Your FREESPECIALs used for blocking aren't looping, that's why it goes to idle after they ends.
  9. Bloodbane

    New Marvel Beat em UP

    I don't like this version of Ghost Rider, oh well. Anyways, I'm examining the video to see other stuffs. I see new insect enemies and they seem to be okay to fight alongside hazmat guys. Thanos is here also, there's centipede boss. There are enemy spawners.
  10. Bloodbane

    anim victory also for npcs

    Thanks for the report. I believe I know the source of the bug and had some ideas on how to fix it.
  11. Bloodbane

    Complete vendetta super recargado

    If you had written script with multiple {} brackets like this, it's recommended to add spacing to see which {} belong to which operator. Here's your script with spacing: @script if(frame == 0){ void self = getlocalvar("self"); void player = getplayerproperty(self,"entity"); if (...
  12. Bloodbane

    Select Screen and Life Bar Size and Placement

    I've analyzed that file and yes, that's the script running functions to display lifebar for both players.
  13. Bloodbane

    anim victory also for npcs

    @Steven1985 : here's the updated demo with updated BossDed : NPC Victory. There's a note included on how to use updated BossDed.
  14. Bloodbane

    anim victory also for npcs

    Thanks for the suggestion. However the problem here is there is enemy spawner which won't stop spawning enemies until Bossded item gives cue to stop spawning. So the only way is to updated Bossded and the system to work with multiple bosses. Currently, the update has been done but I need to test...
  15. Bloodbane

    Booster pack 2

    This booster pack contains 5 booster items: 1. Power up Gives 2.5x damage when taken for 10 seconds. 2. Defense up Gives immunity to damage when taken for 10 seconds. Also gives immunity to getting stunned and knocked down. 3. Speed up Gives 2x walk, jump and running speed when taken for...
  16. Bloodbane

    Temporary boosters pack

    Ah you're right :) . I've just checked it and apparently I've updated files for booster pack but haven't updated the pack in mediafire 😅. I'll pack the updated files and upload it later. [Some time later] Alright, it has been uploaded and you can get the updated files here.
  17. Bloodbane

    anim victory also for npcs

    Ah yes, BossDed is designed for single boss system. It's not for multiple bosses. I'll think of something to solve this.
  18. Bloodbane

    CHANGING SPRITE COLORS

    I don't understand what problems you had with these dust sprites. This is easy thing with graphic editor cause you only need to set those sprites to paletted mode. Anyways, attached below is the dust sprites + brown palette.
  19. Bloodbane

    How do I make an item (food) not look like it just appeared out of nowhere in the background?

    Ah I misunderstood your question. You simply want food to be placed offscreen to prevent it from popping from thin air. As for player 2, well any food (or anything) spawned in is for any active player. Unless, do you want food to appear only when 2 players are available?
  20. Bloodbane

    Marvel Black Ops

    I choose the second one.
Back
Top Bottom