Skip to content

Commit

Permalink
WIP More licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marioalexsan committed Mar 11, 2024
1 parent 52c5dc9 commit 71e126d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 16 deletions.
81 changes: 66 additions & 15 deletions LICENSE-ASSETS.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Game Audio

The following audio files are modified or cropped versions of third-party assets:
The following audio files are modified, cropped and mixed versions of third-party assets:
- boost.ogg - ["Swing Woosh" by Jofae]
- butonclick.ogg - ["Button V03" by volkbutphan]
- death.ogg - ["Grunt2 - Death Pain.wav" by tonsil5]
- digi.ogg - ["Digital Ghost" by Lucky Lion Studios]
- gunclick.ogg
- gunempty.ogg - ["Pistol Dry Fire (Bersa BP9CC 9x19)" by Sophia_C]
- heartbeat.ogg - ["SLOW HEARTBEAT" by daandraait]
- hurt2.ogg
- magin.ogg
- magout.ogg
- menu.ogg
- hurt2.ogg - ["Hitmarker Sound Effect.mp3" by aruscio28]
- magin.ogg - ["M9 Reload" by oneshotofficial]
- magout.ogg - ["M9 Reload" by oneshotofficial]
- menu.ogg - ["aimless 1C87" by Setuniman]
- nextwave.ogg - ["We're doomed" by copyc4t]
- perfectguard.ogg
- perfectguard.ogg - same as shieldimpact.ogg
- playerdeath.ogg - ["oof - qdo.wav" by qdo]
- playerhurt.ogg - ["oof - qdo.wav" by qdo]
- receiverpull.ogg
- receiverpull.ogg - ["M9 Reload" by oneshotofficial]
- shadowhurt.ogg - ["oof - qdo.wav" by qdo]
- shadows.ogg - ["Shadows" by Marc A. Pullen]
- shieldbreak.ogg
- shieldimpact.ogg
- shot.ogg
- swordswing.ogg
- turretbreak.ogg
- shieldbreak.ogg - same as shieldimpact.ogg
- shieldimpact.ogg - ["HeavyRingingClang.mp3" by wilhellboy] and ["Sword Clash 1" by CTCollab]
- shot.ogg - ["Small pistol gunshot indoors" by acidsnowflake]
- swordswing.ogg - ["swoosh.wav" by PorkMuncher]
- turretbreak.ogg - same as shieldimpact.ogg
- turretcharge.ogg - ["Basic Deactivate.wav" by SirusAmory]
- turretdown.ogg - ["Basic Deactivate.wav" by SirusAmory]
- turrethurt.ogg
- turrethurt.ogg - same as shieldimpact.ogg
- zerkhurt.ogg - ["oof - qdo.wav" by qdo]

# Original Audio
Expand All @@ -35,14 +35,16 @@ The following audio files are modified or cropped versions of third-party assets
"Digital Ghost" is royalty-free music from Lucky Lion Studios.
You are not permitted to resell the music as a music-only product. The music must be used as an accompaniment to the main production (video games, film, digital presentations or applications, etc).

[Link](https://www.luckylionstudios.com/store/p/digital-ghost)
[License Text](https://www.luckylionstudios.com/license-agreement)
[Local Copy](LICENSES/LUCKY-LION-STUDIOS.md)

### "Shadows" by Marc A. Pullen

"Shadows" by Marc A. Pullen is provided under the Creative Commons Attribution-ShareAlike 3.0 Unported License.

[License Text](https://marcapullen.bandcamp.com/track/shadows)
[Link](https://marcapullen.bandcamp.com/track/shadows)
[License Text](https://creativecommons.org/licenses/by-sa/3.0/)

### "aimless 1C87" by Setuniman

Expand Down Expand Up @@ -98,4 +100,53 @@ You are not permitted to resell the music as a music-only product. The music mus
"Swing Woosh" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/Jofae/sounds/389590/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)

### "Pistol Dry Fire (Bersa BP9CC 9x19)" by Sophia_C

"Pistol Dry Fire (Bersa BP9CC 9x19)" is provided under the Creative Commons Attribution 4.0 License.

[Link](https://freesound.org/people/Sophia_C/sounds/467183/)
[License Text](https://creativecommons.org/licenses/by/4.0/)

### "swoosh.wav" by PorkMuncher

"swoosh.wav" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/PorkMuncher/sounds/263595/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)

### "M9 Reload" by oneshotofficial

"M9 Reload" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/oneshotofficial/sounds/616758/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)

### "Hitmarker Sound Effect.mp3" by aruscio28

"Hitmarker Sound Effect.mp3" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/aruscio28/sounds/322640/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)

### "Small pistol gunshot indoors" by acidsnowflake

"Small pistol gunshot indoors" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/acidsnowflake/sounds/402789/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)

### "Sword Clash 1" by CTCollab

"Sword Clash 1" is provided under the Creative Commons Attribution 3.0 License.

[Link](https://freesound.org/people/CTCollab/sounds/223627/)
[License Text](https://creativecommons.org/licenses/by/3.0/)

### "HeavyRingingClang.mp3" by wilhellboy

"HeavyRingingClang.mp3" is provided under the Creative Commons Zero 1.0 License.

[Link](https://freesound.org/people/wilhellboy/sounds/351370/)
[License Text](https://creativecommons.org/publicdomain/zero/1.0/)
2 changes: 1 addition & 1 deletion ProjectSilver/src/ProjectSilver/GameMaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ namespace Game {
Assets.LoadSound("PlayerReload1", audioPath + "magout.ogg");
Assets.LoadSound("PlayerReload2", audioPath + "magin.ogg");
Assets.LoadSound("PlayerReload3", audioPath + "receiverpull.ogg");
Assets.LoadSound("GunClick", audioPath + "gunclick.ogg");
Assets.LoadSound("GunClick", audioPath + "gunempty.ogg");
Assets.LoadSound("SwordSwing", audioPath + "swordswing.ogg");
Assets.LoadSound("ShieldImpact", audioPath + "shieldimpact.ogg");
Assets.LoadSound("PerfectGuard", audioPath + "perfectguard.ogg");
Expand Down

0 comments on commit 71e126d

Please sign in to comment.