https://github.com/dusrdev/greenhell-disablewarnings
https://github.com/dusrdev/greenhell-disablewarnings
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dusrdev/greenhell-disablewarnings
- Owner: dusrdev
- Created: 2023-09-09T13:33:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T13:43:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T20:40:08.475Z (over 1 year ago)
- Language: C#
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DisableWarnings
One of the biggest performance issues of Green Hell is caused by excessive logging of warnings that create massive amounts of IO operations which are very costly on hardware resources.
This can be especially noticeable in Spirits of Amazonia, in which the game constantly tries to load and play non-existent or bugged audio files, that produce warnings and in turn cause terrible frame rate drops that make the game virtually unplayable.
This mod hooks into the game and intercepts all logging requests and cancels that ones that are warnings, essentially not allowing the game to request IO operations for them. It thus massively reduces the amount of IO operations and the performance cost associated with them.