diff --git a/.gitignore b/.gitignore index 307e731e..f95f8719 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ bz2.wasm /src/public/data/* # !/public/LoginThread.js # !/public/worker.js +# !/public/bzip2.wasm +# !/public/rsmod-pathfinder.wasm diff --git a/README.md b/README.md index 653e0723..df430ab1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ A web worker server will start when loading world 999. This works as a no instal The following files are required from the server: 1. `npm run build`, then copy data directory from the server to `/src/public` in client -2. `npm run bundle`, this copies worker.js and LoginThread.js to `../Client2/public` +2. `npm run bundle`, this copies worker.js, LoginThread.js, and wasm dependencies to `../Client2/public` 3. Saves will load from `/public/data/players` and a save dialog will open on logout, but you should save them to `/src/public/data/players` instead. 4. Optional: To host on github see [.gitignore](.gitignore#L15). diff --git a/src/public/bzip2.wasm b/src/public/bzip2.wasm deleted file mode 100644 index e4b008d1..00000000 Binary files a/src/public/bzip2.wasm and /dev/null differ diff --git a/src/public/rsmod-pathfinder.wasm b/src/public/rsmod-pathfinder.wasm deleted file mode 100644 index 35878f33..00000000 Binary files a/src/public/rsmod-pathfinder.wasm and /dev/null differ