This member has provided no bio about themself...

Comment History
general_207
general_207 - - 4 comments @ Deus Ex 2 Visible Upgrade

Is borderless fullscreen possible at all? I use a program called fullscreenizer to set it to borderless in windowed mode but loading screens resets the window and I have to set it again.

Good karma+1 vote
general_207
general_207 - - 4 comments @ Sikkmod with CEDS animations

Any chance of getting this to work with the ROE version?

Good karma+2 votes
general_207
general_207 - - 4 comments @ Sikkmod v1.1 - RoE

If you are running this on your Doom 3 ROE you probably noticed that enemies take a significant amount of damage to kill. No one seems to have posted the answer here so I'll explain it here.

Doom 3 uses damage scaling to give extra damage upon scoring headshots but Sikkmod expands this to scale damage on every part of the body. Headshots will do the most damage while leg shots will do the least. Here is code from the fat zombie for example.

// sikk---> Locational Damage Scales
"damage_scale head" "3.0"//"2.0"
"damage_scale chest" "0.01"
"damage_scale left_arm" "0.01"
"damage_scale right_arm" "0.01"
"damage_scale legs" "0.01"
// <---sikk

Here is what it looks like in Sikkmod 1.2 for Doom 3

// sikk---> Locational Damage Scales
"damage_scale_custom head" "3.0"
"damage_scale_custom chest" "0.5"
"damage_scale_custom left_arm" "0.25"
"damage_scale_custom right_arm" "0.25"
"damage_scale_custom legs" "0.1"
// <---sikk

What it looks like in Doom 3 vanilla.

"damage_scale head" "2"

This is pretty much the story across the board for the monsters causing ROE with Sikkmod to feel a lot more harder than it usually is.

You can find the files in pak_modfiles.pk4\def

Good karma+1 vote
general_207
general_207 - - 4 comments @ [Full 1.0] CED's Assets Pack for Doom 3 (Public)

I know this is old as hell but if anyone is still reading is there a way to get the animations alone. I just want the models and animations and nothing else as I already use a particle mod I really like along with some custom sounds. Ripping out the animations and models doesn't seem as easy as copy and paste so can someone tell me what I need to do?

Good karma+2 votes