You are viewing a potentially older version of this package. View all versions.
keklick1337-RemoveCampfireRestriction-0.0.2 icon

RemoveCampfireRestriction

Removes campfire waiting restriction. Players can light campfires without waiting for others to be in range. Perfect for races & solo play. Still shows teammate locations & distances.

Date uploaded a year ago
Version 0.0.2
Download link keklick1337-RemoveCampfireRestriction-0.0.2.zip
Downloads 11504
Dependency string keklick1337-RemoveCampfireRestriction-0.0.2

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

Remove Campfire Restriction

A PEAK mod that removes the restriction forcing players to wait for teammates to be in range before lighting campfires.

What it does

  • Removes waiting restriction: Light campfires instantly without waiting for other players
  • Keeps teammate info: Still displays teammate locations and distances
  • Perfect for races: No more waiting at checkpoints during mountain races
  • Solo-friendly: Play at your own pace without teammate restrictions

Why use this mod?

The default campfire mechanic requires all players to be within 15 meters before lighting. This creates frustrating delays during:

  • Racing with friends on daily mountains
  • Solo exploration when teammates are far away
  • Speed runs where waiting breaks momentum
  • Checkpoint-based challenges

Features

✅ Instant campfire lighting
✅ Teammate distance display preserved
✅ No fog removal restrictions
✅ Compatible with other mods
✅ Lightweight and reliable

Installation

  1. Install BepInEx
  2. Download this mod from Thunderstore
  3. Extract to your PEAK folder
  4. Launch the game

Compatibility

  • PEAK version: Latest
  • BepInEx version: 5.4.2403+
  • Other mods: Compatible with most mods including Scoutmaster disablers

Technical Details

This mod uses Harmony to patch the Campfire.EveryoneInRange() method, making it always return true while preserving the teammate information display functionality.

Support

If you encounter issues or have suggestions, please report them on the mod page.


Note: This mod only affects campfire lighting restrictions. Scoutmaster restrictions require a separate mod.

CHANGELOG

Changelog

All notable changes to Remove Campfire Restriction will be documented in this file.

[0.0.2] - 2025-07-07

Fixed

  • Fixed campfire not actually lighting when interacted with
  • Added proper RPC call to synchronize campfire lighting across all players
  • Improved cooking functionality to work correctly with the mod
  • Added better error handling and logging

Changed

  • Simplified achievement tracking to avoid compatibility issues
  • Enhanced RPC handling for multiplayer synchronization
  • Updated Photon.Pun integration for better network reliability

Technical

  • Added PhotonView RPC calls for proper multiplayer functionality
  • Improved exception handling in all patches
  • Better integration with game's cooking system

[0.0.1] - 2025-07-07

Added

  • Initial release
  • Removed campfire waiting restriction that required all players to be within 15 meters
  • Preserved teammate location and distance display functionality
  • Instant campfire lighting capability
  • Harmony patch for Campfire.EveryoneInRange() method

Features

  • Players can now light campfires without waiting for teammates
  • Perfect for racing scenarios and solo play
  • Maintains all original UI elements showing teammate positions
  • Lightweight implementation with minimal performance impact
  • Compatible with existing PEAK mod ecosystem

Technical

  • Built with BepInEx 5.4.2403
  • Uses Harmony for method patching
  • Clean, maintainable codebase