Razor77

Inventory Sounds

6 posts in this topic

Hi,

I am trying to make it that a sound plays when an item is picked up or dropped from inventory.  I have managed to use the "ExileClient_object_player_event_onTake.sqf" to get it to work when picking an item up but I dont know which file to use for when dropping an item from your inventory. 

Any help would be appreciated. 

Thanks 

Share this post


Link to post
Share on other sites
On 12/15/2018 at 12:45 PM, Razor77 said:

Hi,

I am trying to make it that a sound plays when an item is picked up or dropped from inventory.  I have managed to use the "ExileClient_object_player_event_onTake.sqf" to get it to work when picking an item up but I dont know which file to use for when dropping an item from your inventory. 

Any help would be appreciated. 

Thanks 

ExileClient_object_player_event_onPut.sqf.

  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

Exile client files I overwrite are:

Bag open sound - ExileClient_object_player_event_onInventoryOpened.sqf 
Bag closes sound - ExileClient_object_player_event_onInventoryClosed.sqf 
Pickup sound (the one when the hand icon appears) - ExileClient_object_player_event_onTake.sqf
Drop item - ExileClient_object_player_event_onPut.sqf
 

Edited by Chernaruski
  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.