コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持

Hey all, 

I was wondering if anyone has ever tried to launch a .bat script in the post generation steps, which displays on screen in a cmd window, rather than in the in-built 'Soundbank progress' window log.  

The pipeline I'm trying to achieve right now is; 

  1. Generate all soundbanks
  2. When finished, launch a .bat script which I've created.  Within that script I ask the user to input a choice from 1 - 5 based off specifics with our pipeline.  Depending on their choice, it then goes off and does a variety of commands all over the shop.  A few seconds later, a ton of automated commands are finished, and we're all good and happy.  
Unfortunately, when trying to run the .bat from the post-generation steps in Wwise, the soundbank generator just hangs at the global closing step where it loads the script as it's obviously waiting for a user selection to made. 
 
This wouldn't be an issue if I could actually see the cmd window somewhere, but it appears very much that Wwise keeps this hidden from the user.  Hence the inevitable hang.  
 
So, is there any way of actually launching the cmd window, separately from Wwise?
 
Arguably I can indeed just run the .bat file myself manually when finished, but this is going to be used by multiple users and I really want to get everything into one slick workflow.  
 
Any thoughts appreciated! 
 
Many thanks,
Andy Grier
 
Andy G. (100 ポイント) General Discussion

回答 1

0 支持
try copy bat's txt content to wwise,and replace a command with it's samenamed exe. like this:

xcopy.exe "$(HeaderFileFullFilePath)" "$(HeaderFilePath)\..\..\..\..\GeneratedSoundBanks\"  /Y /E

----------

you can also put your command.exe into C:\PROGRAM~1\AK\Wwise\Plugins\
田田 (150 ポイント)
...