Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weilbyte/letmecompress
War on the Sea mod for removing time compression limitations.
https://github.com/weilbyte/letmecompress
Last synced: 10 days ago
JSON representation
War on the Sea mod for removing time compression limitations.
- Host: GitHub
- URL: https://github.com/weilbyte/letmecompress
- Owner: Weilbyte
- License: mit
- Created: 2021-06-12T02:00:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T20:38:04.000Z (over 3 years ago)
- Last Synced: 2024-12-20T09:20:37.854Z (14 days ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LetMeCompress
By default the game lowers the time compression to 1x when in combat, this mod removes that so you can enjoy War on the Sea combat without having to wait 2 hours.### Installation
Install BepInEx by following this [guide](https://docs.bepinex.dev/master/articles/user_guide/installation/index.html), after the first run, download `LetMeCompress-0.1.0.zip` from the release page here and extract it to `War on the Sea\BepInEx\plugins\`. Now start the game and the time compression limitations should be gone!
Open an issue if there's an error.
### Development
Make sure you have Visual Studio/Rider configured with the .NET Framework workloads. This project uses .NET 3.5.
Read `src/lib/notice.txt` on where to get required libraries.#### Credits
[Wunderwaffle11](https://github.com/wunderwaffle11) for the idea and help tracking down air unit method.