Left 4 Dead 2

Left 4 Dead 2

160 ratings
RK-XPM2 (AK-47)
   
Award
Favorite
Favorited
Unfavorite
Game Content: Weapons, Items
File Size
Posted
102.823 MB
12 Apr, 2017 @ 10:46am
1 Change Note ( view )

Subscribe to download
RK-XPM2 (AK-47)

In 1 collection by Tööttieläin
Töötti's Cyberpunk Weapons
40 items
Description
AK variant. Pretty much same as M16 version, but with different rear sight and slightly modified reload animation. Wanted to make the two versions distinguishable from each other just in case someone uses them at the same time.

Includes:
- Viewmodel
- Worldmodel
- Custom first-person animations

Does not include:
- Custom sounds
- HUD image

HUD addon by Alex_D_Vasilkov: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=909419489

Feedback and comments are appreciated.
67 Comments
Jefuty 13 Jan, 2020 @ 9:17am 
the reload constantly chugging not even fun to use.
Romanian Final Boss 10 Aug, 2018 @ 12:20am 
could you please make a version for the Scar?
AlfredENeuman 17 Jul, 2018 @ 2:24pm 
An interesting looking weapon for sure.
-[R]a[Z]ius- 28 Jul, 2017 @ 1:40pm 
that reload animation so fucking cool
N.KATA 29 Apr, 2017 @ 12:55pm 
Can u make more weapons from the WWII? :c or I
Tööttieläin  [author] 29 Apr, 2017 @ 12:17pm 
@ N.shi: Unfortunately I have no idea what those maps are.
N.KATA 29 Apr, 2017 @ 11:38am 
oh yeah sorry xd i forgot to save the new changes x,D now works fine
pd: do u know this or these map(s)? https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=779288143&searchtext=green+bikini first and second picture :/
Tööttieläin  [author] 29 Apr, 2017 @ 10:53am 
@ N.shi: Do the corrections what I wrote in previous comment and it should be fine.

Plus, assuming by the error message you received you're trying to create the vmt by using VTFedit. I'd recommend using Notepad or some other text editor.
N.KATA 29 Apr, 2017 @ 10:39am 
the original code from the mod that i downloaded is this:
"$basetexture" "models\weapons\v_models\pist_qsz92\v_qsz92"
"$bumpmap" "models\weapons\v_models\pist_qsz92\v_qsz92_normal"
"$normalmapalphaenvmapmask" 1
"$envmapcontrast" 5
"$envmapsaturation" 0.8
"$envmaptint" "[ 0.7 0.7 0.7 ]"
"$rimlight" "1"
"$rimlightexponent" "40"
"$rimlightboost" "0.2"
"$rimmask"
"PhongExponenttexture"
"$phong" "1"
"$phongboost" "1"
"$phongexponent" "100"
"$phongfresnelranges" "[8 2 8]"
"$phongtint" "[ 1 1 1 ]"
"$normalmapalphaenvmapmask" "1"
Tööttieläin  [author] 29 Apr, 2017 @ 4:34am 
@ N.shi: Remove the unnecessary brackets. You only need the one under "VertexLitGeneric" and one closing bracket. Put everything (NOT VertexLitGeneric) between the brackets.

"phongexponenttexture" is missing texture path and the it should be "$phongexponenttexture"

"$normalmapalphaenvmapmask" is written twice

To my knowledge rimlight doesn't work in L4d2. Remove those.