https://github.com/jakzo/unitytas
https://github.com/jakzo/unitytas
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakzo/unitytas
- Owner: jakzo
- Created: 2023-01-16T11:19:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T08:29:14.000Z (about 2 years ago)
- Last Synced: 2025-01-13T20:14:33.384Z (5 months ago)
- Language: C#
- Size: 818 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Work in progress!** Not really useful yet.
## Installation
- Make sure [Melon Loader](https://melonwiki.xyz/#/?id=what-is-melonloader) is installed in Ultrakill
- Clone this repository
- Follow instructions in the _Build_ section
- Copy `bin/Debug/UltrakillTas.dll` into `ULTRAKILL/Mods/UltrakillTas.dll`
- You can usually find your `ULTRAKILL` directory at `C:/Program Files (x86)/Steam/steamapps/common/ULTRAKILL`## Usage
- Press `P` to pause/unpause the game
## Build
- Make sure a C# compiler is installed
- \[optional] Create `GamePath.txt` in this repository's root which contains a path to the game directory where MelonLoader is installed (so that `.dll` references are resolved)
- This is not required if the game is in the default location: `C:/Program Files (x86)/Steam/steamapps/common/ULTRAKILL`
- Build by running `msbuild`