Thread: Death Stranding
View Single Post
  #15  
Old 21-10-2020, 10:44
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Example delete.bat execute from game root directory.

Code:
@echo off
::For english files
del /f "data\17881513a7e2a728ccd2ae7301dc9054.bin"
del /f "data\1a472f28ea1537dd3cb911fd1e18f2af.bin"
del /f "data\4707c0dea95bdf7b38ed0d838965e0e6.bin"
del /f "data\6fb69851f3279ea051f48ee6c98c73fe.bin"
del /f "data\7ccfce87d9887adf1689fbd07df4200a.bin"
del /f "data\8d60c6e8d6ce70496107e588205a3054.bin"
del /f "data\93a37de4096fad67e0c99100775cce42.bin"
del /f "data\9abda4bd99f4fa01951fd153775e7e8d.bin"
del /f "data\a694c2e00b87cd761ee2a25b09a49ea7.bin"
del /f "data\f70387b309fdda4e66a9d1808815252d.bin"
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Grumpy (22-10-2020), ostallica89 (21-10-2020)