Fflobox [Discontinued]
A downloadable asset pack for Windows
DISCONTINUED AS OF AUGUST 2024
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 Quote | A random party member makes a comment when a battle is won. |
Lose Quote | A random party member makes a comment when a battle is lost. |
Specific Action Failure | When 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 Commands | Directional arrows are reversed if a specific switch is set to ON. (#1 in Fflobox showcase project) Doesn't affect battles or menus. |
Jump To Player | Makes any event jump to the player's coords. |
Word Censoring | Censor 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 MapName | A different style for the popup which displays the map's name. |
Slightly Better Sprite Timer | A 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 (4)
Playtime Run | Displays your playtime and compares with the best time. This script can be used to simulate a speedrun for example. |
Scene About | Adds an About screen in the title screen. You can use it as a disclaimer, a developer note, ... |
Skip Scene Title | Bypasses the title screen and starts directly the game on the starting map. (Of course, it's not compatible with the Scene About) |
Remember Choice ID | Every time you make a choice, the ID of the choice is stored inside a variable (#10 in Fflobox showcase project). |
Utility scripts (3)
Special Actor Methods | Custom methods to edit an actor's data (set his/her level to X, set his/her description). |
Multi Switch Check | Series of methods to check numerous switches at once, without nesting tens of conditions in an event page. |
Search Script Calls | Outputs 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
2024/08/15 -v1.4 ; final version
21 scripts
Dead characters cannot say their victory quotes
Victory and Lose quotes can be disabled with a switch
Notify Item Gain is disabled in test troop
SBW_MapName was simplified because of a minor visual bug
2024/08/11 -Fflobox is discontinued
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.
Download
Click download now to get access to the following files:
Development log
- Fflobox's development is stoppedAug 11, 2024
- Fflobox v1.3Jul 12, 2023
- Version 1.2 is available!Mar 17, 2023
- Version 1.1 is available!Nov 18, 2022
- Turning Fflobox into a game?Nov 13, 2022
Comments
Log in with itch.io to leave a comment.
Known issues as of 1.3, will be fixed for 1.4: