Renamed to udk-manip.
This commit is contained in:
parent
5c455e9a45
commit
91b043929c
16
README.md
16
README.md
@ -1,6 +1,6 @@
|
||||
# udk-config-extractor
|
||||
# udk-manip
|
||||
|
||||
A command-line tool for extracting and repacking UDK/UE3 coalesced config and localization files.
|
||||
A command-line tool for manipulating UDK/UE3 coalesced config and localization files.
|
||||
|
||||
Tested with Army of Two: The 40th Day (Xbox 360).
|
||||
|
||||
@ -27,11 +27,11 @@ Tested with Army of Two: The 40th Day (Xbox 360).
|
||||
## Usage
|
||||
|
||||
```
|
||||
udk-config-extractor list <file> - List archive contents
|
||||
udk-config-extractor unpack <file> [output_dir] - Extract all files
|
||||
udk-config-extractor pack <input_dir> <output_file> - Create coalesced file
|
||||
udk-config-extractor info <file> - Show archive info
|
||||
udk-config-extractor extract <file> <index> [output] - Extract single file
|
||||
udk-manip list <file> - List archive contents
|
||||
udk-manip unpack <file> [output_dir] - Extract all files
|
||||
udk-manip pack <input_dir> <output_file> - Create coalesced file
|
||||
udk-manip info <file> - Show archive info
|
||||
udk-manip extract <file> <index> [output] - Extract single file
|
||||
```
|
||||
|
||||
### Drag & Drop
|
||||
@ -46,7 +46,7 @@ udk-config-extractor extract <file> <index> [output] - Extract single file
|
||||
Requires Qt 6 and a C++17 compiler.
|
||||
|
||||
```bash
|
||||
qmake udk-config-extractor.pro
|
||||
qmake udk-manip.pro
|
||||
make
|
||||
```
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ TEMPLATE = app
|
||||
CONFIG += console c++17
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TARGET = udk-config-extractor
|
||||
TARGET = udk-manip
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
Loading…
x
Reference in New Issue
Block a user