mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-06-14 19:48:39 +02:00
0.18 port
- Ported to 0.18 - Added changelog file - Added thumbnail - Renamed mod - Matched versioning to Factorio versions
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
# EpicArtillerySounds
|
||||||
|

|
||||||
|
|
||||||
|
(Please note: This is a quick and dirty port to 0.18. As soon as the original is ported to 0.18, this will be removed.)
|
||||||
|
|
||||||
|
Description
|
||||||
|
- Changes the vanilla artillery sound to a far more powerful, resonant one. Bring the thunder to Factorio.
|
||||||
|
- Sound borrowed (then edited) from World of Tanks
|
||||||
|
|
||||||
|
Credit:
|
||||||
|
- Thanks to [MadClown01](https://mods.factorio.com/user/MadClown01) for the [original mod](https://mods.factorio.com/mod/Epic-Artillery-Sounds).
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.18.0
|
||||||
|
Date: 20. 2. 2020
|
||||||
|
Changes:
|
||||||
|
- Ported to 0.18
|
||||||
|
- Added changelog file
|
||||||
|
- Added thumbnail
|
||||||
|
- Renamed mod
|
||||||
|
- Matched versioning to Factorio versions
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
data.raw.item["artillery-turret"].sound =
|
||||||
|
{
|
||||||
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
||||||
|
volume = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
data.raw.gun["artillery-wagon-cannon"].attack_parameters.sound =
|
||||||
|
{
|
||||||
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
||||||
|
volume = 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "EpicArtillerySounds",
|
||||||
|
"version": "0.18.0",
|
||||||
|
"title": "Epic Artillery Sounds",
|
||||||
|
"author": "Wyrrrd",
|
||||||
|
"contact": "",
|
||||||
|
"homepage": "",
|
||||||
|
"factorio_version": "0.18",
|
||||||
|
"dependencies": ["base >= 0.18"],
|
||||||
|
"description": "Bring the thunder to Factorio"
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
Reference in New Issue
Block a user