so specifically for this game we should do something like this:
Code:
[CMDCommands]
copy /Y "{src}\game\cinematics\videos\golden_path\05_blade\B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade\"
copy /Y "{src}\game\cinematics\videos\Realizations\blade4_outro\Blade4_Outro.vib" "{app}\game\cinematics\videos\Realizations\blade4_outro\"
.
.
.
.
and there is no need to put the file name for destination address? just the folder address is needed?
and we should put the source folder in CIUv main folder?