163 lines
12 KiB
Lua
163 lines
12 KiB
Lua
Config = {}
|
|
|
|
Config.Animations = {
|
|
|
|
{
|
|
name = 'festives',
|
|
label = 'Party',
|
|
items = {
|
|
{label = "Rauchen", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
|
|
{label = "Musiker", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
|
|
{label = "DJ", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
|
|
{label = "Kaffee Trinken", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
|
|
{label = "Bier", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
|
|
{label = "Luftgitarre", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
|
|
{label = "Luftschlagen", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
|
|
{label = "Rock'n'roll", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
|
|
-- {label = "Joint Rauchen", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
|
|
{label = "Betrunken stehen", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
|
|
{label = "Übergeben", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'greetings',
|
|
label = 'Grüßungen',
|
|
items = {
|
|
{label = "Hallo", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
|
|
{label = "Winken", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
|
|
{label = "Händeschütteln", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
|
|
{label = "Umarmen", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
|
|
{label = "Salutieren", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'work',
|
|
label = 'Job',
|
|
items = {
|
|
{label = "Verdächtiger : Ergeben", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
|
|
{label = "Angeln", type = "scenario", data = {anim = "world_human_stand_fishing"}},
|
|
{label = "Polizei : Untersuchen", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
|
|
{label = "Polizei : Funkgerät benutzen", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
|
|
{label = "Polizei : Vehrkehr Kontrollieren", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
|
|
{label = "Polizei : Fernglas", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
|
|
{label = "Agrarkultur : Pflanzen", type = "scenario", data = {anim = "world_human_gardener_plant"}},
|
|
{label = "Mechaniker : Motor reparieren", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
|
|
{label = "Sanitäter : Hinknien", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
|
|
{label = "Taxi : Mit dem Kunden reden", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
|
|
{label = "Taxi : Rechnung ausstellen", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
|
|
{label = "Verkäufer : Geben", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
|
|
{label = "Barkeeper : Getränk Servieren", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
|
|
{label = "Journalist : Fotos aufnehmen", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
|
|
{label = "Alle Jobs : Klemmbrett", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
|
|
{label = "Alle Jobs : Hammern", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
|
|
{label = "Obdachlos : Schild halten", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
|
|
{label = "Obdachlos : Menschliche Statur", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'humors',
|
|
label = 'Spaß',
|
|
items = {
|
|
{label = "Jubeln", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
|
|
{label = "Super", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
|
|
{label = "Zeigen", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
|
|
{label = "Komm her", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
|
|
{label = "Los geht's", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
|
|
{label = "Ich", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
|
|
{label = "Ich wusste es", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
|
|
{label = "Erschöpft", type = "scenario", data = {lib = "amb@world_human_jog_standing@male@idle_b", anim = "idle_d"}},
|
|
{label = "Ich bin die scheiße", type = "scenario", data = {lib = "amb@world_human_bum_standing@depressed@idle_a", anim = "idle_a"}},
|
|
{label = "Peinlich", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
|
|
{label = "Komm runter ", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
|
|
{label = "Was habe ich gemacht?", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
|
|
{label = "Angst", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
|
|
{label = "Kämpfen ?", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
|
|
{label = "Das ist nicht möglich !", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
|
|
{label = "Küssen", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
|
|
{label = "Finger der Ehre", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
|
|
{label = "Du Wichser", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
|
|
{label = "Kugel im Kopf", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'sports',
|
|
label = 'Sport',
|
|
items = {
|
|
{label = "Mit Muskeln angeben", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
|
|
{label = "Gewichte Stämmen", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
|
|
{label = "Liegestützen machen", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
|
|
{label = "Situps machen", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
|
|
{label = "Yoga machen", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'misc',
|
|
label = 'Fahrer',
|
|
items = {
|
|
{label = "Kaffee trinken", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
|
|
{label = "Sitzen", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
|
|
{label = "An die wand lehnen", type = "scenario", data = {anim = "world_human_leaning"}},
|
|
{label = "Sonnenbad Hinten", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
|
|
{label = "Sonnenbad Vorne", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
|
|
{label = "Sauber", type = "scenario", data = {anim = "world_human_maid_clean"}},
|
|
{label = "Grillen", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
|
|
{label = "Suchen", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
|
|
{label = "Selfie aufnehmen", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
|
|
{label = "Wand/Tür anhören", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
|
|
}
|
|
},
|
|
|
|
{
|
|
name = 'attitudem',
|
|
label = 'Gehstyle',
|
|
items = {
|
|
{label = "Normal Michael", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
|
|
{label = "Normal Frankling", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
|
|
{label = "Depressiver Mann", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
|
|
{label = "Depressiver Frau", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
|
|
{label = "Arbeit", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
|
|
{label = "Brav gehen", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
|
|
{label = "Normal", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
|
|
{label = "Zuviel gegessen", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
|
|
{label = "Hipster", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
|
|
{label = "Verletzt", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
|
|
{label = "Beeilen", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
|
|
{label = "Landstreicher", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
|
|
{label = "Traurig", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
|
|
{label = "Muskeln", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
|
|
{label = "Geschokt", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
|
|
{label = "Zwielichtig sein", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
|
|
{label = "Angeschlagen", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
|
|
{label = "Beeilen", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
|
|
{label = "Stolz", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
|
|
{label = "Kurzes rennen", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
|
|
{label = "Menschenfresser", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
|
|
{label = "Frech", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},
|
|
{label = "Arrogant", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
|
|
}
|
|
},
|
|
{
|
|
name = 'porn',
|
|
label = 'NSFW',
|
|
items = {
|
|
{label = "Mann bekommt in einem Auto", type = "anim", data = {lib = "oddjobs@towing", anim = "m_blow_job_loop"}},
|
|
{label = "Frau gibt in einem Auto", type = "anim", data = {lib = "oddjobs@towing", anim = "f_blow_job_loop"}},
|
|
{label = "Mann oben im Auto", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_player"}},
|
|
{label = "Frau oben im Auto", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_female"}},
|
|
{label = "Eier kratzen", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
|
|
{label = "Nutte 1", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
|
|
{label = "Nutte 2", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
|
|
{label = "Nutte 3", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
|
|
{label = "Strip Tanz 1", type = "anim", data = {lib = "mini@strip_club@lap_dance@ld_girl_a_song_a_p1", anim = "ld_girl_a_song_a_p1_f"}},
|
|
{label = "Strip Tanz 2", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
|
|
{label = "Stip Tanz auf knien", type = "anim", data = {lib = "mini@strip_club@private_dance@part3", anim = "priv_dance_p3"}},
|
|
}
|
|
},
|
|
|
|
}
|