Search found 2 matches
- Fri Jul 07, 2017 9:31 pm
- Forum: News
- Topic: Friday Facts #198 - Rail segment visualisation
- Replies: 116
- Views: 73639
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...
- 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: 19151
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
to:
On line 46, change
Code: Select all
local player = game.player
Code: Select all
for i, player in ipairs(game.players) do