Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crimsonmods/crimsonfov
VRising Mod to Modify Camera FoV
https://github.com/crimsonmods/crimsonfov
Last synced: about 1 month ago
JSON representation
VRising Mod to Modify Camera FoV
- Host: GitHub
- URL: https://github.com/crimsonmods/crimsonfov
- Owner: CrimsonMods
- Created: 2024-05-29T17:03:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T17:46:38.000Z (8 months ago)
- Last Synced: 2024-07-13T18:28:42.925Z (6 months ago)
- Language: C#
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrimsonFOV
`Client side only` mod to change field of view since SLS removed the ability.## Installation
* Install [BepInEx](https://v-rising.thunderstore.io/package/BepInEx/BepInExPack_V_Rising/)
* Install [Bloodstone](https://github.com/decaprime/Bloodstone/releases/tag/v0.2.1)
* Extract _CrimsonFOV.dll_ into _(VRising client folder)/BepInEx/plugins_* Run once to generate config, then change to desired value
## Configurable Values
```ini
[CrimsonFOV Config File]## Enable or disable the mod
# Setting type: boolean
# Default value: true
EnableMod = true## The desired field of view
# Setting type: float
# Default value: 60
FieldOfView: 60
```
## SupportWant to support my V Rising Mod development?
Join [Vexor World]() where I create exclusive content mods
Donations Accepted with [Ko-Fi](https://ko-fi.com/skytech6)
Or buy/play my games!
[Train Your Minibot](https://store.steampowered.com/app/713740/Train_Your_Minibot/)
[Boring Movies](https://store.steampowered.com/app/1792500/Boring_Movies/)
### Credits
Ported [VRisingDropRateModifier](https://github.com/KinetsuDEV/VRisingDropRateModifier)