An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Camera Shake
This mod adds some camera shakage to various parts of the game.

![Camera Shake](https://raw.githubusercontent.com/MegaPiggy/SBtT.CameraShake/main/CameraShakeThumbnail.png)

## 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)