军团要塞2掉帧_《军团要塞2》FPS优化脚本心得
大家好,小严来为大家解答以上问题。军团要塞2掉帧,《军团要塞2》FPS优化脚本心得很多人还不知道,现在让我们一起来看看吧!
1、对于军团要塞2这款游戏,其本身的环境下优化系统做的并不完善,同配置也能提高FPS数值,本文整理了些资料来教大家如何提高FPS值。
2、复制脚本代码:
3、echo "***********************"
4、echo " TF2 FPS CFG Loaded!! "
5、echo "***********************"
6、// FPS Settings
7、// ----------------
8、//Cl_ Commands
9、cl_cmdrate "101" // Must be set to 100/101
10、cl_drawmonitors "0" // changeable
11、cl_ejectbrass "0" // changeable
12、cl_forcepreload "1" // changeable
13、cl_interp "0.01" // Must be set to .01
14、cl_interpolate "1" // Must be set to 1
15、cl_lagcomp_errorcheck "1" // changeable
16、cl_lagcompensation "1" // changeable
17、cl_predictweapons "1" // changeable
18、cl_pred_optimize "2" // changeable
19、cl_phys_props_max "50" // Must be set to 50+
20、cl_smooth "1" // changeable
21、cl_smoothtime "0.01" // changeable
22、cl_updaterate "101" // Must be set to 100/101
23、//Mat_ commands
24、mat_bloomscale "0" // changeable
25、mat_bumpmap "1" // changeable
26、mat_clipz "1" // changeable
27、mat_colorcorrection "0" // changeable
28、mat_compressedtextures "1" // changeable
29、//mat_debug // Illegal
30、mat_debug_postprocessing_effects "0" // Must be set to 0
31、mat_debugdepthmode "0" // Must be set to 0
32、mat_debugdepthval "128" // Must be set to 128
33、mat_debugdepthvalmax "256" // Must be set to 256
34、mat_disable_bloom "1" // changeable
35、mat_filterlightmaps "1" // changeable
36、mat_forcehardwaresync "0" // changeable
37、mat_hdr_enabled "0" // changeable
38、mat_parallaxmap "0" // changeable
39、mat_picmip "0" // Must not be higher than 2
40、mat_reducefillrate "0" // changeable
41、mat_specular "0" // changeable
42、mat_vsync "0" // changeable
43、mat_dxlevel 80
44、//R_ Commands
45、r_decals "0" // changeable
46、r_decal_cullsize "0" // changeable
47、r_dopixelvisibility "0" // changeable
48、r_drawbatchdecals "0" // changeable
49、r_drawflecks "0" // changeable
50、r_drawmodeldecals "0" // changeable
51、r_dynamic "0" // changeable
52、r_eyes "1" // changeable
53、r_flex "0" // changeable
54、r_lightaverage "0" // Must be set to 1
55、r_maxdlights "32" // Must be set to 32
56、r_occlusion "1" // changeable
57、r_renderoverlayfragment "0" // changeable
58、r_shadows "0" // changeable
59、r_shadowmaxrendered "1" // changeable
60、r_shadowrendertotexture "1" // changeable
61、r_teeth "0" // changeable
62、r_waterforceexpensive "0" // changeable
63、r_waterdrawreflection "0" // changeable
64、r_worldlights "0" // Must be set to 2
65、r_worldlightmin "0.0002" // Must be set to .0002
66、r_3dnow "1" // changeable
67、r_mmx "1" // changeable
68、r_sse "1" // changeable
69、r_sse2 "1" // changeable
70、r_3dsky 0 // changeable
71、//Rope_
72、rope_averagelight "0" // changeable
73、rope_collide "0" // changeable
74、rope_shake "0" // changeable
75、rope_smooth "0" // changeable
76、rope_smooth_minwidth "0" // changeable
77、rope_smooth_minalpha "0" // changeable
78、rope_smooth_maxalphawidth "0" // changeable
79、rope_smooth_maxalpha "0" // changeable
80、rope_smooth_enlarge "0" // changeable
81、rope_subdiv "0" // changeable
82、rope_wind_dist "0.01" // changeable
83、//Miscellaneous
84、net_graph "0" // NetGraph for TF2
85、fps_max "101" // changeable
86、func_break_max_pieces "0" // changeable
87、gl_clear "1" // Must be set to 1
88、jpeg_quality "100" // Must be set to 100
89、mp_decals "0" // changeable
90、net_showevents "0" // Must be set to 0
91、props_break_max_pieces "0" // changeable
92、props_break_max_pieces_perframe "0" // changeable
93、rate "30000" // Must be set to 25000+
94、texture_budget_background_alpha "999 // changeable
95、texture_budget_panel_height "0" // changeable
96、texture_budget_panel_width "0" // changeable
97、voice_enable "1" // changeable
98、voice_scale "1" // changeable
99、voice_modenable "1" // changeable
100、violence_agibs "1" // changeable
101、violence_hgibs "1" // changeable
102、violence_hblood "1" // changeable
103、violence_ablood "1" // changeable
104、//zoom_sensitivity_ratio "1" // changeable
105、net_graph 0
106、使用方法:
107、第一种:将脚本内容复制粘贴到 Steamsteamapps你的用户名team fortress 2tfcfgautoexec.cfg 中(没有就创建一个)。
108、卸载方法:删除 Steamsteamapps你的用户名team fortress 2tfcfgautoexec.cfg 中的脚本内容。
109、第二种:把脚本内容复制到记事本中,另存为fps.cfg,并保存到 Steamsteamapps你的用户名team fortress 2tfcfg 下,每次进入游戏后在控制台输入 exec fps
110、卸载方法:直接删除fps.cfg
111、第 三种:把脚本内容复制到记事本中,另存为fps.cfg,并保存到 Steamsteamapps你的用户名team fortress 2tfcfg 下,并在 Steamsteamapps你的用户名team fortress 2tfcfgautoexec.cfg 中(没有就创建一个)添加 exec fps
112、卸载方法:直接删除fps.cfg,并删除 Steamsteamapps你的用户名team fortress 2tfcfgautoexec.cfg 中的 exec fps
113、经测试,上图的FPS只有20,经优化后,上升到了40.。
本文到此结束,希望对大家有所帮助。