i’m not sure if this counts as a bug or not. it could be that this is just how the exterior roomtype works. but i figured it’s worth sharing incase it is unintended.
Exterior room type is a little special. In particular room zero is a special Exterior room that encompasses the outside surroundings. The Mansion levels have additional Exterior rooms between their wings. I’m in the middle of removing the special exterior room concept. I’ll have to look at what you’re doing in more detail later.
if you want to mess around with things there are a trio of constants at the top of game.ts for starting out with a particular level number and/or type and with all the dev menus unlocked.
also, could you remove or tweak the guard dialogs that refer to the player character as “he”? it’s the one thing i actually dislike about playing this game, being called that. (i like the rest of it quite a lot, as you could probably guess from my previous comments :D)
i think the only dialog that does this currently is the “he got away” one.
I’ll take a look tonight. Guard lines were recorded by someone who may or may not still be available for pickups but we may be able to just knock out some lines.
I've updated the game with this change, along with a few bug fixes and some level-generation tweaks that are part of some more extensive work I've been doing (but have not finished yet). There should be a development log post with the details. Enjoy! Thanks for playing.
somehow got two guards stacked in the same spot, when i tried pushing them one moved while the other remained, now i’m stacked on top of the remaining one.
Hm; weird! Is it a minor glitch or does it prevent being able to play the game? I'm assuming that all of the guards were unconscious before you got two stacked in the same spot?
I took a quick look at the code to refresh my memory but didn't see anything obvious. The code for pushing/pulling an unconscious guard will only operate on one of the guards in the square, if there happen to be multiple.
it could maybe get you stuck if there’s a bunch of guards in a tight spot? but idk for sure if it would, or how that would occur to begin with
i think a guard saw a downed guard, and went on top of another downed guard to reach the first one. and then i knocked them out while they were on top.
how do i get the treasures that are covered by cages? at first i assumed reading the pages with seemingly-passwords would let me unlock them but that doesn’t seem to do anything.
This is a world where every mansion owner has a law library for some reason. The fantasy book title generator is something I threw together with my friend way back in high school.
Both sets of book titles are a nod toward my two main playtesters.
Oh, what a bummer! Sorry about that. I have seen that happen once before; my wife sent me a screenshot of one of her games. What did the symmetric room in the upper left of the fortress look like, I wonder? I’ll look through the code and see if I can think of what went wrong.
Thanks for the bug report! I built some diagnostics and finally located the bug, which only happened (occasionally) in fortresses with biaxial symmetry. I'm testing the fix and should get it released soon.
← Return to game
Comments
Log in with itch.io to leave a comment.
i decided to download the source code and mess around. here’s something i found.
the changes active while i discovered this are, in git diff format:
i’m not sure if this counts as a bug or not. it could be that this is just how the exterior roomtype works. but i figured it’s worth sharing incase it is unintended.
Exterior room type is a little special. In particular room zero is a special Exterior room that encompasses the outside surroundings. The Mansion levels have additional Exterior rooms between their wings. I’m in the middle of removing the special exterior room concept. I’ll have to look at what you’re doing in more detail later.
if you want to mess around with things there are a trio of constants at the top of game.ts for starting out with a particular level number and/or type and with all the dev menus unlocked.
neat, thanks!
also, could you remove or tweak the guard dialogs that refer to the player character as “he”? it’s the one thing i actually dislike about playing this game, being called that. (i like the rest of it quite a lot, as you could probably guess from my previous comments :D)
i think the only dialog that does this currently is the “he got away” one.
I’ll take a look tonight. Guard lines were recorded by someone who may or may not still be available for pickups but we may be able to just knock out some lines.
oh, i completely forgot there are voice lines since i’ve turned them off. thanks in advance for looking into it.
I've updated the game with this change, along with a few bug fixes and some level-generation tweaks that are part of some more extensive work I've been doing (but have not finished yet). There should be a development log post with the details. Enjoy! Thanks for playing.
somehow got two guards stacked in the same spot, when i tried pushing them one moved while the other remained, now i’m stacked on top of the remaining one.
Hm; weird! Is it a minor glitch or does it prevent being able to play the game? I'm assuming that all of the guards were unconscious before you got two stacked in the same spot?
I took a quick look at the code to refresh my memory but didn't see anything obvious. The code for pushing/pulling an unconscious guard will only operate on one of the guards in the square, if there happen to be multiple.
it could maybe get you stuck if there’s a bunch of guards in a tight spot? but idk for sure if it would, or how that would occur to begin with
i think a guard saw a downed guard, and went on top of another downed guard to reach the first one. and then i knocked them out while they were on top.
ah; that sounds like an entirely plausible sequence of events.
i finally got all of the achievements :D
Amazing! Congratulations. You are the first player I’ve heard of to get all of them!
how do i get the treasures that are covered by cages? at first i assumed reading the pages with seemingly-passwords would let me unlock them but that doesn’t seem to do anything.
You’re on the right track! Some bookshelves have hidden switches. Bump a bookshelf twice in a row.
ooh, i see :o thanks!
just figured it out fully, the way this works is fun! nice little puzzle minigame
This is a world where every mansion owner has a law library for some reason. The fantasy book title generator is something I threw together with my friend way back in high school.
Both sets of book titles are a nod toward my two main playtesters.
i’m almost about to finally complete the full ghost achievement, but on the last level encountered a room that seems impossible to get into?
great game btw, i’ve been playing it lots recently. and this is the first time i encounter an error
Thanks! Glad you’re enjoying it.
Oh, what a bummer! Sorry about that. I have seen that happen once before; my wife sent me a screenshot of one of her games. What did the symmetric room in the upper left of the fortress look like, I wonder? I’ll look through the code and see if I can think of what went wrong.
Thanks for the bug report! I built some diagnostics and finally located the bug, which only happened (occasionally) in fortresses with biaxial symmetry. I'm testing the fix and should get it released soon.
This bug has been fixed now. Thanks again for playing and letting me know.
Great job! Really fun!
really enjoyed lurkleaploot, very cool I can play this on a phone!
This is fun! Good work!