Changes:
This releases introduces /pivot query
as a means to debug redirects while the game is running.
The feature is mainly intended for private server support and can be used in the following ways:
/pivot query all - creates `<Ashita>\logs\pivot-query.txt`
/pivot q a containing a list of all redirects
/pivot query PATH - prints the status of PATH to the chat log.
The output format is "PATH: overlay-name" for
active redirects or "PATH: no redirect, original file"
for files that are not modified by pivot.
- partial paths are accepted
- / and \ are accepted as path separators
- search is case-insensitive
pivot query PATH:
/pivot q ROM/0/4.DAT
> ROM/0/4.DAT: catseyexi
/pivot q ROM/135/22.DAT
> ROM/135/22.DAT: no redirect, original file
pivot-query.txt syntax:
#pivot-query; -- always the first line of each report
#overlay-list; -- marks the start of the overlay list, one overlay per line follows
catseyexi
XiView
#redirects; -- marks the start of the redirect list
ROM\119\57.DAT;XiView -- redirect entry consisting of `<name>;<overlay>` pairs
ROM\165\70.DAT;catseyexi