If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Hellboy Web of Wyrd

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Hellboy Web of Wyrd

Developer: Upstream Arcade
Publisher: Big Fan Games
Platforms: Windows, PlayStation 4, PlayStation 5, Xbox One, Xbox Series X, Nintendo Switch
Released internationally: October 18, 2023


AreasIcon.png This game has unused areas.
CodeIcon.png This game has unused code.
DevMessageIcon.png This game has a hidden developer message.
DevTextIcon.png This game has hidden development-related text.
GraphicsIcon.png This game has unused graphics.
ModelsIcon.png This game has unused models.
SoundIcon.png This game has unused sounds.
TextIcon.png This game has unused text.
LevelSelectIcon.png This game has a hidden level select.


Hmmm...
To do:
  • Render found models
  • Verify speculative models
  • Search through animations for cut content
  • Investigate PS5 version having different achievement icons
  • Investigate PS5 version having an achievement missing in other versions
  • Investigate PS5 and Switch assets for differences or more content
  • Lots of developer notes and comments in the MonoBehaviours/code
  • Make the necessary subpages

Hellboy Web of Wyrd is a beat 'em up roguelike game based on Mike Mignola's Hellboy comic series. It is a non-canon original story that takes place before the first comic issue of Hellboy.

Sub-Pages

HBWoW GraphicsSubPage.png
Unused Graphics
"One more for Mads."
HBWoW ModelsSubPage.png
Unused Models
They don't stop coming...
HBWoW AudioSubPage.png
Unused Audio
Unused audio? Sounds unlikely.
HBWoW TextSubPage.png
Unused Text
A real Web of Wyrds.
HBWoW DevTextSubPage.png
Development-Related Text
Confidential B.P.R.D documents.

Unused Achievements

Goodnight Scheherezade

Present in the PC version is a texture for a unused achievement. Named "32 Goodnight Scheherezade", this achievement is missing in the achievement code and from Steam itself. However, this achievement is available in the PlayStation versions as a platinum trophy, with the requirement to obtain it being "Collect all Trophies". The icon for the trophy is different than the Steam and Xbox achievements, and is written as "Good Night, Scheherezade".

HBWoW 32-Goodnight-Scheherezade.png

AnArtistAtHeart

In the code for Steam achievements is a line that references an unused one, named AnArtistAtHeart. The achievement code, named DataAchievement.csv, has a key in the first line that explains what the following achievements' code means. Past all used achievements, at the bottom, is a line that references the mentioned achievement. In its notes section is the text "[in memory of Lance]". This is referring to Lance Reddick, the voice actor of Hellboy in this adaptation. Reddick passed away near the end of development, making this one of his final posthumous roles. The developers have stated his impact on the game and held him in high regard in interviews and public statements. This achievement was likely made to honor him, but was ultimately scrapped.

Name,AchievementName,Required,RequiredCounts,Invalid,InvalidCounts,PersistentToSet,TemporaryToSet,TemporaryToClear,Notes
AchievementFlag_TutorialComplete,Seed of Restoration,DF_HubLuckyRescue,,,,AF_SeedofRestoration,,,Rescued Lucky - Tutorial Complete
AchievementFlag_DefeatedCastleBoss,King's Crusader,DF_KilledCastleBoss,,,,AF_KingsCrusader,,,Defeated Faithless King
...
AchievementFlag_AnArtistAtHeart,AnArtistAtHeart,,,,,AF_AnArtistAtHeart,,,[in memory of Lance]

Unused Code

Comparable Code

Unused code that has a final, used version.

Unused Name Unused Differences Final Name Final Differences
ActionState_BaddieFrozen_UNUSED "StopMotion": { "m_SavedString": "Slow"

"DelayArmorRecovery": 0, "BeginArmorRecovery": 1,

ActionState_BaddieFrozen "StopMotion": { "m_SavedString": "None"

"DelayArmorRecovery": 1, "BeginArmorRecovery": 0,