Advertisement
Guest User

Hitman Install

a guest
Nov 1st, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. chcp 1251
  3.  
  4. :: Где будет расположена игра
  5. set hitman=c:\games\Hitman
  6.  
  7. :: Полный путь к скаченным файлам игры
  8. set game=c:\games\distributables\Hitman.The.Complete.First.Season.SteamRip-Fisher\Hitman™
  9.  
  10. :: Полный путь к кряку
  11. set nodvd=c:\games\distributables\Hitman.The.Complete.First.Season.SteamRip-Fisher\NoDVD
  12.  
  13. md %hitman%
  14. chdir %hitman%
  15. md dx12Retail Retail Runtime
  16.  
  17. mklink Launcher.exe %nodvd%\Launcher.exe
  18.  
  19. chdir dx12Retail
  20. for %%a in (%nodvd%\dx12Retail\*) do mklink %%~nxa %%~fa
  21. for %%a in (%game%\dx12Retail\*) do mklink %%~nxa %%~fa
  22.  
  23. chdir ..\Retail
  24. for %%a in (%nodvd%\Retail\*) do mklink %%~nxa %%~fa
  25. for %%a in (%game%\Retail\*) do mklink %%~nxa %%~fa
  26.  
  27. chdir ..\Runtime
  28. for %%a in (%game%\Runtime\*) do mklink %%~nxa %%~fa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement