Skip to content

Commit 352013e

Browse files
authored
Add files via upload
1 parent afd46db commit 352013e

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
@echo off
2+
echo ------------------------------------------------------------------------
3+
echo 本脚本由付导的录播组制作 当前版本为V1.0
4+
echo.
5+
echo 请勿二改 大量传播
6+
echo.
7+
echo 本脚本可【解锁帧数】和【解决当前杀鸡画质高糊】的问题(也就是关闭默认抗锯齿的效果)
8+
echo.
9+
echo.
10+
echo 请关闭游戏后运行此脚本,运行一次后就不用再打开了
11+
echo.
12+
echo 凡是提示拒绝访问的都是没有以管理员模式开启!!!
13+
echo.
14+
echo.
15+
echo 原理是对游戏配置文件 Engine.ini 文件进行修改,也就是贴吧所流传的解锁帧数方法然后简化成脚本操作
16+
echo.
17+
echo 具体原理在以下网站可以找到
18+
echo.
19+
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20+
echo https://steamcommunity.com/sharedfiles/filedetails/?id=877701418
21+
echo.
22+
echo https://tieba.baidu.com/p/6177302348
23+
echo.
24+
echo https://tieba.baidu.com/p/6276493302
25+
echo.
26+
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27+
echo.
28+
echo 至于会不会封号,并不知道,请自行决定是否使用该脚本,本脚本只是简化操作,使用即为同意承担风险
29+
echo.
30+
echo 若担心出现不可控问题请直接右上角关闭脚本并且删除,脚本到此并没有修改任何操作
31+
echo.
32+
echo ------------------------------------------------------------------------
33+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
34+
set file=%localappdata%\DeadByDaylight\Saved\Config\WindowsNoEditor\Engine.ini
35+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36+
37+
38+
set /p option=如果你认真阅读了以上内容,并且同意操作,请输入Y然后回车继续运行,输入其他的都会导致脚本退出
39+
if %option%==Y goto :Verify
40+
if %option%==y goto :Verify
41+
exit
42+
43+
44+
:Verify
45+
46+
echo.
47+
echo 此为二次验证,旨在防止伸手党,喜欢UP的话记得【点个关注】并且【一键三连】啊!
48+
echo.
49+
choice /t 1 /d y /n >nul
50+
explorer "https://space.bilibili.com/180659383"
51+
set /p Nicename=请在打开的网页中找到并且输入UP的【昵称】以确认继续操作,昵称应该为大小写加下划线
52+
if %Nicename%==Ailiaili_ goto :Start
53+
exit
54+
55+
:Start
56+
cls
57+
echo.
58+
echo 请选择要操作的选项
59+
echo.
60+
set /p choice=1.解锁帧数 2.解决当前杀鸡画质高糊 3.恢复原始文件 4.退出
61+
echo.
62+
if %choice%==1 goto Unlock
63+
if %choice%==2 goto Shut
64+
if %choice%==3 goto Restore
65+
if %choice%==4 goto End
66+
67+
:Unlock
68+
69+
echo.
70+
(echo.) >> %file%
71+
(echo [/script/engine.engine]) >> %file%
72+
(echo bSmoothFrameRate=false) >> %file%
73+
(echo MinSmoothedFrameRate=5) >> %file%
74+
(echo MaxSmoothedFrameRate=144) >> %file%
75+
(echo bUseVSync=false) >> %file%
76+
echo 运行成功,回到选择界面
77+
choice /t 2 /d y /n >nul
78+
goto Start
79+
80+
:Shut
81+
82+
echo.
83+
(echo.) >> %file%
84+
(echo [/Script/Engine.RendererOverrideSettings]) >> %file%
85+
(echo r.DefaultFeature.Bloom=False) >> %file%
86+
(echo r.DefaultFeature.AmbientOcclusion=False) >> %file%
87+
(echo r.DefaultFeature.AmbientOcclusionStaticFraction=False) >> %file%
88+
(echo r.DefaultFeature.MotionBlur=False) >> %file%
89+
(echo r.DefaultFeature.LensFlare=False) >> %file%
90+
(echo r.DefaultFeature.AntiAliasing=0) >> %file%
91+
echo 运行成功,Up建议设置游戏为【低画质+关闭自动调整】,以得到更好体验
92+
echo.
93+
pause
94+
echo 正在回到选择界面
95+
goto Start
96+
97+
:Restore
98+
99+
echo.
100+
del /a /f /q %file%
101+
(echo [Core.System]) >> %file%
102+
(echo Paths=../../../Engine/Content) >> %file%
103+
(echo Paths=%GAMEDIR%Content) >> %file%
104+
(echo Paths=../../../Engine/Plugins/Runtime/VersionNumber/Content) >> %file%
105+
(echo Paths=../../../Engine/Plugins/Wwise/Content) >> %file%
106+
(echo Paths=../../../Engine/Plugins/2D/Paper2D/Content) >> %file%
107+
(echo Paths=../../../DeadByDaylight/Plugins/Runtime/ThirdParty/RedShellPlugin/Content) >> %file%
108+
(echo Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/OnlinePresence/Content) >> %file%
109+
(echo Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/MirrorsSdk/Content) >> %file%
110+
(echo Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/MirrorsAnalytics/Content) >> %file%
111+
(echo Paths=../../../Engine/Plugins/Runtime/Bhvr/MirrorsAnalytics/Content) >> %file%
112+
(echo Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/VersionNumber/Content) >> %file%
113+
(echo Paths=../../../DeadByDaylight/Plugins/Wwise/Content) >> %file%
114+
(echo Paths=../../../Engine/Plugins/Editor/CryptoKeys/Content) >> %file%
115+
(echo Paths=../../../Engine/Plugins/Editor/MeshEditor/Content) >> %file%
116+
(echo Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content) >> %file%
117+
(echo Paths=../../../Engine/Plugins/Media/MediaCompositing/Content) >> %file%
118+
(echo Paths=../../../Engine/Plugins/Runtime/Oculus/OculusVR/Content) >> %file%
119+
(echo Paths=../../../Engine/Plugins/Runtime/Steam/SteamVR/Content) >> %file%
120+
(echo Paths=../../../Engine/Plugins/Runtime/HoudiniEngine/Content) >> %file%
121+
(echo Paths=../../../Engine/Plugins/Enterprise/VariantManagerContent/Content) >> %file%
122+
(echo Paths=../../../Engine/Plugins/Experimental/RemoteSession/Content) >> %file%
123+
echo 恢复完成,回到选择界面
124+
choice /t 2 /d y /n >nul
125+
goto Start
126+
127+
:End
128+
exit

0 commit comments

Comments
 (0)