Difference between revisions of "00BA"
Jump to navigation
Jump to search
m |
(images updated) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | ''' | + | | games = {{Icon|t}} |
− | ''' | + | | command = PRINT_BIG |
− | ''' | + | | description = Prints a high-priority [[Text#Big message|big message]] |
− | ''' | + | | syntax1 = 00BA: text_styled '[''string'']' time [''int1''] style [''int2''] |
− | + | | p1t = [''string''] | |
+ | | p1d = [[GXT]] key | ||
+ | | p2t = [''int1''] | ||
+ | | p2d = Time in milliseconds | ||
+ | | p3t = [''int2''] | ||
+ | | p3d = Style (see below) | ||
+ | | native = [[PRINT_BIG]] | ||
+ | }} | ||
− | This opcode | + | This opcode prints a big message. Several messages of different styles can be displayed on the screen at the same time. Displaying another message of the same style will overwrite the previous message except when the style involves fading (styles 1 and 2) — the message will be overwritten once the fading sequence finishes before the time on the next message ends. This opcode takes priority over [[0217]], another opcode that behaves almost like this opcode but with a lower priority. |
− | ==Styles of text | + | == Styles of text == |
− | Style 1 | + | {|class="wikitable center-col-1" |
− | + | !Style ||{{Icon|3}} ||{{Icon|VC}} ||{{Icon|SA}} ||Description | |
− | The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. | + | |- |
+ | |1 | ||
+ | |[[File:3Style1.png|150px|Style 1]] | ||
+ | |[[File:VC_Big_message-1.png|150px|Style 1]] | ||
+ | |[[File:Style1.png|150px|Style 1]] | ||
+ | |The text fades in, displays for five seconds, and then fades out. The style follows the exact fading sequence and so does not strictly follow time duration. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. | ||
+ | |- | ||
+ | |2 | ||
+ | |[[File:3Style2.png|150px|Style 2]] | ||
+ | |[[File:VC_Big_message-2.png|150px|Style 2]] | ||
+ | |[[File:Style2.png|150px|Style 2]] | ||
+ | |The text fades in, displays for five seconds, and then fades out. The style follows the exact fading sequence and so does not strictly follow time duration. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. | ||
+ | |- | ||
+ | |3 | ||
+ | |[[File:3Style3.png|150px|Style 3]] | ||
+ | |[[File:VC_Big_message-3.png|150px|Style 3]] | ||
+ | |[[File:Style3.png|150px|Style 3]] | ||
+ | |The text fades in but will keep on displaying regardless of time set to display it. This should not be used. | ||
+ | |- | ||
+ | |4 | ||
+ | |[[File:3Style4.png|150px|Style 4]] | ||
+ | |[[File:VC_Big_message-4.png|150px|Style 4]] | ||
+ | |[[File:Style4.png|150px|Style 4]] | ||
+ | |The text pops in and out. | ||
+ | |- | ||
+ | |5 | ||
+ | |[[File:3Style5.png|150px|Style 5]] | ||
+ | |[[File:VC_Big_message-5.png|150px|Style 5]] | ||
+ | |[[File:Style5.png|150px|Style 5]] | ||
+ | |The text pops in and out. | ||
+ | |- | ||
+ | |6 | ||
+ | |[[File:3Style6.png|150px|Style 6]] | ||
+ | |[[File:VC_Big_message-6.png|150px|Style 6]] | ||
+ | |[[File:Style6.png|150px|Style 6]] | ||
+ | |The text pops in and out. If time to display is long, displays for three seconds, then disappears for five seconds, then reappear, repeating the sequence until the time has expired. Strictly follows time duration unlike styles 1 and 2. | ||
+ | |- | ||
+ | |7 | ||
+ | |{{a|c}} |— | ||
+ | |{{a|c}} |— | ||
+ | |[[File:Style7.png|150px|Style 7]] | ||
+ | |The text pops in and out. | ||
+ | |} | ||
− | + | {| class="wikitable" | |
− | http://img.photobucket.com/albums/v41/spaceeinstein/ | + | ! Liberty City Stories |
− | The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. | + | ! Description |
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style1LCS.jpg] | ||
+ | | The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style2LCS.jpg] | ||
+ | | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style3LCS.jpg] | ||
+ | | The text fades in but will keep on displaying regardless of time set to display it. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style4LCS.jpg] | ||
+ | | The text pops in and out. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style5LCS.jpg] | ||
+ | | The text pops in and out. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style6LCS.jpg] | ||
+ | | The text pops in and out. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style7LCS.jpg] | ||
+ | | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style8LCS.jpg] | ||
+ | | The text pops in and out. | ||
+ | |- | ||
+ | | [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style9LCS.jpg] | ||
+ | | The text pops in and out. | ||
+ | |} | ||
− | + | == Keywords == | |
− | + | print, text, style, styled, big | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==Keywords== | ||
− | text, style, styled | ||
− |
Latest revision as of 04:26, 1 December 2016
- Description
- Prints a high-priority big message
- Syntax
- 00BA: text_styled '[string]' time [int1] style [int2]
- Parameter
- [string]
- GXT key
- [int1]
- Time in milliseconds
- [int2]
- Style (see below)
- Native analog
- PRINT_BIG
This opcode prints a big message. Several messages of different styles can be displayed on the screen at the same time. Displaying another message of the same style will overwrite the previous message except when the style involves fading (styles 1 and 2) — the message will be overwritten once the fading sequence finishes before the time on the next message ends. This opcode takes priority over 0217, another opcode that behaves almost like this opcode but with a lower priority.
Styles of text
Liberty City Stories | Description |
---|---|
[1] | The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired. |
[2] | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. |
[3] | The text fades in but will keep on displaying regardless of time set to display it. |
[4] | The text pops in and out. |
[5] | The text pops in and out. |
[6] | The text pops in and out. |
[7] | The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired. |
[8] | The text pops in and out. |
[9] | The text pops in and out. |
Keywords
print, text, style, styled, big