Skip to content

Commit

Permalink
c1m1 improved clips
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpduck committed Nov 5, 2021
1 parent 629046f commit 640e1c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions root/scripts/vscripts/community/maps/c1m1_hotel.nut
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ function DoRoundFixes()
// FIXES

make_clip( "_commentary_balconyjump", "Survivors", 1, "-2 -128 -280", "2 128 112", "1344 4880 2704" );
make_clip( "_commentary_elevator_window", "Survivors", 1, "-4 -32 -68", "4 32 28", "2356 5624 2644" );
make_clip( "_commentary_elevator_window", "Survivors", 1, "-4 -32 -50", "4 32 28", "2352.5 5624 2644", "-10 0 0" );
make_clip( "_commentary_windowdrop_corner", "Survivors", 1, "-95 -8 -8", "95 8 28", "1504 6280 2788" );
make_clip( "_commentary_windowdrop_a", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 6432 2644" );
make_clip( "_commentary_windowdrop_b", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 6560 2644" );
make_clip( "_commentary_windowdrop_c", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 6848 2644" );
make_clip( "_commentary_windowdrop_d", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 7008 2644" );
make_clip( "_commentary_windowdrop_e", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 7328 2644" );
make_clip( "_commentary_windowdrop_f", "Survivors", 1, "-4 -32 -68", "4 32 28", "1644 7488 2644" );
make_clip( "_commentary_windowdrop_a", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 6432 2644", "10 0 0" );
make_clip( "_commentary_windowdrop_b", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 6560 2644", "10 0 0" );
make_clip( "_commentary_windowdrop_c", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 6848 2644", "10 0 0" );
make_clip( "_commentary_windowdrop_d", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 7008 2644", "10 0 0" );
make_clip( "_commentary_windowdrop_e", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 7328 2644", "10 0 0" );
make_clip( "_commentary_windowdrop_f", "Survivors", 1, "-4 -32 -34", "4 32 28", "1647.5 7488 2644", "10 0 0" );
make_clip( "_commentary_ledgedrop_a", "Survivors", 1, "-4 -600 -26", "4 600 26", "2338 7080 2628", "-15 0 0" );
make_clip( "_commentary_ledgedrop_b", "Survivors", 1, "-4 -147 -26", "4 147 26", "2514 6331 2628", "-15 0 0" );
make_clip( "_commentary_ledgedrop_c", "Survivors", 1, "-32 -4 -26", "32 4 26", "2480 6182 2628", "0 0 -15" );
Expand Down

0 comments on commit 640e1c0

Please sign in to comment.