Code Monkey home page Code Monkey logo

escapistscrypto's Introduction

escapistscrypto

a simple program allowing for encryption and decryption of files form "The Escapists"

Dependencies

Usage examples

Encrypt/decrypt

Files can be decrypted by running the program like shown below

$ escapistscrypto.py dec tiles_perks.gif
$ escapistscrypto.py dec tiles_perks.gif -o custom_name.gif
$ escapistscrypto.py dec tiles_perks.gif -n #use this to keep null bytes at the end of a decrypted file

Similarly, they can be encrypted

$ escapistscrypto.py enc tiles_perks.gif
$ escapistscrypto.py enc tiles_perks.gif -o custom_name.gif

Validate

In order to validate custom data/items/speech files, first lay the files out like this:

somedir
├─custom_files
│ ├─data_eng.dat
│ ├─items_eng.dat
│ └─speech_eng.dat
└─original_val.dat

You can include any combination of data/items/speech files from any languages supported by the game.

After that run the program like this

$ escapistscrypto.py val custom_files original_val.dat

A modified val.dat file will be created in the custom_files directory. This will make the game work properly with the modified files.

escapistscrypto's People

Contributors

prezmop avatar

Stargazers

 avatar

Watchers

 avatar

escapistscrypto's Issues

How to use?

This seems like a great tool but how do you use it. Can you write some documentation

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.