「中文字幕」如何在CSGO中自制贴纸
修复了一下视频中的小问题
-- VMT FILES ---
Paperback:
WeaponDecal
{
$DECALSTYLE 0 // glossy sticker style
$basetexture "//./C:/folder/filename.vtf"
$unwearstrength 0.16
$envmap "env_cubemap"
$envmaptint "[ .07 .07 .07 ]"
$phong 1
$phongexponent 2
$phongfresnelranges "[ .2 .5 1 ]"
$phongalbedotint 1.0
$phongboost 1.0
$phongalbedoboost 10.0
}
Holographic:
WeaponDecal
{
$DECALSTYLE 3 //hologram
$basetexture "//./C:/folder/filename.vtf"
$holomask "//./C:/folder/filename.vtf"
$holospectrum models\weapons\customization\stickers\default\holowarp_default
$unwearstrength 0.1
$envmap "env_cubemap"
$envmaptint "[ .07 .07 .07 ]"
$phong 1
$phongexponent 2
$phongfresnelranges "[ .2 .5 1 ]"
$phongalbedotint 1.0
$phongboost 1.0
$phongalbedoboost 10.0
}
Foil:
WeaponDecal
{
$DECALSTYLE 4 // embossed foil
$basetexture "//./C:/folder/filename.vtf"
$normalmap "//./C:/folder/filename.vtf"
$unwearstrength 0.08
$envmap "env_cubemap"
$envmaptint "[ 25 25 25 ]"
$phong 1
$phongexponent 0.1
$phongfresnelranges "[ 1 1 1 ]"
$phongalbedotint 1.0
$phongboost 40.0
$phongalbedoboost 2.0
}