Skip to content

API Hero list_developments

SolWayward edited this page Mar 4, 2026 · 1 revision

gm.hero.list_developments

Endpoint: gm.hero.list_developments

Syntax

gm.hero.list_developments

Parameters

This command takes no parameters.

Description

Lists all saved development files in the BLGM developments directory. Development files are JSON files created by gm.hero.save_development and can be loaded onto any hero using gm.hero.load_development.

Development files capture a hero's full skill progression state including skills, attributes, perks, focus points, XP, and level. Use this command to see which development presets are available before loading them onto a hero.

Examples

List All Development Files

gm.hero.list_developments

Output (files found):

Saved Development Files:
  Found 3 file(s):

  1. derthert_build.json
  2. king_build.json
  3. warrior_build.json

Output (no files):

Saved Development Files:
  (No saved development files found)
  Directory: C:\...\BLGM\Developments\

Usage Tips

Workflow - Save then List:

# Save a hero's development first
gm.hero.save_development derthert derthert_build

# Verify it was saved
gm.hero.list_developments

# Load it onto another hero
gm.hero.load_development 'Ira of the Aserai' derthert_build

File Location: Development files are stored in the BLGM data directory under a Developments subfolder. The exact path is shown when no files are found.

Related Commands

Notes

No Arguments Required: This command requires no arguments and displays the directory listing immediately.

File Format: Saved development files use the .json extension and store skills, attributes, perks, focus points, XP, and level data.

Campaign Required: A campaign must be active before this command can be used.

Last Updated: 3/3/2026

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally