aboutsummaryrefslogtreecommitdiff
path: root/into.sh
diff options
context:
space:
mode:
authorbluebear94 <[email protected]>2016-07-24 04:25:11 -0400
committerbluebear94 <[email protected]>2016-07-24 04:25:11 -0400
commit60fe310a4d46b61e8348f92d96d50b35451c4c9b (patch)
tree9326f7d49f2a3528f3ab0abce1e18db2d387b9fb /into.sh
parentTranslate more spells (diff)
downloadjw101-60fe310a4d46b61e8348f92d96d50b35451c4c9b.tar.xz
jw101-60fe310a4d46b61e8348f92d96d50b35451c4c9b.zip
More zones, fishing text, and support for changing GUI stuff
Diffstat (limited to 'into.sh')
-rwxr-xr-xinto.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/into.sh b/into.sh
new file mode 100755
index 0000000..8bacf8a
--- /dev/null
+++ b/into.sh
@@ -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