Source Filmmaker

Source Filmmaker

CSGO | Updated CSGO SAS
Dima drop deeznuts 2017 年 2 月 20 日 下午 7:51
3D Wireframe fix
locate the texture folders in your csgo directory or workshop directory and modify the VMT files with VTF edit or VMT Editor and replace everything with this for ctm_sas_bodylegs.vmt:

"vertexlitgeneric"
{
"$basetexture" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_legs_color"
"$bumpmap" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_legs_normal"
"$masks1" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_legs_masks1"
"$masks2" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_legs_masks2"
"$basealphaenvmask" "1"
"$envmapsaturation" "-0.6"
"$envmaplightscale" "0.18"
"$phongwarptexture" "models/player/custom_player/shared/ctm_specwarp"
"$fresnelrangestexture" "models/player/custom_player/shared/ctm_fresnelwarp"
"$warpindex" "0.11"
"$phongboost" "1"
"$phongalbedoboost" "3"
"$phongexponent" "60"
"$rimlightexponent" "6"
"$rimlightboost" "0.7"
"$rimlightalbedo" "0.6"
"$rimlighttint" "[0.8 1.0 1.2]"
"$fakerimtint" "[0.5 0.7 1]"
"$fakerimboost" "9"
"$shadowsaturation" "0.23"
"$shadowsaturationbounds" "[-0.1 0.3 0.4 0.7]"
"$shadowcontrast" "0.4"
"$shadowtint" "[0 0.5 1 0.2]"
"$ambientreflectionboost" "0.07"
"$model" "1"
}

and this for ctm_sas_body.vmt:

"vertexlitgeneric"
{
"$basetexture" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_body_color"
"$bumpmap" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_body_normal"
"$masks1" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_body_masks1"
"$masks2" "models/player/custom_player/econ/body/ctm_sas/ctm_sas_body_masks2"
"$basealphaenvmask" "1"
"$envmapsaturation" "-0.6"
"$envmaplightscale" "0.18"
"$phongwarptexture" "models/player/custom_player/shared/ctm_specwarp"
"$fresnelrangestexture" "models/player/custom_player/shared/ctm_fresnelwarp"
"$warpindex" "0.11"
"$phongboost" "1"
"$phongalbedoboost" "3"
"$phongexponent" "60"
"$rimlightexponent" "6"
"$rimlightboost" "0.7"
"$rimlightalbedo" "0.6"
"$rimlighttint" "[0.8 1.0 1.2]"
"$fakerimtint" "[0.5 0.7 1]"
"$fakerimboost" "9"
"$shadowsaturation" "0.23"
"$shadowsaturationbounds" "[-0.1 0.3 0.4 0.7]"
"$shadowcontrast" "0.4"
"$shadowtint" "[0 0.5 1 0.2]"
"$ambientreflectionboost" "0.07"
"$model" "1"
}


That's all I can do for the 3D Wire texture

< >
正在显示第 1 - 3 条,共 3 条留言
Shin Rigman  [开发者] 2017 年 3 月 16 日 下午 1:50 
I just pushed out an update that should fix all the wireframe problems. I recreated new texture directories to pull from so you shouldn't have to have anymore mounted csgo content.
captain123 2019 年 11 月 26 日 上午 3:19 
ok
AtiraNelePai 2020 年 3 月 29 日 下午 6:34 
thanks!! <3
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50