DLSS 파일 교체해도 게임종료하면 도로 원래 버전으로 복구해버리는 문제가 있다고 해서 만들었음


배틀넷앱에 설치된 콜옵 기준이다.


Xcopy /y "C:\Users\니가쓰는윈도우계정이름\Downloads\nvngx_dlss_3.1.30\nvngx_dlss.dll" "C:\Program Files (x86)\Call of Duty\_retail_\nvngx_dlss.dll"


윗 구문을 참고해서 각자 쓰는 윈도우 환경에 맞게 수정해서 메모장에 붙여놓고 bat확장자로 저장하면 된다


아래 내용은 구글 바드에게 물어봐서 알려준 방법인데 이것도 참고해서 만들어 써라


=====================================


@echo off rem This batch file copies the files from the source directory to the destination directory. rem Set the source directory. set source_dir=C:\source rem Set the destination directory. set dest_dir=C:\destination rem Copy the files. xcopy /s /y %source_dir% %dest_dir% rem Pause the batch file. pause


==================================================

아 그리고 스팀 콜옵에서도 dlss가 원래 버전으로 복구되는지는 모르겠다 알려줘라