Search results

  1. Kratus

    In Progress Streets of Rage X (Windows / Android)

    I already thought of making it but it would require huge changes in the whole game, honestly I think that the effort is not worth it. In addition, the main idea is to bring the SOR1 game to SOR2/SOR3 patterns aesthetically. Some time ago I put this feature in my "test" list. I need to check how...
  2. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Yeah, I already thought of adding an in-game manual but I think it would be better to make a PDF using the Mega Drive style. This way I can have more freedom to create the content, I don't want to bloat the game file too much. Something like this.
  3. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Like @SilentMRG said, the original graphic effects at the "features" option already disables many things, including the lightning during the Barbon boss fight. Thanks for the report :) It may be a minor issue with the chip damage during the block.
  4. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Yeah, indeed I agree with it. Sorry friend, I think that this mechanic is a bit out of the SoR concept. I even like the mechanic, but we could maybe save it for a possible Capcom/Marvel based project. O didn't understand exactly, what could be chaotic in the game?
  5. Kratus

    In Progress Streets of Rage X (Windows / Android)

    In fact it already exists, it's the "endurance" mode at the unlockables section. When enabled, the whole trilogy will act as a single big game. After the beta state, I'm considering creating a manual, maybe in pdf, explaining more details about the game mainly the menus. The old SOR2X worked...
  6. Kratus

    Solved Can obstacles have more than 1hp?

    In this case I think that the script must be changed this way: #import "data/scripts/main_audio.c" void main() {//Play current sound stored in the "HITFX" variable void self = getlocalvar("self"); void target = getlocalvar("damagetaker"); void atkType =...
  7. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Exactly, this is a good point. Yeah, I even have a few ideas but in the current state there's not much to be added. And in addition to the unlockables we have the cheats, which already add even more options.
  8. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Hi friend. I appreciate the suggestions, but indeed the unlockables section already works for this purpose. Currently I'm leaving it fully enabled due to the beta state, where every time I'm changing a lot of stuff and people lose their save files after every new update. But after the beta...
  9. Kratus

    Solved Can obstacles have more than 1hp?

    @Mr.Q! Like I suspected, there's a script interfering in the obstacle damage. I don't remember exactly the previous context but I remember that you wanted to bypass the "nokill" command in order to destroy obstacles even if this command is declared at the model header. This explains why there's...
  10. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Thanks man. I will do some tests with the current Yamato invisibility based on alpha, but the double buffer sub-screen effect is a very interesting idea, at least more faithful to the original.
  11. Kratus

    Solved Can obstacles have more than 1hp?

    I added your obstacle entity in my game (disabling all scripts) and the health works fine. There's a chance of the obstacle's takedamage script interfering, or even player's didhit/ondoattack depending on the code you are using.
  12. Kratus

    Solved Can obstacles have more than 1hp?

    Usually obstacle entities accept more than 1 hp by default, currently I'm using it in the walls at the SOR3 stage 3 (the bulldozer stage). I would need to take a look at the entity file to understand better.
  13. Kratus

    I1 File problem

    I suggest checking if the palette is correctly applied. I noticed that OpenBOR is more sensitive with png files than gif related to palette issues. Usually when I have this error, I reapply the palette using the PalApply program (works even using the same image as palette reference).
  14. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Amazing! Thanks buddy :)
  15. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Thanks buddy, I will test your suggestion :) Thanks for the catch, I replicated the same situation you mentioned and in fact the Robot X stays outside of the screen, laughing and trying to shoot. This happens because this character walks in a straight line only. Due to the distance, he will...
  16. Kratus

    My solution for No more loading bars nor loading text

    Yes, the loading bar indeed has some pixels at the start point, this is the "cursor artifact" you mentioned. Basically the -1000 moved the cursor artifact out of the visible area, and the bsize 0 disabled the increment.
  17. Kratus

    In Progress Streets of Rage X (Windows / Android)

    Kratus updated Streets of Rage X (Windows / Android) with a new update entry: Beta 35 Read the rest of this update entry...
  18. Kratus

    Streets of Rage X (Windows / Android) - Beta 35

    ### BETA 35.CC3 ### - Game: SOR1 Blaze, minor collision box adjustments, blitz/special attacks animation revision. - Game: SOR1 Onihime, minor collision box adjustments, blitz/special attacks animation revision. - Game: SOR3 Blaze, minor weapon position adjustments. ### BETA 35.CC2 ### -...
  19. Kratus

    My solution for No more loading bars nor loading text

    loadingbg set bx by bsize tx ty tf loadingbg 1 -1000 -1000 0 -1000 -1000 0 Friend, just checking the information because it may confuse people. The font type 0 is the first one in the sprites...
  20. Kratus

    In Progress Streets of Rage X (Windows / Android)

    @xXxJoEkRxXx Sorry friend, like @O Ilusionista said, the game can't run in a Genesis system.
Back
Top Bottom