The International Simutrans Forum

PakSets and Customization => General Resources and Tools => PakSet Maintainers and Artists Corner => Topic started by: ӔO on June 08, 2012, 01:11:29 AM

Title: A few questions regarding powerline and way object dat parameters
Post by: ӔO on June 08, 2012, 01:11:29 AM
Question 1:
I couldn't find any documentation about powerlines on the tikiwiki site or the japanese addons site. There is none at all.
Is it a way type? What exactly are the parameters necessary for it?



Question 2: way-object electrification

Is this the way to use own_waytype?
own_waytype=electrified_track

or is it this?
own_waytype=1
electrified_track=1


or do I not need the parameter at all?
Title: Re: A few questions regarding powerline and way object dat parameters
Post by: Combuijs on June 08, 2012, 07:41:43 AM
From pak64:

Obj=way
Name=Powerline
waytype=power


and

Obj=way-object
Name=SlowOverheadpower
waytype=track
own_waytype=electrified_track

Title: Re: A few questions regarding powerline and way object dat parameters
Post by: ӔO on June 08, 2012, 08:17:11 AM
thanks combuijs
very helpful.