mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-07-20 11:40:42 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1894f0af28 | ||
|
|
e05e2b592a | ||
|
|
af82680ab9 | ||
|
|
e5f6108f2a | ||
|
|
0669a0ffd3 | ||
|
|
c3a5d1a38e | ||
|
|
8bc01fca19 | ||
|
|
dd010556eb | ||
|
|
c7ed6dbeba | ||
|
|
232c086bb2 | ||
|
|
795b439446 | ||
|
|
bfeb8fd256 | ||
|
|
79ec2f398c | ||
|
|
98ac92d276 |
@@ -0,0 +1,2 @@
|
|||||||
|
*.zip
|
||||||
|
.vscode/*
|
||||||
@@ -1,11 +1,9 @@
|
|||||||
# EpicArtillerySounds
|
# Epic Artillery Sounds
|
||||||
<img src="https://raw.githubusercontent.com/Wyrrrd/EpicArtillerySounds/master/thumbnail.png" width="128" height="128">
|
<img src="https://raw.githubusercontent.com/Wyrrrd/EpicArtillerySounds/master/thumbnail.png" width="128" height="128">
|
||||||
|
|
||||||
(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.)
|
### Features
|
||||||
|
Changes the vanilla artillery sound to a far more powerful, resonant one. Bring the thunder to Factorio.
|
||||||
|
|
||||||
Description
|
### Credits
|
||||||
- Changes the vanilla artillery sound to a far more powerful, resonant one. Bring the thunder to Factorio.
|
Thanks to [MadClown01](https://mods.factorio.com/user/MadClown01) for the [original mod](https://mods.factorio.com/mod/Epic-Artillery-Sounds).
|
||||||
- Sound borrowed (then edited) from World of Tanks
|
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).
|
|
||||||
|
|||||||
+38
-3
@@ -1,10 +1,45 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.1.0
|
||||||
|
Date: 2026-07-02
|
||||||
|
Changes:
|
||||||
|
- Version bump for base game 2.1
|
||||||
|
- Drop integrations with "Light Artillery" and "Bigger Artillery", since both are not updated
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.1
|
||||||
|
Date: 2024-11-06
|
||||||
|
Features:
|
||||||
|
- Re-added integration for Light Artillery
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.0
|
||||||
|
Date: 24-10-26
|
||||||
|
Changes:
|
||||||
|
- Version bump for base game 2.0
|
||||||
|
- Drop integration with "Light Artillery", since it is not updated
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.1.1
|
||||||
|
Date: 2020-12-23
|
||||||
|
Features:
|
||||||
|
- Added integration for Bigger Artillery
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.1.0
|
||||||
|
Date: 2020-12-02
|
||||||
|
Changes:
|
||||||
|
- Version bump for base game 1.1
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.18.1
|
||||||
|
Date: 2020-03-23
|
||||||
|
Features:
|
||||||
|
- Added integration for Light Artillery
|
||||||
|
Changes:
|
||||||
|
- Matched changelog file format to what Factorio expects
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.0
|
Version: 0.18.0
|
||||||
Date: 20. 2. 2020
|
Date: 20. 2. 2020
|
||||||
Changes:
|
Changes:
|
||||||
- Ported to 0.18
|
- Ported to 0.18
|
||||||
- Added changelog file
|
- Added changelog file
|
||||||
- Added thumbnail
|
- Renamed mod for upload in mod portal
|
||||||
- Renamed mod
|
|
||||||
- Matched versioning to Factorio versions
|
- Matched versioning to Factorio versions
|
||||||
---------------------------------------------------------------------------------------------------
|
|
||||||
|
Graphics:
|
||||||
|
- Added thumbnail
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
-- data.lua
|
||||||
|
|
||||||
data.raw.item["artillery-turret"].sound =
|
data.raw.item["artillery-turret"].sound =
|
||||||
{
|
{
|
||||||
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "EpicArtillerySounds",
|
"name": "EpicArtillerySounds",
|
||||||
"version": "0.18.0",
|
"version": "2.1.0",
|
||||||
"title": "Epic Artillery Sounds",
|
"title": "Epic Artillery Sounds",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"contact": "",
|
"factorio_version": "2.1",
|
||||||
"homepage": "",
|
"dependencies": [
|
||||||
"factorio_version": "0.18",
|
"base >= 2.1.0"
|
||||||
"dependencies": ["base >= 0.18"],
|
],
|
||||||
"description": "Bring the thunder to Factorio"
|
"description": "Bring the thunder to Factorio"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user