Request from this thread.
I think it might be useful for someone else.
This mod reduce QTE with warden. Contains 2 variants - "one hit" and "instant kill".
Just copy tweak_table.xtbl into your SRIV folder.
If you want to merge this mod with yours tweak_table, you can use this, just find this strings in your tweak_table and replace it.
And don't forget create a backup copy!
---- One Hit ----
--- Instant Kill ----
And sorry for my bad english =)
I think it might be useful for someone else.
This mod reduce QTE with warden. Contains 2 variants - "one hit" and "instant kill".
Just copy tweak_table.xtbl into your SRIV folder.
If you want to merge this mod with yours tweak_table, you can use this, just find this strings in your tweak_table and replace it.
And don't forget create a backup copy!
---- One Hit ----
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>
--- Instant Kill ----
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>
And sorry for my bad english =)