Ru/QC: Difference between revisions
< Ru
Jump to navigation
Jump to search
m (-Using L template for links) |
m (Multipage removal) |
||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{gldsrc topicon}}{{source topicon}} | |||
:''Для полного списка '''QC команд''', смотрите {{LCategory|QC Commands|Категория:QC Команды}}.'' | :''Для полного списка '''QC команд''', смотрите {{LCategory|QC Commands|Категория:QC Команды}}.'' | ||
:''Чтобы узнать как '''компилировать модели''', смотрите {{L|Compiling a model|Компиляция модели}}.'' | :''Чтобы узнать как '''компилировать модели''', смотрите {{L|Compiling a model|Компиляция модели}}.'' | ||
Line 37: | Line 39: | ||
* [[Notepad++ VDF languages]] {{en}} | * [[Notepad++ VDF languages]] {{en}} | ||
* [[Highlighting and Compiling QCs with ConTEXT]] {{en}} | * [[Highlighting and Compiling QCs with ConTEXT]] {{en}} | ||
{{ACategory|Modeling}} | |||
{{ACategory|Plain text formats}} | |||
{{stub}} |
Revision as of 10:14, 12 July 2024
- Для полного списка QC команд, смотрите Категория:QC Команды .
- Чтобы узнать как компилировать модели, смотрите Компиляция модели .
QC файл это скрипт, контролирующий процесс "компиляции" SMD файлов в бинарный формат MDL, который можно загрузить в игре. QC файл определяет местоположение и название модели, какие SMD файлы будут использоваться для видимой геометрии модели, модели столкновений и анимации , как модель реагирует на выстрелы, и так далее.
Комментарии могут быть строками, начинающимися с //
, #
или ;
, или блоками, содержащуюся между /*
и */
.



qci
.Простой пример
Вот простой пример QC файла для твёрдо тельной модели без анимаций или особых свойств:
$modelname "props_sdk\myfirstmodel.mdl" $body mybody "myfirstmodel-ref.smd" $surfaceprop combine_metal $cdmaterials "models\props_sdk" $sequence idle "myfirstmodel-ref.smd" // анимация не желается, используем модель-референс $collisionmodel "myfirstmodel-phys.smd" { $concave }
Файловый формат
[Нужно сделать]
Файлы
[Нужно сделать]
Смотрите также

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.

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.

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.