Ko/$surfaceprop: Difference between revisions
< Ko
Jump to navigation
Jump to search
(Created page with "{{otherlang2 |ru=$surfaceprop:ru |ko=$surfaceprop:ko }} The '''<code>$surfaceprop</code>''' command links the surface of either a material or model to a set of physi...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{otherlang2 | {{otherlang2 | ||
|en=$surfaceprop | |||
|ru=$surfaceprop:ru | |ru=$surfaceprop:ru | ||
}} | }} | ||
The '''<code> | The '''<code>$surfaceprop</code>''' QC 명령어는 [[model:ko|모델]]에 [[material:ko|재질]] 물리적 물체 성질을 부여 합니다. | ||
* | * 물체끼리 부딪혔을ㄹ때 나는 소리. | ||
* | * 표면이 총탄에 맞았을 경우 나는 특수 효과들. | ||
* | * 질량, 부력, 탄성 등의 물리적 특성. | ||
* | * 가까이 가게 되면 나게 되는 여러가지 소리 효과들 (반사음, 에코, 음량감소, 특정 장소에서의 여러 가지 효과...) | ||
== 명령어 == | |||
명령어는 모델과 재질이 같습니다.: | |||
$surfaceprop <name> | $surfaceprop <name> | ||
<name>은 <code><game>\scripts\surfaceproproperties_manifest.txt</code> 파일에 기록이 되어 있으므로 해당 파일을 열어서 원하는 재질을 찾아보는 방법도 가능하다. | |||
일반적으로 쓰이는 벨브의 소스엔진 {{en}} [[Material surface properties|재질 표면 목록]]에도 기록이 되어 있다. | |||
{{bug|[[Left 4 Dead|레프로 4 데드]]에서는 벽돌(brick) 표면에서 총알 데칼 표시가 제대로 되지 않는 경우가 있다. 별거 아닌 버그이지만 신경이 쓷인다면 <code>$surfaceprop</code>를 벽돌이 아닌 다른 재질을 넣어주자.}} | |||
이 QC 명령어는 2 군데에서 쓰이게 된다. | |||
== VMT 재질 파일 내에서.. == | |||
* <code>$surfaceprop</code> 는 [[shader:ko|쉐이더]]의 부분으로 연결되어지지 않는다. 그러므로 언제든지 사용이 가능 하다. is not linked to any particular [[shader]], so it can be used at any time. | |||
* 오로지 브러쉬 형태의 쉐이더들이 이 페러미터 값을 이용한다. <code>$surfaceprop</code> QC file에 들어간 충돌 속성값이 포함되게 됩니다. QC file에 아무것도 지정된것이 없다면 매우 기초적인 기본 물리 속성이 지정되게 됩니다. | |||
{{note|수정 바랍니다.}} | |||
== 모델 파일에서는... == | |||
* 어느 QC 명령어에 의해서 질량 값이 계산되어지는지를 정확히 알수는 없습니다만 <code>$surfaceprop</code> 와 <code>[[Prop Data|prop_data]]</code> 둘 중 하나일 것입니다. | |||
* <code>$surfaceprop</code> 각각의 {{en}} [[bone|본]] 마다 <code>$jointsurfaceprop</code> QC 명령어를 이용해서 값을 정해 줄수 있습니다. | |||
[[Category:QC Commands|s]] | [[Category:QC Commands|s]] | ||
| Line 36: | Line 41: | ||
== Addtion links == | == Addtion links == | ||
* [[ | * [[$jointsurfaceprop]] | ||
Revision as of 09:31, 12 March 2014
The $surfaceprop QC 명령어는 모델에 재질 물리적 물체 성질을 부여 합니다.
- 물체끼리 부딪혔을ㄹ때 나는 소리.
- 표면이 총탄에 맞았을 경우 나는 특수 효과들.
- 질량, 부력, 탄성 등의 물리적 특성.
- 가까이 가게 되면 나게 되는 여러가지 소리 효과들 (반사음, 에코, 음량감소, 특정 장소에서의 여러 가지 효과...)
명령어
명령어는 모델과 재질이 같습니다.:
$surfaceprop <name>
<name>은 <game>\scripts\surfaceproproperties_manifest.txt 파일에 기록이 되어 있으므로 해당 파일을 열어서 원하는 재질을 찾아보는 방법도 가능하다.
일반적으로 쓰이는 벨브의 소스엔진
This article has been marked as a candidate for speedy deletion for the following reason:
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourselfAdministrators / Moderators - Remember to check if anything links here and the page history before deleting.
재질 표면 목록에도 기록이 되어 있다.
이 QC 명령어는 2 군데에서 쓰이게 된다.
VMT 재질 파일 내에서..
$surfaceprop는 쉐이더의 부분으로 연결되어지지 않는다. 그러므로 언제든지 사용이 가능 하다. is not linked to any particular shader, so it can be used at any time.- 오로지 브러쉬 형태의 쉐이더들이 이 페러미터 값을 이용한다.
$surfacepropQC file에 들어간 충돌 속성값이 포함되게 됩니다. QC file에 아무것도 지정된것이 없다면 매우 기초적인 기본 물리 속성이 지정되게 됩니다.
모델 파일에서는...
- 어느 QC 명령어에 의해서 질량 값이 계산되어지는지를 정확히 알수는 없습니다만
$surfaceprop와prop_data둘 중 하나일 것입니다. $surfaceprop각각의
This article has been marked as a candidate for speedy deletion for the following reason:
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourselfAdministrators / Moderators - Remember to check if anything links here and the page history before deleting.
본 마다 $jointsurfaceprop QC 명령어를 이용해서 값을 정해 줄수 있습니다.