Difference between revisions of "04C7"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 11: Line 11:
 
:: Switch (0 = hide, {{hint|1|or any value other than 0}} = show)
 
:: Switch (0 = hide, {{hint|1|or any value other than 0}} = show)
  
This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes [[00BA]] or [[00BC]]. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a dark bar that scrolls down the screen and loops back after 64 frames. In Liberty City Stories, the scan line do not overlay the HUD as clearly, the dark green bar is thicker, and no number is displayed.
+
This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes [[00BA]] or [[00BC]]. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a dark bar 5 frames thick that scrolls down the screen and loops back after 62 frames. In Liberty City Stories, the scan line do not overlay the HUD as clearly, the dark green bar is thicker, and no number is displayed.
 
}}</onlyinclude>
 
}}</onlyinclude>
  

Revision as of 20:27, 4 March 2012

04C7 in action

Vice City


Description

Draws a green scan line overlay

Syntax

04C7: toggle_camera_green_scanlines [int]

Parameter

[int]
Switch (0 = hide, 1 = show)

This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes 00BA or 00BC. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a dark bar 5 frames thick that scrolls down the screen and loops back after 62 frames. In Liberty City Stories, the scan line do not overlay the HUD as clearly, the dark green bar is thicker, and no number is displayed.

Keywords

toggle, draw, camera, green, scanline, scanlines