Thread: Until Dawn
View Single Post
  #3  
Old 06-10-2024, 09:11
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,331
Thanks: 6,771
Thanked 11,744 Times in 3,244 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
Hello mausschieber, can I get help from you?

WemTool.exe added Until Dawn InstallerScript can you add it?

information about the code to be added

::To be used in CIU Setup.ini

[CMDCommands]
setlocal EnableDelayedExpansion EnableExtensions
cd /D "{app}"
if exist "{app}\WemTool.exe" call "{app}\WemTool.exe" -d
del /f /s /q "{app}\WemTool.exe"

-------------------------------

::To be used in other installer scripts like ASIS
::WemTool.exe is executed from application root folder

@echo off
setlocal EnableDelayedExpansion EnableExtensions
if exist "WemTool.exe" call "WemTool.exe" -d
del /f /s /q "WemTool.exe"
del "%~f0"

Arc.groups Information to be added to the file

$Default

$SOUNDPack
*.ww
*.diffz
*.bank
*.fsb
*.bnk
*.pck
*.wem
*.exe
*.dll
*.sbp

$BPKPack
*.bik
*.bk2

Contains the information topic regarding the assistance requested from you.
How to correctly process WWise Vorbis Audio | Guide + WemTool
Masquerade Thanks for your help
wemtool is included in COMPRESSOR\Resources\Win64\TOOLS
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
Jarmen_Kell (09-10-2024)