Raft
0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

Tags for this mod

About this mod

Adds toggles to disable threatening behaviour of various creatures in the game, including birds dropping rocks and pufferfish exploding.

Permissions and credits
Changelogs
Donations
This is by request. By default it turns off most of the violence in the game - some enemies may slip through the cracks, let me know and I can try to patch them.

In total, here are the toggles:

## Prevent various animals from attacking players
# Setting type: Boolean
# Default value: true
AnimalsNeverAttackPlayer = true

## Prevent birds from dropping stones on players
# Setting type: Boolean
# Default value: true
BirdsNeverDropStones = true

## Prevent bears attacking players
# Setting type: Boolean
# Default value: true
BearNeverAttackPlayer = true

## Prevent boars attacking players
# Setting type: Boolean
# Default value: true
BoarNeverAttackPlayer = true

## Prevent pufferfish from exploding
# Setting type: Boolean
# Default value: true
PufferFishNeverExplode = true

## Prevent sharks biting players
# Setting type: Boolean
# Default value: true
SharkNeverBitePlayer = true

## Multiplier for delay between biting players
# Setting type: Single
# Default value: 1
SharkBitePlayerIntervalMult = 1

## Prevent sharks biting blocks
# Setting type: Boolean
# Default value: true
SharkNeverBiteBlocks = true

## Multiplier for delay between biting blocks
# Setting type: Single
# Default value: 1
SharkBiteBlockIntervalMult = 1



Setting any of the variables to false will set the behaviour back to vanilla.

The config file is created in BepInEx/config after running the game once with this mod installed. You'll have to run the game to the main menu, close the game, edit the config file, then run the game again.


Installing

This mod uses BepInEx to run, not Unity Mod Manager.

To install BepInEx for Raft, you can use this tool:

https://www.nexusmods.com/site/mods/287

To install this mod, place the dll file in the game's BepInEx/plugins folder after installing BepInEx.


Source code is at https://github.com/aedenthorn/RaftMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.