Search results

  1. kdo

    Demo Drancia Dreams 2025-11-10

    This is an in progress (and as of 2025-11-10) abandoned project to replicate Drancia to OpenBOR releases. According to the author @kdo, it is meant for Dreamcast play but claims it will run on later engine iterations. The game does not include engine executable, and the required version is not...
  2. kdo

    Anim Victory

    Iam Sorry, next time i'll use the code tag. I didn't know how to use it, thanks for the explanation @DC.
  3. kdo

    Solved A parrow question.

    I solved it using the nosame 1 command, this way it will work for what I need. Thank you very much, it helped me a lot!
  4. kdo

    Anim Victory

    I1am a script noob, this script for 4 players would be something like this? spawn empty @script void main(){ int P1 = getplayerproperty(0, "entity"); int P2 = getplayerproperty(1, "entity"); int P3 = getplayerproperty(2, "entity"); int P4 = getplayerproperty(3, "entity"); if(P1){...
  5. kdo

    Anim Victory

    Wouuu Thank you Bloodbane! This script will work perfet in my Story mode where players are coop. But i need something like this to use in a PVP 4 players mode, so i need to perform VICTORY animation when just one player, the winner, remains alive.
  6. kdo

    Solved A parrow question.

    Wow! Thanks again for the help! It worked perfectly, but I noticed a bug. If the players choose different characters everything works fine, but if they choose the same character the problem persists, every time the character dies the arrow stays in the position where the character died and when...
  7. kdo

    Anim Victory

    I'm using an old version of the engine to create games for Dreamcast, in this case this function wouldn't work so I want to use the old way of doing it with script.
  8. kdo

    Anim Victory

    Can anyone share the script to make the victory animation?
  9. kdo

    Solved A parrow question.

    I tried to kill the Parrow entity with @cmd killentity getlocalvar("Parrow") in player death animation but it didn't work.
  10. kdo

    Solved A parrow question.

    Thank you very much for your help! It worked perfectly, it's exactly what I need :giggle: . But I noticed something strange, my stage has holes, each player has 3 lives, each time the player dies falling into the hole the parrow stays in the place as if indicating the place where the player...
  11. kdo

    Solved A parrow question.

    Can you help me with this code @Bloodbane? I have no idea how to do it since codes are my weakness :cry:
  12. kdo

    Solved A parrow question.

    The spawnbind function can detects if the player is 1,2,3, or 4? The parrow I need to use is precisely to say who each player is like in Smash Bros.
  13. kdo

    Solved A parrow question.

    Hi guys, is there any way to force the player's parrow to always appear constantly? Its always appears on respawn, but i need this all the time in the game.
  14. kdo

    Layers in Z axis like Guardian Heroes.

    Hi guys, is there a Openbor game that uses similar mechanics to Guardian Heroes Sega Saturn where the characters move in some specific layers of the z axis? I like this idea and would like to try to use it in a mod, but in my case I only need two layers, I think something more similar to Fatal...
  15. kdo

    Solved Prevent the game from starting with just one player

    @Kratus my friend is exactly that!!! Thank you, I'll test it in my game, thank you very much for your help, or rather, for solving this problem. :)
  16. kdo

    Solved Prevent the game from starting with just one player

    Its similar to a fighting game versus mode that needs one more player to start the game. In this case the player 2 , 3 or 4 or even them all.
  17. kdo

    Solved Prevent the game from starting with just one player

    The ideia is if just have one player even he choose the character in select screen the game dont starts,its stucks in select screen, as it waiting for more players join, so if a escond player or more players join and select his chraracters so the game goes to the level as a well.
  18. kdo

    Solved Prevent the game from starting with just one player

    Hello guys! Some time ago I found a post that said something about preventing the game from starting if there is only one player on the character selection screen. I searched the forum several times but didn't find anything about this post. So I would like to know how I can make the game start...
  19. kdo

    Dreamcast compatibility...for fun!

    Sorry for the links. my idea was to show the improved versions made by Ian Michael. Ripfire was banned from DCTalk too, I don't believe he made any version of Dreambor, at most superficially modified something that Ian Michael did. The credit for implementing Dreambor goes to Ian, this created...
  20. kdo

    Special move intro!

    Wowww! Thank you very much @Bloodbane , I will test it soon.:D
Back
Top Bottom