added lights to machines
This commit is contained in:
parent
fdaeb90506
commit
ade436f06f
11 changed files with 117 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.0.8
|
||||||
|
Date: 6.4.2022
|
||||||
|
Features:
|
||||||
|
- updated korean locale by x2605
|
||||||
|
- added circuit connections to tank
|
||||||
|
- updated mod settings to be more organized and added some info
|
||||||
|
- added light effects to arc furnace, KI cores, star engine, Fusion reactors, White/Black hole and fu stage machines
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Date: 6.4.2022
|
Date: 6.4.2022
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -134,6 +134,12 @@ data:extend({
|
||||||
frame_count = 3,
|
frame_count = 3,
|
||||||
animation_speed = 0.2,
|
animation_speed = 0.2,
|
||||||
shift = {0,-0.1}
|
shift = {0,-0.1}
|
||||||
|
},
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
color = {r=0.78 ,g=0.5 ,b=0.09 },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -162,6 +162,15 @@ data:extend({
|
||||||
frame_count = 9,
|
frame_count = 9,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
},
|
},
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||||
apparent_volume = 2.5,
|
apparent_volume = 2.5,
|
||||||
|
@ -322,6 +331,15 @@ data:extend({
|
||||||
frame_count = 9,
|
frame_count = 9,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
},
|
},
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||||
apparent_volume = 2.5,
|
apparent_volume = 2.5,
|
||||||
|
@ -508,6 +526,15 @@ data:extend({
|
||||||
frame_count = 9,
|
frame_count = 9,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
},
|
},
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
|
||||||
apparent_volume = 2.5,
|
apparent_volume = 2.5,
|
||||||
|
|
|
@ -130,6 +130,17 @@ data:extend({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 12,
|
||||||
|
color = {r=0.08 ,g=0.51 ,b=0.87 },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
||||||
apparent_volume = 2.5,
|
apparent_volume = 2.5,
|
||||||
|
|
|
@ -127,6 +127,12 @@ data:extend({
|
||||||
frame_count = 3,
|
frame_count = 3,
|
||||||
animation_speed = 0.2,
|
animation_speed = 0.2,
|
||||||
shift = {0,-0.3}
|
shift = {0,-0.3}
|
||||||
|
},
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
color = {r=0.87 ,g=0.25 ,b=0.08 },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -147,6 +147,16 @@ data:extend({
|
||||||
shift = {0,-0.3}
|
shift = {0,-0.3}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
working_sound =
|
working_sound =
|
||||||
{
|
{
|
||||||
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
|
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
|
||||||
|
|
|
@ -127,6 +127,12 @@ data:extend({
|
||||||
frame_count = 4,
|
frame_count = 4,
|
||||||
animation_speed = 0.2,
|
animation_speed = 0.2,
|
||||||
shift = {0,-0.3}
|
shift = {0,-0.3}
|
||||||
|
},
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 15,
|
||||||
|
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -132,6 +132,12 @@ data:extend({
|
||||||
frame_count = 9,
|
frame_count = 9,
|
||||||
animation_speed = 0.3,
|
animation_speed = 0.3,
|
||||||
shift = {2.4,-1.7}
|
shift = {2.4,-1.7}
|
||||||
|
},
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 26,
|
||||||
|
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -227,6 +233,17 @@ data:extend({
|
||||||
shift = {2.4,-1.7}
|
shift = {2.4,-1.7}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 26,
|
||||||
|
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
working_sound = {
|
working_sound = {
|
||||||
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
|
||||||
apparent_volume = 2.5,
|
apparent_volume = 2.5,
|
||||||
|
|
|
@ -160,6 +160,12 @@ data:extend({
|
||||||
frame_count = 9,
|
frame_count = 9,
|
||||||
animation_speed = 0.3,
|
animation_speed = 0.3,
|
||||||
shift = {0,2.6}
|
shift = {0,2.6}
|
||||||
|
},
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 24,
|
||||||
|
color = {r=0.87 ,g=0.64 ,b=0.08 },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -73,6 +73,16 @@ data:extend({
|
||||||
animation_speed = 0.5,
|
animation_speed = 0.5,
|
||||||
shift = {0,0.5}
|
shift = {0,0.5}
|
||||||
},
|
},
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 18,
|
||||||
|
color = {r=0.08 ,g=0.70 ,b=0.87 },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
continuous_animation = true
|
continuous_animation = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -50,6 +50,16 @@ data:extend({
|
||||||
frame_count = 4,
|
frame_count = 4,
|
||||||
animation_speed = 0.1
|
animation_speed = 0.1
|
||||||
},
|
},
|
||||||
|
working_visualisations = {
|
||||||
|
{
|
||||||
|
light = {
|
||||||
|
type = "basic",
|
||||||
|
intensity = 1,
|
||||||
|
size = 18,
|
||||||
|
color = {r=0.08 ,g=0.70 ,b=0.87 },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue