Barotrauma
Pickup Notifier
1–10/14 bejegyzés mutatása
< 1  2 >
Frissítés: okt. 12. @ 10:53
jia által

- attempt to fix sometimes being notified of your loadout on round start
- adjust sound volumes and range again
- add support for sounds based on identifier and tags, not just impact sound tags
- add new sounds for syringes and glass or bottle-like items

Frissítés: okt. 12. @ 0:22
jia által

- fix sounds and notifications triggering in certain scenarios, e.g., for smgrounds when using an smg

Frissítés: okt. 9. @ 3:30
jia által

the "not quite 'push to production on friday' but close enough" update:

- mod is now fully client-side and is no longer needed on server
: pickup notifications now display in both single-player and multiplayer
- minor change to notification format (+- is now in front)
- modified range at which sounds can be heard
- modified when notification/sound will be displayed/played: now also triggers when your character picks up an item from the ground

- (wip) modding support: mod has been rewritten to allow other modders to add custom pickup sounds (if they want to). a sample commented Autorun file can be found as Lua/modding_example.lua. At the moment this is dependent on custom impactSoundTags, so you would also be required to have a custom <Sound/> file. Ideally, however, I would want to allow mods to use the vanilla sounds for impacts, and custom sounds for pickup, and not have to provide both custom impact and pickup sounds.

Frissítés: 2024. júl. 4. @ 12:55
jia által

- use impact_metal_light as a fallback for modded impactsoundtags. fixes "object reference not set..." console spam.

Frissítés: 2024. júl. 4. @ 12:26
jia által

Frissítés: 2024. júl. 4. @ 10:38
jia által

- actually fix text notifications not displaying (now they should *only* display when you give an item to or receive an item from someone else)
- fix picking up a metal crate displaying a notification that you picked up two (it should not send a notification at all)
- attempt to fix current items being displayed as picked up on every round start (fixed by delaying when the mod is allowed to start displaying notifications)

istfg if this mod breaks again

Frissítés: 2024. júl. 3. @ 23:50
jia által

- add more logging for invalid sound tag checking

Frissítés: 2024. júl. 3. @ 23:38
jia által

- fix text notifications not displaying
- remove "object reference not set to an instance of an object" console spam, and attempt to add logging to narrow down the cause

Frissítés: 2024. júl. 3. @ 3:06
jia által

- only items you give/receive will have a popup
- add sound cue when moving items between inventories

Frissítés: 2024. jún. 30. @ 14:36
jia által

- fix new console error spam because of typos lmao
- only make received item notifications play a sound