Barotrauma 潜渊症

Barotrauma 潜渊症

Pickup Notifier
正在显示第 1 - 10 项,共 12 项条目
< 1  2 >
更新于:10 月 9 日 上午 3:30
作者:jia

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

- 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

更新于:2024 年 7 月 4 日 下午 12:55
作者:jia

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

更新于:2024 年 7 月 4 日 下午 12:26
作者:jia

更新于:2024 年 7 月 4 日 上午 10:38
作者:jia

- 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

更新于:2024 年 7 月 3 日 下午 11:50
作者:jia

- add more logging for invalid sound tag checking

更新于:2024 年 7 月 3 日 下午 11:38
作者:jia

- 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

更新于:2024 年 7 月 3 日 上午 3:06
作者:jia

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

更新于:2024 年 6 月 30 日 下午 2:36
作者:jia

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

更新于:2024 年 6 月 30 日 上午 9:08
作者:jia

- change notification colours; make received item notification different from picked up item notification
- attempt to fix "attempt to index a nil value" potentially caused by assuming that the client is always controlling a character

更新于:2024 年 6 月 29 日 下午 10:23
作者:jia

- fix getting modded item names