Jump to content
Korean Random

Fmod


Ekspoint

Recommended Posts

можно ли как то загружать свои fev и fsb аудио файлы из другой папки (не из audio)?

делал на примере из кода xvm но что то не работает звук хотя банку загружает

import FMOD
import SoundGroups
from gui.Scaleform.Battle import Battle

FMOD.loadEventProject('../mods/shared_resources/xvm/res/audio/xvm')
FMOD.loadSoundBankIntoMemoryFromPath('../mods/shared_resources/xvm/res/audio/xvm.fsb')

def New_showSixthSenseIndicator(self, isShow):
    Old_showSixthSenseIndicator(self, isShow)
    SoundGroups.g_instance.playSound2D('/xvm/xvm/sixthsense')


Old_showSixthSenseIndicator = Battle._showSixthSenseIndicator
Battle._showSixthSenseIndicator = New_showSixthSenseIndicator

Edited by Dark_Knight_MiX
Link to comment
Short link
Share on other sites

Толку уже от него? В 9.14 должны с 99% вероятностью выкатить WWISE.

на случай если его просто оставят и что бы можно было грузить звуки как раньше

Link to comment
Short link
Share on other sites

на случай если его просто оставят и что бы можно было грузить звуки как раньше

Нельзя загрузить звуки из стороннего каталога. А вот в WWISE можно будет.

Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...