项目作者: AaronRobson

项目描述 :
To extract game sound effects from Unreal games such as Unreal Tournament and UT2004.
高级语言: Python
项目地址: git://github.com/AaronRobson/UnrealSoundsExtract.git
创建时间: 2016-05-25T10:31:11Z
项目社区:https://github.com/AaronRobson/UnrealSoundsExtract

开源协议:GNU General Public License v3.0

下载


UnrealSoundsExtract

To extract game sound effects from Unreal games.

Build Status
CircleCI
Coverage Status

Instructions

Windows

  • Install a game which uses the Unreal Engine.
  • Check that the game has this file present \System\UCC.exe (Unreal Tournament and UT2004 but not Unreal 1 for example).
  • git clone https://github.com/AaronRobson/UnrealSoundsExtract.git
  • Place the UnrealSoundsExtract.py in the root folder of the game.
  • Run UnrealSoundsExtract.py.
  • Each package from \Sounds\*.uax should have been converted and placed into \SoundsInWav\*.uax\*.wav (grouped by sound package and then by sub-song).