A downloadable asset pack for Windows

Download NowName your own price

Why do scripters write hundreds of lines for over-complicated functionalities? Most people are not used to programming. Fflobox is a script pack. But a pack of simple but cool scripts for RPG Maker VX Ace. Each script adds a little something to your game, but that little something can make the difference.

Download the showcase project. Speak to everybody to see my scripts in action.

Scripts

Battle scripts (6)

Victory QuoteA random party member makes a comment when a battle is won.
Lose QuoteA random party member makes a comment when a battle is lost.
Specific Action FailureWhen somebody fails to add a state with a skill, a custom message is displayed.
E.g: "Marianne still sees!" instead of "No effect on Marianne!" when a Blind spell failed.
No Status if no Damage (v1.3)VX Ace has a major flaw in my opinion: the enemy doesn't inflict any damage but you may be poisoned anyway! The script controls if at least 1 point of damage is inflicted before adding the state.
Pokémon Abilities (v1.3)Abilities programmed: Sturdy (if the attack KO you while you still have all of your HP, you will survive with 1 HP) and Guts (If the user has a negative state, damage will be tripled). Works for actors and monsters.
Target All But User (v1.3)If a "All allies" skill has the notetag <allbutuser>, it will target every ally but the user.

Map scripts (8)

Revert CommandsDirectional arrows are reversed if a specific switch is set to ON.
(#1 in Fflobox showcase project)
 Doesn't affect battles or menus.
Jump To PlayerMakes any event jump to the player's coords.
Word CensoringCensor crude words in your messages if a specific switch is set to ON.
(#5 in Fflobox showcase project)
Custom Bubble Displays a static picture above an event's head, like the default emotes.
Known minor issue: if you shake the screen while the bubble is displayed, it will not move with the screen.
Slightly Better Window MapNameA different style for the popup which displays the map's name.
Slightly Better Sprite TimerA different style for the timer.
Item to go through walls (v1.3)If you own a specific key item (Ghost Boots), hold the Ctrl key to go through walls, like in debug mode.
Notify Item Gain (v1.3)Each time you get Gold/Item/Weapon/Armor, a message will display and a jingle will play. (Like in the Pokémon games)

Miscallenous scripts (3)

Playtime RunDisplays your playtime and compares with the best time. This script can be used to simulate a speedrun for example.
Scene AboutAdds an About screen in the title screen. You can use it as a disclaimer, a developer note, ...
Skip Scene TitleBypasses the title screen and starts directly the game on the starting map.
(Of course, it's not compatible with the Scene About)

Utility scripts (3)

Special Actor MethodsCustom methods to edit an actor's data (set his/her level to X, set his/her description).
Multi Switch CheckSeries of methods to check numerous switches at once, without nesting tens of conditions in an event page.
Search Script CallsOutputs every call to a Fflobox script in the console.

Terms of use

No need to give too much detail.

  • Free to use in any project
  • Credit is needed (linking to this page is the best thing you can do, donations are nice too! Advised donation of 10 cents per script)
  • Feel free to edit to your needs
  • Make great games with them!

By the way, you are allowed to use my tileset (incomplete though) in your game.

Changelog

2023/10/30 - Showcase video uploaded (v1.3)

2023/07/12 - v1.3
20 scripts
Categorized each script
New functionality for Multi Switch Check: counting switches set to True

2023/03/17 - v1.2
15 scripts
New characters (free to use)
Custom Bubble now works with an event ID instead of x and y coords

2022/12/04 - Showcase video uploaded (v1.1)

2022/11/18 - v1.1
10 scripts
New map
Fixed the caterpillar not moving with the Revert Commands

2022/10/28 - v1.0
5 scripts

Download

The zip file you will download includes a sample project featuring all of my scripts.

Problems? Suggestions?

Just add a comment!

If you need to warn me about an error in one script, please tell me what you were doing before it occurred.

Download

Download NowName your own price

Click download now to get access to the following files:

Fflobox - v1.3.exe 27 MB

Development log

Comments

Log in with itch.io to leave a comment.

Known issues as of 1.3, will be fixed for 1.4:

  • Notify Item Gain - In Test Troop Battle (editor), the message displays before the battle starts
  • Victory Quote - A dead party member can say its quote - FIXED
  • Custom Bubble - When the screen shakes, the picture doesn't move with it - Not specific to Fflobox, happens to regular Pictures too
  • Slightly Better Window_MapName - For some reason, the rectangle Picture pops in and out when you exit the party menu inside a map that triggers SBW_MN