Skip to content

Commit

Permalink
Added Death/Damage SFX for player
Browse files Browse the repository at this point in the history
  • Loading branch information
tbigfish committed Nov 28, 2014
1 parent 46fa436 commit 92c7a7e
Show file tree
Hide file tree
Showing 15 changed files with 398 additions and 6 deletions.
Binary file added Assets/Audio/SoundFX/Dying.wav
Binary file not shown.
12 changes: 12 additions & 0 deletions Assets/Audio/SoundFX/Dying.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/SoundFX/Explode.mp3
Binary file not shown.
12 changes: 12 additions & 0 deletions Assets/Audio/SoundFX/Explode.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/SoundFX/Pain.mp3
Binary file not shown.
12 changes: 12 additions & 0 deletions Assets/Audio/SoundFX/Pain.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions Assets/Prefab/Classes/Engineer.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GameObject:
- 4: {fileID: 400030}
- 143: {fileID: 14300000}
- 114: {fileID: 11400002}
- 82: {fileID: 8200000}
m_Layer: 11
m_Name: Engineer
m_TagString: Player
Expand Down Expand Up @@ -856,6 +857,64 @@ MeshFilter:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100028}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!82 &8200000
AudioSource:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100030}
m_Enabled: 1
serializedVersion: 3
m_audioClip: {fileID: 0}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down Expand Up @@ -907,6 +966,9 @@ MonoBehaviour:
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
TakeDamageSFX: {fileID: 8300000, guid: cd063c92b8f42814986d889173449d4f, type: 3}
DeathSFX: {fileID: 8300000, guid: 4a491c1fcd42b3f43b3dc95baad0baea, type: 3}
PreFabAudioPlayer: {fileID: 100000, guid: 26d4fde578dce9c4790fb3e4917c5405, type: 2}
--- !u!143 &14300000
CharacterController:
m_ObjectHideFlags: 1
Expand Down
64 changes: 64 additions & 0 deletions Assets/Prefab/Classes/HeavyInfantry.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GameObject:
- 4: {fileID: 400030}
- 143: {fileID: 14300000}
- 114: {fileID: 11400002}
- 82: {fileID: 8200000}
m_Layer: 11
m_Name: HeavyInfantry
m_TagString: Player
Expand Down Expand Up @@ -856,6 +857,64 @@ MeshFilter:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100028}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!82 &8200000
AudioSource:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100030}
m_Enabled: 1
serializedVersion: 3
m_audioClip: {fileID: 0}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down Expand Up @@ -905,6 +964,11 @@ MonoBehaviour:
armour: 0
weaponNumber: 0
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
TakeDamageSFX: {fileID: 8300000, guid: cd063c92b8f42814986d889173449d4f, type: 3}
DeathSFX: {fileID: 8300000, guid: 4a491c1fcd42b3f43b3dc95baad0baea, type: 3}
PreFabAudioPlayer: {fileID: 100000, guid: 26d4fde578dce9c4790fb3e4917c5405, type: 2}
grenade: {fileID: 5400000, guid: de8dab4b13178fa4da7c26a44c08953e, type: 2}
leftHand: {fileID: 400002}
--- !u!143 &14300000
Expand Down
62 changes: 62 additions & 0 deletions Assets/Prefab/Classes/LightInfantry.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GameObject:
- 4: {fileID: 400030}
- 143: {fileID: 14300000}
- 114: {fileID: 11400002}
- 82: {fileID: 8200000}
m_Layer: 11
m_Name: LightInfantry
m_TagString: Player
Expand Down Expand Up @@ -856,6 +857,64 @@ MeshFilter:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100028}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!82 &8200000
AudioSource:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100030}
m_Enabled: 1
serializedVersion: 3
m_audioClip: {fileID: 0}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down Expand Up @@ -907,6 +966,9 @@ MonoBehaviour:
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
TakeDamageSFX: {fileID: 8300000, guid: cd063c92b8f42814986d889173449d4f, type: 3}
DeathSFX: {fileID: 8300000, guid: 4a491c1fcd42b3f43b3dc95baad0baea, type: 3}
PreFabAudioPlayer: {fileID: 100000, guid: 26d4fde578dce9c4790fb3e4917c5405, type: 2}
--- !u!143 &14300000
CharacterController:
m_ObjectHideFlags: 1
Expand Down
64 changes: 64 additions & 0 deletions Assets/Prefab/Classes/MedicPrefab.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GameObject:
- 4: {fileID: 400030}
- 143: {fileID: 14300000}
- 114: {fileID: 11400002}
- 82: {fileID: 8200000}
m_Layer: 11
m_Name: MedicPrefab
m_TagString: Player
Expand Down Expand Up @@ -856,6 +857,64 @@ MeshFilter:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100028}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!82 &8200000
AudioSource:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 100030}
m_Enabled: 1
serializedVersion: 3
m_audioClip: {fileID: 0}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down Expand Up @@ -905,6 +964,11 @@ MonoBehaviour:
armour: 0
weaponNumber: 0
weaponName:
levelGenerator: {fileID: 0}
teleportController: {fileID: 0}
TakeDamageSFX: {fileID: 8300000, guid: cd063c92b8f42814986d889173449d4f, type: 3}
DeathSFX: {fileID: 8300000, guid: 4a491c1fcd42b3f43b3dc95baad0baea, type: 3}
PreFabAudioPlayer: {fileID: 100000, guid: 26d4fde578dce9c4790fb3e4917c5405, type: 2}
--- !u!143 &14300000
CharacterController:
m_ObjectHideFlags: 1
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefab/Weapons/HeavyAlien_Bullet.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Transform:
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: .200000003, y: .200000003, z: .200000003}
m_LocalScale: {x: .400000006, y: .200000003, z: .400000006}
m_Children:
- {fileID: 400002}
m_Father: {fileID: 0}
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefab/Weapons/LightAlient_Bullet.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Transform:
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: .200000003, y: .200000003, z: .200000003}
m_LocalScale: {x: .400000006, y: .200000003, z: .400000006}
m_Children:
- {fileID: 400002}
m_Father: {fileID: 0}
Expand Down
Loading

0 comments on commit 92c7a7e

Please sign in to comment.