Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
This is not the 'final' release. Version 1.0 just follows the base game major versioning, while the last number represent the angels release.
  • Loading branch information
LovelySanta authored Oct 29, 2020
2 parents 70136a9 + ee8ca80 commit b45c76f
Show file tree
Hide file tree
Showing 614 changed files with 12,041 additions and 12,219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.zip
*.dat
mod-list.json
.idea/
5 changes: 5 additions & 0 deletions angelsaddons-cab/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: 29.10.2020
Changes:
- More localisation changes to unify angels localisation across mods (372)
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 17.07.2020
Changes:
Expand Down
8 changes: 4 additions & 4 deletions angelsaddons-cab/info.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angelsaddons-cab",
"version": "0.2.3",
"factorio_version": "0.18",
"version": "0.2.4",
"factorio_version": "1.0",
"title": "Angel's Addons - C.A.B.",
"author": "Arch666Angel, lovely_santa",
"contact": "",
"homepage": "",
"description": "Adds another type of Crawler",
"description": "Adds another type of Crawler.",
"dependencies": [
"base >= 0.18.27",
"? angelsindustries >= 0.4.1"
]
}
}
4 changes: 2 additions & 2 deletions angelsaddons-cab/locale/en/cab.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ angels-cab-energy-interface=Transfers energy to the nearby buildings when the __
angels-cab=__ENTITY__angels-cab__ - Crawler Autonomous Base

[technology-description]
angels-cab=A crawler-type vehicle which can deploy to provide electric energy from its own grid to nearby buildings.
angels-cab=A crawler-type vehicle which can be deployed to provide electric energy from its own grid to nearby buildings.

[angels-cab-messages]
deploy-driveSpeed=Cannot deploy the __ENTITY__angels-cab__ while the vehicle is moving.
Expand All @@ -57,4 +57,4 @@ grid-noPreviousEnergyInterfacePosition=Cannot insert __1__ in that configuration
angels-cab-energy-transfer-rate=__1__ power transfer
[mod-setting-description]
angels-cab-energy-transfer-rate=The power transfer this transfer port can deliver, in Watts. [default: __1__ W]
angels-cab-energy-transfer-rate=The power transfer this transfer port can deliver, in watts.\nDefault: __1__ W
3 changes: 2 additions & 1 deletion angelsaddons-cab/prototypes/entities/cab.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require ("util")
local settings = require("prototypes/settings")

data:extend(
{
Expand Down Expand Up @@ -671,7 +672,7 @@ data:extend(
--selection_box = {{-0.5, -0.5}, {0.5, 0.5}},
drawing_box = {{-0.5, -2.8}, {0.5, 0.5}},
maximum_wire_distance = .25,
supply_area_distance = require("prototypes/settings").equipment["energy-interface"].supplyArea / 2,
supply_area_distance = settings.equipment["energy-interface"].supplyArea / 2,
vehicle_impact_sound = { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65 },
pictures =
{
Expand Down
47 changes: 0 additions & 47 deletions angelsaddons-crawlertrain/changelog.txt

This file was deleted.

183 changes: 0 additions & 183 deletions angelsaddons-crawlertrain/data-updates.lua

This file was deleted.

21 changes: 0 additions & 21 deletions angelsaddons-crawlertrain/data.lua

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed angelsaddons-crawlertrain/graphics/icons/num_1.png
Binary file not shown.
Binary file removed angelsaddons-crawlertrain/graphics/icons/num_2.png
Binary file not shown.
Binary file removed angelsaddons-crawlertrain/graphics/icons/num_3.png
Binary file not shown.
Binary file removed angelsaddons-crawlertrain/graphics/icons/num_4.png
Binary file not shown.
Binary file removed angelsaddons-crawlertrain/graphics/icons/num_5.png
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions angelsaddons-crawlertrain/info.json

This file was deleted.

Loading

0 comments on commit b45c76f

Please sign in to comment.