Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

-Walking in small circles cause the camera to look jerky... Walking in a straight line, the camera keeps looking back and forth? Kind of looks like it's targeting the real position but due to offsets for root animation it's wrong looking.

-The camera is really close in, it feels claustrophobic for default zoom. Of course, would be nice to customize  said zoom.

-Not being able to move my mouse outside the window when pausing the game is annoying, I have to alt tab.

-Responsive prompts for controller vs mouse UI is good, but said change only happens when you press a button. So, there's a disconnect when you move around with the stick and still have keyboard glyphs visible until you press something. Same deal with moving the mouse with controller glyphs still there. 

-'Lag' when landing after a jump feels gross. In general, my actions feel slightly unresponsive due to the animations.

-Her 'kneel and charge' attack is confusing. If I attack her early on in the animation it staggers, but later on it does jack? Bad design. [later on] Or are they different charge moves? If they are, I couldn't tell.

-In general, this first boss is annoying and too hard(like 4 healthbars) for what should be the intro to your gameplay. Besides the aforementioned kneel move, she is hard to stagger and the parry timings are harder than I think they should. And yes, I have beaten Sekiro. 

-Forcing me to restart manually instead of doing it automatically when I die is awful(especially on controller where I need to use my mouse to click restart), thanks mr lazy bones.

-When you restart you don't clear the lock on reticle. Which to be fair, is probably the desired outcome if you're just fighting one on one bosses over and over. However, I bring it up in case it's wrong.

-In abstract, the boss changing weapons mid fight is interesting, but it sucks in several ways since a beginner may be tempted to just wait out the transformation until the one they're comfortable with shows up, and also as a first boss you have to do much more work to learn the attacks(due to all the 'modes'), compared to a one weapon boss.

-I nearly beat her a couple times but then I started getting worse, so I'll just leave it there. Keep up the deving.

(+1)

Thanks for playing! 

  • I guess I could add more damping to this? It seems like there's an issue with walking towards the camera, which isn't something that I ever tested. I think I can try to implement a separate target object that follows the character rather than having the target be parented to the root, since I know some of  my root animations can be a bit jerky. 
  • I had planned to add some kind of mouse-wheel zoom control before, but I couldn't think of a suitable mapping for the controller and it just wasn't a particularly high priority feature at the time. I think now that I have a settings menu set up I can just move it in there, though. As for this being the default zoom, that was a concern when I initially set it to be so close, although now I realize it's probably also an important setting to have for accessibility reasons, so this will definitely get some changes and settings. 
  • Definitely, I don't know how I didn't think of this until your comment when I've been using alt-tab in-editor to free my mouse too
  • I think there's some considerations for unwanted mouse movements and controller drift that I need to test out first before I add the device switching code to that input, but it should be possible. 
  • Only the locomotion state is affected by the jump exit time, it shouldn't affect any other actions. But I'll try adjusting the exit time to be shorter, or add some interrupts.
  • This definitely needed to be separate animations; there's the action where she's transforming (no halo) and the action where she's transforming out (red halo), and only the red halo can be interrupted. 
  • It's about 4 healthbars if you count each stance break as one, but unlike Sekiro where deflecting is your main option, this game also has weapon clashing (parrying) that does a lot more break damage. If I shortened it down to 2 health bars, it's possible to beat her in less than a minute by using parries, so the problem here is that the game doesn't teach this mechanic at all right now.
  • Yeah, this was a pain point I'm very aware of. I'll try and get a fix out for that by this week.
  • This is intended behaviour, but I should probably add a setting for it somewhere.
  • I think the interval between weapon changes are quite short, which should alleviate some of the waiting. There's definitely a crazy amount of attacks (I say that as the person who had to implement and animate them myself) and it's still missing some big attacks I've been putting off, so this aspect will probably only get worse. However, since blocking is quite lenient and the player's mobility is high, I feel that there's enough opportunities for a patient player to observe and learn the attack, even if there are a lot of them. (also padding for gameplay time haha...) 

Ultimately, I expect the kind of people who'll play this game to mostly be Sekiro vets looking for something even more challenging, so I think it's good if it's already managing to be difficult to seasoned players at this early stage. I'll definitely be adding another simpler boss before Louise, and maybe he'll be more like Hanbei the Undying as a kind of tutorial/practice character for those who aren't already familiar with Sekiro.

Thanks for the thorough feedback!