下载客户端

如何在游戏中途更改难度

2026-02-14 16:00:24

AI智能总结导读

本文为《奥日与萤火意志》玩家提供了游戏中途更改难度的方法,无需安装额外软件,通过在线十六进制编辑器修改存档文件特定偏移地址的数值即可完成,解决了官方设定中难度仅能在存档创建时选择的问题。

Stuck at a boss in normal or hard difficulty with no way to change the difficulty setting? Read this! Starting Situation So you started your game with normal or hard difficulty, thinking "pfff, how hard can it be?" and a couple hours later you find yourself in a boss-fight (such as the spider "Mora" in my case) having no chance at all, losing again and again. Well, maybe you should lower the difficulty setting? No need to torment yourself after all. You pause the game, search the options, check the main menu ... no way of changing the difficulty in sight. You google the issue and find out: changing the difficulty mid-game is impossible, it can only be selected at savegame creation and is fixed for the whole playthrough (assuming you actually manage to play through the game at the difficulty you selected) GREAT! THANKS DEVs! So I dug a little deeper and found that there IS A WAY (a hardly known one) to change the difficulty! And thanks to this guide, you will be done in 5 minutes without having to install any annoying software what-so-ever. Solution Source I did find something on Github, a Python script that you can run to automatically alter the difficulty setting within your save-file. However, I wasted 1,5h on trying to get it work because, as it turns out, probably 99% of Ori players are not familiar with Python programming, and the instructions for this script are basically non-existent, hence I do not recommend the Python solution at all. Unless you want to install Python only to find out that the script uses libraries that are not there by default, so you search and install those, but then there are new ones missing... no, you don't want to go that way. Regardless, this guy explained a bit what his script does, which is crucial to my solution, so I have to credit this smart guy. There wouldn't be a solution without him. (links for credit only, accessing the links is not part of the step-by-step solution) His name is Roland Szabo. Personal page: https://rolandszabo.com/posts/ori-wotw-difficulty-changer/ Github page: https://github.com/rolandsz/Ori-WotW-difficulty-changer So apparently what the script does, is checking the values at specific offsets inside your save-file, the offsets being 0x145F, 0x1463 and 0x279C, and altering the values there. I remembered these type of numbers from school, thats hexadecimal ! If the script can do that automatically, it can be done manually too! Unfortunately, opening the save-file in windows editor / notepad is pointless, all you get are weird letters and symbols, and viewing the raw hex / binary data is not possible with the editor. However, thanks to the internet, there are pages to edit hex-files online, so you don't even need to download and install a hex-editor. YAY ! (nobody likes to install unknown software for a once in a lifetime task) Enough talk, let's alter some hex data and get that difficulty changed! Step by Step Instructions 1 ) Locate your save file Either manually (need to display hidden folders in explorer) by navigating to C: Users *yourPCusername* AppData Local Ori and the Will of The Wisps Or hit "Win+R" and enter "%appdata%", which directly opens the explorer and jumps to C: Users *yourPCusername* AppData Roaming From there on you can navigate to the correct path listed above. The file you are looking for is "saveFile0.uberstate" (or ...File1 or ...File2, depending on which save-file you are playing) 2 ) Make a Copy of it A small mistake during the hex-edit and your file is just garbage. To avoid that, create a backup and leave the copied file here. The automatic addition of the "- copy" ending will prevent the game from accessing this backup, no need to move it anywhere else. 3 ) Move your original save-file to an easily accessible location such as straight on your C: drive, or in your documents folder, downloads folder, whatever. 4 ) Go to https://hexed.it/ Which is the online hex-file editor that we will use. 5 ) Open your original save-file online using the appropriate button on the top left of the web page, go to the location where you dropped the file, and open "saveFile0.uberstate" 6 ) Understand what you are looking at This is the raw hex-data of your save-file, in the middle of the screen. Each two-digit block is one byte. There are 16 such blocks in one line. To the left, there is an 8-digit number, which is the address of the very first two-digit block. The address of the first block is 00000000, of the second block 00000001, ... of the tenth block 00000009, of the eleventh block 0000000A, of the twelth block 0000000B, ... and of the final sixteenth block it's 0000000F (hexadecimal counts from 0 to 15 in a single digit, hence holding 16 possible combination in one digit) 7 ) Change difficulty by searching specific blocks and writing the correct values there We are looking for the data blocks 0x145F, 0x1463 and 0x279C. You need to put the following value in all three blocks to change the difficulty: 00 --> EASY 01 --> NORMAL 02 --> HARD So let's search the blocks. 0x145F is the sixteenth (or last) block in the address line 00001450

0x1463是地址行00001460中的第四个块(不是第三个!)

0x279C是地址行00002790中的第十三个块

滚动到每一行,点击相应的区块,然后输入你想要的难度对应的数字 8)覆盖你的原始存档文件 使用左上角的“另存为”按钮,用你刚刚修改的存档文件替换原始存档文件。 9)将存档文件移回正确位置 将其放回:C: Users *你的电脑用户名* AppData Local Ori and the Will of The Wisps 10)运行奥日并检查显示的难度 在存档选择界面查看,它应该显示新的难度。 11)成功! 你做到了!花的时间不长,对吧? 而且难度设置的影响非常大!我面对的 Boss 在简单难度下的强力 spike 攻击伤害大约是普通难度的 5 倍,同时你的生命值消耗也更慢。这种效果真的很夸张,就像从超难模式切换到婴儿模式。这场 Boss 战几乎从令人沮丧变成了无聊。不过没关系,我是为了剧情和画面来的,不是为了折磨和挫败感。希望这能帮到你!

评论

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

如何从计时模式切换到休闲模式

这款游戏的限时模式难度过高,且无法在游戏内更改。本简易指南将为你说明需要编辑哪个文件来调整难度。 所示路径为默认路径 如何切换难度: 1. 确保在游戏中已选择你…

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

基础存档修改指南

编辑存档的各种内容。 简介 本指南将帮助你进行存档修改。通常任何游戏都有两种修改方式,一种是硬核修改法,这意味着即使你开始新游戏,修改的内容也会一直生效,除非你…

2026-04-05 16:000赞 · 0评论

地图模组制作

学习如何修改现有地图。 你可以随意添加【Unobtainium】,移除不可破坏的方块,查看秘密(未使用)物品,创建自己的谜题。 剧透警告! 本指南可能会破坏你的…

2026-03-21 13:000赞 · 0评论

如果你的帧率很低,可以试试这个方法

可能提升帧率或减少卡顿的解决方法! 解决方法: 感谢Zer0提供的解决方案 操作步骤: 1. 按下Win键+R,输入regedit并打开注册表编辑器 2. 导航…

2026-02-14 13:000赞 · 0评论

《奥日与萤火意志》我希望早知道的秘密技巧

基础与进阶技巧、技能、武器、深入洞穴谜题、璞玉以及徒手任务。如何达成游戏100%完成度!

2026-02-14 13:000赞 · 0评论

地洞 《奥日与萤火意志》午夜地穴深入地洞怎么过 图文通关攻略

在Steam上大受好评的《奥日与萤火之森》凭借其优秀的游戏质量,吸引了大量的玩家。而作为一款冒险向的游戏,自然会有很多关卡需要玩家去探索,下面小编就为大家带来午…

2025-08-27 08:390赞 · 0评论

100%成就指南

你好,一切都好吗? 一般信息

2026-02-14 13:000赞 · 0评论

收集类成就

获取以下5个收集类成就的简单方法:1.【Master Guardian】(收集所有生命细胞)2.【Powerhouse】(收集所有能量细胞)3.【World a…

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

精灵之光 《奥日与萤火意志》鲍尔之触传送点怎么过 图文通关攻略

有了火球术之后往右走,在井里能拿一个精灵之光容器。

2025-11-02 15:400赞 · 0评论

火球术 《奥日与萤火意志》火球术怎么获得 火球术获取攻略

《奥日与萤火意志》火球术怎么获得呢?不少玩家们都在问这个问题,所以小编在此带来了《奥日与萤火意志》火球术获得方法,希望能够帮助到有需要的玩家们,一起来看看吧。

2025-08-28 14:540赞 · 0评论
暂无更多

最新更新

  • Ori and the Will of the Wisps-视频介绍
  • 理想的离线刷魂光 — 在本指南中,我将为你展示理想的离线刷【灵魂之光】方法,这将帮助你提升并获得角色的所有能力和技能。
  • 100%完成度及最难成就的存档文件 — 4个用于获取各种稀有游戏成就的存档文件 前言 不多说,我为你提供4个存档文件,它们将帮助你完成游戏中最困难的成就。当然,在每个存档中你仍需击败最终 boss。游…
  • AFK 光明农场 — 站着挂机获取大量经验 刷经验 首先你需要到达【鲍尔极限】(雪地区域) 当你解锁该区域后,就可以开始刷经验了 你需要来到地图上的这个位置:
  • 任务:“你我互换” — 在本指南中,我将介绍如何完成任务【你我互换】,这是游戏中最长的任务,贯穿游戏的始终。奖励包括成就【Прирождённый торговец】,以及在地图上显示…
  • 从错误的一侧破坏单面墙 — 你可以跳过游戏中大量内容,这对解锁【Look at the Time】成就(4小时内完成游戏)有很大帮助。上上下下左右左右开始选择
  • 成就:High and Dry — 这里有一个存档文件,如果你懒得自己完成成就,或者遇到了导致无法获得成就的bug,可以用它来获取成就。只需下载压缩包并解压到%LOCALAPPDATA% Ori …
  • Ori and the Will of the Wisps 全成就 — 《奥日与精灵意志》全成就说明 剧情成就 危险处境
  • 《奥日与精灵意志》中的随机发现 — 在本指南中,我将分享一些我在《奥日与鬼火意志》多次通关后发现的随机内容。 【徒手搏击】任务角色回归 完成支线任务【徒手搏击】的部分内容后,一些你给予过物品的莫基…
  • Niwen 互动地图 — 《奥日与鬼火意志》网页版交互式地图(谷歌地图风格)。地图上显示了所有单元格、物品、秘密等内容,帮助你找到所需的东西!