Recent content by Kratus

  1. Kratus

    Pause Menu - End game and Continue

    Friend, I looked at your update.c file and it seems that you changed all the structure of the original custom pause menu. In my original code, I didn't have issues with the native "end game" option, so I suppose something may be affecting the correct functionality. In addition, I don't...
  2. Kratus

    Solved Delay End Level

    I don't know if I understood correctly, is the problem related to how fast the level ends after the last enemy is defeated, or related to the level finishing before all enemies are defeated? In the first case, I suggest checking the functions falldie and nodieblink in your enemy characters, as...
  3. Kratus

    Pause Menu - End game and Continue

    @tightninja If you are using my custom pause script, you can detect the "end game" by using the "menuPause" global variable. Then, in the "playerkeys" part you can add one more step to confirm the "quit" option. The function that simulate the "end game" effect is the "gameover()". By adding...
  4. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Currently I'm rushing to finish the beta state and during the process I ended adding all the remaining cpu partners, as well as a random selection too. Plus I also added at least knife/pipe weapon models for the cpu heroes. I didn't add all weapons because usually players manage them better...
  5. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Ah okay, good then. Thanks man!
  6. Kratus

    Music What music are you listening to?

    It's been a while since my last post.
  7. Kratus

    Preexisting score/lives after game ends?

    If I'm not wrong, it has a connection with the skipselect. In my case I fix it by manually resetting some data using scripts, you can choose the event that fits better for your game (updated, select screen, menu screen, etc). Here's an example: //DEFINE HERE THE DEFAULT SCORE, LIVES AND...
  8. Kratus

    In Progress Streets of Rage X (Windows / Android)

    @Madus I found a way to compile the arm build with a hybrid mode, having both the SDL2 (KMS/DRM) and X11. At least the tests using the TTY mode (without graphics) in a RPi3 went well, but I'm waiting for my Anbernic RG35XX H to arrive, then I can do a complete test and homologate it for the...
  9. Kratus

    How to fix this problem?

    Hi friend. Maybe this line is the culprit.
  10. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Friend, I need more details about the behaviour you are mentioning. In short, most of the game settings options are shared between playable characters and cpu partners, so it will be applied automatically. Like, if you change the special moves to "sor3 ok bar", automatically it will be enabled...
  11. Kratus

    In Progress Streets of Rage X (Windows / Android)

    @Blit-X- TV [LIVE] I added a new graphic effects option that completely disabled any blink/flash. The only one that still works is the character selection, but I reduced the white effect a bit. Please let me know if there's more effects to be disabled.
  12. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Maybe I can test some kind of accessibility option, which will disable all the blink effects completely. Besides the features already mentioned, is there anything else that needs to be disabled?
  13. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Currently CPU partner dev progress, the next beta will be launched sooner than I thought. After all enemies/bosses are added, I will pause a bit in order to make tests with the beta 36, and then in the beta 37 I will add the remaining heroes, plus some new characters. Some plans were changed and...
  14. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Thanks for the feedback. For now you can run the game installing the fuse 2 running sudo pacman -S fuse2 , or you can try to run via GearLever (I didn't test this one yet). I saw that the recent appimage compilers can add both fuse2/fuse3 in the same file, I will test it for the next beta. I...
  15. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Just download the latest version, it already contains a save file with everything unlocked. Or beat the game once, like @O Ilusionista mentioned.
Back
Top Bottom