Skip to content
Snippets Groups Projects
Commit 6c1d14c6 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Main files.

parent 6585b6f4
No related branches found
No related tags found
No related merge requests found
Pipeline #1367 failed
.tags 0 → 100644
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 0 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
name E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "name": "arumbalights",$/;" function line:2
version E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "version": "0.14.2",$/;" function line:3
factorio_version E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "factorio_version": "0.14",$/;" function line:4
title E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "title": "Arumba Lights",$/;" function line:5
author E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "author": "Arumba",$/;" function line:6
homepage E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "homepage": "",$/;" function line:7
dependencies E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "dependencies": ["base"],$/;" function line:8
description E:\Games\Factorio_Web\mods\mods.devel\arumbalights_0.14.2\info.json /^ "description": "Significantly boosts player and vehicle light radius for better viewing on YouTube"$/;" function line:9
data.lua 0 → 100644
data.raw["player"]["player"].light =
{
{
intensity = 0.9,
size = 150,
}
}
for _, vehicle in pairs(data.raw["car"]) do
vehicle.light =
{
{
intensity = 0.9,
size = 150
}
}
end
for _, loco in pairs(data.raw["locomotive"]) do
loco.front_light =
{
{
intensity = 0.9,
size = 150,
},
{
intensity = 0.9,
size = 150,
}
}
loco.stand_by_light =
{
{
color = {b=1},
shift = {-0.6, -3.5},
size = 2,
intensity = 0.5
},
{
intensity = 0.9,
size = 60,
}
}
end
{
"name": "lightingboost",
"version": "0.1",
"factorio_version": "0.16",
"title": "Lighting Boost",
"author": "Zandor300",
"homepage": "",
"dependencies": ["base"],
"description": "Significantly boosts player and vehicle light radius."
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment