https://github.com/megapiggy/sbtt.camerashake
This mod adds some camera shakage to various parts of the game.
https://github.com/megapiggy/sbtt.camerashake
camera-shake outer-wilds
Last synced: 10 months ago
JSON representation
This mod adds some camera shakage to various parts of the game.
- Host: GitHub
- URL: https://github.com/megapiggy/sbtt.camerashake
- Owner: MegaPiggy
- License: mit
- Created: 2023-09-28T00:36:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T04:05:53.000Z (over 2 years ago)
- Last Synced: 2024-11-24T20:17:12.017Z (over 1 year ago)
- Topics: camera-shake, outer-wilds
- Language: C#
- Homepage: https://outerwildsmods.com/mods/camerashake/
- Size: 306 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Camera Shake
This mod adds some camera shakage to various parts of the game.

## Settings
Explosions - ship reactor, meteors/falling chunks, and a "bigger explosion."
Environment - sand funnel, island fling, "large ship" events, and fishies.
Ship - Hearthian and Nomai ship shakes.
Player - general player shakes.
Scout - shake from firing scout.
Jetpack Boost - off by default, as is too much shaking and makes other shakes not stand out. But you can turn it up if you want to vomit.
## For Other Modders
To add camera shakes to your own mod, copy the [ICameraShaker](https://github.com/MegaPiggy/SBtT.CameraShake/tree/main/CameraShake) script to your mod project.
It contains functions for different types of shakes, and properties to access the values for the settings above.
## Credits
- MegaPiggy - current programmer
- [Streetlights Behind the Trees](https://www.youtube.com/@Sapphire12367) - programmer until v1.0.1
- [gasgiant/Jump Trajectory](https://github.com/gasgiant/Camera-Shake) - the actual Camera Shaker code (modified for the mod)