Difference between revisions of "HIER"
Jump to navigation
Jump to search
(created page) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{IdeSection | {{IdeSection | ||
− | | game = | + | | game = {{Icon|t}} {{Icon|4}} |
− | | description = Used to define | + | | description = Used to define cutscene objects |
}} | }} | ||
− | '''HIER''' is a section in the [[item definition]] file. It is used to define cutscene objects. Opcode [[02F3]] depends on objects being defined within this section. | + | '''HIER''' is a section in the [[item definition]] file in [[GTA III]], [[Vice City]], [[San Andreas]], and [[GTA IV]]. It is used to define cutscene objects. Opcode [[02F3]] depends on objects being defined within this section. |
== Format == | == Format == | ||
− | {| | + | === GTA III, Vice City, and San Andreas === |
− | ! | + | {{Pre| |
− | ! | + | hier |
− | ! | + | Id, ModelName, TxdName |
+ | end | ||
+ | }} | ||
+ | {|class="wikitable center-col-1 center-col-2" style="width: 100%;" | ||
+ | ! style="width: 4em;"| {{Icon|trilogy}} | ||
+ | ! style="width: 12em;"| Identifier | ||
+ | ! style="width: 6em;" | Type | ||
! Description | ! Description | ||
|- | |- | ||
− | | | + | | A || Id || integer || Unique object ID |
|- | |- | ||
− | | | + | | B || ModelName || string || Cutscene object name. The model does not have to exist; the name is merely a placeholder for the script file to use. |
|- | |- | ||
− | | | + | | C || TxdName || string || Cutscene object texture. The texture does not have to exist for the same reason. |
|} | |} | ||
== Statistics == | == Statistics == | ||
Total number of HIER entries in: | Total number of HIER entries in: | ||
− | :GTA III: 5 | + | :GTA III: 5 (max 5) |
− | :Vice City: 5 | + | :Vice City: 5 (max 5) |
:San Andreas: 35 | :San Andreas: 35 | ||
[[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]] | [[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]] |
Latest revision as of 18:31, 10 November 2016
Supported games: | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Brief description: | Used to define cutscene objects | |||||||||||||||
IDE Sections:
|
HIER is a section in the item definition file in GTA III, Vice City, San Andreas, and GTA IV. It is used to define cutscene objects. Opcode 02F3 depends on objects being defined within this section.
Format
GTA III, Vice City, and San Andreas
hier Id, ModelName, TxdName end
Statistics
Total number of HIER entries in:
- GTA III: 5 (max 5)
- Vice City: 5 (max 5)
- San Andreas: 35