Ori and the Blind Forest

Ori and the Blind Forest

통계 보기:
martin 2015년 3월 21일 오후 2시 22분
[Tool] Fix glitched saves, stuck in water, warp to any spirit portal, unlock completed game files and enable debug mode
A few days back I posted a tutorial on unlocking completed game file so you could finish getting any collectibles you may have missed.
The tutorial was long cumbersome and hacky, so since then I've been working on some improvements, with the tool also able to fix stuck in a wall glitches

The tool is a PowerShell script, if you are interested in how it works, open it in notepad and I've commented the code to explain what is going on

What the tool does:
  • New! Now fixes your save file if you can't jump put of water or push objects (this is initially caused by saving when crouched)
  • Warp Ori to any specified spirit portal (This can be used to get out of glitched walls)
  • New! If you warp to the Mount Horu Basement you will be given the option to unlock the door (if it did not open when you killed the jumping lava shark)
  • Enable / Disable debug mode (use CTRL+8 to enter the debug menu)
  • Unlock completed game files to allow continued playing

How to use it:
  1. IMPORTANT: back up your save file first! Just in case something goes wrong
  2. Download the script here https://www.dropbox.com/s/6xkuawfke5ak7kz/OriSaveFileFixer.ps1?dl=0
  3. Go to the folder where you downloaded OriSaveFileFixer.ps1 to
  4. Right click the script and select "Run with PowerShell"
  5. Note: If you see a box pop up then flash with red text try updating your execution policy (See the troubleshooting section below)
  6. Enter the save slot number for the save you wish to unlock/warp (this can be found by looking at the numbers under each save slot when you first open the game)
  7. Select the location you wish to warp to
  8. Select to enable or disable debug mode (Enabling debug mode will disable steam achievements!)
  9. You're done! Open your saved game and you will be in a new location, it's that easy :D

If you have any issues, let me know :)

Troubleshooting:
If you can't run the PowerShell script, try updating your execution policy (thanks Time Paradog)
  • Press windows key
  • Search for "Powershell"
  • Right click Windows Powershell, run as admin
  • Enter
    Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
  • Try re-running the script


Enjoy!

Also, big thanks to DaddyDrew for initial help with discovering the debug tools and save structure
martin 님이 마지막으로 수정; 2015년 4월 23일 오전 7시 37분
< >
364개 댓글 중 1-15개 표시
Three Tit Billy 2015년 3월 21일 오후 2시 25분 
Very cool man, this is quite useful, great work!!
Three Tit Billy 2015년 3월 21일 오후 4시 49분 
Bump so people see this. I didn't want it to get buried.
TimeParadog 2015년 3월 21일 오후 5시 08분 
Was able to run it, unfortunately it seems to hang for me, I'm currently stuck on "Searching for location data..." after selecting a new location on one of my saves.
I'm sure I'm just doing something wrong, any help would be greatly appreciated.
martin 2015년 3월 21일 오후 5시 13분 
How long has it been hanging for? it has to scan the whole file to find the correct data, but it shouldn't take more than a minute
TimeParadog 2015년 3월 21일 오후 5시 18분 
Seems I wasn't being patent enough. It eventually finished up and gave the option to close (took maybe 2-3 mins for me).
Thanks for making a tool for this!
martin 2015년 3월 21일 오후 5시 30분 
Time Paradog님이 먼저 게시:
Seems I wasn't being patent enough. It eventually finished up and gave the option to close (took maybe 2-3 mins for me).
Thanks for making a tool for this!
Ok, I've updated the script to improve the search speed, shouldn't hang for quite so long now :)
TimeParadog 2015년 3월 21일 오후 6시 03분 
Tried a few times, no luck, still stuck. :/
If you're interested in taking a look at the save (if not s'all good): https://www.dropbox.com/s/lxfavd0z9jhso0k/saveFile2.sav?dl=0
martin 2015년 3월 21일 오후 6시 19분 
worked fine for me https://www.dropbox.com/s/xecesq37r9y0zol/saveFile2.sav?dl=0
could you send me the output given to you when you run the script, and i'll see if i can work out what was wrong :)
martin 2015년 3월 21일 오후 6시 31분 
Time Paradog님이 먼저 게시:
Tried a few times, no luck, still stuck. :/
If you're interested in taking a look at the save (if not s'all good): https://www.dropbox.com/s/lxfavd0z9jhso0k/saveFile2.sav?dl=0
Output should have looked something like this:
Which save do you want to modify? (A number from 1 to 10) : 3 Backing up save file to: C:\Users\Martin\AppData\Local\Ori and the Blind Forest\saveFile2.backup.sav Backup success! Warp to location: 0 - Don't Warp (Stay where you are) 1 - Hollow Grove 2 - Hollow Grove (Mount Horu) 3 - Thornfelt Swamp 4 - Ginso Tree 5 - Sunken Glades 6 - Valey Of The Wind 7 - Sorrow Pass 8 - Forlorn Ruins 9 - Moon Grotto 10 - Mount Horu (Entrance) Where would you like to be warped to? (A number from 0 to 10) : 1 Searching for location data... Location data found Updating location Location updated Searching for debug flag... Debug data found Debug is off Warning: Turning debug mode on disables steam achivements! 0 - Off 1 - On Toggle Debug Mode (Enter 0 or 1) : 0 Debug is now off Removing completed flag Resaving save file: C:\Users\Martin\AppData\Local\Ori and the Blind Forest\saveFile2.sav Save success! Press space to close...
PlagueDoc 2015년 3월 21일 오후 6시 55분 
hey i cant start the script. everytime i try to run it with power shell there is just some red text i cant read because it close to fast. any suggestions? :)
TimeParadog 2015년 3월 21일 오후 6시 57분 
Made a copy of my 1st save.
Original:
https://www.dropbox.com/s/pdqxsfhl1ggrnwx/saveFile3-orig.sav?dl=0
After running script:
https://www.dropbox.com/s/do0d8dgx8m1dnr6/saveFile3-script.sav?dl=0

Seriously, thanks for taking the time to help. :D
TimeParadog 2015년 3월 21일 오후 7시 11분 
Big Daddy님이 먼저 게시:
hey i cant start the script. everytime i try to run it with power shell there is just some red text i cant read because it close to fast. any suggestions? :)
I was having the same problem, this is the error your more than likely getting: http://i.imgur.com/oynSqkF.png

Google led me here: http://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system

Short version:
Press windows key
Search for "Powershell"
Right click Windows Powershell, run as admin
Enter "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser" (without quotes)

You should be good to run the script martin posted at that point. I'd recommend resetting the powershell setting to require a signature after you're done. (run "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser" in powershell).

Hope this helps.
PlagueDoc 2015년 3월 21일 오후 7시 20분 
NIce thank you, it works.
Now i hope the script works too :)
Okuru 2015년 3월 21일 오후 9시 27분 
when i run the script the byte chunk for location data is not found so nothing happens. anything to remedy this?
Okuru 2015년 3월 21일 오후 10시 00분 
if fixed it i think, just open the script in notepad and replace the line that says:
$diff = Compare-Object -ReferenceObject $locationGUID -DifferenceObject $chunk
with:
$diff = @(Compare-Object -ReferenceObject $locationGUID -DifferenceObject $chunk)
and it should work
< >
364개 댓글 중 1-15개 표시
페이지당 표시 개수: 1530 50