jerricha-and-friends / jerrichas

DB costume hacking app for ParagonChat
3 stars 1 forks source link

Jerricha's, a ParagonChat Database App v0.3.1

Jerricha's, a ParagonChat Database App, something to help us nerdy DB hackers automate our hacking.

Table of Contents

What does Jerricha's do?

Jerricha's is an shell app that simplifies and automates DB costume hacking.

Jerricha's imports costumesave files straight into your ParagonChat database, without you having to manually query and figure out which fields go where.

I also wrote a complete newbie and idiot-proof guide to DB hacking with Jerrichas: The Ultimate Guide "DBing your Costume" Using Jerrichas

How does it work?

Jerrichas batch converts those costumesave files into a long SQL query (the langauge ParagonChat database uses), and executes it on the ParagonChat database. This assumes that you've already completely designed your costume in Icon.exe, and have /costumesave'd it.

Jerrichas works both at the batch level (replace an entire costume), or at the part level (replace just one part of that costume).

I'm a total newbie to DBing and I have no idea what you just said. Can you just take me to the thing?

YES, just read this: The Ultimate Guide "DBing your Costume" Using Jerrichas

How do I run Jerrichas?

From .exe

  1. Download Jerrichas.exe
  2. Double click on Jerrichas.exe, follow the instructions =)
  3. If you're still unsure, read The Ultimate Guide "DBing your Costume" Using Jerrichas

From Source (Advanced)

  1. Install Python 3
  2. Install git
  3. Clone the repo
    git clone https://github.com/Jerricha/jerrichas
  4. (Optional) Install virtualenvwrapper, a create virtualenvironment
    cd jerrichas
    pip install virtualenvwrapper-win
    mkvirtualenv jerrichas
    setprojectdir .
    workon jerrichas
  5. Run Jerrichas at the commandline with python Jerrichas.py
  6. Follow the on-screen instructions

New Features as of v.0.3.1

Bug Fixes

Body Scales & Gender

API

New Features as of v.0.2.0

Config file

Cherry-Pick mode

  1. Curate your costumefile to include only the parts you want. For example, in trenchcoat_cherrypicked, this will give you just Mother Mayhem's trenchcoat.
  2. Select Cherry-Pick mode from the menu =)
    • Seriously, don't select Batch with a cherrypicked file, or you will seriously screw up your costume.

I'm a poweruser/hacker/programmer/techie, and I can roll my own SQL. Why do I need Jerrichas?

You absolutely can do this manually, as the community has been so far. However, in addition speeding-up and simplifying DB hacking, Jerrichas will feature full API support to the ParagonChat database, so you could build your app / l33t h4x ontop of Jerrichas.

Things Jerrichas currently does not do, but will in the future:

Upcoming features