Skip to content

Commit

Permalink
Sheep and camel footsteps #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Sep 27, 2024
1 parent b3b98ef commit 43115ab
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 5 deletions.
22 changes: 18 additions & 4 deletions data/.wolf3d/N3Ddata.cdogscpn/character_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
},
"Body": "sheep",
"Sounds": "sheep",
"Footsteps": "sheep",
"Corpse": "sheep_sleep",
"BloodColor": "00000000"
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "Goat",
Expand All @@ -38,9 +43,13 @@
},
"Body": "sheep",
"Sounds": "sheep",
"Footsteps": "dog",
"Footsteps": "sheep",
"Corpse": "goat_sleep",
"BloodColor": "00000000"
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "SS",
Expand Down Expand Up @@ -77,7 +86,12 @@
"Sprites": "chars/heads/sheep"
},
"Body": "camel",
"Sounds": "camel"
"Sounds": "camel",
"Footsteps": "camel",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "Dr Schabbs",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Derived from SFX - Horse - Trot.wav
by MrFizzywig
https://freesound.org/people/MrFizzywig/sounds/581834/
http://creativecommons.org/publicdomain/zero/1.0/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Derived from cartoon horse gallop.wav
by martian
https://freesound.org/people/martian/sounds/393857/
http://creativecommons.org/publicdomain/zero/1.0/
2 changes: 1 addition & 1 deletion sounds/make_pitch_variations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Sounds vary between +/- 2 tones
# Usage: ./make_pitch_variations.sh <sound_file> <num_variations/2>
# Sound file should be named with a zero, e.g. foo0.ogg, so that the variations
# can be called foo1.ogg, foo2.ogg and so on
# can be called foo1.ogg, foo2.ogg and so on (foo/0.ogg becomes foo/1.ogg etc.)
if [ "$#" -lt 2 ]; then
echo "Usage: ./make_pitch_variations.sh <sound_file> <num_variations/2>"
exit 1
Expand Down

0 comments on commit 43115ab

Please sign in to comment.