Search results

  1. pudu

    In Progress River City Ransom Zero - RCRz Kunio-kun

    I have a doubt, can this script be used for all types, for example: projectiles or throwing weapons.
  2. pudu

    In Progress Streets of Rage X (Windows / Android)

    I just noticed that you said SORX modified version, this is your updated test 16 version, I played without any damage and any modification.
  3. pudu

    In Progress Streets of Rage X (Windows / Android)

    There is "Break" on the field. I don't know why "Axel" disappeared, but I used rageattack at that time (the afterimage can be seen in the picture)
  4. pudu

    In Progress Streets of Rage X (Windows / Android)

    I'm playing SURVIVAL(FREE FOR ALL) mode, it seems that I don't know whether "zanza" uses the grapple and suddenly the game error or "barbon" uses the grapple and is interrupted by zanza.
  5. pudu

    In Progress Streets of Rage X (Windows / Android)

    Test 16 has been tested for a while. I forgot to report some problems before and now there are no problems. For example: when zooming, the UI such as the avatar will generate a zoom effect.
  6. pudu

    In Progress Ninja Warriors Again RX

    The current gameplay instructions are not in English yet. We are currently updating version 1.2, which will add all enemies and boss options, as well as a new challenge mode. Later we will explain
  7. pudu

    In Progress Ninja Warriors Again RX

    Hello, I just re-downloaded the file and everything is correct version 1.10 (English)
  8. pudu

    In Progress Streets of Rage X (Windows / Android)

    This is indeed a small mistake, all enemies except the Boss will act
  9. pudu

    Solved Game Skipping to Game Over Screen After Losing One Life

    Hi, you can add this script timetick.c, it can solve your problem void main() {//Script to avoid engine "noshare" BUG that don't give enough time to press start button and continue the game if the all players are dead //This bug happens only if "noshare" command is not present in "levels.txt"...
  10. pudu

    In Progress Streets of Rage X (Windows / Android)

    My friend, I have a small problem. After closing the zoom menu, use rage attack and then open the zoom menu will automatically release the zoom effect once.
  11. pudu

    In Progress Streets of Rage X (Windows / Android)

    After testing, the problems of grab and rageattack have been solved.
  12. pudu

    In Progress Streets of Rage X (Windows / Android)

    I was playing SOR2 St2-1 and a forced quitting error occurred
  13. pudu

    Projectile's palette according the parent's one

    Please try this one void toss(void Bomb, float dx, float dy, float dz) { // Tossing bomb void self = getlocalvar("self"); int Direction = getentityproperty(self, "direction"); int x = getentityproperty(self, "x"); int y = getentityproperty(self, "a"); int z =...
  14. pudu

    Spawn with different header properties

    I just re-confirmedchangeentityproperty(self, "offense", openborconstant("ATK_NORMAL11"), 5); There is no change in the damage. I have tested it many times in 4432, 6330 and other engines before, and there will be no variables, but the offense command is valid.
  15. pudu

    Spawn with different header properties

    ATK_NORMAL Hello Currently the engine only supports the NORMAL10 variable
  16. pudu

    KunioLA - KunioLA_Remaster-V1.45

    * Added the coin (AddCredits) function, you can press the AddCredits button in the game to increase Credits, similar to an arcade *The same sprite can now be selected, and the recognition of parrow in the game has been added * Random sprites can now be selected outside of story mode (similar to...
  17. pudu

    Complete kunioLA

    pudu updated KunioLA with a new update entry: KunioLA_Remaster-V1.45 Read the rest of this update entry...
  18. pudu

    Is it possible to change the colors of the opponent's lifebar?

    Hello, this is the re-edited life of my KunioLA and the player and enemy colors are different, which meets your requirements void main() { drawHp(); } void drawHp() { void self = getlocalvar("self"); int dead = getentityproperty(self,"dead"); void type =...
  19. pudu

    In Progress Ninja Warriors Again RX

    Hello, the exe may be deleted by your anti-virus software, and it will run normally after you turn off the anti-virus software. We will release the reserved pak as soon as possible to avoid this situation.
Back
Top Bottom