diff --git a/web/js/citizens/rigs.js b/web/js/citizens/rigs.js index fdfbdc9..c685bb1 100644 --- a/web/js/citizens/rigs.js +++ b/web/js/citizens/rigs.js @@ -18,7 +18,8 @@ export const PED_NAMES = { normal: ['man_worker_hivis_01', 'man_suit_01', 'man_casual_01', 'man_casual_02', 'man_casual_03', 'man_grunge_01', 'man_elder_01', 'man_athletic_01', 'man_bouncer_01', 'man_soldier_ww2_01', 'man_dj_streetwear_01', 'woman_casual_01', 'woman_casual_02', 'woman_business_01', - 'woman_athleisure_01', 'woman_smart_01', 'woman_chef_01'], + 'woman_athleisure_01', 'woman_smart_01', 'woman_chef_01', + 'woman_dj_01', 'woman_dj_02', 'woman_dj_03', 'dj_techno_01', 'dj_phrtt_01'], // trellis'd DJ bodies (fbx_to_ped, 4k tris) comical: ['comical_luchador_01', 'comical_boy_01'], }; diff --git a/web/models/peds/dj_phrtt_01.glb b/web/models/peds/dj_phrtt_01.glb new file mode 100644 index 0000000..95ef7a0 Binary files /dev/null and b/web/models/peds/dj_phrtt_01.glb differ diff --git a/web/models/peds/dj_techno_01.glb b/web/models/peds/dj_techno_01.glb new file mode 100644 index 0000000..41f1a4b Binary files /dev/null and b/web/models/peds/dj_techno_01.glb differ diff --git a/web/models/peds/woman_dj_01.glb b/web/models/peds/woman_dj_01.glb new file mode 100644 index 0000000..652eb77 Binary files /dev/null and b/web/models/peds/woman_dj_01.glb differ diff --git a/web/models/peds/woman_dj_02.glb b/web/models/peds/woman_dj_02.glb new file mode 100644 index 0000000..b8d63b1 Binary files /dev/null and b/web/models/peds/woman_dj_02.glb differ diff --git a/web/models/peds/woman_dj_03.glb b/web/models/peds/woman_dj_03.glb new file mode 100644 index 0000000..e56aed4 Binary files /dev/null and b/web/models/peds/woman_dj_03.glb differ