Collapse
No announcement yet.
Conversation Detail Module
Collapse
  • Filter
  • Time
  • Show
Clear All
new posts

  • EVA Audio Event

    #1
    Hello
    I Can't change Sound="Seva_Building"
    Code:
    <EvaEvent 
    	id = "BuildingConstructionStarted"
    	Priority ="=$EVA_GUI_PRIORITY"
    	CountAsJumpToLocation="false"
    	TimeBetweenEvents="=$EVA_GUI_TIME_BETWEEN_EVENTS"
    	ExpirationTime="=$EVA_GUI_EXPIRATION_TIME">
    	<SideSound Sound="Aeva_Building" Side="Allies"/>
    	<SideSound Sound="Seva_Building" Side="Soviet"/>
    	<SideSound Sound="Ieva_Building" Side="Japan"/>
      </EvaEvent>
    No effect deleting this code : )

    I Want add another .wav on id = "BuildingConstructionStarted"
    Last edited by UnwelcomRS; 09-12-2011, 09:20 PM.

  • #2
    Eva events are part of the global stream, so you need a mod builder able to make global data for your mod.

    Comment

    X