namralkeeg / AFKPexAnon

Application that anonymize's Bethesda's compiled Papyrus script files (.pex).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AFKPexAnon

Application that anonymize's Bethesda's compiled Papyrus script files (.pex).

Copyright (c) 2017 Larry Lopez

See LICENSE file for licensing information.

Dependencies

Commandline Options

Generic Options:
  -h [ --help ]                         Help Screen
  -c [ --config ] arg (=afkpexanon.cfg) Use configuration file.
  --version                             Show application version information.

Config Options:
  -s [ --source ] arg (=.)              Source Folder(s), defaults to current
                                        folder.
  -b [ --backup ]                       Enables the creation of backup Files.
  -m [ --mask ] arg (=*)                Character to mask computer and user
                                        name. Defaults to *
  -r [ --recursive ]                    Recursively process all subfolders.
  --verbose                             Enables verbose output mode.

About

Application that anonymize's Bethesda's compiled Papyrus script files (.pex).

License:MIT License


Languages

Language:C++ 95.4%Language:QMake 4.6%