Original Source
- Original title: Solarflare's Miscellaneous Plugins [SFG]
- Original author: Solar_Flare
- Original date: June 9, 2025
- Source thread: https://forums.rpgmakerweb.com/threads/solarflares-miscellaneous-plugins-sfg.178222/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
, #2) :When 1 ◆Text:None, None, Window, Bottom : :First time!
Archived First Post
I've ported some of my smaller plugins to MZ, and decided to make this post to give them a bit more visibility for people seeking MZ plugins. The plugins can be downloaded either from the attachments on my MV plugins thread or from on my website. There is a direct link to each one in this thread, but if the link breaks, those are the places to check.
This thread will only be for small and simple plugins - if I release something big or complex I'll create another thread. Some of my plugins depend on having SFG_Utils installed above them, so if a plugin doesn't work, try installing SFG_Utils before posting a bug report.
Download Link
Download Link
Download Link
Download Link
Itch Link
Download Link
Main Thread
Download Link
Download Link
Itch Link
Download Link
◆Control Variables:#0019 += 1
◆Plugin Command:SFG_SwitchCommand, Switch on variable
: :Variable = 19
◆Show Choices:1, 2, 3, #4~8, 9, 10 (Window, Right, #1, #2)
:When 1
◆Text:None, None, Window, Bottom
: :First time!
◆
:When 2
◆Text:None, None, Window, Bottom
: :Second time!
◆
:When 3
◆Text:None, None, Window, Bottom
: :Third time!
◆
:When #4~8
◆Text:None, None, Window, Bottom
: :Maybe you should stop this...
◆
:When 9
◆Text:None, None, Window, Bottom
: :Calm down, that's already nine times!
◆
:When 10
◆Text:None, None, Window, Bottom
: :And now it's your tenth time!
◆
:End
◆Show Choices:#(value % 5 == 1), 20, >30 (Window, Right, #1, -)
:When #(value % 5 == 1)
◆Plugin Command:SFG_SwitchCommand, Switch on variable
: :Variable = 19
◆Show Choices:>100, >45 (Window, Right, #1, #2)
:When >100
◆Text:None, None, Window, Bottom
: :Are you serious!? You've exceeded one hundred!!!
◆
:When >45
◆Text:None, None, Window, Bottom
: :No really, stop it!
◆
:End
◆
:When 20
◆Text:None, None, Window, Bottom
: :Twentieth time already!? Are you mad!?
◆
:When >30
◆Text:None, None, Window, Bottom
: :More than thirty times! Just... just stop!
◆
:When Cancel
◆Text:None, None, Window, Bottom
: :This is starting to get crazy...
◆
:End
And another example using strings:
◆Name Input Processing:Reid, 8 characters
◆Plugin Command:SFG_SwitchCommand, Switch on script
: :Script = $gameActors.actor(1).name()
◆Show Choices:"Reid", #"x"~"zzzzzzz", ~"[aeiou]{3,}" (Window, Right, #1, -)
:When "Reid"
◆Text:None, None, Window, Bottom
: :The default, good choice!
◆
:When #"x"~"zzzzzzz"
◆Text:None, None, Window, Bottom
: :That's quite a rare name...
◆
:When ~"[aeiou]{3,}"
◆Text:None, None, Window, Bottom
: :So many vowels!
◆
:When Cancel
◆Text:None, None, Window, Bottom
: :Not a bad choice!
◆
:End
Download Link
Download Link
Terms of Use
- You don't need to credit me in the game credits or anything. However, don't remove me from the "author" field in the plugin file. If you do wish to credit me, you can do so as "Solar Flare" or "Solarflare Software".
- You can use these plugins in commercial or non-commercial games, free of charge.
- Feel free to modify these plugins however you need for your game. Exception: Do not modify SFG_Utils for any reason. If you need something added to or altered in SFG_Utils, just create a new plugin.
- If a plugin that I created is not listed in this thread, or if the listing in this thread links to another thread that specifies different terms, these terms of use do not apply to it.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use You don't need to credit me in the game credits or anything. However, don't remove me from the "author" field in the plugin file. If you do wish to credit me, you can do so as "Solar Flare" or "Solarflare Software". You can use these plugins in commercial or non-commercial games, free of charge. Feel free to modify these plugins however you need for your game. Exception: Do not modify SFG_Utils for any reason. If you need...
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.
Replies (0)
No replies yet.
Topic Summary
Loading summary...