From 59fb544b0017c13da7bec6fa582605287710523c Mon Sep 17 00:00:00 2001 From: Montandalar Date: Mon, 21 Sep 2020 00:10:34 +1000 Subject: Vastly improve the boat with sound, texture, model The boat has been revised with all-new textures, new exhaust, a better model with few/no shading errors, animated door and sounds. The model format had to be changed to b3d as obj does not support animation. --- sounds/linetrack_boat_horn.ogg | Bin 0 -> 78415 bytes sounds/linetrack_boat_idle_high.ogg | Bin 0 -> 49603 bytes sounds/linetrack_boat_idle_low.ogg | Bin 0 -> 39744 bytes sounds/linetrack_boat_revdown.ogg | Bin 0 -> 11106 bytes sounds/linetrack_boat_revup.ogg | Bin 0 -> 50528 bytes sounds/linetrack_boat_start.ogg | Bin 0 -> 52719 bytes sounds/linetrack_boat_stop.ogg | Bin 0 -> 25616 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 sounds/linetrack_boat_horn.ogg create mode 100644 sounds/linetrack_boat_idle_high.ogg create mode 100644 sounds/linetrack_boat_idle_low.ogg create mode 100644 sounds/linetrack_boat_revdown.ogg create mode 100644 sounds/linetrack_boat_revup.ogg create mode 100644 sounds/linetrack_boat_start.ogg create mode 100644 sounds/linetrack_boat_stop.ogg (limited to 'sounds') diff --git a/sounds/linetrack_boat_horn.ogg b/sounds/linetrack_boat_horn.ogg new file mode 100644 index 0000000..926e9d1 Binary files /dev/null and b/sounds/linetrack_boat_horn.ogg differ diff --git a/sounds/linetrack_boat_idle_high.ogg b/sounds/linetrack_boat_idle_high.ogg new file mode 100644 index 0000000..7506837 Binary files /dev/null and b/sounds/linetrack_boat_idle_high.ogg differ diff --git a/sounds/linetrack_boat_idle_low.ogg b/sounds/linetrack_boat_idle_low.ogg new file mode 100644 index 0000000..7ee6575 Binary files /dev/null and b/sounds/linetrack_boat_idle_low.ogg differ diff --git a/sounds/linetrack_boat_revdown.ogg b/sounds/linetrack_boat_revdown.ogg new file mode 100644 index 0000000..600d79c Binary files /dev/null and b/sounds/linetrack_boat_revdown.ogg differ diff --git a/sounds/linetrack_boat_revup.ogg b/sounds/linetrack_boat_revup.ogg new file mode 100644 index 0000000..18e3718 Binary files /dev/null and b/sounds/linetrack_boat_revup.ogg differ diff --git a/sounds/linetrack_boat_start.ogg b/sounds/linetrack_boat_start.ogg new file mode 100644 index 0000000..1a423b9 Binary files /dev/null and b/sounds/linetrack_boat_start.ogg differ diff --git a/sounds/linetrack_boat_stop.ogg b/sounds/linetrack_boat_stop.ogg new file mode 100644 index 0000000..716ce0d Binary files /dev/null and b/sounds/linetrack_boat_stop.ogg differ -- cgit v1.2.3