can anyone please tell me how to use Goingnorth's electrification pack in the "auto add gantry" instead of the defualt japan style.
Thx
Daniel
Moderator: Moderators
Will give you 4 track, 3 track, 2 track (one mast either side) and 1 track masts, plus bridge masts over 2 track lines.SIMISA@@@@@@@@@@JINX0g0t______
Tr_GantryFile (
GantrySets ( 5
GantrySet(
Name ( "BR Mk 3 single" )
Style ( 00000001 )
Separation ( 60 )
GantryTable ( 1
GantryTableEntry (
Filename ( "singlecantmast.s" )
Distance ( 6 )
)
)
)
GantrySet(
Name ( "BR Mk 3 bridge" )
Style ( 00000001 )
Separation ( 60 )
GantryTable ( 1
GantryTableEntry (
Filename ( "bridgecant.s" )
Distance ( 6 )
)
)
)
GantrySet(
Name ( "BR Mk 3 twintrack single mast" )
Style ( 00000001 )
Separation ( 60 )
GantryTable ( 1
GantryTableEntry (
Filename ( "singlecantmast.s" )
Distance ( 11.5 )
)
)
)
GantrySet(
Name ( "BR Mk 3 3track" )
Style ( 00000002 )
Separation ( 60 )
GantryTable ( 1
GantryTableEntry (
Filename ( "3trackcant.s" )
Distance ( 16 )
)
)
)
GantrySet(
Name ( "BR Mk 3 4track" )
Style ( 00000002 )
Separation ( 60 )
GantryTable ( 1
GantryTableEntry (
Filename ( "4trackcant.s" )
Distance ( 21 )
)
)
)
)
// A gantry is assumed to be a power gantry - signal gantries are placed separately.
// Gantry data is organised into named sets
// A named set of gantry data is associated with a route
//
// Interval <n> metres interval at which gantries are placed
//
// Style:
// 0x00000001 Pylon - paired single gantries are placed opposite each other
// 0x00000002 Overhead - a single overhead gantry spans the track
//
// The gantry entries are ordered according to type. Spanning gantries must be
// ordered in increasing width.
//
// Pylon:
// Shape Name
//
// Overhead:
// num gantries
// for each gantry:
// <shapename> <distance>
//
// For pylon style gantries, distance is the maximum separation of a pair
// For overhead style gantries distance is the inside separation of the verticals
//
// All gantries have their origin at the bottom centre so that
// it coincides with the centre of the span of track(s) they are being laid over.