Melody's Lamps


Adds an RGB lamp that can be set to any color with signals and 2 bigger lamps to light up huge areas.

Tweaks
3 years ago
1.1
1.10K
Owner:
melody_florum
Source:
https://github.com/HexCodeFFF/melodys-lamps
Homepage:
N/A
License:
MIT
Created:
3 years ago
Latest Version:
1.0.0 (3 years ago)
Factorio version:
1.1
Downloaded by:
1.10K users

Adds 3 new lamps to the game.
The RGB lamp can glow in any color when passed red, green, or blue signals from 0-255.
The big lamp is a larger version of the default lamp that glows in a very large radius.
The sun lamp is an incredibly expensive and powerful lamp that lights up an incredibly large radius.

For those curious about performance: The mod is designed to have a minimal impact on UPS and its computation time is roughly proportional to how many RGB lamps exist in the world. To accommodate the incredible size of the new lamps, the light_renderer_search_distance_limit is increased. This may have a small impact on rendering performance.