View Single Post
  #7  
Old 14-12-2018, 12:28
zirkhaki's Avatar
zirkhaki zirkhaki is offline
Registered User
 
Join Date: Jul 2009
Location: Iran
Posts: 309
Thanks: 1,455
Thanked 178 Times in 111 Posts
zirkhaki is on a distinguished road
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?
Reply With Quote