Skip to content

The0Show/WillYouModYourSnail

Repository files navigation

Will You Snail Modding Community Logo

Will You Mod Your Snail

A Will You Snail mod manager for Windows.

GitHub package.json version Crowdin GitHub

Will You Mod Your Snail Update Server Status Will You Mod Your Snail Browse API Status

Important

Will You Mod Your Snail is not complete. There are parts of it that need to be finished, and to add on to that, the setup process is broken. But, it's general purpose of installing mods and starting the game is useable. If you truely want to run Will You Mod Your Snail right now, follow the instructions on compiling the app, and then follow the instructions on manually setting it up.

Features

Easily manage your mods for Will You Snail

W4g1DO44Xg

Control GMML settings with ease

6aFKc6l9hV

Building

git clone https://git.the0show.com/WillYouModYourSnail.git # clone the repo
cd WillYouModYourSnail # enter the project dir
git submodule update --init --recursive # clone submodules
npm i # install node deps
npm run # view all npm run commands

Manual Setup

If you really want to use it now, here's how to set it up.

First, and this is important, install GMML into your Will You Snail game directory! The setup process is completely broken, so it won't do it for you!

Click here for a link to the latest version. Just open the zip and copy it's contents into your Will You Snail game directory (where Will You Snail.exe is inside of).

Now, launch the application. You should see this: image

Unfortunately as previously stated, the setup process doesn't work. At all. So, we're going to have to go in manual mode.

Press Ctrl + Shift + I or F12 to open DevTools. Then, go to Application > Local Storage > file://. You should see this: image

As you can see, it's already filled out the default setting values for most of the config. All we need to do is specify the game directory.

Copy the path to your Will You Snail game directory (again, the one where Will You Snail.exe is inside of), and set it as the value of gameDir. It should look something like this: image

Now, we're all setup! The last thing we have to do is exit this screen. There's two ways to do it:

Restart the app (the "i'm too lazy to deal with the console today" method)

Press Ctrl + R. This will restart the app instantly.

Quick Tip

This is one of the many shortcuts I've added into the app. Here's the rest of them:

  • Ctrl + Shift + R | Reloads the current page. Useful for testing changes to the page or it's preload scripts.
  • F8 | Opens the issue reporter in your default browser.
  • Shift + F8 | Opens your file browser, and highlights the current log file.

If all goes well, you should be brought to the Mods page.

Switch to the page via console (the "i'm not lazy" method)

Switch to the Console tab in DevTools and run the following command:

window.location.href = "mods.html";

No matter which method you use, you can test your game directory by going to the settings page. If it's invalid, it'll probably crash since it can't read your color schemes.

If you have any questions, you can ask me on DMs, issues, or discussions. Have fun!