You are viewing a potentially older version of this package. View all versions.
jaaj-DarkSoulsSnail-1.0.5 icon

DarkSoulsSnail

Adds Dark Souls boss music as a song that plays for the snail. Can configure to only play when looking at the snail and/or when snail can see you.

By jaaj
Date uploaded 3 months ago
Version 1.0.5
Download link jaaj-DarkSoulsSnail-1.0.5.zip
Downloads 38063
Dependency string jaaj-DarkSoulsSnail-1.0.5

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
no00ob-LCSoundTool-1.5.1 icon
no00ob-LCSoundTool

Let's you easily load audio files, replace in game audio, send audio over the network and log any audio playback into console.

Preferred version: 1.5.1
AmesBoys-ImmortalSnail-0.6.0 icon
AmesBoys-ImmortalSnail

Adds the legendary Immortal Snail as an enemy.

Preferred version: 0.6.0

README

Play dark souls boss music when looking at the snail

Add Dark Souls' boss music to the ImmortalSnail when the snail can see you and/or when you can see the snail (configurable).

Config options

  • AudioFilePath : Lets you set a file path to the audio file you want to play (default=bossMusic.wav). A relative path can be set here to go a few folders back.
  • PlayWhenSnailSeeTargetedPlayer : Play the audio file when the snail can see the player (default=false). Can be combined with PlayWhenLookingAtSnail.
  • PlayWhenLookingAtSnail : Play the audio file when player can see the snail (default=true).
  • Distance : Play the music only when the player is looking at a certain distance of the snail (also used for snail seeing the player). (default=20)
  • PauseWhenNotLooking : Whether to pause the music when not looking at the snail or snail is not looking at player, or stop it and start it over again when looking again. true = Pause, false = Stop. (default=true)
  • MusicVolume : Configure the volume of the music (value must be between 0 and 1). (default=1)

Credits

This mod is a fork of SoThisIsImmortalSnail from : https://thunderstore.io/c/lethal-company/p/Snowlance/.

I added Dark Souls' boss music and an option to set a custom file path for the audio file and an option to play when the snail can see you.

CHANGELOG

1.0.5 Only play when snail see you

  • Added a config option to play when the snail can see you instead of when the player see the snail
  • Changed the default looking distance to 20 (this also apply with the snail see you option)

1.0.4 Fixed a bug with relative path

1.0.3 Modified base code

  • Modified base code to add a way to set a relative path from the plugin folder to the sound file