Giter Club home page Giter Club logo

aowpackageextractor's Introduction

AOW Package Extractor

Age of wushu package file extract and repack

Usage: Extractor.exe [options]
Options:
	-i,-input:          input path to .package file to export or .lys file to repack.
			    use " (double quote) before and end of path if path contains space.
	-o,-output:         output directory to export package file.
	-c,-codepage:       codepage for filenames. default codepage: windows-1254
	-cl,-codepagelist:  prints codepage list supported by your system
	-s,-search:         searchs in file name and shows/extracts files which matched.
			    this, can be used multiple times
	-r,-regex:          searchs in file name with regular expression patterns and shows/extracts
			    files which matched. this, can be used multiple times
	-v,-version:        this program's version
	-h,-help:           shows this help message.

Parameters

  • -i, -input: File full path to extract or repack. Supported extensions are .package, .patch and .lys for this program's repack extension. For valid path you should use " (double quotes) at beginning and at the and of path to avoid of reading wrong path. if path contains spaces you MUST to use "(double quotes).

  • -o, -output: Directory path for the extraction of files without filename just directory path. Valid path rules are as same as -i, -input for this.

  • -c, -codepage: Determine a correct codepage for filenames. When you have Chinese characters inside the package, you should use a codepage that also supports Chinese characters. otherwise file names will be corrupted after extraction and you will have problem with repack them. Default value is "windows-1254" (Turkish) codepage for this parameter, it supports a lot of character sets.

  • -cl, -codepagelist: Prints the list of codepages which your system are supported and you can use them.

  • -s, -search: Searchs the word in the file name. You can use that multiple times. Example: (-s word1 -s word2 -s "word 3").

  • -r, -regex: Searchs the word in the file name by using regular expression with joker characters. You can use that multiple times. Example: (-r word1 -r word2 -r "word 3"). More info about using regular expression patterns, please follow that link. https://en.wikipedia.org/wiki/Regular_expression

  • -v, -version: This program's current build version. You can check that and you can compare if there is new updates.

  • -h, -help: Prints short version of this.

Usage hints

  1. You can use -i parameter to just print list of files in package. If no -o, -output parameter entered, it will just print files and will not extract them. But it is not same when repacking. repacking doesn't use -o parameter.

  2. When printing or extracting files, it will be formatted output with pattern in order "filename(tab)offset(tab)filesize(tab)packedsize". They are seperated by Tab

    • filename: relative path to file
    • offset: start offset of packed file in the package (informational)
    • filesize: File size after extract
    • packedsize: reduced size in package file

Example usage

Open command prompt (cmd), if requires, run it as Administrator. Make sure cmd path is matches with Extractor.exe's directory

Extractor -i "D:\Age of wushu\res\text.package" -o "D:\Extracts\"

aowpackageextractor's People

Contributors

ramazanaktolu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.