diff options
| author | bluebear94 <[email protected]> | 2016-07-24 04:25:11 -0400 |
|---|---|---|
| committer | bluebear94 <[email protected]> | 2016-07-24 04:25:11 -0400 |
| commit | 60fe310a4d46b61e8348f92d96d50b35451c4c9b (patch) | |
| tree | 9326f7d49f2a3528f3ab0abce1e18db2d387b9fb /into.sh | |
| parent | Translate more spells (diff) | |
| download | jw101-60fe310a4d46b61e8348f92d96d50b35451c4c9b.tar.xz jw101-60fe310a4d46b61e8348f92d96d50b35451c4c9b.zip | |
More zones, fishing text, and support for changing GUI stuff
Diffstat (limited to 'into.sh')
| -rwxr-xr-x | into.sh | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +#/bin/bash + +# This script assumes that you're using Cygwin with +# Wizard101 installed into the default directory. +# If otherwise, change the variable assignment below: + +W101_GD_DIR="/cygdrive/c/ProgramData/KingsIsle Entertainment/Wizard101/Data/GameData" + +# Directory of repacker: +# (this will probably be different for you) + +REPACKER_DIR=../.. + +python3 "$REPACKER_DIR/repack.py" proot "$W101_GD_DIR/Root.wad" blacklist.txt -v True +python3 "$REPACKER_DIR/repack.py" pswdata "$W101_GD_DIR/_Shared-WorldData.wad" blacklist.txt -v True |