diff --git a/Makefile b/Makefile index 32e61b0..df1e64a 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ build/assets/models/props/combine_ball_launcher.h: assets/materials/ball_catcher ANIM_TEST_CHAMBERS = build/assets/test_chambers/test_chamber_03/test_chamber_03_anim.o \ build/assets/test_chambers/test_chamber_04/test_chamber_04_anim.o \ build/assets/test_chambers/test_chamber_06/test_chamber_06_anim.o \ - build/assets/test_chambers/test_chamber_06/test_chamber_07_anim.o + build/assets/test_chambers/test_chamber_07/test_chamber_07_anim.o build/anims.ld: $(ANIM_LIST) $(ANIM_TEST_CHAMBERS) tools/generate_animation_ld.js @mkdir -p $(@D) diff --git a/assets/sound/vo/aperture_ai/07_part1_entry-1.sox b/assets/sound/vo/aperture_ai/07_part1_entry-1.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_entry-1.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_entry-2.sox b/assets/sound/vo/aperture_ai/07_part1_entry-2.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_entry-2.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_entry-3.sox b/assets/sound/vo/aperture_ai/07_part1_entry-3.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_entry-3.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_get_device_component-1.sox b/assets/sound/vo/aperture_ai/07_part1_get_device_component-1.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_get_device_component-1.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_get_device_component-2.sox b/assets/sound/vo/aperture_ai/07_part1_get_device_component-2.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_get_device_component-2.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_get_device_component-3.sox b/assets/sound/vo/aperture_ai/07_part1_get_device_component-3.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_get_device_component-3.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_trapped-1.sox b/assets/sound/vo/aperture_ai/07_part1_trapped-1.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_trapped-1.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/sound/vo/aperture_ai/07_part1_trapped-2.sox b/assets/sound/vo/aperture_ai/07_part1_trapped-2.sox new file mode 100644 index 0000000..5ad82e6 --- /dev/null +++ b/assets/sound/vo/aperture_ai/07_part1_trapped-2.sox @@ -0,0 +1 @@ +-c 1 -r 22050 diff --git a/assets/test_chambers/test_chamber_07/test_chamber_07.blend b/assets/test_chambers/test_chamber_07/test_chamber_07.blend index adb4496..63b0977 100644 Binary files a/assets/test_chambers/test_chamber_07/test_chamber_07.blend and b/assets/test_chambers/test_chamber_07/test_chamber_07.blend differ diff --git a/src/defs.h b/src/defs.h index 971a35f..c74f9f2 100644 --- a/src/defs.h +++ b/src/defs.h @@ -24,7 +24,7 @@ #define MAX_DYNAMIC_OBJECTS 16 -#define MAX_RENDER_COUNT 128 +#define MAX_RENDER_COUNT 256 #define SIMPLE_CONTROLLER_MSG (5)