DragonFly On-Line Manual Pages
arxsavetool(1) DragonFly General Commands Manual arxsavetool(1)
NAME
arxsavetool - Inspect and modify Arx Libertatis save files
SYNOPSIS
arxsavetool <action> <savefile> [<options>...]
DESCRIPTION
arxsavetool is a tool to inspect and modify save files of the first-
person role-playing game Arx Libertatis. arxsavetool allows to extract
individual files from save file containers and re-pack them.
arxsavetool also allows listing the information contained in save files
and fixing some errors caused by broken versions of the game.
ACTIONS
extract
Extract all files in the save file container to the current
directory. This action takes no further options.
add Add additional files to a save file container. All additional
parameters after the save file container are interpreted as
files to add.
fix Fix errors in the save file caused by broken versions of Arx
Libertatis. You don't need this if you never ran development
versions of arx. This action takes no further options.
Requires data.pak, data2.pak and the graph directory to be in
the current directory.
view List information contained in the save file. Without any
additional arguments it just lists all level files contained.
You can specify an individual save file after the save file
container to display it's contents.
Requires loc.pak to be in the current directory.
SEE ALSO
arx(6), arxunpak(1)
BUGS
No known bugs.
1.1 2013-06-28 arxsavetool(1)