This mod can be downloaded from its Steam Workshop page. The only dependency you need to download is CCSE, which is also downloaded from the Steam Workshop.
The Zod schema validation library is included in this mod (see lib/zod.umd.js).
It's used to validate all incoming and outgoing WebSocket messages to ensure errors are detected as early as possible.
- Subscribe to CCSE and Neuro-sama API Integration on the Steam Workshop.
- Launch Cookie Clicker and open the options menu.
- Scroll down to the "Mods" section and click "Manage Mods". You should see "CCSE" and "Neuro-sama API Integration".
- Enable both of the mods. Move "CCSE" above "Neuro-sama API Integration".
- Click "Restart with new changes". You should now see version numbers for both mods in the lower left corner of the screen.
If you want to avoid using the Steam Workshop, you can install this mod manually. This has the advantage of avoiding automatic updates, which can be malicious.
- Download the contents of this repository. If you downloaded a zip file, extract it to a folder. The entire folder will be loaded as a mod.
- Open the directory where Cookie Clicker is installed. The folder path should end with something like
steamapps/common/Cookie Clicker. - Open
resources>app>mods>local. The folder path should end with something likesteamapps/common/Cookie Clicker/resource/app/mods/local. - Move the folder you downloaded from this repository into this folder. To make sure you've done it correctly, open the folder. You should see an
info.txtfile. - Follow the same process for CCSE, which can be downloaded here.
- Launch Cookie Clicker and open the options menu.
- Scroll down to the "Mods" section and click "Manage Mods". You should see "CCSE" and "Neuro-sama API Integration". If you don't see them, click "Open /mods folder" and try to figure out where the mods went.
- Enable both of the mods. Move "CCSE" above "Neuro-sama API Integration".
- Click "Restart with new changes". You should now see version numbers for both mods in the lower left corner of the screen.
An alternative way to install the mods locally is to install them from the Steam Workshop, then drag them from the /mods/workshop directory to the /mods/local directory, then unsubscribe from them on the Steam Workshop.
The address of the Neuro API to connect to can be configured in the in-game options menu.
Simply replace ws://localhost:8000 with the appropriate address.
The text box sometimes loses focus while you're typing, so you might need to click on it again.
This is really only fixable by creating a new options menu and I just can't be bothered.
Once you're entered the address you want, click the button labeled "Reload the Game".