Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ????
- Fixed some techs having a too-fast cycle time
- Fixed AM/FM text in beacon GUI not being localizable
- Fixed all techs added by "enable all feature flags" not being seen by autotech.
- Increased the output fluidbox size of all buildings from 100->1000. Allows fluid transfer at even higher rates before hitting engine limitations. Resolves https://github.com/pyanodon/pybugreports/issues/1203
- duplicate entry of "Advanced small parts" in milestones removed
- Updated "Lazy Bastard" achievement requirement to < 250 handcrafts
- DE locale updated, unused strings removed compared to EN locale
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/advanced-foundry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ for i = 1, 4 do
pipe_picture_frozen = py.sexy_pipe_pictures_frozen(),
pipe_covers = pipecoverspictures(),
secondary_draw_orders = {north = -1, east = -1, west = -1},
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-2.5, -0.5}, direction = defines.direction.west}}
},
{
Expand All @@ -128,7 +128,7 @@ for i = 1, 4 do
pipe_picture_frozen = py.sexy_pipe_pictures_frozen(),
pipe_covers = pipecoverspictures(),
secondary_draw_orders = {north = -1, east = -1, west = -1},
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-0.5, 2.5}, direction = defines.direction.south}}
},
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/automated-factory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.3, 3.06}, {-0.00, -0.93}, {0.55, 0.15}, {-0.5, 0.15}, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {2.0, 3.0}, direction = defines.direction.south}}
},
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/botanical-nursery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.2, 4.13}, {0.12, -4.03}, {4.115, 0.1}, {-3.88, 0.16}, pipes),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {3.0, 0.0}, direction = defines.direction.east}}
},
},
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/carbon-filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", {0, 0.36}, {0, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-2.0, 0.0}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", {0, 0.36}, {0, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.0, -2.0}, direction = defines.direction.north}}
},
},
Expand Down
6 changes: 3 additions & 3 deletions prototypes/buildings/chemical-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,23 +229,23 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {4.0, -4.0}, direction = defines.direction.north}}
},
--North2
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.0, -4.0}, direction = defines.direction.north}}
},
--North3
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {2.0, -4.0}, direction = defines.direction.north}}
},
--South3
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/cooling-tower-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENTITY {
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {-0.0, -0.9}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-1.0, 0.0}, direction = defines.direction.west}}
}
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/cooling-tower-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ENTITY {
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {-0.05, -0.7}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-1.0, -2.0}, direction = defines.direction.north}}
}
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/desulfurizator-unit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {-0.05, 1.25}, {-0.00, -0.95}, {0.65, 0.10}, {-0.65, 0.10}, pipe_right),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {2.5, -1.5}, direction = defines.direction.east}}
},
{
Expand Down
10 changes: 5 additions & 5 deletions prototypes/buildings/distilator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil), --.05
pipe_connections = {{flow_direction = "output", position = {1.5, -3.5}, direction = defines.direction.north}}
},
Expand All @@ -153,7 +153,7 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil), --.05
pipe_connections = {{flow_direction = "output", position = {1.5, 3.5}, direction = defines.direction.south}}
},
Expand All @@ -169,7 +169,7 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_connections = {{flow_direction = "output", position = {-3.5, 1.5}, direction = defines.direction.west}}
},
Expand All @@ -185,14 +185,14 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_connections = {{flow_direction = "output", position = {3.5, 1.5}, direction = defines.direction.east}}
},
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_connections = {{flow_direction = "output", position = {3.5, 3.5}, direction = defines.direction.east}}
},
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/evaporator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,14 @@ for i = 1, 4 do
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-2.0, 0.0}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.0, -2.0}, direction = defines.direction.north}}
},
}
Expand Down
6 changes: 3 additions & 3 deletions prototypes/buildings/fluid-separator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,23 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {2.0, -3.0}, direction = defines.direction.north}}
},
--North2
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.0, -3.0}, direction = defines.direction.north}}
},
--North3
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-2.0, -3.0}, direction = defines.direction.north}}
},
--South3
Expand Down
6 changes: 3 additions & 3 deletions prototypes/buildings/fts-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,21 +230,21 @@ for i = 1, 4 do
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-4.0, 0.0}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-4.0, 2.0}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-4.0, -2.0}, direction = defines.direction.west}}
}
},
Expand Down
6 changes: 3 additions & 3 deletions prototypes/buildings/gasifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,22 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.0, -0.95}, nil, nil, pipes),
pipe_connections = {{flow_direction = "output", position = {-3.5, -0.5}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.0, -0.95}, nil, nil, pipes),
pipe_connections = {{flow_direction = "output", position = {-3.5, -2.5}, direction = defines.direction.west}}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.00, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-3.5, 2.5}, direction = defines.direction.west}}
}
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/hpf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-3.0, 0.0}, direction = defines.direction.west}}
},
},
Expand Down
8 changes: 4 additions & 4 deletions prototypes/buildings/methanol-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,31 +105,31 @@ for i = 1, 4 do
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-0.5, -2.5}, direction = defines.direction.north}}
},
--North, right
{
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.5, -2.5}, direction = defines.direction.north}}
},
--South, left
{
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-0.5, 2.5}, direction = defines.direction.south}}
},
--South, right
{
production_type = "output",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {0.5, 2.5}, direction = defines.direction.south}}
},
--West, top
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/olefin-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.0, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {1.5, -3.5}, direction = defines.direction.north}}
},
--North2
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.0, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-1.5, -3.5}, direction = defines.direction.north}}
},
--South
Expand Down
4 changes: 2 additions & 2 deletions prototypes/buildings/power-house.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ for i = 1, 4 do
{
production_type = "output",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_picture = py.pipe_pictures("assembling-machine-2", {-0.1, 1.1}, {-0.00, -0.89}, {0.55, 0.15}, {-0.5, 0.15}, pipe_left),
pipe_connections = {{flow_direction = "output", position = {-1.0, 3.0}, direction = defines.direction.south}}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", {0.1, 1.1}, {-0.00, -0.89}, {0.55, 0.15}, {-0.5, 0.15}, pipe_mid),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {1.0, 3.0}, direction = defines.direction.south}}
},
},
Expand Down
6 changes: 3 additions & 3 deletions prototypes/buildings/quenching-tower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@ for i = 1, 4 do
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {-0.875, 4.1}, {1.1, -3.85}, nil, nil, pipe_picture_override),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-3.0, -1.0}, direction = defines.direction.west}},
secondary_draw_orders = {north = -1}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {-0.875, 4.1}, {1.1, -3.85}, nil, nil, pipe_picture_override),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-3.0, 1.0}, direction = defines.direction.west}},
secondary_draw_orders = {north = -1}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-3", {-0.875, 4.1}, {1.1, -3.85}, nil, nil, pipe_picture_override),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {-1.0, 3.0}, direction = defines.direction.south}},
secondary_draw_orders = {north = -1}
},
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/ralesia-plantation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if mods.pyalienlife then
production_type = "output",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", {-0.0, 3.837}, {-0.0, -3.837}, {4.0, 0.0}, {-4.0, 0.0}, pipes),
volume = 100,
volume = 1000,
pipe_connections = {{flow_direction = "output", position = {3.0, 0.0}, direction = defines.direction.east}}
},
}
Expand Down
Loading