Search found 2 matches

by polatrite@gmail.com
Fri Jul 07, 2017 9:31 pm
Forum: News
Topic: Friday Facts #198 - Rail segment visualisation
Replies: 116
Views: 67735

Re: Friday Facts #198 - Rail segment visualisation

In terms of graphical clutter with rail indicators, I've often thought the signal placement indicator (the large green square with rounded edges, and a line attaching to the track) is quite overkill for that purpose. This graph could be substantially muted, even as far as grayscale colors. Mooncat m...
by polatrite@gmail.com
Wed Mar 30, 2016 8:09 pm
Forum: Mods
Topic: [0.12] JESUS CHRIST IT'S A TRAIN GET OFF THE TRACKS [1.0.1]
Replies: 26
Views: 17421

Re: [0.12] JESUS CHRIST IT'S A TRAIN GET OFF THE TRACKS [1.0.1]

You can make this multiplayer compatible by changing one line.

On line 46, change

Code: Select all

local player = game.player
to:

Code: Select all

for i, player in ipairs(game.players) do

Go to advanced search