
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.Details
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