Woona-BrackenRandomizer icon

BrackenRandomizer

adds 6 Brackens which be randomly chosen each time a Bracken would spawn. Syncs variations between players if Host has mod & allows for Customized Variations. (A bit of a shitpost mod)

By Woona
Last updated 2 weeks ago
Total downloads 121632
Total rating 4 
Categories Mods Audio BepInEx Client-side Monsters Asset Replacements
Dependency string Woona-BrackenRandomizer-2.0.0
Dependants 189 other packages depend on this package

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
xilophor-LethalNetworkAPI-2.1.7 icon
xilophor-LethalNetworkAPI

A library/API to allow developers to easily add networking to their mods.

Preferred version: 2.1.7

README

BrackenRandomizer

  • 6 Brackens added, listed below under Variations
  • Each bracken has varying chances to spawn
  • Variations are synced between players (if host has BrackenRandomizer installed)

Based off bizzlemip's Goku Bracken mod

Base Variations

  • Default Bracken (25% chance of spawning)
  • Josh Hutcherson (20% chance of spawning)
  • Deku (20% chance of spawning)
  • Goku (10% chance of spawning)
  • Monday left me broken (10% chance of spawning)
  • Bad to the Bone (10% chance of spawning)
  • Metal Pipe (5% chance of spawning)

These are all the default values & can be changed in the Configs

Custom Variations

This is disabled by default and is enabled from the 'customVariationsfromLocalFiles' config.

Files must be placed in 'Bepinex/plugins/Woona-BrackenRandomizer/CustomVariantsFolder'

  • Support for 6 different Variations are in place

  • Textures & Audio can be changed

  • Supported Audiotypes - .MP3, .WAV, .OGG

  • Supported Image formats - .png & .jpg

Custom Variations Format

  • Audio File Names

    Needs to be placed in 'Variant#/Audio' folder

    • crackNeckAudio

    Replaces audio for Bracken Neck Crack

    • creatureAngerVoice

    Replaces audio for when the Bracken is angered

    • spotted

    Replaces audio for when the Bracken is spotted while hunting/stalking

    • dieSFX

    Replaces death SFX

  • Image Name

    Needs to be placed in 'Variant#' folder

    • BrackenImage

v2.0.0

Additions

  • Added support for Custom Variations loaded from local files
    • When booting up with Custom Variants enabled for the first time, a folder will be created in the plugins folder called BrackenRandomizerFolder.
    • both Audio & Textures can be altered
    • Supported Audiotypes - .MP3, .WAV, .OGG
    • Supported Image formats - .png & .jpg
  • Added networking support so everybody can see the same Variation
    • Host has to have BrackenRandomizer for this to work
    • Clients will need BrackenRandomizer to see variations, but it is not required to play with host.
    • Custom Variations are tied to their number; if you want everybody to see the same thing make sure you all have the same files.
  • Added configs for the following:
    • Custom Variations individual rarities & toggles
    • Variation Sync between players (doNetworking)

Changes

  • Vast majority of the code has been rewritten
  • Valid Config Values will be posted in logs whenever the mod is started up
  • 'spotted' audio added to Deku, Bad to the Bone & Monday Variations
  • Added Dependency to LethalNetworkAPI

Fixes

  • Fixed a lag spike that would occur when a Bracken spawned due to how rolls were previously handled.

v1.2.2

Changes

  • Code Changes with Brackens Variations

Fixes

  • fixed 'shouldBadToTheBone?' typo in configs

v1.2.1

Additions

  • Added Config Support, allows for the following

    • Variation Rarity changes
    • enable & disable Variations individually
  • Added Default Bracken as a Variation that can spawn (25% Spawnrate Default)

Changes

  • Changed Spawnrate of some Variations
    • Josh Hutcherson Variation to 20% spawn chance, down from 25%
    • Deku Variation to 15% spawn chance, down from 25%
    • Goku Variation to 15% spawn chance, down from 20%
    • Monday left me Broken Variation to 10% spawn chance, down from 15%

These can all be changed in the Configs

Fixes

  • Fixed Pipe Variation not spawning properly

v1.2.0

Additions

  • Added Metal Pipe variation (5% chance of spawning)

    • Adjusted spawn rates to compensate for new addition
  • Added new sound effects to Deku & Bad to the Bone Variants

    • Specifically when being spotted while hunting

Other Variants may also be given sound effects for being spotted while hunting

Changes

  • Lowered spawn rates of Goku to compensate for new addition
    • 20% down from 25%

v1.1.0

  • Removed Dependency on LC_API
  • Fixed Monday variation not showing properly