sdraw_mods_cvr/ml_pin
2023-12-25 02:02:45 +03:00
..
Properties New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
resources New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
Main.cs Minor cleanup 2023-12-25 02:02:45 +03:00
ml_pin.csproj New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
README.md Update README.md 2023-12-24 13:16:51 +03:00
ResourcesHandler.cs New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
Settings.cs New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
SoundManager.cs New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +03:00
Utils.cs New mods: AvatarSyncedLook and PlayersInstanceNotifier 2023-12-24 11:53:57 +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.
  • 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 replaces your preferable sounds.
Available type of sounds:

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