Search results

  1. O Ilusionista

    Complete LOTDD - Now: Ultimate Double Dragon

    That's precisely the point: the game "needs" a save. The game's author decides that; it doesn't "need" anything. There are hundreds of other games to play; it's not worth bothering the author over something so silly. Just... move on and be happy :)
  2. O Ilusionista

    OpenLOG - Live Log Viewer

    yes, we can, using the log() function. All my games prints a loading percentage on the log:
  3. O Ilusionista

    Battle Stormer Classics

    Straight from a Mega Drive classic, a new boss is joining Battle Stormer Classics: Old Oak Tree, from Castle of Illusion. This is a character that's been in my pipeline for years and I'm finally putting him in the game. #gamedev #indiegame #segagenesis
  4. O Ilusionista

    Solved Return projectile to launcher

    Any number, as far as I know.
  5. O Ilusionista

    Solved How to setup traps properly (?)

    I don't use any script to attack the players on my traps, I just rely on attackboxes. This is my "stepmine" code: Header Idle and follow (for the explosion and calling particles The trick I use for those traps is: the idle animation has an attackbox on one frame and I disable it on the next...
  6. O Ilusionista

    In Progress Nekketsu Kouha Kunio-kun Re

    Looking good. And nice work with the stage animations
  7. O Ilusionista

    New Street Fighter Movie

    Forgive me, but it's awful. It looks like those satires made in the 90s, like Scary Movie. I swore Blanka was going to say "whatsuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuup"
  8. O Ilusionista

    Complete LOTDD - Now: Ultimate Double Dragon

    I think people haven't understood that not all games are for everyone. If the creator chooses to make a difficult game, they have no obligation to make an easier mode, even if it were a commercial game. Being a free game, it makes even less sense. Is the game too difficult? Can't finish a game...
  9. O Ilusionista

    Complete Buccaneers: Shipshape

    Here is an "all bosses" video
  10. O Ilusionista

    Character-specific Endings??

    just make a second fake level and fire that script there
  11. O Ilusionista

    Complete HE-MAN

    Dude, using all caps looks like you are screaming
  12. O Ilusionista

    Ilu's Mugen Wips

    Electric Power Showdown – Wild Beast vs Conrade Illia - Street Fighter Fan Game full video:
  13. O Ilusionista

    Ikemen GO engine is now available on Android (nightly builds)

    Oh, nice, I should take a look at it soon
  14. O Ilusionista

    Battle Stormer Classics

    New boss preview:
  15. O Ilusionista

    Duel Toys 2.5

    When you were a kid, you probably took toys from one franchise and pitted them against characters from a completely different franchise... and here you can relive that feeling. Duel Toys 2 is a crossover game made by Amanda Apps where everyone fights everyone else – and the number of...
  16. O Ilusionista

    In Progress Nekketsu Kouha Kunio-kun Re

    The way the bikes explodes after the fall is bit weird (both movement and fire animation). Why don't make it to slide offscreen instead?
  17. O Ilusionista

    Solved Enemies at the edge of the screen

    Here is an example I use on animationscript, but you can use it as onmovexscript too: void isOffScreen2(int Ani){ // Check if an entity is offscreen // Douglas Baldan / O Ilusionista - 07.05.2021 void self = getlocalvar("self"); // Get caller int XPos = openborvariant("xpos"); // Get camera X...
  18. O Ilusionista

    Battle Stormer Classics

    Ankylosaurus is done*. And since I already have a Willow boss, why not bring another one? *I spent a few hours programming it (okay, I had a power outage all afternoon), but in the good old days, I would program it in 1 hour – that was the case with the Raptor in the game: I got home, looked...
  19. O Ilusionista

    Solved Enemies at the edge of the screen

    Yes, you can use an onmovexscript that detects an offset that is "allowed" for the enemy to move off-screen (for example, 50px). You determine its position on the screen, and if it's larger on the right edge or smaller on the left edge, you cut its X speed or simply make it change animation.
  20. O Ilusionista

    Complete Golden Axe Remake

    Oh that is really cool
Back
Top Bottom