Left 4 Dead 2

Left 4 Dead 2

SmallProportionBase (anims for small survivor)
nekonacho  [kehittäjä] 9.8.2023 klo 1.36
Adapt "Small Proportion Base"
在下面选择你想要的一个尺寸,它是以默认生还者的骨架的基础来缩放的。一般是选择最接近你的自定义生还者骨架的大小。
Select a size you want below, it is scaled based on the default survivor's skeleton. Generally choose the size that is closest to your custom survivor skeleton.

Available Sizes/可用的尺寸
  • 0.70
  • 0.60
  • 0.50
  • 0.40


Setp1
在qc文件里,找到类似这些的行:
In the qc file, find lines like these:
$IncludeModel "survivors/anim_NamVet.mdl" $IncludeModel "survivors/gestures_namvet.mdl" $include "Bill_$DeclareSequence.qci" $sequence reference "reference.smd" fps 1 $animation "a_proportions" "proportions.smd" subtract "reference" 0 $sequence "proportions" "a_proportions" predelta autoplay

Setp2
在 “$sequence reference” 后面添加 "scale <可用的尺寸>"
Add "scale <AvailableSize>" after "$sequence reference"

例如/For example
$sequence reference "reference.smd" fps 1
修改为/Change into
$sequence reference "reference.smd" fps 1 scale 0.60


Setp3
Finally, Change the path in the line where "$includemodel" is located to the following format:
最后把 ”$includemodel“ 所在行里的路径修改为如下格式:

$IncludeModel "spb/<AvailableSize>x/<filename>.mdl"

examples/例子:
Origin/原文
Replace/替换
"survivors/anim_Biker.mdl"
"spb/0.60x/anim_Biker.mdl"
"survivors/gestures_biker.mdl"
"spb/0.60x/gestures_biker.mdl"
"survivors/anim_coach.mdl"
"spb/0.60x/anim_coach.mdl"
"survivors/gestures_coach.mdl"
"spb/0.60x/gestures_coach.mdl"
"survivors/anim_gambler.mdl"
"spb/0.60x/anim_gambler.mdl"
"survivors/gestures_gambler.mdl"
"spb/0.60x/gestures_gambler.mdl"
"survivors/anim_mechanic.mdl"
"spb/0.60x/anim_mechanic.mdl"
"survivors/gestures_mechanic.mdl"
"spb/0.60x/gestures_mechanic.mdl"
"survivors/anim_NamVet.mdl"
"spb/0.60x/anim_NamVet.mdl"
"survivors/gestures_namvet.mdl"
"spb/0.60x/gestures_namvet.mdl"
"survivors/anim_producer.mdl"
"spb/0.60x/anim_producer.mdl"
"survivors/gestures_producer.mdl"
"spb/0.60x/gestures_producer.mdl"
"survivors/anim_TeenAngst.mdl"
"spb/0.60x/anim_TeenAngst.mdl"
"survivors/gestures_TeenAngst.mdl"
"spb/0.60x/gestures_TeenAngst.mdl"
"survivors/anim_gestures.mdl"
"spb/0.60x/anim_gestures.mdl"
Viimeisin muokkaaja on nekonacho; 17.12.2023 klo 16.26
< >
Näytetään 1-6 / 6 kommentista
< >
Näytetään 1-6 / 6 kommentista
Sivua kohden: 1530 50