-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As listed on #39 - fixed three things: - Fixed that the Dual Sawed-Off did not have camouflages applied to its model - Fixed that the 20-round magazine on the MP9 applied a magazine size multiplier of 0.7 rather than a magazine size override of 20 - Fixed that the 12-round .45 UMP magazine on the UMP-45 provided a mag size penalty of 15 rather than 12 - Also altered the ADS recoil on the AWP
- Loading branch information
1 parent
7757a1d
commit 8127a75
Showing
6 changed files
with
65 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
"VertexlitGeneric" | ||
{ | ||
"$basetexture" "models/csgo/sawedoff/shot_sawedoff_02" | ||
"$bumpmap" "models/csgo/sawedoff/shot_sawedoff_01_n" | ||
"$phongexponenttexture" "models/csgo/sawedoff/shot_sawedoff_01_exponent" | ||
"$color2" "[0.8 0.8 0.8]" | ||
"$blendTintByBaseAlpha" "1" | ||
|
||
"$envmap" "env_cubemap" | ||
"$envmaptint" "[ .13 .13 .13 ]" | ||
|
||
"$phong" "1" | ||
"$phongboost" "5" | ||
"$phongfresnelranges" "[0.25 0.5 1]" | ||
"$normalmapalphaenvmapmask" "1" | ||
//"$phongwarptexture" "models\weapons\v_arccw_go\atts\steelwarp" | ||
|
||
"$rimlight" "0" | ||
"$rimlightexponent" "80" | ||
"$rimlightboost" ".2" | ||
"$rimmask" "1" | ||
"$nocull" "1" | ||
|
||
Proxies { | ||
"Arc9EnvMapTint" | ||
{ | ||
"specularity" "0.5" | ||
"min" "0" | ||
"max" "0.3" | ||
} | ||
} | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|