FPS修复(25FPS提升至60FPS,适用于任何显卡,包括英特尔HD及其他APU)

0 点赞
火影忍者 疾风传 终极风暴4
转载

关于几乎适用于任何显卡的FPS修复视频教程。该教程同样适用于英特尔高清显卡及其他集成APU。 此模组会移除部分本应在游戏设置中提供的图形美化效果,以提升性能。 该模组不适用于《火影忍者疾风传:究极忍者风暴4》的盗版拷贝。请购买完整游戏,因为盗版拷贝不包含正版Steam版本所提供的优化补丁。有时仅靠这些补丁就足以让游戏在你的电脑上运行,若仍无法运行,你还可以依靠此模组。重要信息 本模组最初是针对《火影忍者疾风传:究极忍者风暴4》的原始状态设计的,旨在帮助玩家降低图形设置,使游戏能以初始的全速30FPS运行。 自1.07补丁(主机版为1.08补丁)发布后,游戏的图形工作方式发生了诸多变化,现在在低端设备上的表现已有所提升。在这方面,使用英特尔HD显卡及其他集成显卡的玩家现在可以以360p 60fps或480p 30fps的规格运行游戏。 因此,对于在低端设备上运行游戏而言,此处展示的Tormunds FPS Fix已非必需。只有当你更偏好高清画质而非粒子效果,并希望从游戏中榨取那一点点额外性能时,才需要使用它。否则,考虑到游戏的崩溃频率,使用该模组并不值得。说真的,这个模组很糟糕。 如果你打算无视这些,那我也尽力了。已经有很多人评论说这个模组存在问题。如果你留言问为什么游戏无法启动,或者为什么应用模组后帧率“没有变化”,我会直接告诉你不要使用这个模组。 这个模组在游戏的图形设置还只有“720p、1080p、窗口模式、全屏模式、模糊、眩光”这些选项时是有必要的。现在我们可以将分辨率调低至240p,再 upscale(原词)到4k,以及两者之间的任何分辨率。我们还可以更改游戏锁定的帧率。而且,游戏的硬件需求实际上降低了四分之一。如果你在低设置下都完全无法运行这款游戏,那我现在真不知道该对你说什么了。我那台2014年的英特尔核显笔记本电脑,在游戏刚发售时只能以1024x768分辨率、10帧运行,现在却能以同样分辨率跑到30帧。想想看,要是降到360p分辨率,它还能运行些什么游戏。 到了现在,如果你连最低画质30帧都跑不了,那就是技术问题了。抱怨和愤怒什么的都没用。这个mod根本不会改变这一点,就算它能让你的游戏运行起来,也会更容易崩溃。 另外,这个mod的真正创作者(Tormunds)让我制作这个指南,后来却指责我偷了这个mod,我之前在YouTube上发布的教程也已经删除了。而且,他甚至被列为贡献者,随时都能轻松编辑这个指南。抱怨和愤怒吧,这个社区太有毒了。 这根本不值得费这个劲。说真的。所需软件 一台配备鼠标和键盘的电脑(这还用说) 《火影忍者疾风传:究极忍者风暴4》的非盗版Steam版本 HxD(本指南中提供了下载链接) 本模组不适用于《火影忍者疾风传:究极忍者风暴4》的盗版游戏。如果你使用的是盗版游戏,请购买正版游戏。当你使用盗版游戏并尝试安装此模组时,可能会遇到以下三种错误之一: 应用程序无法正常启动(0xc0000142) 无法初始化Steam 最后一种错误是游戏仍然运行缓慢和/或崩溃。 该模组

HxD Download - https://mh-nexus.de/en/downloads.php?product=HxD Step-By-Step Tutorial Preparation: Open the folder that Storm 4 is installed in (C:/Program Files (x86)/Steam/steamapps/common/Naruto Shippuden: Ultimate Ninja Storm 4) Create a backup of NSUNS4.exe (Shown as NSUNS4 for those that have disabled file extensions in Windows Explorer) by copying it, pasting it, and renaming the copy to _NSUNS4.exe (Including the underscore so it's at the top of the folder and easy to find) Open HxD Removing Shadows: Drag and Drop NSUNS4.exe (The original EXE, not the backup) into the HxD window Press CTRL+F and type PE_PRE Press Enter/Return Click the space just before the P in PE and press 0 until the entire string of PE_PRE_DRAW.SHADOW is replaced with . on the right hand side of the window Save the file by pressing CTRL+S, but don't close it yet! (NOTE: If you remove shadows, but not particles, your game WILL crash during certain parts of Story Mode and any effect-heavy Ultimate Jutsu) Removing Particles: Press CTRL+F and type particle Press Enter/Return Press F3 until you find PARTICLE_DRAW_THREAD and replace that whole string with 0 as well (It will appear as ................... when it's done) Pres Shift+F3 until you find Draw.nuccParticleRootManager and replace the whole string with 0s as well (Be careful! Do not replace anything else, not even the : before and after.) Press F3 to find and replace nuccChunkParticle and replace it with 0 as shown above. NOTE: If you reach the bottom and it says "Cannot find particle", just press Shift+F3 instead. If you reach the top and it says "Cannot find particle", just press F3 instead. Save the file by pressing CTRL+S Why This Mod Works When you disable PE_PRE_DRAW.SHADOW, you're just removing the drop shadows from the characters. Character models are normally cel-shaded, so that shading isn't removed. Instead, the blob shadow that appears on the ground will be removed from the game. This reduces the GPU (Video Memory) consumption by a large amount. Because you are removing a function that the game calls periodically, the game would naturally crash because said function is missing. However, Storm 4 (And all Storm games for PC) has error-handling that allows for these functions to be missing by consuming some RAM (Random Access Memory) to compensate. Because of the nature of this error-handling function, it has memory leaks and thus takes up more and more memory the longer you play. In this case, your RAM will be all used up quickly (Unless you have around 32GB RAM or higher because the game probably has a garbage collection that isn't called frequently enough to make up for this RAM overload) and the game will simply crash due to "Out of Memory" To solve this crashing problem, we disable particles as shown in the video since particles are very RAM-heavy and CPU-heavy. In this case, it reduces CPU consumption and RAM consumption by a lot, and even VRAM consumption by a little bit, but this doesn't mean a Pentium or Pentium 4 can play this game for other reasons. Credits Steam Community - Finding the Minato Rasengan Ring Out FPS Fix Exploit Tormunds - Finding why the Minato Rasengan Ring Out FPS Fix Exploit fixed people's frame rates, removing PE_PRE_DRAW.SHADOW, making the mod public for anyone to download, and crash debug information <<R.A.G.>> - Removing the specific particle lines based on crash debug information and creating a tutorial video that works only on legally-owned versions of Storm 4 Read If You Have Troubles With The Mod Common Mistakes: -As shown in the video, make a backup of the original EXE. I named it _NSUNS4.exe in the video. If you don't make a backup by accident, you can restore the original EXE by verifying your game cache. -Don't delete the lines that are shown in the video. Replace them with 0s on the hex side. They will show as red dots on the text side and red 0s on the hex side, but they will show as regular dots and regular 0s when you save the file. -To find a string, press CTRL+F. To use the "Find Next" and "Find Previous" commands, you press F3 for "Find Next" and Shift+F3 for "Find Previous". Pressing CTRL+F again will only find the closest occurence of that string. If you have pirated this game, this mod will NOT work for you. I know this because there are only 3 kinds of people that can't get it to work: People who have old CPUs (Like a Pentium 4) or aren't running it on Windows 7 or higher, people who didn't follow the video properly, or people who have pirated the game. Just to confirm, I've actually asked one of my friends that legally owns this game on PC to download a pirated version and try the mod out and it didn't work. I am also going to discuss with a moderator whether or not it is allowed to post an EXE for the latest patch that already has the Tormunds FPS Fix applied to it so people can just download it. If it's not allowed, I won't post it. Information for Steam Community Moderators If you're a moderator and have found this guide, this mod does not give anyone access to anything they should not be allowed to use. This mod simply removes the drop shadows given off by fighters' models and disables the visual particle effects to reduce GPU and RAM consumption. These should have been settings provided in the game's settings from the start, but went missing for unknown reasons. This mod does not enable anyone to cheat at the game whatsoever. As explained earlier, it only disables some visual aesthetics from the game. All missing particles still have their colliders attached to them and thus the game's functionality is NOT impeded by this mod whatsoever. This can be proven by the fact that using this mod online does not change anything for people who do not have the mod enabled whatsoever (You could actually play someone without them knowing that the mod is on. I've done it.) and will not provide an advantage to the people using this mod nor a disadvantage to anyone not using the mod. I do not condone cheating and am a consistent reporter of cheaters and pirates on these forums. This mod is not a cheat, simply a graphical downgrade that allows users with PCs under the system requirements to be able to play a game that they have purchased. If there is a problem with this mod or a post to your knowledge, please send me a warning post, add me as a friend and message me, or comment on this guide and I will be compliant to change or remove anything on here that violates Steam's community guidelines. Thank you for your time in reading this detailed paragraph about why this mod does not violate Steam's community guidelines and does not provide users with the tools or ability to cheat above what is already available in the game's raw vanilla state.