ryuka_labs-No_Forest_Ambush icon

No Forest Ambush

Removes Forest Ambush events, including falling-tree triggers and enemies or scare elements tied to those events.

Last updated an hour ago
Total downloads 1
Total rating 0 
Categories Mods
Dependency string ryuka_labs-No_Forest_Ambush-1.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

No Forest Ambush

A BepInEx mod for SULFUR that removes Forest Ambush events.

This version removes the full Forest Ambush event, including the falling-tree trigger and any enemies or scare elements tied to that event.

What This Mod Does

This mod disables and removes Forest Ambush event objects such as:

Event_Forest_Ambush1
Event_Forest_Ambush2
Event_Forest_Ambush3

When those event objects are found, the mod disables and destroys the whole Forest Ambush event object.

This removes:

Falling-tree ambush triggers
Forest Ambush event visuals
Forest Ambush event audio
Forest Ambush event spawns
Ghost / scare elements tied to Forest Ambush events
Abomination instances tied to Forest Ambush events

Difference From the Lighter Version

There are two versions:

No Forest Falling Trees

The lighter version only removes the falling-tree visual and audio presentation.

It keeps the Forest Ambush trigger and spawn logic active.

Use that version if you want:

No sudden falling trees
Same encounter strength
Normal Forest Ambush logic preserved

No Forest Ambush

This version removes the whole Forest Ambush event.

Use this version if you want:

No falling-tree ambush
No enemies or scare elements from Forest Ambush events
A calmer Forest experience

What This Mod Does NOT Do

This mod does not globally remove every Abomination from the game.

It only removes Abomination instances that are part of removed Forest Ambush events.

Normal Abomination spawns outside those events may still appear.

This mod also does not globally remove every ghost scare event unless that scare event is part of a removed Forest Ambush event.

Why

Some Forest Ambush events can include sudden falling trees, ghost scare elements, and close-range enemy surprises.

This version is intended for players who want to remove the full Forest Ambush event rather than only hiding the falling-tree animation.

Installation

Thunderstore / r2modman

Install the mod through Thunderstore Mod Manager or r2modman.

Make sure the required BepInEx dependency is installed.

Manual Installation

  1. Install BepInEx for SULFUR.
  2. Start the game once so BepInEx creates its folders.
  3. Place the mod DLL into:
BepInEx/plugins/
  1. Start the game.

Configuration

After launching the game once with the mod installed, a config file will be generated.

Default config options:

[General]

LogActions = false

[Performance]

SceneSignatureCheckInterval = 1
CleanupBurstIterations = 24
CleanupBurstInterval = 0.2

LogActions

LogActions = false

Set this to true only when testing.

When enabled, the mod logs disabled Forest Ambush objects.

For normal gameplay, keep this set to false.

SceneSignatureCheckInterval

SceneSignatureCheckInterval = 1

How often the mod checks whether the loaded scene hierarchy changed.

This is a lightweight check.

CleanupBurstIterations

CleanupBurstIterations = 24

How many cleanup passes run after a scene hierarchy change.

CleanupBurstInterval

CleanupBurstInterval = 0.2

Delay between cleanup passes during a cleanup burst.

Compatibility

This mod should be compatible with most other mods.

It does not edit original game files.

It does not modify player stats, weapons, loot, normal enemy stats, or normal enemy AI.

However, it removes Forest Ambush event objects, so it may conflict with mods that specifically modify Forest Ambush events.

Known Notes

This mod targets Forest Ambush event object names.

If SULFUR updates the internal names or structure of Forest Ambush events, the mod may need to be updated.

Uninstallation

Remove the mod DLL from:

BepInEx/plugins/

Optionally remove the config file generated by BepInEx.

Changelog

1.2.0

  • Removes Forest Ambush event objects.
  • Removes falling-tree ambush triggers.
  • Removes enemies and scare elements tied to Forest Ambush events.
  • Keeps normal non-ambush enemy spawning untouched.