Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitaldot/utmc
A chunk-based mining sandbox within Undertale
https://github.com/orbitaldot/utmc
undertale undertale-mod
Last synced: about 2 months ago
JSON representation
A chunk-based mining sandbox within Undertale
- Host: GitHub
- URL: https://github.com/orbitaldot/utmc
- Owner: orbitaldot
- Created: 2024-07-25T20:34:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:53:17.000Z (6 months ago)
- Last Synced: 2024-07-26T23:45:54.357Z (6 months ago)
- Topics: undertale, undertale-mod
- Language: Game Maker Language
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Undertale but it's a mining sandbox with chunk-based world generation???
> [!NOTE]
> The source files don't compile to anything, and code snippets modded into other UNDERTALE scripts & objects are missing too. They're only present to give an idea of how this was done.## Installation
You need to own a copy of UNDERTALE v1.08 for this.
Download "UTMC-v1.0.0.zip" from the latest release to follow the instructions.
1. Open DeltaPatcherLite.exe (included in the zip file)
2. For "Original File", pick the data.win file of your UNDERTALE installation (which, on Windows, should be in `C:\Program Files (x86)\Steam\steamapps\common\Undertale`).
3. For "XDelta patch", choose "UTMC.XDelta" from this download.
4. Click "Apply Patch" and let the patcher do its thing.> [!CAUTION]
> Backup your Undertale save files before running the game (look up other guides for this)
## Features
- Infinite (?) terrain with chunk saving/loading
- Breakable tiles
- Item amounts
- Dynamite
- Explosions
- Dynamite Explosions
- Minecarts and Rails
- A super cool-looking lava effect
- Sparkly crystalsThere is no goal/endgame.
## Known issues
- Minecarts & rails like to misbehave sometimes.
- The camera lags behind when the screen is shaking.
- While the mod allows you to start regular Undertale, the item amount system may render the game unplayable. I'm thinking of turning the item amount system into an own - stand-alone mod, compatible with the normal game.
- Existing minecarts aren't saved when the game closes.