SMBX Custom Levels of March 2024 (5 levels)

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 41

  • @manurmad1539
    @manurmad1539 2 месяца назад +3

    Hope everything is well and that you return soon

  • @NCXDKG
    @NCXDKG Месяц назад +1

    We need more SMBX2 level creators!

  • @leonardman2739
    @leonardman2739 2 месяца назад

    If I may recommend you an episode to try out next, there's this underrated one called "Gallade's Quest". Just make sure it's version 1.1.0, which is the one that works on Beta 5.

  • @japaneseemulator5516
    @japaneseemulator5516 2 месяца назад

    Do you know how to create a character unlock system and Lua to lock characters?

  • @tayjutsu584
    @tayjutsu584 4 месяца назад

    0:48 Undertale motif

  • @blast3608
    @blast3608 9 месяцев назад

    Alright, march levels of smbx!

  • @superalex7749
    @superalex7749 9 месяцев назад +2

    Wow, I congratulate you, but forgot
    to play the following levels:
    Alcoholic Coastline by Sux
    FRACTURE RAY by alagirez
    Realm of Nihility by DRACalgar Law
    Wait Are you Excluding Contest Levels Because you didn't played all MFGG Competition Levels

    • @ProSMBXer
      @ProSMBXer  9 месяцев назад +1

      They will not include in lotms, they will be in separated video

  • @UserX99X
    @UserX99X 5 месяцев назад

    Is there an SMBX2 episode that recreats super mario bros 3 if yes can you tell me the name

  • @NintendoGamer648HD
    @NintendoGamer648HD 9 месяцев назад +1

    Can Super Talking Time Bros Be Next Please?

  • @japaneseemulator5516
    @japaneseemulator5516 7 месяцев назад

    The story changes, but there is a problem that only the illusion remains even if the "Layer" item is erased in some NPCs. Where should I fix it?

    • @ProSMBXer
      @ProSMBXer  7 месяцев назад

      This is most likely due to the fact that the NPC is drawn regardless of whether it is hidden or not. To fix this, you need to add the graphics drawing condition “if not v.isHidden then” in the NPC’s lua file.

    • @japaneseemulator5516
      @japaneseemulator5516 7 месяцев назад

      @@ProSMBXer Where in lua should I add this?

    • @ProSMBXer
      @ProSMBXer  7 месяцев назад

      @@japaneseemulator5516 npc-n.lua (n is id of npc)

  • @louis11.1
    @louis11.1 9 месяцев назад

    I'm trying to make an NPC (a SMW coin (NPC-33) when at the same time it collected, it will hurt the player (i mean not instant kill)) But in the .txt extension. Does this version of SMBX support TXT?

    • @ProSMBXer
      @ProSMBXer  9 месяцев назад +1

      Try in npc-33.lua:
      local npc = {}
      local id = NPC_ID
      function onNPCHarm(e,v,r,c)
      if type(c) == "Player" and v.id == id then
      c:harm(harm type)
      end
      end
      registerEvent(npc,"onNPCHarm")
      return npc

  • @japaneseemulator5516
    @japaneseemulator5516 9 месяцев назад

    Since NPC (Magikoopa (NPC-299)) entered Beta 5, the afterimage that appears when defeated is no longer visible. Is there a way to return to Magikoopa like in the previous version?

    • @ProSMBXer
      @ProSMBXer  9 месяцев назад

      Copy from beta 4 and use as custom npc

    • @japaneseemulator5516
      @japaneseemulator5516 9 месяцев назад

      @@ProSMBXer Could you please tell me more details? I tried it, but it doesn't work.

    • @ProSMBXer
      @ProSMBXer  9 месяцев назад

      @@japaneseemulator5516 copy npc-299.lua from scripts/npcs folder and paste to your level/episode folder and rename id to any id from 751 to 1000

    • @japaneseemulator5516
      @japaneseemulator5516 9 месяцев назад

      @@ProSMBXer The effect does not work even if I copy it to the specified location.

    • @ProSMBXer
      @ProSMBXer  9 месяцев назад

      @@japaneseemulator5516 copy needed effects (and txt files from scripts/effects) to episode/level folder and rename id to id from 751-1000 and replace ids in lua file of npc

  • @japaneseemulator5516
    @japaneseemulator5516 8 месяцев назад

    Is it not possible to introduce my own voice or mp4 to the SMBX stage?

    • @ProSMBXer
      @ProSMBXer  8 месяцев назад

      Mp4 no, only wav, mp3, ogg and other popular formats

    • @japaneseemulator5516
      @japaneseemulator5516 8 месяцев назад

      @@ProSMBXer Can I attach mp3 or wav files to littleDialogue when typing text?

    • @ProSMBXer
      @ProSMBXer  8 месяцев назад

      @@japaneseemulator5516 yes, sfx play function supports mp3 and wav

    • @japaneseemulator5516
      @japaneseemulator5516 8 месяцев назад

      @@ProSMBXer Would you like to play with me?
      For example, in this sentence, where can I insert the code to play mp3 and wav files?

    • @japaneseemulator5516
      @japaneseemulator5516 8 месяцев назад

      @@ProSMBXer Would you like to play with me?
      For example, in this sentence, where can I insert the code to play mp3 and wav files?

  • @superalex7749
    @superalex7749 7 месяцев назад

    Hello, I must tell you that it is the first time that it has gone 1 month without uploading Levels of April or Contest levels.

    • @ProSMBXer
      @ProSMBXer  7 месяцев назад

      Studies and job

    • @superalex7749
      @superalex7749 7 месяцев назад

      @@ProSMBXer May I can record the Levels Of May

    • @ProSMBXer
      @ProSMBXer  7 месяцев назад

      @@superalex7749 may and you

    • @superalex7749
      @superalex7749 7 месяцев назад

      @@ProSMBXer Yep May and June levels

    • @airiableconditions8192
      @airiableconditions8192 2 месяца назад

      ​@@superalex7749Uhhh, it's been a bit.

  • @ED-Wasp
    @ED-Wasp 6 месяцев назад

    Hi im new to Mario bros X, is this Super mario bros X or Super mario bros X 2?

    • @louis11.1
      @louis11.1 6 месяцев назад

      x2

    • @PlanetaryNonsense177
      @PlanetaryNonsense177 5 месяцев назад

      Hey there! Good to see new people in a such old fanbase, its SMBX2 friend

    • @ED-Wasp
      @ED-Wasp 5 месяцев назад

      @@PlanetaryNonsense177 I wish i found this sooner! Its a lot of fun

    • @PlanetaryNonsense177
      @PlanetaryNonsense177 5 месяцев назад

      @@ED-Wasp No problem! We can find something new every day! You will have fun here