1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-06-05 07:30:20 +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:
Wyrrrd
2020-02-20 17:03:52 +01:00
parent 46bd7147b2
commit 7d44c66d26
6 changed files with 43 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# EpicArtillerySounds
![mod thumbnail](https://raw.githubusercontent.com/Wyrrrd/EpicArtillerySounds/master/thumbnail.png)
(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).
+10
View File
@@ -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
---------------------------------------------------------------------------------------------------
+11
View File
@@ -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
}
+11
View File
@@ -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"
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB