Custom Text on ISO Guide
#2
Here's the code for a batch file that basically automates this if anyone wants.  Big Grin

Code:
wszst extract Award_U.szs Event_U.szs Globe_U.szs MenuMulti_U.szs Present_U.szs MenuOther_U.szs MenuSingle_U.szs Channel_U.szs Title_U.szs Race_U.szs
copy /b .\Race_U.d\message .\
wbmgt decode Menu.bmg Common.bmg Race.bmg
pause
wbmgt encode Menu.txt Common.txt Race.txt -o
del Menu.txt Common.txt
copy /b Menu.bmg + Common.bmg + Race.bmg .\Award_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Globe_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Event_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\MenuOther_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Present_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\MenuMulti_U.d\message 
copy /b Menu.bmg + Common.bmg + Race.bmg .\MenuSingle_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Channel_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Title_U.d\message
copy /b Menu.bmg + Common.bmg + Race.bmg .\Race_U.d\message
wszst create Award_U.d Event_U.d Globe_U.d MenuOther_U.d Present_U.d MenuMulti_U.d Channel_U.d MenuSingle_U.d Race_U.d Title_U.d -o
rmdir /s /q Award_U.d Event_U.d Globe_U.d MenuOther_U.d Present_U.d MenuMulti_U.d Channel_U.d MenuSingle_U.d Race_U.d Title_U.d
del Menu.bmg Common.bmg
Reply


Messages In This Thread
Custom Text on ISO Guide - by Vega - 02-15-2018, 04:34 AM
RE: Custom Text on ISO Guide - by FancyWheelies - 11-15-2019, 12:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)