Skip to content

BGforgeNet/fallout-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2537bc5 · Sep 30, 2024

History

42 Commits
Sep 30, 2024
Sep 30, 2024
Apr 10, 2024
Jan 25, 2023
Jan 25, 2023
Apr 3, 2024
Sep 30, 2024
Sep 30, 2024
Sep 30, 2024
Jan 25, 2023
Apr 1, 2024
Apr 2, 2024

Repository files navigation

Fallout tests

This action allows to search for inconsistencies in scripts.h, scripts.lst, *.ssl, *.msg files.

Usage

- name: Fallout tests
  uses: BGforgeNet/fallout-tests@main
  with:
    scripts_h: scripts_src/headers/scripts.h
    scripts_lst: data/scripts/scripts.lst
    scripts_dir: scripts_src
    dialog_dir: data/text/english/dialog
    worldmap_path: data/data/worldmap.txt
    worldmap_script_sets: 100,101  200,201,202

Inputs

name default description
scripts_h scripts_src/headers/scripts.h scripts.h path
scripts_lst data/scripts/scripts.lst scripts.lst path
scripts_dir scripts_src scripts directory
dialog_dir data/text/english/dialog text/english/dialog path
check_scripts true check scripts.h and scripts.lst
check_lvars true check LVARs vs scripts.lst
check_msgs true check @ msg references in scripts
worldmap_path false path to worldmap.txt
worldmap_script_sets false allowed script sets in an encounter

About

Sanity checks for Fallout 2 scripts and data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published