Skip to content

Commit 628c694

Browse files
committed
Sound prototype changes #326
1 parent 4a7393a commit 628c694

File tree

32 files changed

+59
-120
lines changed

32 files changed

+59
-120
lines changed

bobassembly/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"contact": "robertagius@hotmail.com",
88
"homepage": "https://forums.factorio.com/viewforum.php?f=51",
99
"dependencies": [
10-
"base >= 1.2.0",
10+
"base >= 2.0.33",
1111
"boblibrary >= 1.3.0",
1212
"? bobplates >= 1.3.0"
1313
],

bobassembly/prototypes/assembly-burner.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ if not mods["aai-industry"] and settings.startup["bobmods-assembly-burner"].valu
136136
},
137137
},
138138
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
139-
apparent_volume = 1.5,
140139
},
141140
crafting_categories = { "crafting", "basic-crafting", "advanced-crafting" },
142141
crafting_speed = 0.25,
@@ -294,7 +293,6 @@ if not mods["aai-industry"] and settings.startup["bobmods-assembly-burner"].valu
294293
},
295294
},
296295
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
297-
apparent_volume = 1.5,
298296
},
299297
crafting_categories = { "basic-crafting", "crafting", "advanced-crafting", "crafting-with-fluid" },
300298
crafting_speed = 2,

bobassembly/prototypes/assembly-electronics.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
155155
},
156156
},
157157
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
158-
apparent_volume = 1.5,
159158
},
160159
crafting_categories = { "electronics", "electronics-machine", "electronics-with-fluid" },
161160
crafting_speed = 1,
@@ -331,7 +330,6 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
331330
},
332331
},
333332
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
334-
apparent_volume = 1.5,
335333
},
336334
crafting_categories = { "electronics", "electronics-machine", "electronics-with-fluid" },
337335
crafting_speed = 2.25,
@@ -512,7 +510,6 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
512510
},
513511
},
514512
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
515-
apparent_volume = 1.5,
516513
},
517514
crafting_categories = { "electronics", "electronics-machine", "electronics-with-fluid" },
518515
crafting_speed = 4,

bobassembly/prototypes/assembly.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ data:extend({
130130
},
131131
},
132132
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
133-
apparent_volume = 1.5,
134133
},
135134
crafting_categories = { "basic-crafting", "crafting", "advanced-crafting", "crafting-with-fluid" },
136135
crafting_speed = 2,
@@ -265,7 +264,6 @@ data:extend({
265264
},
266265
},
267266
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
268-
apparent_volume = 1.5,
269267
},
270268
collision_box = { { -1.2, -1.2 }, { 1.2, 1.2 } },
271269
selection_box = { { -1.5, -1.5 }, { 1.5, 1.5 } },
@@ -449,7 +447,6 @@ data:extend({
449447
},
450448
},
451449
idle_sound = { filename = "__base__/sound/idle1.ogg", volume = 0.6 },
452-
apparent_volume = 1.5,
453450
},
454451
collision_box = { { -1.2, -1.2 }, { 1.2, 1.2 } },
455452
selection_box = { { -1.5, -1.5 }, { 1.5, 1.5 } },

bobassembly/prototypes/chemical-mixing-furnace.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ then
196196
filename = "__base__/sound/electric-furnace.ogg",
197197
volume = 0.7,
198198
},
199-
apparent_volume = 1.5,
200199
},
201200
graphics_set = {
202201
animation = {
@@ -270,7 +269,6 @@ then
270269
filename = "__base__/sound/electric-furnace.ogg",
271270
volume = 0.7,
272271
},
273-
apparent_volume = 1.5,
274272
},
275273
graphics_set = {
276274
animation = {

bobassembly/prototypes/electric-furnace.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ if settings.startup["bobmods-assembly-furnaces"].value == true and data.raw.furn
122122
filename = "__base__/sound/electric-furnace.ogg",
123123
volume = 0.7,
124124
},
125-
apparent_volume = 1.5,
126125
},
127126
graphics_set = {
128127
animation = bob_electric_furnace_animation(input.tint),

bobenemies/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"contact": "robertagius@hotmail.com",
88
"homepage": "https://forums.factorio.com/viewforum.php?f=51",
99
"dependencies": [
10-
"base >= 2.0",
10+
"base >= 2.0.33",
1111
"boblibrary >= 1.3.0"
1212
],
1313
"description": "Re-adds Alien artifacts to the game.\nAdds 6 different coloured versions of artifacts to the game, each based on a different damage type.\nAdds small versions of artifacts dropped by biters and spitters.\nAdds extra damage type versions of big worm\nAdds a new Elemental nest that spawns the new biters and spitters\nAdds a big piercing biter and big electric spitter\nAdds Huge enemies of Acid and Explosive types\nAdds Giant enemies of Poison and Fire types\nAdds multi-type Titan type enemies\nAdds multi-type Badass behemoth enemies\nAdds multi-type Leviathan enemies, a real end-game threat."

bobenemies/prototypes/spawners.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ data:extend({
1717
volume = 1.0,
1818
},
1919
},
20-
apparent_volume = 2,
2120
},
2221
dying_sound = {
2322
{
@@ -147,7 +146,6 @@ data:extend({
147146
volume = 1.0,
148147
},
149148
},
150-
apparent_volume = 2,
151149
},
152150
dying_sound = {
153151
{
@@ -276,7 +274,6 @@ if settings.startup["bobmods-enemies-superspawner"].value == true then
276274
volume = 1.0,
277275
},
278276
},
279-
apparent_volume = 2,
280277
},
281278
dying_sound = {
282279
{

bobequipment/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"contact": "robertagius@hotmail.com",
88
"homepage": "https://forums.factorio.com/viewforum.php?f=51",
99
"dependencies": [
10-
"base >= 1.2.0",
10+
"base >= 2.0.33",
1111
"boblibrary >= 1.3.0",
1212
"? bobenemies >= 1.3.0",
1313
"? bobplates >= 1.3.0"

bobequipment/prototypes/beams.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local laserBeamSound = {
66
volume = 0.75,
77
modifiers = volume_multiplier("main-menu", 2.5),
88
},
9-
max_sounds_per_type = 1,
9+
max_sounds_per_prototype = 1,
1010
}
1111

1212
data:extend({

0 commit comments

Comments
 (0)