mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-03 06:18:11 +00:00
feat: T5 weapon dumping & loading (#792)
* Update docs. * Add weapon constants. * Register asset dumper. * Add fields and strings for weapon parsing. * Add gdt and raw weapon loader. * Add weapon dumper. * Clang format. * Update T5 strings. * Fix forgotten rename. * Clang format. * fix: add missing t5 weapon fields * chore: properly sort,format and check size of t5 weapon enum strings * chore: remove unused functions * chore: add t5 weapon checks and defaults * format enum strings * chore: make FlameTable struct use pascal case name * feat: dump and load flametable * fix: make loaded weapons match vanilla data --------- Co-authored-by: njohnson <gitea.nicholasjohnson.info> Co-authored-by: Jan Laupetin <jan@laupetin.net>
This commit is contained in:
@@ -59,6 +59,6 @@ set condition sound never;
|
||||
// snd_alias_list_name
|
||||
set string snd_alias_list_name::soundName;
|
||||
|
||||
// flameTable
|
||||
use flameTable;
|
||||
// FlameTable
|
||||
use FlameTable;
|
||||
set string name;
|
||||
|
||||
@@ -162,8 +162,8 @@ reorder:
|
||||
killIcon
|
||||
indicatorIcon;
|
||||
|
||||
// flameTable
|
||||
use flameTable;
|
||||
// FlameTable
|
||||
use FlameTable;
|
||||
set string name;
|
||||
set string flameOffLoopSound;
|
||||
set string flameIgniteSound;
|
||||
|
||||
@@ -185,8 +185,8 @@ reorder:
|
||||
killIcon
|
||||
indicatorIcon;
|
||||
|
||||
// flameTable
|
||||
use flameTable;
|
||||
// FlameTable
|
||||
use FlameTable;
|
||||
set string name;
|
||||
set string flameOffLoopSound;
|
||||
set string flameIgniteSound;
|
||||
|
||||
Reference in New Issue
Block a user