A mod to open the Gambit shop in Rabanastre before the fete. Useful for those using "Lift Story Restrictions" from The Insurgent's Graveyard to unlock gambits menu early.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Huge props to ffgriever and Xeavin for making all the tools and documentation needed for this mod.
FF12 VM Script Decompiler and Compiler: https://www.nexusmods.com/finalfantasy12/mods/124
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1.0
Initial release.
Removes the early restriction from the Gambit shop in Rabanastre. You can access this shop before acquiring the Rogue Tomato hunt. You won't be able to use said gambits until you unlock them via the story or via the "Lift Story Restrictions" script from The Insurgent's Graveyard. Even without that mod, it will allow you to purchase gambits earlier than the story allows.
Modding info Replaces scripts in rbn_a12. The specific change is to the code block in talk_step01 which displays a closed message when the scenario flag has not reached the fete. Feel free to use this in other mods. switch (local_var_11) { case 0: setkubifuristatus(0); // if (シナリオフラグ < 240) // { // setkutipakustatus(1); // setunazukistatus(1); // amese(0, 0x1000000); // messync(0, 1); // setkutipakustatus(0); // setunazukistatus(0); // break; // }