NO PLUGINS! EASY RPG MAKER MV/MZ SLIDING ICE, ICE PUZZLES!

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 14

  • @dubistdran5781
    @dubistdran5781 ปีที่แล้ว +3

    Thank you! I am creating different puzzles atm and needed this :)

  • @itsamejonarbuckle
    @itsamejonarbuckle ปีที่แล้ว +1

    Highly underrated! Thanks for the tutorial, it helps a lot!

  • @unhinged_
    @unhinged_  2 ปีที่แล้ว +5

    Testing Room video coming soon.

  • @ByFreddyFudanshi
    @ByFreddyFudanshi ปีที่แล้ว +1

    THAAANKS DUDE!

  • @DownFlame
    @DownFlame 2 ปีที่แล้ว +5

    So what do I do if I don't have the player option?

    • @unhinged_
      @unhinged_  2 ปีที่แล้ว

      Hi! Thanks for asking. If you're on MV, you'll have to set 2 other variables to the players' X and Y coordinate and grab the info from those variables. I don't have my computer in front of me (I'm on my phone right now) but you'll use the change variables button, SET, by players' X location, and then another variable to the players' Y, and then finally you can use those 2 variables

    • @oihan2016
      @oihan2016 2 ปีที่แล้ว

      @@unhinged_ Hello, im using MV and im having an issue. When i touch the ice terrain, my player doesn't stop and continues going forward til the end of the map.
      I dont know where is the problem. I made it like this:
      Control variables: #008 = Player's map x
      Control variables: #009 = Player's map y
      Get location info: ice puzzle ID, Region ID, ({008},{009})
      If: ice puzzle ID = 8
      etc. (the rest I made it exactly like you)

    • @unhinged_
      @unhinged_  2 ปีที่แล้ว

      Hi! Sorry for the delay. All I can think of is either the Region 8 isn't covering just the ice, or perhaps you forgot the IF statement that checks to see when the player ISN'T on region 8; I show this at around 4:34. Hopefully that helps? Make sure at this point you do the NOT EQUAL option rather than equal.

    • @oihan2016
      @oihan2016 2 ปีที่แล้ว +2

      @@unhinged_ Hey, thanks. I already solved it, it turns out that I forgot to do a variable control again for the player's position before the "Get location info". The puzzle works phenomenal. Thank you very much for the tutorial😄

    • @g00dguy50
      @g00dguy50 11 หลายเดือนก่อน

      @@oihan2016I’m having the same issue with characters not stopping, what exactly did you put before get location info, also was it the first or second get location info command?

  • @thequarky1
    @thequarky1 10 หลายเดือนก่อน

    How do you change directions while on the ice? The loop doesn't break until you leave the region.

    • @WeekdayWeekend
      @WeekdayWeekend 9 หลายเดือนก่อน +3

      Being unable to change directions on the ice is part of the puzzle.