Skip to content

Instantly share code, notes, and snippets.

@VIRUXE
Last active December 19, 2022 00:02
Show Gist options
  • Save VIRUXE/d9eb9e3dee9919928a989afc23d9ee48 to your computer and use it in GitHub Desktop.
Save VIRUXE/d9eb9e3dee9919928a989afc23d9ee48 to your computer and use it in GitHub Desktop.
GTA V DLC internal names and their labels
dlc_labels = {
'mpbeach': 'Beach Bum',
'mpvalentines': 'Valentine\'s Day Massacre',
'mpbusiness': 'Business',
'mpbusiness2': 'High Life',
'mphipster': 'I\'m Not A Hipster',
'mpindependence': 'Independence Day',
'mppilot': 'San Andreas Flight School',
'mplts': 'Last Team Standing',
'mpchristmas2': 'Festive Surprise',
'mpheist': 'Heists',
'mpluxe': 'Ill-Gotten Gains',
'mpluxe2': 'Ill-Gotten Gains',
'mploweriders': 'Lowriders',
'mphalloween': 'Halloween Surprise',
'mpapartment': 'Executives and Other Criminals',
'mpxmas_604490': 'Festive Surprise 2015',
'mpjanuary2016': 'January 2016',
'mpvalentines2': 'Be My Valentine',
'mplowrider2': 'Lowriders: Custom Classics',
'mpexecutive': 'Further Adventures in Finance and Felony',
'mpstunt': 'Cunning Stunts',
'mpbiker': 'Bikers',
'mpimportexport': 'Import/Export',
'mpspecialraces': 'Cunning Stunts: Special Vehicle Circuit',
'mpgunrunning': 'Gunrunning',
'mpsmuggler': 'Smuggler\'s Run',
'mpchristmas2017': 'The Doomsday Heist',
'mpassault': 'Southern San Andreas Super Sport Series',
'mpbattle': 'After Hours',
'mpchristmas2018': 'Arena War',
'mpvinewood': 'The Diamond Casino & Resort',
'mpheist3': 'The Diamond Casino Heist',
'mpsum': 'Los Santos Summer Special',
'mpheist4': 'The Cayo Perico Heist',
'mptuner': 'Los Santos Tuners',
'mpsecurity': 'The Contract',
'mpsum2': 'The Criminal Enterprises',
'mpsum2_g9ec': 'The Criminal Enterprises',
'mpchristmas3': 'Los Santos Drug Wars',
'mpchristmas3_g9ec': 'Los Santos Drug Wars',
'spupgrade': 'Single Player Upgrade'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment