Others House of Pandemonium ~Remastered~ [v4.35] [Salty justice]

5.00 star(s) 3 Votes

Pink Chaos

Member
Dec 4, 2019
379
387
262
Dose anyone have any passwords for the cheats?
- Carry Fire
- Unlocks the Bee Queen costume for Mei’s Bee form.
- Jiggly Squeaky
- Unlocks the Rubber Queen costume for Human and Rubber Mei.
- Broken Treadmill
- Party members will be unable to gain more XP, but keep their current levels.
- Niko Repair Service
- Re-enables XP gain if it was disabled.
- I love kumquat
- Sets all party members to level 1 when they next gain XP, and blocks XP gain.
- Review WHI on Steam and Itch
- Undoes the above, but doesn't return removed levels.
 
  • Like
Reactions: belzewolf22

tipoima

Member
Jul 20, 2018
487
459
197
Man, it's been 3.5 years since chapter 5 was completed and the description is STILL not updated.
 

Karl Speidel

Active Member
Sep 20, 2021
917
860
159
Someone should remove the abandoned tag,the game is still being updated,going to their site there is a download link to 2 sites,the current version is 4.35 and its been updated last I think june 2024. Sad that this game,the OG doesnt get as much love as it used to and now they branch out into 3 (with this 4) games at the same time,they seem profesional compared to most 'devs" so maybe they can manage but Its not a good look.
 

tipoima

Member
Jul 20, 2018
487
459
197
Someone should remove the abandoned tag,the game is still being updated,going to their site there is a download link to 2 sites,the current version is 4.35 and its been updated last I think june 2024. Sad that this game,the OG doesnt get as much love as it used to and now they branch out into 3 (with this 4) games at the same time,they seem profesional compared to most 'devs" so maybe they can manage but Its not a good look.
I think it's a case of "we know RoP will take forever, and we can't stay afloat with it alone, so we'll make some side games and use them to develop/test systems for future RoP updates".
Their blog is very active so they are already infinitely better than countless games which go into radio silence for a year between minor updates.

If nothing else, this page is abandoned. Neither description not screenshots were updated since I first found out about the game, which is...4 years? 5 years ago now? Hell, even the NAME of the game is still old.
 
  • Like
Reactions: DarkMiros

salaciane

Newbie
Apr 2, 2023
63
75
62
So the linux build doesn't work, it's missing all the shared libraries, and the reference to them are hard links (/home/salty/Projects/engine/SourceCode/libbass_fx.so for example)

What I had to do:
1) Fucked lua library link
ln -s /lib/liblua5.3.so /lib/liblua5.3.so.0
that might actually be due to a bit of a fucked lua install on my side? no clue

2) Bass library
Download these two: (the second one I got from > forum > bass > bassfx)



In the game directory, create a Bass folder, put the two zips in there, extract them. Find the x86_64 libs libbass.so and libbass_fx.so (find -name FILE if you are having trouble) and put them in the game directory.

We will need to replace the path to the bass libraries inside the binary executable to the ones we downloaded, we need the path to stay the exact same length tho, since otherwise it will shift data around and binaries don't like that. The path in the binaries is 53 character long (/home/salty/Projects/engine/SourceCode/libbass_fx.so),if yours is less, you can do some padding by just renaming your bass libraries with additional characters, if it's more, you'll have to get creative with some symlinks (ln -s target shortcut).

To replace the library links:
sed -i s~/home/salty/Projects/engine/SourceCode/libbass_fx.so~/home/----------------------/Pandemonium/Game/l_fx.s~g PandemoniumLinux

the - are just censure, but you can see I had to get creative with the library name to make it fit, do the same thing for libbass.so (with 50 characters this time, since `_fx` is gone)

I don't know if I could have injected the libraries differently, but this works
 
Jun 28, 2021
45
19
132
So, I am stuck here on the Dormine tower. I can't seem to find the switch. Not unless I am missing a skill to get across the water in the basement.
 
5.00 star(s) 3 Votes