Difference between revisions of "Blip"
(added iii) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | A '''blip''' is a marker or an icon on the game's radar. It is generally represented by a colored square, which | + | [[File:0186.jpg|thumb|An example of a blip with a marker on a car using opcode 0186 in Vice City.]] |
+ | A '''blip''' is a marker or an icon on the game's radar. It is generally represented by a colored square, which can be replaced with a sprite instead using certain opcodes. Since Vice City, square blips can change into a triangle pointing up or down depending on the elevation of the blip in relation to the player. Some blips placed in the world can mark its location in the world with a colored cylinder (called "sphere"). Some blips placed on an entity (character, vehicle, object, pickup, etc.) can mark its assignment to it with a colored arrow floating above it. | ||
== Mission script == | == Mission script == | ||
{| | {| | ||
− | | {{Icon|t}} || | + | | [[0161]] || {{Icon|t}} || adds a blip with properties to a car |
|- | |- | ||
− | | {{Icon|3}} {{Icon|VC}} || | + | | [[0162]] || {{Icon|3}} {{Icon|VC}} || adds a blip with properties to a character |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[0163]] || {{Icon|3}} || adds a blip with properties to an object |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0164]] || {{Icon|t}} || removes the blip |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0165]] || {{Icon|t}} || change the color of the blip |
|- | |- | ||
− | | {{Icon|3}} {{Icon|VC}} || | + | | [[0166]] || {{Icon|3}} {{Icon|VC}} || dims the blip |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0167]] || {{Icon|t}} || adds a blip with properties to a coordinates point |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0168]] || {{Icon|t}} || change the scale of the blip |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0186]] || {{Icon|t}} || adds a blip to a car |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0187]] || {{Icon|t}} || adds a blip to a character |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[0188]] || {{Icon|t}} || adds a blip to an object |
|- | |- | ||
− | | {{Icon|3}} {{Icon|VC}} || | + | | [[0189]] || {{Icon|3}} {{Icon|VC}} || adds a blip with a sphere to a contact point |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[018A]] || {{Icon|t}} || adds a blip to a coordinates point |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[018B]] || {{Icon|t}} || change the display of the blip |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[02A4]] || {{Icon|3}} || adds a sprite blip to a car |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[02A5]] || {{Icon|3}} || adds a sprite blip to a character |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[02A6]] || {{Icon|3}} || adds a sprite blip to an object |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[02A7]] || {{Icon|t}} || adds a sprite blip with a sphere to a contact point |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[02A8]] || {{Icon|t}} || adds a sprite blip to a coordinates point |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[03DB]] || {{Icon|3}} || adds a blip with properties to a pickup |
|- | |- | ||
− | | {{Icon|t}} || | + | | [[03DC]] || {{Icon|t}} || adds a blip to a pickup |
|- | |- | ||
− | | {{Icon|3}} || | + | | [[03DD]] || {{Icon|3}} || adds a sprite blip to a pickup |
+ | |- | ||
+ | | [[04CE]] || {{a|r}} | {{Icon|VC}} {{Icon|SA}} || adds a short range sprite blip to a coordinates point | ||
+ | |- | ||
+ | | [[0570]] || {{a|r}} | {{Icon|VC}} {{Icon|SA}} || adds a short range sprite blip to a contact point | ||
|} | |} | ||
+ | During [[0180|missions]], blips for contact points created using 0189, 02A7, and 0570 will disappear from the map until the mission ends. | ||
− | == List of | + | == List of sprites == |
+ | All textures are located in the <code>hud.txd</code> file. | ||
=== GTA III === | === GTA III === | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
− | ! | + | ! Id || Enum || Sprite || Texture || Notes |
|- | |- | ||
− | | 0 || - || - || Small blue square | + | | 0 || || - || - || Small blue square, unused |
|- | |- | ||
− | | 1 || || radar_asuka || Asuka Kasen | + | | 1 || RADAR_<wbr>SPRITE_<wbr>ASUKA || [[File:III_radar_asuka.png]] || radar_asuka || Asuka Kasen |
|- | |- | ||
− | | 2 || || radar_bomb || 8-Ball's bomb shop | + | | 2 || RADAR_<wbr>SPRITE_<wbr>BOMB || [[File:III_radar_bomb.png]] || radar_bomb || 8-Ball's bomb shop |
|- | |- | ||
− | | 3 || || radar_cat || Catalina | + | | 3 || RADAR_<wbr>SPRITE_<wbr>CAT || [[File:III_radar_cat.png]] || radar_cat || Catalina |
|- | |- | ||
− | | 4 || || radar_centre || Larger version of the player position icon, unused | + | | 4 || || [[File:III_radar_centre.png]] || radar_centre || Larger version of the player position icon, unused |
|- | |- | ||
− | | 5 || || radar_copcar || Cop car, unused | + | | 5 || || [[File:III_radar_copcar.png]] || radar_copcar || Cop car, unused |
|- | |- | ||
− | | 6 || || radar_don || Donald Love | + | | 6 || RADAR_<wbr>SPRITE_<wbr>DON || [[File:III_radar_don.png]] || radar_don || Donald Love |
|- | |- | ||
− | | 7 || || radar_eight || 8-Ball | + | | 7 || RADAR_<wbr>SPRITE_<wbr>EIGHT || [[File:III_radar_eight.png]] || radar_eight || 8-Ball |
|- | |- | ||
− | | 8 || || radar_el || El Burro | + | | 8 || RADAR_<wbr>SPRITE_<wbr>EL || [[File:III_radar_el.png]] || radar_el || El Burro (Diablo) |
|- | |- | ||
− | | 9 || || radar_ice || D-Ice | + | | 9 || RADAR_<wbr>SPRITE_<wbr>ICE || [[File:III_radar_ice.png]] || radar_ice || D-Ice (Hood) |
|- | |- | ||
− | | 10 || || radar_joey || Joey Leone | + | | 10 || RADAR_<wbr>SPRITE_<wbr>JOEY || [[File:III_radar_joey.png]] || radar_joey || Joey Leone |
|- | |- | ||
− | | 11 || || radar_kenji || Kenji Kasen | + | | 11 || RADAR_<wbr>SPRITE_<wbr>KENJI || [[File:III_radar_kenji.png]] || radar_kenji || Kenji Kasen |
|- | |- | ||
− | | 12 || || radar_liz || King Courtney | + | | 12 || RADAR_<wbr>SPRITE_<wbr>LIZ || [[File:III_radar_liz.png]] || radar_liz || King Courtney (Yardie) |
|- | |- | ||
− | | 13 || || radar_luigi || Luigi | + | | 13 || RADAR_<wbr>SPRITE_<wbr>LUIGI || [[File:III_radar_luigi.png]] || radar_luigi || Luigi |
|- | |- | ||
− | | 14 || || radar_north || North, unused | + | | 14 || || [[File:III_radar_north.png]] || radar_north || North, unused |
|- | |- | ||
− | | 15 || || radar_ray || Ray Machowski | + | | 15 || RADAR_<wbr>SPRITE_<wbr>RAY || [[File:III_radar_ray.png]] || radar_ray || Ray Machowski |
|- | |- | ||
− | | 16 || || radar_sal || Salvatore Leone | + | | 16 || RADAR_<wbr>SPRITE_<wbr>SAL || [[File:III_radar_sal.png]] || radar_sal || Salvatore Leone |
|- | |- | ||
− | | 17 || || radar_save || Safehouse | + | | 17 || || [[File:III_radar_save.png]] || radar_save || Safehouse |
|- | |- | ||
− | | 18 || || radar_spray || Pay 'n' Spray | + | | 18 || RADAR_<wbr>SPRITE_<wbr>SPRAY || [[File:III_radar_spray.png]] || radar_spray || Pay 'n' Spray |
|- | |- | ||
− | | 19 || || radar_tony || Toni Cipriani | + | | 19 || RADAR_<wbr>SPRITE_<wbr>TONY || [[File:III_radar_tony.png]] || radar_tony || Toni Cipriani |
|- | |- | ||
− | | 20 || || radar_weapon || Ammu-Nation | + | | 20 || RADAR_<wbr>SPRITE_<wbr>WEAPON || [[File:III_radar_weapon.png]] || radar_weapon || Ammu-Nation |
|} | |} | ||
=== Vice City === | === Vice City === | ||
− | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
− | ! | + | ! Id || [[SCM language III/VC definitions#RADAR_SPRITE|Enum]] || Sprite || Texture || GXT || Legend || Notes |
+ | |- | ||
+ | | 0 || RADAR_<wbr>SPRITE_<wbr>NONE || - || - || LG_35 || Destination || Small pink square, unused | ||
+ | |- | ||
+ | | 1 || RADAR_<wbr>SPRITE_<wbr>CENTRE || [[File:VC_radar_centre.png]] || radar_centre || - || - || Larger version of the player position icon, crashes game if viewed in pause menu map, unused | ||
+ | |- | ||
+ | | 2 || RADAR_<wbr>SPRITE_<wbr>MAP_HERE || [[File:VC_arrow.png|16px]] || arrow || LG_01 || Player position || Tiny version of the player position's pink arrow, unused | ||
+ | |- | ||
+ | | 3 || RADAR_<wbr>SPRITE_<wbr>NORTH || [[File:VC_radar_north.png]] || radar_north || - || - || North, crashes game if viewed in pause menu map, unused | ||
+ | |- | ||
+ | | 4 || RADAR_<wbr>SPRITE_<wbr>AVERY || [[File:VC_radar_avery.png]] || radar_avery || LG_02 || Avery Carrington || | ||
+ | |- | ||
+ | | 5 || RADAR_<wbr>SPRITE_<wbr>BIKER || [[File:VC_radar_biker.png]] || radar_biker || LG_03 || Biker Contact || Big Mitch Baker, unused | ||
+ | |- | ||
+ | | 6 || RADAR_<wbr>SPRITE_<wbr>CORTEZ || [[File:VC_radar_cortez.png]] || radar_cortez || LG_04 || Colonel Cortez || | ||
+ | |- | ||
+ | | 7 || RADAR_<wbr>SPRITE_<wbr>DIAZ || [[File:VC_radar_diaz.png]] || radar_diaz || LG_05 || Ricardo Diaz || | ||
+ | |- | ||
+ | | 8 || RADAR_<wbr>SPRITE_<wbr>KENT || [[File:VC_radar_kent.png]] || radar_kent || LG_06 || Kent Paul || | ||
+ | |- | ||
+ | | 9 || RADAR_<wbr>SPRITE_<wbr>LAWYER || [[File:VC_radar_lawyer.png]] || radar_lawyer || LG_07 || Lawyer || Ken Rosenberg | ||
+ | |- | ||
+ | | 10 || RADAR_<wbr>SPRITE_<wbr>PHIL || [[File:VC_radar_phil.png]] || radar_phil || LG_08 || Phil Cassidy || | ||
+ | |- | ||
+ | | 11 || RADAR_<wbr>SPRITE_<wbr>BIKERS || [[File:VC_bikers.png]] || bikers || LG_03 || Biker Contact || Big Mitch Baker | ||
+ | |- | ||
+ | | 12 || RADAR_<wbr>SPRITE_<wbr>BOATYARD || [[File:VC_boatyard.png]] || boatyard || LG_09 || Boatyard || | ||
+ | |- | ||
+ | | 13 || RADAR_<wbr>SPRITE_<wbr>MALIBUCLUB || [[File:VC_club.png]] || club || LG_10 || Malibu Club || | ||
+ | |- | ||
+ | | 14 || RADAR_<wbr>SPRITE_<wbr>CUBANS || [[File:VC_cubans.png]] || cubans || LG_11 || Cubans || Umberto Robina | ||
+ | |- | ||
+ | | 15 || RADAR_<wbr>SPRITE_<wbr>FILM || [[File:VC_filmstudio.png]] || filmstudio || LG_12 || Film Studio || Steve Scott | ||
+ | |- | ||
+ | | 16 || RADAR_<wbr>SPRITE_<wbr>GUN || [[File:VC_gun.png]] || gun || LG_13 || Ammu-Nation || | ||
+ | |- | ||
+ | | 17 || RADAR_<wbr>SPRITE_<wbr>HAITIANS || [[File:VC_haitians.png]] || haitians || LG_14 || Haitians || Auntie Poulet | ||
+ | |- | ||
+ | | 18 || RADAR_<wbr>SPRITE_<wbr>HARDWARE || [[File:VC_hardware.png]] || hardware || LG_15 || Hardware Store || | ||
+ | |- | ||
+ | | 19 || RADAR_<wbr>SPRITE_<wbr>SAVEHOUSE || [[File:VC_radar_save.png]] || radar_save || LG_16 || Safe House || | ||
+ | |- | ||
+ | | 20 || RADAR_<wbr>SPRITE_<wbr>STRIPCLUB || [[File:VC_radar_strip.png]] || radar_strip || LG_37 || Strip Club || Pole Position | ||
+ | |- | ||
+ | | 21 || RADAR_<wbr>SPRITE_<wbr>ICE || [[File:VC_icecream.png]] || icecream || LG_17 || Ice Cream || Cherry Poppers | ||
+ | |- | ||
+ | | 22 || RADAR_<wbr>SPRITE_<wbr>KCABS || [[File:VC_kcabs.png]] || kcabs || LG_18 || Kaufman Cabs || Taxi firm | ||
+ | |- | ||
+ | | 23 || RADAR_<wbr>SPRITE_<wbr>LOVEFIST || [[File:VC_lovefist.png]] || lovefist || LG_19 || Love Fist || | ||
+ | |- | ||
+ | | 24 || RADAR_<wbr>SPRITE_<wbr>PRINTWORKS || [[File:VC_printworks.png]] || printworks || LG_20 || Print Works || | ||
+ | |- | ||
+ | | 25 || RADAR_<wbr>SPRITE_<wbr>PROPERTY || - || - || - || - || no sprite | ||
+ | |- | ||
+ | | 26 || RADAR_<wbr>SPRITE_<wbr>SUNYARD || [[File:VC_SunYard.png]] || SunYard || LG_36 || Sun Yard || Sunshine Autos | ||
+ | |- | ||
+ | | 27 || RADAR_<wbr>SPRITE_<wbr>SPRAY || [[File:VC_spray.png]] || spray || LG_22 || Pay 'n' Spray || | ||
+ | |- | ||
+ | | 28 || RADAR_<wbr>SPRITE_<wbr>TSHIRT || [[File:VC_tshirt.png]] || tshirt || LG_23 || Clothes Shop || | ||
+ | |- | ||
+ | | 29 || RADAR_<wbr>SPRITE_<wbr>TOMMY || [[File:VC_tommy.png]] || tommy || LG_24 || Tommy's Mansion || | ||
+ | |- | ||
+ | | 30 || RADAR_<wbr>SPRITE_<wbr>PHONE || [[File:VC_phone.png]] || phone || LG_25 || Telephone || Assassination | ||
+ | |- | ||
+ | | 31 || RADAR_<wbr>SPRITE_<wbr>RADIO_WILDSTYLE || [[File:VC_RWildstyle.png]] || RWildstyle || LG_26 || Wildstyle Radio Station || unused | ||
+ | |- | ||
+ | | 32 || RADAR_<wbr>SPRITE_<wbr>RADIO_FLASH || [[File:VC_RFlash.png]] || RFlash || LG_27 || Flash FM Radio Station || unused | ||
+ | |- | ||
+ | | 33 || RADAR_<wbr>SPRITE_<wbr>RADIO_KCHAT || [[File:VC_RKchat.png]] || RKchat || LG_28 || KChat Radio Station || unused | ||
+ | |- | ||
+ | | 34 || RADAR_<wbr>SPRITE_<wbr>RADIO_FEVER || [[File:VC_RFever.png]] || RFever || LG_29 || Fever 105 Radio Station || unused | ||
+ | |- | ||
+ | | 35 || RADAR_<wbr>SPRITE_<wbr>RADIO_VROCK || [[File:VC_RVRock.png]] || RVRock || LG_30 || VROck Radio Station Radio Station || sic, unused | ||
+ | |- | ||
+ | | 36 || RADAR_<wbr>SPRITE_<wbr>RADIO_VCPR || [[File:VC_RVCPR.png]] || RVCPR || LG_31 || VCPR Radio Station || unused | ||
+ | |- | ||
+ | | 37 || RADAR_<wbr>SPRITE_<wbr>RADIO_ESPANTOSO || [[File:VC_REspantoso.png]] || REspantoso || LG_32 || Espantoso Radio Station || unused | ||
+ | |- | ||
+ | | 38 || RADAR_<wbr>SPRITE_<wbr>RADIO_EMOTION || [[File:VC_REmotion.png]] || REmotion || LG_33 || Emotion 98.3 Radio Station || unused | ||
+ | |- | ||
+ | | 39 || RADAR_<wbr>SPRITE_<wbr>RADIO_WAVE || [[File:VC_RWave.png]] || RWave || LG_34 || Wave 103 Radio Station || unused | ||
+ | |} | ||
+ | |||
+ | === San Andreas === | ||
+ | {| class="wikitable sortable" | ||
+ | ! Id || Sprite || Texture || GXT || Legend || Notes | ||
+ | |- | ||
+ | | 0 || || || || || | ||
+ | |- | ||
+ | | 1 || || || || || | ||
+ | |- | ||
+ | | 2 || || || || || | ||
+ | |- | ||
+ | | 3 || || || || || | ||
+ | |- | ||
+ | | 4 || [[File:SA_radar_north.png]] || radar_north || || || | ||
+ | |- | ||
+ | | 5 || [[File:SA_radar_airYard.png]] || radar_airYard || LG_02 || Air yard || | ||
+ | |- | ||
+ | | 6 || [[File:SA_radar_ammugun.png]] || radar_ammugun || LG_03 || Ammu-Nation || | ||
+ | |- | ||
+ | | 7 || [[File:SA_radar_barbers.png]] || radar_barbers || LG_04 || Barbers || | ||
+ | |- | ||
+ | | 8 || [[File:SA_radar_BIGSMOKE.png]] || radar_BIGSMOKE || LG_05 || Big Smoke || | ||
+ | |- | ||
+ | | 9 || [[File:SA_radar_boatyard.png]] || radar_boatyard || LG_06 || Boat Yard || | ||
+ | |- | ||
+ | | 10 || [[File:SA_radar_burgerShot.png]] || radar_burgerShot || LG_07 || Burger Shot || | ||
+ | |- | ||
+ | | 11 || [[File:SA_radar_bulldozer.png]] || radar_bulldozer || LG_66 || Quarry || | ||
+ | |- | ||
+ | | 12 || [[File:SA_radar_CATALINAPINK.png]] || radar_CATALINAPINK || LG_09 || Catalina || | ||
+ | |- | ||
+ | | 13 || [[File:SA_radar_CESARVIAPANDO.png]] || radar_CESARVIAPANDO || LG_10 || Cesar || | ||
+ | |- | ||
+ | | 14 || [[File:SA_radar_chicken.png]] || radar_chicken || LG_11 || Cluckin Bell || | ||
+ | |- | ||
+ | | 15 || [[File:SA_radar_CJ.png]] || radar_CJ || LG_12 || CJ || | ||
+ | |- | ||
+ | | 16 || [[File:SA_radar_CRASH1.png]] || radar_CRASH1 || LG_13 || Crash || | ||
+ | |- | ||
+ | | 17 || [[File:SA_radar_diner.png]] || radar_diner || LG_67 || Diner || | ||
+ | |- | ||
+ | | 18 || [[File:SA_radar_emmetGun.png]] || radar_emmetGun || LG_15 || Emmet || | ||
|- | |- | ||
− | | | + | | 19 || [[File:SA_radar_enemyAttack.png]] || radar_enemyAttack || LG_16 || Enemy Attack || |
|- | |- | ||
− | | | + | | 20 || [[File:SA_radar_fire.png]] || radar_fire || LG_17 || Fire || |
|- | |- | ||
− | | | + | | 21 || [[File:SA_radar_girlfriend.png]] || radar_girlfriend || LG_18 || Girlfriend || |
|- | |- | ||
− | | | + | | 22 || [[File:SA_radar_hostpital.png]] || radar_hostpital || LG_19 || Hospital || |
|- | |- | ||
− | | | + | | 23 || [[File:SA_radar_LocoSyndicate.png]] || radar_LocoSyndicate || LG_20 || Loco || |
|- | |- | ||
− | | | + | | 24 || [[File:SA_radar_MADDOG.png]] || radar_MADDOG || LG_21 || Maddog || |
|- | |- | ||
− | | | + | | 25 || [[File:SA_radar_mafiaCasino.png]] || radar_mafiaCasino || LG_22 || Mafia || |
|- | |- | ||
− | | | + | | 26 || [[File:SA_radar_MCSTRAP.png]] || radar_MCSTRAP || LG_23 || MC Strap || |
|- | |- | ||
− | | | + | | 27 || [[File:SA_radar_modGarage.png]] || radar_modGarage || LG_24 || Mod Garage || |
|- | |- | ||
− | | | + | | 28 || [[File:SA_radar_OGLOC.png]] || radar_OGLOC || LG_25 || OG Loc || |
|- | |- | ||
− | | | + | | 29 || [[File:SA_radar_pizza.png]] || radar_pizza || LG_26 || Well Stacked Pizza Co || |
|- | |- | ||
− | | | + | | 30 || [[File:SA_radar_police.png]] || radar_police || LG_27 || Police || |
|- | |- | ||
− | | | + | | 31 || [[File:SA_radar_propertyG.png]] || radar_propertyG || LG_28 || Property for sale || |
|- | |- | ||
− | | | + | | 32 || [[File:SA_radar_propertyR.png]] || radar_propertyR || LG_29 || Property not for sale || |
|- | |- | ||
− | | | + | | 33 || [[File:SA_radar_race.png]] || radar_race || LG_30 || Race || |
|- | |- | ||
− | | | + | | 34 || [[File:SA_radar_RYDER.png]] || radar_RYDER || LG_31 || Ryder || |
|- | |- | ||
− | | | + | | 35 || [[File:SA_radar_saveGame.png]] || radar_saveGame || LG_32 || Safe House || |
|- | |- | ||
− | | | + | | 36 || [[File:SA_radar_school.png]] || radar_school || LG_33 || School || |
|- | |- | ||
− | | | + | | 37 || [[File:SA_radar_qmark.png]] || radar_qmark || LG_63 || Mystery || |
|- | |- | ||
− | | | + | | 38 || [[File:SA_radar_SWEET.png]] || radar_SWEET || LG_35 || Sweet || |
|- | |- | ||
− | | | + | | 39 || [[File:SA_radar_tattoo.png]] || radar_tattoo || LG_36 || Tattoo || |
|- | |- | ||
− | | | + | | 40 || [[File:SA_radar_THETRUTH.png]] || radar_THETRUTH || LG_37 || The Truth || |
|- | |- | ||
− | | | + | | 41 || [[File:SA_radar_waypoint.png]] || radar_waypoint || LG_64 || Player target || |
|- | |- | ||
− | | | + | | 42 || [[File:SA_radar_TorenoRanch.png]] || radar_TorenoRanch || LG_39 || Torenos Ranch || |
|- | |- | ||
− | | | + | | 43 || [[File:SA_radar_triads.png]] || radar_triads || LG_40 || Triads || |
|- | |- | ||
− | | | + | | 44 || [[File:SA_radar_triadsCasino.png]] || radar_triadsCasino || LG_41 || Triads Casino || |
|- | |- | ||
− | | | + | | 45 || [[File:SA_radar_tshirt.png]] || radar_tshirt || LG_42 || Clothes Shop || |
|- | |- | ||
− | | | + | | 46 || [[File:SA_radar_WOOZIE.png]] || radar_WOOZIE || LG_43 || Woozie || |
|- | |- | ||
− | | | + | | 47 || [[File:SA_radar_ZERO.png]] || radar_ZERO || LG_44 || Zero || |
|- | |- | ||
− | | | + | | 48 || [[File:SA_radar_dateDisco.png]] || radar_dateDisco || LG_45 || Disco Date || |
|- | |- | ||
− | | | + | | 49 || [[File:SA_radar_dateDrink.png]] || radar_dateDrink || LG_46 || Drinking Date || |
|- | |- | ||
− | | | + | | 50 || [[File:SA_radar_dateFood.png]] || radar_dateFood || LG_47 || Restaurant || |
|- | |- | ||
− | | | + | | 51 || [[File:SA_radar_truck.png]] || radar_truck || LG_48 || Trucking || |
|- | |- | ||
− | | | + | | 52 || [[File:SA_radar_cash.png]] || radar_cash || LG_51 || Robbery || |
|- | |- | ||
− | | | + | | 53 || [[File:SA_radar_Flag.png]] || radar_Flag || LG_52 || Race Tournament || |
|- | |- | ||
− | | | + | | 54 || [[File:SA_radar_gym.png]] || radar_gym || LG_53 || Gym || |
|- | |- | ||
− | | | + | | 55 || [[File:SA_radar_impound.png]] || radar_impound || LG_57 || Car impound || |
|- | |- | ||
− | | | + | | 56 || [[File:SA_radar_light.png]] || radar_light || || || |
|- | |- | ||
− | | | + | | 57 || [[File:SA_radar_runway.png]] || radar_runway || LG_65 || Nearest air strip || |
|- | |- | ||
− | | | + | | 58 || [[File:SA_radar_gangB.png]] || radar_gangB || LG_58 || Varrios Los Aztecas || |
+ | |- | ||
+ | | 59 || [[File:SA_radar_gangP.png]] || radar_gangP || LG_59 || Ballas || | ||
+ | |- | ||
+ | | 60 || [[File:SA_radar_gangY.png]] || radar_gangY || LG_60 || Los Santos Vagos || | ||
+ | |- | ||
+ | | 61 || [[File:SA_radar_gangN.png]] || radar_gangN || LG_61 || San Fierro Rifa || | ||
+ | |- | ||
+ | | 62 || [[File:SA_radar_gangG.png]] || radar_gangG || LG_62 || Families || | ||
+ | |- | ||
+ | | 63 || [[File:SA_radar_spray.png]] || radar_spray || LG_34 || Pay n Spray || | ||
|} | |} | ||
− | {{N|SA|VC|3}} | + | === GTA IV === |
+ | '' See main article: [[Blip (GTA IV)]] '' | ||
+ | |||
+ | === GTA V === | ||
+ | '' See main article: [[Blip Sprite IDs]] '' | ||
+ | |||
+ | == External links == | ||
+ | {{GTAF|871359}} – Blip/Marker struct documentation | ||
+ | |||
+ | {{N|5|4|SA|VC|3}} | ||
[[Category:Mission Script]] | [[Category:Mission Script]] |
Latest revision as of 03:16, 7 August 2020
A blip is a marker or an icon on the game's radar. It is generally represented by a colored square, which can be replaced with a sprite instead using certain opcodes. Since Vice City, square blips can change into a triangle pointing up or down depending on the elevation of the blip in relation to the player. Some blips placed in the world can mark its location in the world with a colored cylinder (called "sphere"). Some blips placed on an entity (character, vehicle, object, pickup, etc.) can mark its assignment to it with a colored arrow floating above it.
Contents
Mission script
0161 | adds a blip with properties to a car | |
0162 | adds a blip with properties to a character | |
0163 | adds a blip with properties to an object | |
0164 | removes the blip | |
0165 | change the color of the blip | |
0166 | dims the blip | |
0167 | adds a blip with properties to a coordinates point | |
0168 | change the scale of the blip | |
0186 | adds a blip to a car | |
0187 | adds a blip to a character | |
0188 | adds a blip to an object | |
0189 | adds a blip with a sphere to a contact point | |
018A | adds a blip to a coordinates point | |
018B | change the display of the blip | |
02A4 | adds a sprite blip to a car | |
02A5 | adds a sprite blip to a character | |
02A6 | adds a sprite blip to an object | |
02A7 | adds a sprite blip with a sphere to a contact point | |
02A8 | adds a sprite blip to a coordinates point | |
03DB | adds a blip with properties to a pickup | |
03DC | adds a blip to a pickup | |
03DD | adds a sprite blip to a pickup | |
04CE | adds a short range sprite blip to a coordinates point | |
0570 | adds a short range sprite blip to a contact point |
During missions, blips for contact points created using 0189, 02A7, and 0570 will disappear from the map until the mission ends.
List of sprites
All textures are located in the hud.txd
file.
GTA III
Vice City
Id | Enum | Sprite | Texture | GXT | Legend | Notes |
---|---|---|---|---|---|---|
0 | RADAR_ |
- | - | LG_35 | Destination | Small pink square, unused |
1 | RADAR_ |
radar_centre | - | - | Larger version of the player position icon, crashes game if viewed in pause menu map, unused | |
2 | RADAR_ |
arrow | LG_01 | Player position | Tiny version of the player position's pink arrow, unused | |
3 | RADAR_ |
radar_north | - | - | North, crashes game if viewed in pause menu map, unused | |
4 | RADAR_ |
radar_avery | LG_02 | Avery Carrington | ||
5 | RADAR_ |
radar_biker | LG_03 | Biker Contact | Big Mitch Baker, unused | |
6 | RADAR_ |
radar_cortez | LG_04 | Colonel Cortez | ||
7 | RADAR_ |
radar_diaz | LG_05 | Ricardo Diaz | ||
8 | RADAR_ |
radar_kent | LG_06 | Kent Paul | ||
9 | RADAR_ |
radar_lawyer | LG_07 | Lawyer | Ken Rosenberg | |
10 | RADAR_ |
radar_phil | LG_08 | Phil Cassidy | ||
11 | RADAR_ |
bikers | LG_03 | Biker Contact | Big Mitch Baker | |
12 | RADAR_ |
boatyard | LG_09 | Boatyard | ||
13 | RADAR_ |
club | LG_10 | Malibu Club | ||
14 | RADAR_ |
cubans | LG_11 | Cubans | Umberto Robina | |
15 | RADAR_ |
filmstudio | LG_12 | Film Studio | Steve Scott | |
16 | RADAR_ |
gun | LG_13 | Ammu-Nation | ||
17 | RADAR_ |
haitians | LG_14 | Haitians | Auntie Poulet | |
18 | RADAR_ |
hardware | LG_15 | Hardware Store | ||
19 | RADAR_ |
radar_save | LG_16 | Safe House | ||
20 | RADAR_ |
radar_strip | LG_37 | Strip Club | Pole Position | |
21 | RADAR_ |
icecream | LG_17 | Ice Cream | Cherry Poppers | |
22 | RADAR_ |
kcabs | LG_18 | Kaufman Cabs | Taxi firm | |
23 | RADAR_ |
lovefist | LG_19 | Love Fist | ||
24 | RADAR_ |
printworks | LG_20 | Print Works | ||
25 | RADAR_ |
- | - | - | - | no sprite |
26 | RADAR_ |
SunYard | LG_36 | Sun Yard | Sunshine Autos | |
27 | RADAR_ |
spray | LG_22 | Pay 'n' Spray | ||
28 | RADAR_ |
tshirt | LG_23 | Clothes Shop | ||
29 | RADAR_ |
tommy | LG_24 | Tommy's Mansion | ||
30 | RADAR_ |
phone | LG_25 | Telephone | Assassination | |
31 | RADAR_ |
RWildstyle | LG_26 | Wildstyle Radio Station | unused | |
32 | RADAR_ |
RFlash | LG_27 | Flash FM Radio Station | unused | |
33 | RADAR_ |
RKchat | LG_28 | KChat Radio Station | unused | |
34 | RADAR_ |
RFever | LG_29 | Fever 105 Radio Station | unused | |
35 | RADAR_ |
RVRock | LG_30 | VROck Radio Station Radio Station | sic, unused | |
36 | RADAR_ |
RVCPR | LG_31 | VCPR Radio Station | unused | |
37 | RADAR_ |
REspantoso | LG_32 | Espantoso Radio Station | unused | |
38 | RADAR_ |
REmotion | LG_33 | Emotion 98.3 Radio Station | unused | |
39 | RADAR_ |
RWave | LG_34 | Wave 103 Radio Station | unused |
San Andreas
GTA IV
See main article: Blip (GTA IV)
GTA V
See main article: Blip Sprite IDs
External links
GTAForums topic – Blip/Marker struct documentation
Grand Theft Auto V | |
---|---|
File Formats | .awc • .dat • .gfx • .gxt2 • .ide • .meta/.ymt/.xml • .mrf • .patch • .rpf • .ybn/.ybd • .ycd • .ydd • .ydr • .yed • .yfd • .yft • .yld • .ymap • .ymf • .ynd • .ynv • .ypdb • .ysc • .ytd • .ytyp • .yvr |
Documentation | Bink Video • Native functions • Weather types |
Tools | OpenIV • GIMS Evo • CodeWalker |
Multiplayer | GTAForums: GTA Online |
Useful links | Community portal • Discussion forums • GTA V Modding Forum • GTA5-Mods • Native Functions Database (alloc8or) |
Grand Theft Auto IV | |
---|---|
File Formats | .dat • .gxt • .ide • .img • .ipl • .nod • .sco • .rpf • .rrr • .wad • .wbd/.wbn • .wdd • .wdr • .wft • .whm • .wpl • .wtd |
Documentation | Audio • Bink Video • Cryptography • Cutscenes • GXT Text • Image listing • Keycodes • Map Listing • Native functions • Paths • Radar Blips • Radio Stations • Saves • Scenarios • VTable • Weapons |
Tools | ASI Loader • ENBSeries • G-Texture • GIMS IV • Ingame WPL Editor • IV Needle • OpenIV • SparkIV • XLiveLess • WPL Manager • X Mod Installer Alice • C++ Script Hook • .NET Script Hook • Scocl |
Tutorials | Importing Textures with OpenIV • Importing Textures with SparkIV |
Modifications | GTA Connected • Gostown IV • Four Multiplayer • IV Multiplayer • CitizenMP:IV Reloaded |
Useful links | Community portal • Discussion forums • Modding forums • Mods on GTAGarage.com |