GithubHelp home page GithubHelp logo

Comments (5)

MastaPowa7 avatar MastaPowa7 commented on May 27, 2024 1

Edit: Just had someone help me fix my issue right now. Just needed to run this command line: xwbtool -s -o WaveBank.xwb -nc -f *.wav
Thanks for your help though.

from directxtk.

walbourn avatar walbourn commented on May 27, 2024

Can you provide an example of the command-line you are using?

from directxtk.

MastaPowa7 avatar MastaPowa7 commented on May 27, 2024

I just take the wav files and drag them onto the XWBtool exe. I did try using a command line a few times to see if that fixed the problem, but it didn't. I'm not tech-savvy, so hopefully this' what you're asking for:
C:\users<username>\Documents\XWBtool>xwbtool -o WaveBank.xwb C:\Users<username>\Documents\XWBTool*.wav

from directxtk.

walbourn avatar walbourn commented on May 27, 2024

All 'dragging' is going to do is create a WaveBank file .xwb that contains a single .wav file, which isn't really the purpose of the tool. It's intended to be used from scripts or a command-line.

You are not using the -f option so the resulting wave bank does not have any 'friendly names' data which is suitable only when you only use index numbers. The 'friendly name' entries are just the filename of the wave file, so if you have named them all XWBTool<something>wav they will all have that string.

https://github.com/microsoft/DirectXTK/wiki/XWBTool

Note that if the game you are trying to mod is really using legacy XACT engine, you will need to be careful about some of the options since you are working with the original reader code from circa 2010.

from directxtk.

MastaPowa7 avatar MastaPowa7 commented on May 27, 2024

Can you give me an example of how I should write the command prompt so that each wave file retains their names after exporting. I'm just trying to ensure I fully understand what I should be doing so I don't make stupid assumptions.

from directxtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.