Search results

  1. 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.
  2. 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...
  3. 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).
  4. Bloodbane

    Hold Block - Face Different Direction

    Your FREESPECIALs used for blocking aren't looping, that's why it goes to idle after they ends.
  5. 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.
  6. 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.
  7. 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 (...
  8. 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.
  9. 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.
  10. 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...
  11. 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...
  12. 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.
  13. 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.
  14. 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.
  15. 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?
  16. Bloodbane

    Marvel Black Ops

    I choose the second one.
  17. Bloodbane

    Select Screen and Life Bar Size and Placement

    I have two things to mention first to solve this problem. First, when I design lifebar size + position, I usually find game's resolution then divide it with number of players. Then the result is deducted with some value to give space between each lifebar. So for 256x224 resolution, that means...
  18. Bloodbane

    Life BAr wont "warp"

    I wanted to ask more but your question in other thread seems to give hint of possible source of the issue. Answering your question in other thread might solve this issue also, so I suggest moving the discussion there.
  19. Bloodbane

    Life BAr wont "warp"

    Here's from the manual: You set type to 1 which means health bar is percentage based instead of wrap based. IOW you need to set 4th parameter to 0.
  20. Bloodbane

    anim victory also for npcs

    First, don't use chatGPT or other's people's help. Second, practice alot. I had to get past crashes and errors before I know how to code properly.
Back
Top Bottom