Darksiders Warmastered Edition

Darksiders Warmastered Edition

View Stats:
Sylthus Nov 3, 2019 @ 5:37am
Stuck in Black Throne
I got stuck in the Black Throne after I opened a door that was behind a Beholder barrier, and now I can't progress through the game. I've tried looking around for a fix but all I got was "restart from the beginning", which I really don't feel like doing after pouring around 9 hours into the game.

At this point, I'd settle for anything, a cheat that just lets me walk through the door, a save file, anything. If anyone could help out it would be appreciated.
< >
Showing 1-4 of 4 comments
NeonDrare Nov 25, 2019 @ 11:45am 
Did you got the portal update? If you hold the button to create the portals it will throw you higher.
Dax Oct 1, 2021 @ 7:42am 
Just happened to me as well. Did you ever find a fix or workaround?
Dax Oct 1, 2021 @ 2:58pm 
I found a solution to the issue! There is a Save File Editor on github. Works brilliantly!

Here are the useful links to solve the problem:

The Tool:
https://steamcommunity.com/app/462780/discussions/0/1631916406857018712/

The Guides:
Using the tool: https://steamcommunity.com/sharedfiles/filedetails/?id=2044780766
What to look for when editing the savedata: https://github.com/whatisaphone/war/issues/5

In that second guide, it looks like they were stuck when going towards the second light beam. Their SpawnRegion and SpawnPoint were "OT_Ext_Rm04" and "OT_Ext_Rm04_Respawn" respectively. They had to change the 04 to 05 on both fields.

I was stuck going to the third light beam. So my SpawnRegion and SpawnPoint were "OT_Ext_Rm07" and "OT_Ext_Rm07_Respawn_01" respectively.
I had to change the 07 to 08, and remove the _01 from the end of Respawn in order to get it to work.

A quick table:
SpawnRegion: Yours: Change to: OT_Ext_Rm04 > OT_Ext_Rm05_Respawn OT_Ext_Rm07 > OT_Ext_Rm08_Respawn SpawnPoint: Yours: Change to: OT_Ext_Rm04_Respawn > OT_Ext_Rm05_Respawn OT_Ext_Rm07_Respawn_01 > OT_Ext_Rm08_Respawn


Hope this helps anyone else that had this issue!
Eternal Dec 28, 2022 @ 9:18am 
Solution worked for me thanks a lot here is the correct spawn point setup>>>

"SpawnPoint": {
"type": "hstring",
"value": "OT_Ext_Rm08_Respawn"
},
"SpawnLoadRegion": {
"type": "hstring",
"value": "StartLoadRegion"
},
"SpawnWorld": {
"type": "hstring",
"value": "overworld"
},
"SpawnRegion": {
"type": "hstring",
"value": "OT_Ext_Rm08"
},
< >
Showing 1-4 of 4 comments
Per page: 1530 50