Page 1 of 1
Removing wires from power poles?
Posted: Wed Jul 29, 2015 8:00 am
by zangent
I've been working on a mod that adds monorails to the game. The way I've been implementing this so far is that the monorail car draws power from a proxy accumulator parented to the car. Then, the rails would have tiny proxy power lines parented to them so that the monorail's accumulator could charge/power the rail. Everything is working except for the fact that the rails have ugly power lines drooping from them. Does anyone know how to hide these lines?
http://i.imgur.com/TWPajdQ.png
Re: Removing wires from power poles?
Posted: Wed Jul 29, 2015 12:44 pm
by Xyfi
I've been looking into it, and I could find no-one mentioning anything about hiding wires. I don't think wires can be influenced in any way from the little research I have done. Then again, I'm not the most experienced modder

.
Re: Removing wires from power poles?
Posted: Wed Jul 29, 2015 6:53 pm
by zangent
Xyfi wrote:I've been looking into it, and I could find no-one mentioning anything about hiding wires. I don't think wires can be influenced in any way from the little research I have done. Then again, I'm not the most experienced modder

.
If nothing else, I'll be able to attach accumulators to the tracks, implement some sort of power sharing between these special entities, and make the train use those for power.
But I really don't want to do that.