Compare commits
3 commits
bee1434797
...
377f77b68c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
377f77b68c | ||
|
|
0249c3a54f | ||
|
|
745609b89d |
5 changed files with 11 additions and 7 deletions
|
|
@ -1,4 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.5.1
|
||||
Date: 17.02.2026
|
||||
Changes:
|
||||
- Tweak color LUTs some more
|
||||
- Change day time of the menu simulation
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.5.0
|
||||
Date: 14.02.2026
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lignumis",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"title": "Lignumis",
|
||||
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
|
||||
"author": "cackling fiend",
|
||||
|
|
|
|||
|
|
@ -67,16 +67,14 @@ PlanetsLib:extend({
|
|||
surface_render_parameters = {
|
||||
clouds = effects.default_clouds_effect_properties(),
|
||||
day_night_cycle_color_lookup = {
|
||||
{ 0.00, Lignumis.graphics .. "color_luts/lut-noon.png" },
|
||||
{ 0.10, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 0.00, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 0.20, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 0.35, Lignumis.graphics .. "color_luts/lut-sunset.png" },
|
||||
{ 0.45, Lignumis.graphics .. "color_luts/lut-night.png" },
|
||||
{ 0.55, Lignumis.graphics .. "color_luts/lut-night.png" },
|
||||
{ 0.65, Lignumis.graphics .. "color_luts/lut-dawn.png" },
|
||||
{ 0.75, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 0.90, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
{ 1.00, Lignumis.graphics .. "color_luts/lut-noon.png" },
|
||||
{ 1.00, Lignumis.graphics .. "color_luts/lut-day.png" },
|
||||
}
|
||||
},
|
||||
persistent_ambient_sounds = {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ main_menu_simulations.lignumis_early = {
|
|||
game.simulation.camera_position = {-6, 10} -- Position of camera
|
||||
game.simulation.camera_zoom = 0.75 -- Zoom of camera
|
||||
game.tick_paused = false
|
||||
game.surfaces["lignumis"].daytime = 0.3
|
||||
game.surfaces["lignumis"].daytime = 0.2
|
||||
game.players[1].game_view_settings.show_controller_gui = false
|
||||
game.players[1].game_view_settings.show_quickbar = false
|
||||
game.players[1].game_view_settings.show_shortcut_bar = false
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ data:extend({
|
|||
game.simulation.camera_position = {-6, 2}
|
||||
game.simulation.camera_zoom = 0.75
|
||||
game.tick_paused = false
|
||||
game.surfaces["lignumis"].daytime = 0.3
|
||||
game.surfaces["lignumis"].daytime = 0.2
|
||||
game.players[1].game_view_settings.show_controller_gui = false
|
||||
game.players[1].game_view_settings.show_quickbar = false
|
||||
game.players[1].game_view_settings.show_shortcut_bar = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue