overtools / OWLib

Toolchain that lets you interact with the Overwatch files and extract models and stuff.
MIT License
363 stars 42 forks source link

UX improvements #130

Closed prophetl33t closed 3 years ago

prophetl33t commented 3 years ago

Tool name/args spell check (for example if user enters extract-npc (s missing), datatool suggests corrected variant if available). Add ToolAtribute HideFromHelp which hides tool from help list (mostly used for debug tools). Merge DebugDumpSTU and ExtractDebugType into one tool and rename it to extract-stu-type. Remove DebugVoodoo, DumpFlags(was same as ListFlags) and RenderStateScript (superseeded by extract-stu-type) and move commented out tools to Unused folder. Some minor descriptions/names changes.