Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 65 additions & 1 deletion include/anim.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,24 @@ static StringView AnimationNames[] = {
"BIKE_DBZ:PASS_DRIVEBY_FWD",
"BIKE_DBZ:PASS_DRIVEBY_LHS",
"BIKE_DBZ:PASS_DRIVEBY_RHS",
"BLOWJOBZ:BJ_CAR_END_P",
"BLOWJOBZ:BJ_CAR_END_W",
"BLOWJOBZ:BJ_CAR_LOOP_P",
"BLOWJOBZ:BJ_CAR_LOOP_W",
"BLOWJOBZ:BJ_CAR_START_P",
"BLOWJOBZ:BJ_CAR_START_W",
"BLOWJOBZ:BJ_COUCH_END_P",
"BLOWJOBZ:BJ_COUCH_END_W",
"BLOWJOBZ:BJ_COUCH_LOOP_P",
"BLOWJOBZ:BJ_COUCH_LOOP_W",
"BLOWJOBZ:BJ_COUCH_START_P",
"BLOWJOBZ:BJ_COUCH_START_W",
"BLOWJOBZ:BJ_STAND_END_P",
"BLOWJOBZ:BJ_STAND_END_W",
"BLOWJOBZ:BJ_STAND_LOOP_P",
"BLOWJOBZ:BJ_STAND_LOOP_W",
"BLOWJOBZ:BJ_STAND_START_P",
"BLOWJOBZ:BJ_STAND_START_W",
"BMX:BMX_BACK",
"BMX:BMX_BUNNYHOP",
"BMX:BMX_DRIVEBYFT",
Expand Down Expand Up @@ -1424,6 +1442,26 @@ static StringView AnimationNames[] = {
"SCRATCHING:SCSHRTR",
"SCRATCHING:SC_LTOR",
"SCRATCHING:SC_RTOL",
"SEX:SEX_1TO2_P",
"SEX:SEX_1TO2_W",
"SEX:SEX_1_CUM_P",
"SEX:SEX_1_CUM_W",
"SEX:SEX_1_FAIL_P",
"SEX:SEX_1_FAIL_W",
"SEX:SEX_1_P",
"SEX:SEX_1_W",
"SEX:SEX_2TO3_P",
"SEX:SEX_2TO3_W",
"SEX:SEX_2_FAIL_P",
"SEX:SEX_2_FAIL_W",
"SEX:SEX_2_P",
"SEX:SEX_2_W",
"SEX:SEX_3TO1_P",
"SEX:SEX_3TO1_W",
"SEX:SEX_3_FAIL_P",
"SEX:SEX_3_FAIL_W",
"SEX:SEX_3_P",
"SEX:SEX_3_W",
"SHAMAL:SHAMAL_ALIGN",
"SHAMAL:SHAMAL_GETIN_LHS",
"SHAMAL:SHAMAL_GETOUT_LHS",
Expand Down Expand Up @@ -1472,6 +1510,28 @@ static StringView AnimationNames[] = {
"SMOKING:M_SMK_OUT",
"SMOKING:M_SMK_TAP",
"SNIPER:WEAPON_SNIPER",
"SNM:SNM_CANED_IDLE_P",
"SNM:SNM_CANED_IDLE_W",
"SNM:SNM_CANED_P",
"SNM:SNM_CANED_W",
"SNM:SNM_CANE_IDLE_P",
"SNM:SNM_CANE_IDLE_W",
"SNM:SNM_CANE_P",
"SNM:SNM_CANE_W",
"SNM:SPANKEDP",
"SNM:SPANKEDW",
"SNM:SPANKED_IDLEP",
"SNM:SPANKED_IDLEW",
"SNM:SPANKINGP",
"SNM:SPANKINGW",
"SNM:SPANKING_ENDP",
"SNM:SPANKING_ENDW",
"SNM:SPANKING_IDLEP",
"SNM:SPANKING_IDLEW",
"SNM:SPANKING_SITTINGIDLEP",
"SNM:SPANKING_SITTINGIDLEW",
"SNM:SPANKING_SITTINGP",
"SNM:SPANKING_SITTINGW",
"SPRAYCAN:SPRAYCAN_FIRE",
"SPRAYCAN:SPRAYCAN_FULL",
"STRIP:PLY_CASH",
Expand Down Expand Up @@ -1817,7 +1877,7 @@ static StringView AnimationNames[] = {
"RUNNINGMAN:DANCE_B16",
"RUNNINGMAN:DANCE_LOOP",
"SAMP:FISHINGIDLE",
// TODO: Add The "SEX", "SNM", and "BLOWJOBZ" animations, optionally based on version.
// Added BLOWJOBZ, SEX and SNM animations.
};

static StringView AnimLibs[] = {
Expand All @@ -1835,6 +1895,7 @@ static StringView AnimLibs[] = {
"BIKELEAP",
"BIKES",
"BIKEV",
"BLOWJOBZ",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are already handled as a special case in animationLibraryValid

"BMX",
"BOMBER",
"BOX",
Expand Down Expand Up @@ -1926,13 +1987,15 @@ static StringView AnimLibs[] = {
"RYDER",
"SAMP",
"SCRATCHING",
"SEX",
"SHAMAL",
"SHOP",
"SHOTGUN",
"SILENCED",
"SKATE",
"SMOKING",
"SNIPER",
"SNM",
"SPRAYCAN",
"STRIP",
"SUNBATHE",
Expand All @@ -1953,6 +2016,7 @@ static StringView AnimLibs[] = {
"WEAPONS",
"WUZI",
"WOP"
// Added BLOWJOBZ, SEX and SNM libraries.
};

/// Quick animation validity lookup
Expand Down