Skip to content

DuelitDev/ModsPlease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mods, Please

Tool for encrypt/decrypt Papers, Please game assets.

Milestones

issues O/X
modding streaming assets O
modding unity asset file O*
analyze Art.dat X

* Use UABE

How to use

For v1.4.x

Work in progress.

For v1.2.76

# # NOTE:
# Data must be a MULTIPLE OF 8 BYTES.
# Otherwise the packer will generate invalid game data.
#
# # examples
# python packer.py [mode] [input] [output]
#
# # modes
# decrypt: `-d`
# encrypt: `-e`

# # decrypt
python packer.py -d ./Art.dat ./output # <-- Folder where extracted game data is saved.
#                   ^^^^^^^^^~~ Extracts game data from this file.

# # encrypt
python packer.py -e ./output ./Art.dat # <-- The path where game data is created.
#                   ^^^^^^^^~~ Creates game data with the assets in this folder.

About

En/Decrypt tool for Papers, Please

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages