
Snake Mod for TES3MP
https://github.com/Skooma-Breath/snake/tree/main
If you want to play snake in morrowind without running your own tes3mp server
you can join my public server Fetcher Simulator 2025 to compete for a slot on the leaderboard.
Description
This mod adds a custom location near Balmora, eastern guard tower that takes you to the snake room, allowing players to enjoy a classic snake experience together on TES3MP.
Installation
1. **Download** the mod files.
2. **Locate your TES3MP server folder** (usually found at `tes3mp/server/`).
3. **Copy the snake folder** into `tes3mp/server/scripts/custom/`.
4. **Edit** the `customscripts.lua` file located in `tes3mp/server/scripts/`.
5. **Add** the following line to the file:
require("custom.snake.main")
6. Save the changes to `customscripts.lua`.
Usage
in server/scripts/custom/snake/config.lua you can modify the travel speed of the snake in seconds
by modifying the value of updateInterval
in the server/data/custom directory:
On first launch the server will generate all the custom objects and create backups of cell files with custom placed objects.
the cells being: "-3, -2.json" and "Abandoned Skooma Distillery.json" (bacups are prefixed with snake_backup_)
snakeGameCellData.json is for keeping track of the game objects uniqueIndexes and a few other objects..
and snakeLeaderboard.json contains the top 25 scores (accessed from headless caius in the game room)