Skip to content

Commit ce1dd22

Browse files
committed
Release v1.4.2.
1 parent f58f299 commit ce1dd22

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,10 @@ Version 1.4.1 - August 9, 2016
141141
Auto-designated targets within a chunk are now randomized, rather than being biased towards the northwest corner of the chunk.
142142
Added radius visualization to the Ion Cannon Targeting Device. Now you can see just how far away from the blast zone you need to be!
143143
Along with the radius visualization, the Targeting Device acquired new tooltip data; feel free to ignore the "Shooting speed" bit, but the rest should reflect the values from config.lua.
144+
145+
146+
Version 1.4.2 - August 29, 2016
147+
-------------------------------
148+
It is no longer possible to shift+click with the Targeting Device and place useless ghost entities.
149+
Moved the ion cannon status GUI from gui.top to gui.left.
150+
Added an option in the config file to disable the ion cannon blast flames, should you wish to eliminate the chance to cause wildfires with your orbital bombardment.

Readme.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Orbital Ion Cannon 1.4.1
1+
Orbital Ion Cannon 1.4.2
22
========================
33

4-
Version 1.4.1 was released August 9, 2016, was tested using Factorio v0.13.15, and was authored by Supercheese, with contributions from madmaxoft, bNarFProfCrazy, and Danielv123.
4+
Version 1.4.2 was released August 29, 2016, was tested using Factorio v0.13.17, and was authored by Supercheese, with contributions from madmaxoft, bNarFProfCrazy, and Danielv123.
55

66
Do you have a large, late-game megabase and wish there were more cool things you could build? Do you wish you could do more with the rockets you launch than just increment a single number? Do you really hate biters? If so, then this mod is for you!
77
Build a giant ion cannon and launch it into orbit with a rocket, wait for it to charge up, and then you're ready to call down the thunder on those pesky aliens.
@@ -25,6 +25,7 @@ This mod also has configuration options available in config.lua. Here you may ad
2525
-The range of the Auto-Targeting Station
2626
-Whether the Auto-Targeting Station should target Worms in addition to Spawners
2727
-Enable verbose printing to the console
28+
-Disable the intense flames caused by ion cannon blasts, removing the chance to cause wildfires.
2829

2930

3031
Modding Details:

info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Orbital Ion Cannon",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"factorio_version": "0.13",
55
"title": "Orbital Ion Cannon",
66
"author": "Supercheese",

0 commit comments

Comments
 (0)