下载客户端

低配电脑适用的超低画质,提升帧率(2021年更新:关闭垂直同步)

2026-02-19 04:00:09
转载

导读

本文分享低配电脑流畅运行《街头霸王5》、稳定60帧率的设置方案,含修改Unreal引擎用户配置文件的详细步骤、Steam启动选项设置,还提及使用以太网电缆提升性能,2021年更新关闭垂直同步的补充设置。

I use this configuration to play with 60 fps on my laptop, since season 3 (2017) , and now season 5(2021) i share with the steam community my configuration for performance reference 8GB RAM video card onboard: intel HD 5500 offboard: Amd Radeon 8500M 2GB processor: I5 play with Ethernet Cable. this is important too! :) to increase performance to play with 60fps Step 1 - User Configuration on Unreal Game Engine Go to Street Fighter folder in AppData: C: Users "Your PC user Name" AppData Local StreetFighterV Saved Config WindowsNoEditor or search for %localappdata% Note 1: this changes do not modify the original game files on Steam Game folder, Only user configuration and will be replaced when you open the game, if you deleted this files (But only in AppData!!!!). And the configuration will be reset to default. Note 2: if these files are not in the AppData folder you can copy from original Steam Game folder C: Program Files (x86) Steam steamapps common StreetFighterV StreetFighterV Intermediate Config CoalescedSourceConfigs and paste all files In C: Users "Your PC user Name" AppData Local StreetFighterV Saved Config WindowsNoEditor 1.1 - Open the file Scalability.ini copy and paste: [ShadowQuality@0] r.ShadowQuality=0 r.Shadow.CSM.MaxCascades=0 r.Shadow.MaxResolution=0 r.Shadow.RadiusThreshold=0.00 r.Shadow.DistanceScale=0.0 [AntiAliasingQuality@0] r.MSAA.CompositingSampleCount=0 [PostProcessQuality@0] r.BloomQuality=0 r.Upscale.Quality=0 r.AmbientOcclusionRadiusScale=2.0 r.RenderTargetPoolMin=0 [TextureQuality@0] r.Streaming.PoolSize=0 r.Streaming.MipBias=4.0 [EffectsQuality@0] r.TranslucencyLightingVolumeDim=2 r.EmitterSpawnRateScale=0 --------------------------------------------------------------------------------------- 1.2 - Open the file GameUserSettings.ini copy and paste: [/script/kiwigame.kiwigameusersettings] GameVersion=5 ScalabilityResolution=(bGroupQuality=True,ResolutionQuality=50,ScreenPercentageSettingIndex=-1) ScalabilityViewDistance=(bGroupQuality=True,ViewDistanceQuality=0,SkeletalMeshLODBiasSettingIndex=-1,ViewDistanceScaleSettingIndex=-1) ScalabilityAntiAliasing=(bGroupQuality=True,AntiAliasingQuality=0,PostProcessAASettingIndex=-1,MSAACompositingSampleCountSetting=-1) ScalabilityShadow=(bGroupQuality=True,ShadowQuality=0,LightFunctionQualitySettingIndex=-1,ShadowQualitySettingIndex=-1,ShadowCSMMaxCascadesSettingIndex=-1,ShadowMaxResolutionSettingIndex=-1,ShadowRadiusThresholdSettingIndex=-1,ShadowDistanceScaleSettingIndex=-1,ShadowCSMTransitionScaleSettingIndex=-1,DistanceFieldShadowingSettingIndex=-1,DistanceFieldAOSettingIndex=-1) ScalabilityPostProcess=(bGroupQuality=True,PostProcessQuality=0,MotionBlurQualitySettingIndex=-1,AmbientOcclusionLevelsSettingIndex=-1,AmbientOcclusionRadiusScaleSettingIndex=-1,DepthOfFieldQualitySettingIndex=-1,RenderTargetPoolMinSettingIndex=-1,LensFlareQualitySettingIndex=-1,SceneColorFringeQualitySettingIndex=-1,EyeAdaptationQualitySettingIndex=-1,BloomQualitySettingIndex=-1,FastBlurThresholdSettingIndex=-1,UpscaleQualitySettingIndex=-1,TonemapperQualitySettingIndex=-1,LightShaftQualitySettingIndex=-1) ScalabilityTexture=(bGroupQuality=True,TextureQuality=0,StreamingMipBiasSettingIndex=-1,MaxAnisotropySettingIndex=-1,StreamingPoolSizeSettingIndex=-1) ScalabilityEffects=(bGroupQuality=True,EffectsQuality=0,TranslucencyLightingVolumeDimSettingIndex=-1,RefractionQualitySettingIndex=-1,SSRQualitySettingIndex=-1,SceneColorFormatSettingIndex=-1,DetailModeSettingIndex=-1,TranslucencyVolumeBlurSettingIndex=-1,BlurRadiusSettingIndex=-1,MaterialQualityLevelSettingIndex=-1,SSSScaleSettingIndex=-1,SSSSampleSetSettingIndex=-1,EmitterSpawnRateScaleSettingIndex=-1) bUseVSync=True LastUserConfirmedResolutionSizeX=1280 LastUserConfirmedResolutionSizeY=720 WindowPosX=-1 WindowPosY=-1 LastConfirmedFullscreenMode=0 ResolutionSizeX=1280 ResolutionSizeY=720 [ScalabilityGroups] sg.ResolutionQuality=50 sg.ViewDistanceQuality=0 sg.AntiAliasingQuality=0 sg.ShadowQuality=0 sg.PostProcessQuality=0 sg.TextureQuality=0 sg.EffectsQuality=0 --------------------------------------------------------------------------------------- Note 1: you can change the game resolution with this commands "LastUserConfirmedResolutionSizeX=1280" "LastUserConfirmedResolutionSizeY=720" Note 2: you can change the window mode (Fullscreen=0; Windowed fullscreen =1; Windowed =2) "LastConfirmedFullscreenMode=0" --------------------------------------------------------------------------------------- 1.3 - Open the file Engine.ini copy and paste: [Core.System] Paths=../../../Engine/Content Paths=../../../StreetFighterV/Content Paths=../../../Engine/Plugins/Runtime/CriWare/Content [/script/engine.engine] bSmoothFrameRate=False [SystemSettings] r.SeparateTranslucency=0 r.OpacityStencil=0 r.FogDensity=0 --------------------------------------------------------------------------------------- Note: try (Smooth FrameRate=True) if motion animation is flickering --------------------------------------------------------------------------------------- 1.4 - Open the file DeviceProfile.ini copy and paste: [Windows DeviceProfile] CVars=r.TonemapperQuality=0 CVars=r.SSR.Quality=0 CVars=r.SceneColorFringeQuality=0 CVars=r.SceneColorFormat=0 CVars=r.RenderTimeFrozen=1 CVars=r.RenderTargetSwitchWorkaround=1 CVars=r.RefractionQuality=0 CVars=r.ReflectionEnvironment=0 CVars=r.PreViewTranslation=0 CVars=r.PostProcessAAQuality=0 CVars=r.ParticleLODBias=0 CVars=fx.MaxCPUParticlesPerEmitter 0 CVars=r.NormalMapsForStaticLighting=False CVars=r.MSAA.CompositingSampleCount=0 CVars=r.MotionBlurQuality=0 CVars=r.MobileHDR=0 CVars=r.MaxAnisotropy=1 CVars=r.MaterialQualityLevel=0 CVars=r.LightShafts=0 CVars=r.LightFunctionQuality=0 CVars=r.LensFlareQuality=0 CVars=r.HalfResReflections=1 CVars=r.DontLimitOnBattery=1 CVars=r.DepthOfFieldQuality=0 CVars=r.DefaultFeature.AmbientOcclusion=0 CVars=r.Cache.DrawLightingSamples=0 CVars=r.Cache.DrawInterpolationPoints=0 CVars=r.AmbientOcclusionLevels=0 CVars=r.HalfResReflections=1 CVars=r.ViewDistanceScale=0.0000000000000000000000000000000000044 --------------------------------------------------------------------------------------- Note 1: CVars=r.ViewDistanceScale - High values means See nothing of background stage Note 2: if you don't want to use it just delete this line ( CVars=r.ViewDistanceScale)

步骤2 - 设置游戏启动选项 设置启动选项 -打开你的Steam库 -在游戏的库页面中,选择管理>属性 -在常规选项卡中,你会找到启动选项部分 -输入你想要应用的启动选项(确保每个代码之间用空格分隔) -关闭游戏的属性窗口并启动游戏 使用以下启动选项: -lowspec -USEALLAVAILABLECORES -NOTEXTURESTREAMING -NOSPLASH -windowed

步骤3 - 以太网电缆 是的,以太网电缆比无线网络更能提升帧率表现,这不仅仅是为了减少延迟,因为使用无线网络会占用更多的CPU资源。

更新指南(2022)-垂直同步=关闭(可选) 注意:关闭垂直同步可能会导致与PlayStation 4玩家不同步,例如战斗中出现慢动作和冻结,你可能会输掉战斗,还会有输入延迟。 如果你想禁用垂直同步,请使用以下命令:r.VSync=0 禁用动态模糊:r.MotionBlurQuality=0 限制最大帧率:t.maxfps=60 如果有输入延迟,尝试使用bSmoothFrameRate=True。 打开Engine.ini文件 [Core.System] Paths=../../../Engine/Content Paths=../../../StreetFighterV/Content Paths=../../../Engine/Plugins/Runtime/CriWare/Content [/script/engine.engine] bSmoothFrameRate=False [SystemSettings] r.SeparateTranslucency=0 r.OpacityStencil=0 r.FogDensity=0 r.垂直同步=0 动态模糊质量=0 [/script/engine.renderersettings] 最大帧率=60

评论

共0条评论
face
inputImg
相关阅读
最新更新

提升低配电脑的帧率

这是为电脑配置非常低的玩家准备的指南,随着《军团要塞2》“机密”版本的推出,许多这类玩家遇到了帧率下降的问题。该怎么办呢?本指南将介绍通过Steam界面、游戏文…

2026-02-19 04:000赞 · 0评论

如何赚取100万格斗币

Copied from the discussions Originally posted by IITWLLII -ES-: Here is an older…

2026-02-20 16:000赞 · 0评论

街头霸王女性角色排名

街头霸王女性角色颜值排名 简介 街头霸王5女性角色颜值排名 - 来源:你妈妈 包括: 春丽 嘉米 劳拉 彩虹·美华 朱莉 5. - 劳拉

2026-02-19 01:000赞 · 0评论

生活品质基础(SS)

这份简易指南旨在介绍如何对游戏进行配置以获得更舒适的游玩体验,以及完成配置后如何更便捷地进行游戏。 我经常遇到需要这些信息的玩家,他们一旦了解后就觉得这些内容不…

2026-03-22 19:000赞 · 0评论

提高帧率或如何更改分辨率

首先按照以下路径操作:C: Users ProTech WD AppData Local Solarland Saved Config WindowsClien…

2026-02-15 10:000赞 · 0评论

冰汽时代2 冰汽时代2闪退怎么办?常见原因与实用解决方法汇总

在《冰汽时代2》这款末日生存策略游戏中,玩家常需派遣考察队深入霜地勘探资源,或统筹城市建造与市民管理。然而部分用户反馈,在探索、建造或长期运行过程中遭遇游戏闪退…

2025-10-21 20:580赞 · 0评论

图形设置概览 + 优化

在本指南中,我将详细解析所有图形设置及其对帧率(FPS)的影响,以帮助你在不损失画质的前提下榨取最大稳定性。好在Capcom在优化方面做得极为出色,即使是GTX…

2026-02-12 05:310赞 · 0评论

三角洲行动 【三角洲】3月23最新高亮保姆级教学,手把手教你不要再被坑了

【Windows DeviceProfile】 CVars=foliage.onlyLOD=0 CVars=r.Color.Mid=0.85 CVars=r.D…

2025-10-18 21:450赞 · 0评论

revolutionary闪退 刺客信条大革命卡顿怎么办 刺客信条大革命闪退如何解决

刺客信条大革命倾心打造了精细、庞大的开放世界城市,大家可以自由探索,感受革命前夕的动荡与辉煌,也可以体验丰富的故事线,在这一有趣过程中,不少小伙伴却遇到了刺客信…

2025-09-14 10:240赞 · 0评论

【修复】慢动作bug/帧率错误(仅限英伟达显卡)

大家好, 我相信不只有我遇到这个问题,所以我决定发布一个指南来解决这个自2016年起就不断出现的问题。这涉及到游戏中的帧率下降,帧率在60到40再到55等数值之…

2026-02-18 16:000赞 · 0评论
暂无更多

最新更新

  • 如何赚取100万格斗币 — Copied from the discussions Originally posted by IITWLLII -ES-: Here is an older…
  • 街头霸王V任务(西班牙语) — 众人来吧 奖励:2500 FM 完成方法:选择【热闹小巷】场景,我们需要打破左侧的墙壁以进入餐厅。 文明观众 奖励:2500 FM 完成方法:选择【地下竞技场】…
  • 现在谁想回家,谁想跟我走? — I'm not going home. I'm gonna get on my boat, and I'm going up river, and I'm go…
  • 获取格斗币的技巧 — 既然卡普空在价格上(无论是现实货币还是格斗币)都下了功夫,我认为这些小贴士对于那些想解锁所有角色却不想花“很多钱”的玩家会很有用…… 格斗币是游戏内货币,有几种…
  • 《街头霸王5》常见问题及解决方法 — 崩溃、启动、性能和连接问题的可能解决方案,控制器+键盘问题,界面语言,配置文件修改,命令行参数/自定义设置/游戏内更新等。 使用右侧滚动条可快速跳转到您偏好的“…
  • 你不能玩《樱花》系列游戏 — 原因是她是我的,而且只属于我。 谢谢你的阅读! ——独一无二的笨蛋 她是我的。
  • 全角色V触发技能实用列表 — 以下是《街头霸王5》所有V触发技的完整列表。这些内容来源于街头霸王维基、网络文章以及Capcom官网。所有渲染图均归其各自所有者所有。 阿比盖尔
  • 那么,你想成为一名朱莉玩家吗? — 别这样。离她远点,她是我妻子。你只是好色而已。 毒药寿 插画作者:Taro_is_Sin4649
  • 新手通用指南 - 基夫的健身房 — 欢迎来到基夫的健身房!本指南由r/StreetFighter的热心社区精心打造,旨在帮助毫无经验的玩家理解并切实提升格斗游戏水平。第一版包含50节课,内容从角色…
  • 如何安装《街头霸王5》的模组 — 本指南介绍《街头霸王5》的模组安装方法,并详细分析了卡普空近期在模组政策上的变化。除了提供当前无法安装模组的关键信息外,本指南还回顾了《街头霸王5》社区中模组的…