Skip to content

10se1ucgo/escapists-map-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

I made this while I was learning how to program, so this code is about 95% garbage. I would recommend staying away from it. I have a better version written in C# that I'll put up soon.

Escapists Map Tools

This is a tool I quickly whipped up for personal use that can

  • Enable editing of a map by decrypting it, setting Info.Custom to -1 and Info.Rdy to 0 and re-encrypting it with a given encryption key
  • Decrypt a map with a given encryption key
  • Encrypt a map with a given encryption key

The Escapists uses blowfish-compat as the encryption, and the default key is mothking.

Dependencies

  • PyCrypto
  • blowfish-compat.py Made by adamb70 (Rename it to blowfish_compat.py)
  • (OPTIONAL) argparse - Only if you would like to use commandline arguments.

About

"Decompile", Decrypt and Encrypt maps for The Escapists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages