public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Yanfly's Region Restrict script not working for airship (even with Roninator2's fix) Please Help!

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Yanfly's Region Restrict script not working for airship (even with Roninator2's fix) Please Help!
  • Original author: MoltresRider
  • Original date: June 13, 2023
  • Source thread: https://forums.rpgmakerweb.com/threads/yanflys-region-restrict-script-not-working-for-airship-even-with-roninator2s-fix-please-help.158293/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support

Summary

I have my regions set up like this: { "lightbox_close": "Close", "lightbox_next": "Next",

Archived First Post

I have my regions set up like this:
Protected download

And my notetag is like this:

Protected download

But my airship is STILL able to land on regions 19 and 62 despite the fact that they are restricted!!

I have @Roninator2 's 2023-May-16 - Initial publish fix for it and it works great with the boat but it fails to work with the airship! The notes of the script says "Stop vehicle landing if not able to" but the airship can still land on blocked regions! I had these two regions vehicle blocked to prevent cheating by skipping areas but it is not working

does anybody know what the problem could be?

EDIT:

Okay so I did my own digging and fixed the issue on my own.

For those who have the same issue, add the following line to " # new method: airship dismount" in @Roninator2 's patch

Ruby:
    return true if $game_map.vehicle_restrict_regions.include?(region)


Not sure why this was not included or perhaps it was overlooked.

My knowledge of programming is small but I know enough to figure that out

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

Capture.JPG
Capture.JPG
Capture2.JPG
Capture2.JPG
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#rgss-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar