FalloutKillian
First time out of the vault

Hello!
Trying to change what critical hits does to the player character and not sure I have done it correctly. Please check my changes and let me know if I need to alter something. What I have tried to do is have the player suffer double damage for all critical hits and no other effects (no knock out, no bypass armor etc). I have activated changed critical hits in the ddraw file to number 3 (patches and new critical hits, I think this is the correct option for the ddraw file)
Here is my file:
;This is the new critical hit table override format
;It's faster loading than the old one, and is compatible with the extra kill types option
;Note that the player's critter number is now 38 rather than 19
;Enable overriding the critical hit tables
;For details on the tables and their values, see:
; http://falloutmods.wikia.com/wiki/Critical_hit_tables
[c_38] ; The entries for the 'men' critter type
Enabled=2 ; Tell sfall that we want to modify this table
Part_0=1 ; Tell sfall that we want to modify the head entries
; If we had set 'Enabled=2' then sfall will assume you want to modify all
; parts, and will not check the Part_X entries
[c_38_0] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_1] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_2] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_3] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_4] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_5] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
Trying to change what critical hits does to the player character and not sure I have done it correctly. Please check my changes and let me know if I need to alter something. What I have tried to do is have the player suffer double damage for all critical hits and no other effects (no knock out, no bypass armor etc). I have activated changed critical hits in the ddraw file to number 3 (patches and new critical hits, I think this is the correct option for the ddraw file)
Here is my file:
;This is the new critical hit table override format
;It's faster loading than the old one, and is compatible with the extra kill types option
;Note that the player's critter number is now 38 rather than 19
;Enable overriding the critical hit tables
;For details on the tables and their values, see:
; http://falloutmods.wikia.com/wiki/Critical_hit_tables
[c_38] ; The entries for the 'men' critter type
Enabled=2 ; Tell sfall that we want to modify this table
Part_0=1 ; Tell sfall that we want to modify the head entries
; If we had set 'Enabled=2' then sfall will assume you want to modify all
; parts, and will not check the Part_X entries
[c_38_0] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_1] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_2] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_3] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_4] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0
e5_StatMod=0
e5_FailureEffect=0
e5_Message=0 ; This is an index into the msg file, not a string
e5_FailMessage=0
[c_38_5] ; The entries for the head table of the men critter type.
e0_DamageMultiplier=200 ;First level critical
e0_EffectFlags=0
e0_StatCheck=0
e0_StatMod=0
e0_FailureEffect=0
e0_Message=0 ; This is an index into the msg file, not a string
e0_FailMessage=0
e1_DamageMultiplier=200 ;First level critical
e1_EffectFlags=0
e1_StatCheck=0
e1_StatMod=0
e1_FailureEffect=0
e1_Message=0 ; This is an index into the msg file, not a string
e1_FailMessage=0
e2_DamageMultiplier=200 ;First level critical
e2_EffectFlags=0
e2_StatCheck=0
e2_StatMod=0
e2_FailureEffect=0
e2_Message=0 ; This is an index into the msg file, not a string
e2_FailMessage=0
e3_DamageMultiplier=200 ;First level critical
e3_EffectFlags=0
e3_StatCheck=0
e3_StatMod=0
e3_FailureEffect=0
e3_Message=0 ; This is an index into the msg file, not a string
e3_FailMessage=0
e4_DamageMultiplier=200 ;First level critical
e4_EffectFlags=0
e4_StatCheck=0
e4_StatMod=0
e4_FailureEffect=0
e4_Message=0 ; This is an index into the msg file, not a string
e4_FailMessage=0
e5_DamageMultiplier=200 ;First level critical
e5_EffectFlags=0
e5_StatCheck=0