Create and Fuck your AI Cum Slut –70% OFF
x

repesorsa

Newbie
Sep 14, 2021
92
197
149
Most of the time heavy attack is the only move that matters and normal attack is the fake choice, but yeah, either way they just both deal damage with different numbes and it's a rather trivial math problem to figure out which button to press (besides micro-optimising when the numbers happen to line up for the other option). I want to like the game and have put a decent amount of time into it, but despite downloading the new versions as they come out I haven't actually played them much in a long while. Neither its content nor its mechanics have enough depth to them to keep it interesting for how much you end up repeating the game loop.

You know now that I type that out, I really should just leave it be until maybe one day there's a version declared final and it's hopefully a bit more fleshed out for one more squeeze.
 

Casa4234

New Member
Jun 2, 2020
3
2
68
just coded up some code for autofocus because it bugged me when i was playing last night.
it also lets you click the buttons at the bottom with 1-9 on your keyboard so you don't have to swap to mouse as often.

put this in your index.html under the iframe
HTML:
<script>
    let iframe= document.getElementsByClassName("eosIframe")[0];
    let target = iframe.contentWindow
    
    target.addEventListener('keydown', function(event) {
      let textBar = iframe.contentDocument.getElementsByTagName("input")[0];
      let buttonRow = iframe.contentDocument.getElementsByClassName("ChoiceBubble_root__38cRB")[

      if (buttonRow && !textBar) {
        const regex = /[1-9]/;
        if (event.key.match(regex)) {
          buttonRow.children[parseInt(event.key) - 1].click();
        }
      }
      // See if our text bar exists so we can focus on it
        if (textBar) {
        textBar.focus()
      }
    });
  </script>
thanks for the nice game indyc
 

indyc

Member
Game Developer
Jun 15, 2017
394
817
247
just coded up some code for autofocus because it bugged me when i was playing last night.
it also lets you click the buttons at the bottom with 1-9 on your keyboard so you don't have to swap to mouse as often.

put this in your index.html under the iframe
HTML:
<script>
    let iframe= document.getElementsByClassName("eosIframe")[0];
    let target = iframe.contentWindow
  
    target.addEventListener('keydown', function(event) {
      let textBar = iframe.contentDocument.getElementsByTagName("input")[0];
      let buttonRow = iframe.contentDocument.getElementsByClassName("ChoiceBubble_root__38cRB")[

      if (buttonRow && !textBar) {
        const regex = /[1-9]/;
        if (event.key.match(regex)) {
          buttonRow.children[parseInt(event.key) - 1].click();
        }
      }
      // See if our text bar exists so we can focus on it
        if (textBar) {
        textBar.focus()
      }
    });
  </script>
thanks for the nice game indyc
I SOOOO want a keyboard only Keystroke version. It was the main concern that came up as soon as I started testing my first prototype of "Wow... You have to click on the box to start typing... Should I even continue this?"

You have no idea how much I've wanted autofocus and over the years I think around 4 coders (even ones with the most Milovana experience out of anyone) have tried and failed.

I don't think I have an index.html because it isn't an html game to my knowledge. However, I'm going to show some people who have technical know how in this area to see if you were able to crack the issue. I've been told autofocus would be incredibly easy for the site admin to add but they don't really have time for these changes anymore.
 

Casa4234

New Member
Jun 2, 2020
3
2
68
I don't think I have an index.html because it isn't an html game to my knowledge.
the offline version on this thread has a index.html. No clue about like if its possible to change it on Milovana. But... yeah you can change it for the offline version here.
 

Linkiepie

New Member
Dec 9, 2018
1
0
145
just coded up some code for autofocus because it bugged me when i was playing last night.
it also lets you click the buttons at the bottom with 1-9 on your keyboard so you don't have to swap to mouse as often.

put this in your index.html under the iframe
HTML:
<script>
    let iframe= document.getElementsByClassName("eosIframe")[0];
    let target = iframe.contentWindow
   
    target.addEventListener('keydown', function(event) {
      let textBar = iframe.contentDocument.getElementsByTagName("input")[0];
      let buttonRow = iframe.contentDocument.getElementsByClassName("ChoiceBubble_root__38cRB")[

      if (buttonRow && !textBar) {
        const regex = /[1-9]/;
        if (event.key.match(regex)) {
          buttonRow.children[parseInt(event.key) - 1].click();
        }
      }
      // See if our text bar exists so we can focus on it
        if (textBar) {
        textBar.focus()
      }
    });
  </script>
thanks for the nice game indyc
Forgive me, but I'm a relative beginner at programming language, when you say under the iframe, does that mean it should be before '></iframe>' or after?
 

Casa4234

New Member
Jun 2, 2020
3
2
68
Forgive me, but I'm a relative beginner at programming language, when you say under the iframe, does that mean it should be before '></iframe>' or after?
I meant after it. It might work inside of the tag? Anyways, just put a new line after the iframe closes (signified by the </iframe>), and paste the <script> code from my original post. hope this helps u
 

evelelf

Newbie
Jul 1, 2017
70
59
159
Any updates on the offline version? Online is fun and all, but I like it more when I can tweak a thing or two.
 

Misalton

Member
Oct 17, 2018
170
157
237
Okay, interesting concept, but deceptive description of fights (It is said that to type is to win. No, it isn't. If you do - some enemies go through you HP in a few types. What am I supposed to do with them, if typing hurts me and not typing hurts me?), and enemies who just keep attack you even if you perfectly type makes this game unbearable for me. I don't like games where you always fail if you don't do something that is not explisitly explained. :(
Bayonetta cosplayer was the most hardcore for now. You not only have to type faster than time - you have to type faster than HER attacks. Which are strong. :(
 

Doomeye

Member
May 7, 2018
127
219
228
huh... it's not loading all the way... I can't start the game. I have no idea why this is happening. The older version and the other game seems to be fine.
 

Reapergod36

Well-Known Member
Jun 23, 2017
1,218
1,194
365
I regret giving it another shot, forcing the volume up higher when I have it muted(because all the sounds are crunchy and awful). Then again, the content is really lacking besides just basic vanilla stuff. The game itself is kind of annoying in the sense that it's not keyboard only, it's literally keyboard, then every prompt has to use mouse. Feels like the game was made to be annoying rather than an enjoyable game.
 

Cedo0099

Member
Jun 29, 2019
190
268
230
To answer the intro in the game presentation, nope you didn't have to invent a concept worst than milovana and their bad habits of having you jerk to the sound of bips. Now you can't at all because you need to type? no thank you!
 

Cloudchaser

Member
Jan 24, 2018
187
295
251
Okay, interesting concept, but deceptive description of fights (It is said that to type is to win. No, it isn't. If you do - some enemies go through you HP in a few types. What am I supposed to do with them, if typing hurts me and not typing hurts me?), and enemies who just keep attack you even if you perfectly type makes this game unbearable for me. I don't like games where you always fail if you don't do something that is not explisitly explained. :(
Bayonetta cosplayer was the most hardcore for now. You not only have to type faster than time - you have to type faster than HER attacks. Which are strong. :(
That is my main problem with the game and I have played most versions. I personally like the writing, the characters coming up and the themes, but I often struggle with what am I supposed to do. If keep winning, you "deny" yourself, if you lose you deny yourself as you "die", if you keep the balance you might see something, but you lose things. It is just overall weird and then you have to find hacks and use them in the right way, without the game giving you any real help. Most fights are puzzles without a clear route for them, that I can see from within the game.
 

Ashhhhhh

Member
Feb 11, 2022
191
184
127
I regret giving it another shot, forcing the volume up higher when I have it muted(because all the sounds are crunchy and awful). Then again, the content is really lacking besides just basic vanilla stuff. The game itself is kind of annoying in the sense that it's not keyboard only, it's literally keyboard, then every prompt has to use mouse. Feels like the game was made to be annoying rather than an enjoyable game.
Honestly, I think you just have a skill issue ahahahah

I never had issue's with the sound, and i'm pretty sure that it said in the patch notes that you will be able to play it fully with keyboard now instead of using your mouse to start the prompt.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,305
4,260
436
Keystroke-4.0
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
3.90 star(s) 18 Votes