Request: Quick Time Event (aka Button mashing) reduction

Status
Not open for further replies.
I like my current keyboard, not the most expensive one in the world but not the most inexpensive either, I really don't want to break the WASD keys by facerolling these keys with every warden I fight. I realise making these easier would technically be a cheat but they are not difficult to pass in the first place, they are just overly hard on the WASD keys and aside from that more than likely a good way to develop RSI of the wrist and/or knuckles.

I've looked around and don't see anyone talking about this so I am simply asking if anyone that already knows what they are doing with SR4 modifications would be willing to look at this. It would be appreciated by myself and I would guess a fair proportion of players (due to many peoples distaste of QTE style gameplay in this and other titles).

Thanks for your time in reading.
 
Might be damn hard!
Why don't you try to search for an "auto-fire" app?
 
In tweak_table.xtble find parameter HD_warden_meter_player_input and replace strings by this
Code:
    <Tweak_Table_Entry>
      <Name>HD_warden_meter_player_input</Name>
      <Value>3500.0</Value>
      <Description>When the player presses the correct button, increase the value of the meter by this.</Description>
      <_Editor>
        <Category>Entries:AI:Warden:Downed</Category>
      </_Editor>
    </Tweak_Table_Entry>
One press and warden dead.

Or, if you really dont want to break your keyboard, find HD_warden_meter_total_size and replace by this
Code:
<Tweak_Table_Entry>
<Name>HD_warden_meter_total_size</Name>
<Value>0.0</Value>
<Description>This is the total size of the meter. When the value hits this, the player wins.</Description>
<_Editor>
<Category>Entries:AI:Warden:Downed</Category>
</_Editor>
</Tweak_Table_Entry>
It instant kill warden. Without pressing buttons.
 
Last edited:
^ thanks for finding that. Even though I like fighting the wardens, I had to use the cheat to disable them because I was just sick and tired of doing that QTE for the hundredth time.
 
This makes me wish i had a way to mark a thread to re-read later, when i play. Bravo.
At the top right of the thread, right next to the "Thread Tools" we like to use so often :D, click on Watch Thread.
 
Sure, that'll tell me about new replies, but I'm watching nearly 100 threads. Don't worry, that new post in Mod Releases will keep me from missing it. :)

I suppose this thread has run its course, what with the request being satisfied in the Mod Releases forum, so i'm locking it. Any further discussion about the mod can continue over there: https://www.saintsrowmods.com/forum/threads/requested-mod-simple-wardens-qte.4653/
 
Status
Not open for further replies.
Back
Top