Skip to content

Commit 7195f48

Browse files
committed
Factoriopedia cleanup and fix icon sizes on belts
1 parent 7a7dceb commit 7195f48

11 files changed

Lines changed: 53 additions & 35 deletions

File tree

locale/en/FreightForwarding.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ ff-interstellar-communicator=Can be launched in a rocket to win the game.
5858
ff-tailings-water=Tailings water
5959

6060
[recipe-name]
61+
ff-ferrous-nodule-washing=Ferrous nodule washing
62+
ff-cupric-nodule-washing=Cupric nodule washing
63+
ff-cobalt-crust-washing=Cobalt crust washing
6164
ff-tailings-filtration=Tailings filtration
6265
ff-tailings-evaporation=Tailings evaporation
63-
ff-titansteel-smelting=Titansteel smelting
64-
ff-titansteel-cooling=Titansteel cooling
66+
ff-titansteel-heating=Titansteel heating
6567
ff-slag-leaching=Slag leaching
6668
ff-water-condensing=Water condensing
6769
ff-advanced-uranium-processing=Advanced uranium processing

migrations/pre-2.0.0.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recipe":
3+
[
4+
["ff-charge-battery", "ff-charged-battery"],
5+
["ff-charge-battery-pack", "ff-charged-battery-pack"],
6+
["ff-titansteel-cooling", "ff-titansteel-plate"],
7+
["ff-titansteel-smelting", "ff-hot-titansteel-plate"]
8+
]
9+
}

prototypes/battery-transport.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ data:extend{ -- Battery charging interface
307307
},
308308
{
309309
type = "recipe",
310-
name = "ff-charge-battery",
310+
name = "ff-charged-battery",
311311
category = "battery",
312312
--hide_from_player_crafting = true,
313313
energy_required = 5,
@@ -386,7 +386,7 @@ data:extend{ -- Battery charging interface
386386
},
387387
{
388388
type = "recipe",
389-
name = "ff-charge-battery-pack",
389+
name = "ff-charged-battery-pack",
390390
category = "battery",
391391
--hide_from_player_crafting = true,
392392
energy_required = 12.5,
@@ -424,7 +424,7 @@ data:extend{ -- Battery charging interface
424424
},
425425
{
426426
type = "unlock-recipe",
427-
recipe = "ff-charge-battery"
427+
recipe = "ff-charged-battery"
428428
},
429429
},
430430
prerequisites = {"electric-energy-accumulators"},
@@ -454,7 +454,7 @@ data:extend{ -- Battery charging interface
454454
},
455455
{
456456
type = "unlock-recipe",
457-
recipe = "ff-charge-battery-pack"
457+
recipe = "ff-charged-battery-pack"
458458
},
459459
},
460460
prerequisites = {"ff-battery-charging", "utility-science-pack", "ff-cobalt-processing"},

prototypes/cobalt.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ data:extend{
115115
icon = "__FreightForwarding__/graphics/item/tailings-water.png",
116116
scale = 0.25,
117117
shift = {-8, -8},
118+
draw_background = true,
118119
},
119120
},
120121
icon_size = 64,
@@ -148,16 +149,19 @@ data:extend{
148149
icon = "__FreightForwarding__/graphics/item/tailings-water.png",
149150
scale = 0.25,
150151
shift = {-8, -8},
152+
draw_background = true,
151153
},
152154
{
153155
icon = "__bzlead__/graphics/icons/lead-ore.png",
154156
scale = 0.23,
155157
shift = {-8, 8},
158+
draw_background = true,
156159
},
157160
{
158161
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
159162
scale = 0.23,
160163
shift = {8, 8},
164+
draw_background = true,
161165
},
162166
},
163167
icon_size = 64,

prototypes/endgame.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ data:extend{
4040
{
4141
size = 64,
4242
filename = "__FreightForwarding__/graphics/item/interstellar-communicator.png",
43-
scale = 0.25,
43+
scale = 0.5,
4444
mipmap_count = 4,
4545
},
4646
{
4747
draw_as_light = true,
4848
flags = { "light" },
4949
size = 64,
5050
filename = "__FreightForwarding__/graphics/item/interstellar-communicator-light.png",
51-
scale = 0.25,
51+
scale = 0.5,
5252
mipmap_count = 4,
5353
},
5454
},

prototypes/lava-pool.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ data:extend{
7272
icon = "__FreightForwarding__/graphics/lava-pool/lava-pool-icon.png",
7373
icon_size = 64,
7474
flags = {"placeable-neutral"},
75-
category = "basic-fluid",
76-
subgroup = "raw-resource",
77-
order="a-b-a",
75+
category = "ff-rocket-silo", -- Empty category, so "Mined by:" will be empty
76+
subgroup = "mineable-fluids",
77+
order = "b-b",
7878
infinite = false,
7979
highlight = true,
8080
minimum = 1,
@@ -196,7 +196,7 @@ data:extend{
196196
},]]
197197
--map_color = {1, 0.4, 0},
198198
crafting_categories = {"ff-lava-smelting"},
199-
fixed_recipe = "ff-titansteel-smelting",
199+
fixed_recipe = "ff-hot-titansteel-plate",
200200
show_recipe_icon = false,
201201
crafting_speed = 1,
202202
energy_source = {type = "void"},

prototypes/nodule.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data:extend{
2424
},
2525
{
2626
type = "recipe",
27-
name = "ff-ferrous-nodule-washing",
27+
name = "ff-ferrous-nodule-washing", -- TODO 2.0 give unique icon
2828
category = "chemistry",
2929
enabled = false,
3030
energy_required = 15,

prototypes/rocket-silo.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ local rocket_silo_dummy = table.deepcopy(rocket_silo)
1616
rocket_silo_dummy.name = "ff-rocket-silo-dummy"
1717
rocket_silo_dummy.localised_name = {"entity-name.rocket-silo"}
1818
rocket_silo_dummy.localised_description = rocket_silo.localised_description or {"entity-description.rocket-silo"}
19+
rocket_silo_dummy.hidden = true
1920
rocket_silo_dummy.type = "mining-drill"
2021
rocket_silo_dummy.collision_mask = {layers = {}}
2122
rocket_silo_dummy.vector_to_place_result = {0, 0}
@@ -68,8 +69,8 @@ data:extend{
6869
icon_size = 64,
6970
flags = {"placeable-neutral"},
7071
category = "ff-rocket-silo",
71-
subgroup = "raw-resource",
72-
order="a-b-c",
72+
subgroup = "mineable-fluids",
73+
order = "b-c",
7374
infinite = false,
7475
highlight = true,
7576
minimum = 100, -- Doesn't do anything?

prototypes/seamount.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ data:extend{
2424
icon_size = 64,
2525
flags = {"placeable-neutral"},
2626
category = "ff-seamount",
27-
subgroup = "raw-resource",
28-
order="a-b-a",
27+
subgroup = "mineable-fluids",
28+
order = "b-a",
2929
infinite = false,
3030
highlight = true,
3131
minimum = 100, -- Doesn't do anything?

prototypes/slag.lua

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:extend{
1111
{
1212
filename = "__FreightForwarding__/graphics/slag/hot-slag.png",
1313
mipmap_count = 4,
14-
scale = 0.25,
14+
scale = 0.5,
1515
size = 64
1616
},
1717
{
@@ -20,7 +20,7 @@ data:extend{
2020
-- blend_mode = "additive",
2121
flags = { "light" },
2222
mipmap_count = 4,
23-
scale = 0.25,
23+
scale = 0.5,
2424
size = 64
2525
}
2626
}
@@ -30,7 +30,7 @@ data:extend{
3030
{
3131
filename = "__FreightForwarding__/graphics/slag/hot-slag-1.png",
3232
mipmap_count = 4,
33-
scale = 0.25,
33+
scale = 0.5,
3434
size = 64
3535
},
3636
{
@@ -39,7 +39,7 @@ data:extend{
3939
-- blend_mode = "additive",
4040
flags = { "light" },
4141
mipmap_count = 4,
42-
scale = 0.25,
42+
scale = 0.5,
4343
size = 64
4444
}
4545
}
@@ -49,7 +49,7 @@ data:extend{
4949
{
5050
filename = "__FreightForwarding__/graphics/slag/hot-slag-2.png",
5151
mipmap_count = 4,
52-
scale = 0.25,
52+
scale = 0.5,
5353
size = 64
5454
},
5555
{
@@ -58,7 +58,7 @@ data:extend{
5858
-- blend_mode = "additive",
5959
flags = { "light" },
6060
mipmap_count = 4,
61-
scale = 0.25,
61+
scale = 0.5,
6262
size = 64
6363
}
6464
}
@@ -68,7 +68,7 @@ data:extend{
6868
{
6969
filename = "__FreightForwarding__/graphics/slag/hot-slag-3.png",
7070
mipmap_count = 4,
71-
scale = 0.25,
71+
scale = 0.5,
7272
size = 64
7373
},
7474
{
@@ -77,7 +77,7 @@ data:extend{
7777
-- blend_mode = "additive",
7878
flags = { "light" },
7979
mipmap_count = 4,
80-
scale = 0.25,
80+
scale = 0.5,
8181
size = 64
8282
}
8383
}
@@ -101,13 +101,15 @@ data:extend{
101101
},
102102
{
103103
icon = "__base__/graphics/icons/iron-ore.png",
104-
scale = 0.25,
104+
scale = 0.5,
105105
shift = {8, 8},
106+
draw_background = true,
106107
},
107108
{
108109
icon = "__base__/graphics/icons/stone.png",
109-
scale = 0.25,
110+
scale = 0.5,
110111
shift = {-8, 8},
112+
draw_background = true,
111113
},
112114
},
113115
icon_size = 64,

0 commit comments

Comments
 (0)