🍀
The Insurgent's Toolkit
  • Home
  • Getting Started
    • Setup
    • Important Notes
    • Resources
  • Features
    • General
    • Party Member Editor
    • Party Editor
    • Inventory Editor
    • Free Teleport
    • Summon Chocobo
    • Open Shop
    • Open Save/Load Menu
    • Complete Bestiary
    • Custom Foe Respawn
    • Banish Nearby Foes
    • Custom Battle Menu Action
    • Battle Character Editor
    • Save Game Editor
    • Battlepack Editor
      • 0 : Weapon Stances
      • 3 : MP Regeneration
      • 5 : Equipment Categories
      • 6 : Chain Levels
      • 7 : Gambits
      • 8 : Default Party Member Gambits
      • 9 : Party Member Level Growth
      • 10 : Action Groups
      • 11 : Magick Categories
      • 12 : License Nodes
      • 13 : Equipment & Attributes
      • 14 : Actions
      • 15 : Status Effects
      • 16 : Party Members
      • 17 : Battle Menu Categories
      • 18 : Items
      • 26 : Mist
      • 27 : Battle Menu Restrictions
      • 28 : Prices
      • 29 : Magicks
      • 30 : Technicks
      • 31 : Concurrences
      • 32 : Loot
      • 33 : Maps
      • 34 : Teleport Locations
      • 35 : Key Items
      • 37 : Packages
      • 38 : Rewards
      • 39 : Shops
      • 41 : Elements
      • 42 : Initial Inventory
      • 57 : Bazaar Goods
      • 58 : Augments
      • 59/60 : Story Point Additions
      • 68 : Location Movement Behaviour?
      • 69 : Movies
    • ARD Editor
      • 1 : Models
      • 2 : Classes
      • 3 : AI Scripts
      • 4 : Units
      • 7/8 : Default/Additive Stats
      • 9 : Special Action Animations
    • EBP Editor
      • 0 : Script Source Data
      • 4 : Navigation Icons
      • 12 : NPC Models
      • 16 : Foe Spawn Positions
    • MRP Editor
    • Multipalette Texture Editor
    • License Node Icons Editor
    • Clan Primer Handbooks Editor
    • Party Member Menu Editor
    • VM Call Target Pointers
    • Post Processing Settings
    • Debug Settings
    • UI Settings
    • Mouse Info
  • Changelogs
    • Version 1.9.0
    • Version 1.8.0
    • Version 1.7.0
    • Version 1.6.0
    • Version 1.5.0
    • Version 1.4.0
    • Version 1.3.0
    • Version 1.2.0
    • Version 1.1.0
    • Version 1.0.0
  • Known Issues
  • FAQ
Powered by GitBook
On this page
  1. Features
  2. Battlepack Editor

59/60 : Story Point Additions

Holds information about what additions are done when a specific story point is reached.

These sections are divided into basic and extended info. The basic info lists which party members, gil and inventory is added once a certain story point has been reached. The extended info then updates the stats, equipment, gambits, LP, Level etc. of the party members which have the same identifier (basic info link). To be specific, these sections are only used once a new game is started or if the VM function btlAtelSetNextSetSaveData(x) is called via an .ebp script. The parameter x in this case refers to an entry identifier of the basic info section.

There is also only one instance where this function is actually called in the vanilla game and that is when the Garamsythe Waterway is reached for the first time as part of the story. All other story points are unused and can therefore be changed without hindsight.

Examples

  • Include Vossler or any other guest at the start of a new game.

  • Automatically scale all party member to level 50 if a specific story point is reached.

  • and many more.

Previous58 : AugmentsNext68 : Location Movement Behaviour?

Last updated 3 years ago