sdraw_mods_cvr/ml_pin
2025-07-27 22:30:33 +03:00
..
Properties Main menu mods' settings update delay 2025-05-24 16:29:01 +03:00
resources Notification delay 2024-07-06 13:26:00 +03:00
Main.cs Fix for latest nightly build (27.07.2025) 2025-07-27 22:30:33 +03:00
ml_pin.csproj Main menu mods' settings update delay 2025-05-24 16:29:01 +03:00
README.md Minor code improvements 2024-09-25 01:53:07 +03:00
ResourcesHandler.cs Clean up based on static analyzer suggestions 2024-10-07 12:08:35 +03:00
Settings.cs Fix for latest nightly build (27.07.2025) 2025-07-27 22:30:33 +03:00
SoundManager.cs Minor code improvements 2024-09-25 01:53:07 +03:00
Utils.cs Clean up based on static analyzer suggestions 2024-10-07 12:08:35 +03:00

Players Instance Notifier

This mod implements sound notifications for players joining and leaving.
This can be considered as attempt of JoinNotifier revival.

Installation

Usage

Available mod's settings in Settings - Audio - Players Instance Notifier:

  • Notify of: players notification filter type, available filters: None, Friends, All; All by default.
  • Mixed volume: volume of notifications; 100 by default.
    • Note: Respects game's interface volume setting and mixes with it accordingly.
  • Delay between notifications: prevents notification until previous one is finished; true by default.
  • Notify in public instances: notifies in Public instances; true by default.
  • Notify in friends instances: notifies in Friends of friends and Friends instances; true by default.
  • Notify in private instances: notifies in Everyone can invite and Owner must invite instances; true by default.
  • Always notify of friends: notifies friends join/leave no matter what; false by default.

Custom notification sounds

You can setup your own notification sounds.
Go to <game_folder>/UserData/PlayersInstanceNotifier and replace to your preferable sounds.

Available sounds for replacement:

  • player_join.wav
  • player_leave.wav
  • friend_join.wav
  • friend_leave.wav