Zitat Zitat
9. Configure Deadly Reflex using the INI file: Oblivion\data\INI\DeadlyReflex\DeadlyReflex.txt

Look for a section that says "Configure these". The settings should have enough info next to them, to help you understand how to configure them. At first you probably want to leave almost all of them as they are.

So, for now, loo only these settings. There you see which key is used by default for which action. Change them to something else if you need to, you can see the number codes at: http://cs.elderscrolls.com/constwiki.../IsKeyPressed2

----
set skycaptainsSb.bashKey to 45 ;shield bash/special move key, 45=x-key
set skycaptainsSb.flipKey to 33 ;dodge key, the variable name is simply old, 33=f-key

set skycaptainsSb.horseCombatKey to 48 ;48=b-key
set skycaptainsSb.throwkey to 47 ;47=v-key
----

Another setting you might be interested in right away is the critical chance multiplier:

----
set skycaptainssb.criticalchance to 30
----

In theory, the value can be set as high as you want, but it�s intended to be set between 0 and 100.
Scheint also die *.ini zu sein, die du konsultieren musst.
Ich hab die entsprechenden Zeilen mal markiert.