Keep in mind that when you use above method from the database, you have to use xtool decode, otherwise patching the game later will fail.
Just use this inside Setup.ini
Code:
[CMDCommands]
if exist "{app}\ac6for.xtl" (
"{tmp}\XTool_2020\XTool.exe" decode "{app}\ac6for.xtl" "{app}\Game\movie" "{app}\Game\Data0.bdt"
del /F /S /Q "{app}\ac6for.xtl"
TIMEOUT 3
)