Coder Social home page Coder Social logo

diffbnk's Introduction

介绍

相关介绍见文档:相关介绍

使用方法

本文解决方法如下:

  • Step<1>* 打开所需自动修复的Wwise工程
  • Step<2> 在克隆下来的项目中新建python文件,并引入提供的函数库,后运行即可
from diffBnk import *
DiffBnk.diffErrBnk([这里填languageID],
                   [这里填platformID],
                   这里填空Event的GUID,
                   这里填windowsBnk的地址,
                   这里填androidBnk的地址,
                   这里填bool值是否保存记录为txt,默认为False))

注意:languageID&platformID可以通过任意文本编辑器打开工程文件(.wproj)获取 "languageID&platformID获取"

  • Step<3> reconcile GenerateSoundbanks文件夹,将更新文件上传至版本管理

其他功能

diffSizeBnk

用于Diff两个地址下所有存在大小差异的bnk并返回txt文档

使用示例:

DiffBnk.diffBnkSize(r"E:\WwiseProject\Project_IMIL\GeneratedSoundBanks\Windows",
                    r"E:\WwiseProject\Project_IMIL\GeneratedSoundBanks\Android")

diffSizeContent

用于Diff两个bnk文件,并生成两个16进制文件(.hex),可通过任意IDE对两个文件进行Diff查看

使用示例:

DiffBnk.diffBankContent(r'E:\WwiseProject\Project_IMIL\GeneratedSoundBanks\Android\zh-CN\ST_Vo__Atk04.bnk',
                        r'E:\WwiseProject\Project_IMIL\GeneratedSoundBanks\Windows\zh-CN\ST_Vo__Atk04.bnk')

diffbnk's People

Contributors

soh4c4759 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

muying52777

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.