attachment maker

RDLOVER777

Aka, WestRail42fan
hi, ive been using PEV's attachment make to add pantogragh positions on TGV unit 2, ive cloned the TGV unit 2 mesh that my paint shed tgv uses and ive added the position on the coach and ive commited it and it come up with error and ive added to my paint shed tgv coach and the coach no longer appears in game what do i do?
ive read the tutorial
thanks
daniel~
 
Hello Daniel,

Could you please post the error and your config.txt file?

Then we can tell you what's wrong and how to fix it. :)

Kieran.
 
config.txt

here is the config file for the cloned tgv unit 2 i was talking about

company "painted_company"
origin "painted_origin"
product-id "paintshed"
product-version 1.3
product-type "template"
trainz-build 1.3
engine 0
name "TGV Unit 2"
bogey 101415
bogey-1 101414
kind "traincar"
pantograph <kuid:84860:57221>
mass 12500
enginespec <kuid:-1:42004201>
queues {
passengers {
size 35
initial-count 0
product-kuid <kuid:-3:10060>
}
}
name-fr "TGV Unit 2"
name-nl "TGV Unit 2"
name-cz "TGV Unit 2"
name-es "Unidad TGV 2"
description "


Train a Grande Vitesse (high speed train) of the Societe Nationale des Chemins de fers Francais (French National Railways) TGV is a system which comprises train, track, and signalling technologies to facilitate high speed rail travel. (typically 300 km/h, or 186 mph).


The idea was conceived in the 60's, but conventional thinking at the time was that technology for steel wheels on steel rails had progressed as far as it would, and so initially the project was refused any government funding.


The TGV was an instant success, virtually grounding air traffic between Paris and Lyon, economists tantalised by the fact that the TGV actually turns a profit, paying for itself (including construction costs) in the first ten years.


There are a few fundamental differences between the TGV and conventional rail systems. The rails themselves are welded and supported on low maintenance concrete sleepers, just like many modern railroads; though ballast depth is greater, and track centers are further apart to reduce the blast of two high speed trains crossing.


A principle differences is in curvature, on a conventional railroad, 10 chains is considered a sharp curve radius - in high speed rail, a "
tight" "curve radius can be in the order of 3 miles! The outer rails are 'super-elevated', or slightly raised which enables the train to negotiate curves at high speed. "
the "other striking difference is that there is no trackside signalling, as the indications are too difficult to read at high speed. Signalling information is transmitted digitally to the driver, who sees the indications on a display in the cab. Computers are responsible for the control of many important functions. "
another "point worthy of consideration is that due to the proprtionately smaller loss of speed when ascending hills, tracks can be laid on much steeper grades than considered suitable for conventional rail. This makes location of routes much more flexible and therefore less expensive. The ruling grade on the original Paris to Lyon route was roughly 1 in 125. TGV technology permitted banks of up to 1 in 29 over the revised corridor. "
daily "operation at speeds in excess of 300km has resulted in few incidents, and the TGV has an impeccable safety record, with 0 casualties reported in over 20 years of constant operation.'"
name-ru "TGV Unit 2"
name-it "TGV Unità 2"
asset-filename "TGV_unit2"
kuid <kuid:657338:1218>
 
here are the errors

Warning: Progressive meshes are no longer supported by CCP. Though these meshes may work in Trainz, it is recommended that you switch to a LOD mesh.
Error: The tag 'another' is not permitted within this container. (Container type 'traincar')
Error: The tag 'daily' is not permitted within this container. (Container type 'traincar')
Error: The tag 'the' is not permitted within this container. (Container type 'traincar')
Error: The tag 'tight"' is not permitted within this container. (Container type 'traincar')
 
Okay, this config should work:

Code:
company                            "painted_company"
origin                            "painted_origin"
product-id                        "paintshed"
product-version                        1.3
product-type                        "template"
trainz-build                        1.3
engine                            0
name                            "TGV Unit 2"
bogey                            101415
bogey-1                            101414
kind                            "traincar"
pantograph                        <kuid:84860:57221>
mass                            12500
enginespec                        <kuid:-1:42004201>
queues {
    passengers {
        size                    35
        initial-count                0
        product-kuid                <kuid:-3:10060>
    }
}
name-fr                            "TGV Unit 2"
name-nl                            "TGV Unit 2"
name-cz                            "TGV Unit 2"
name-es                            "Unidad TGV 2"
description                        "


Train a Grande Vitesse (high speed train) of the Societe Nationale des  Chemins de fers Francais (French National Railways) TGV is a system  which comprises train, track, and signalling technologies to facilitate  high speed rail travel. (typically 300 km/h, or 186 mph). 


The idea was conceived in the 60's, but conventional thinking at the  time was that technology for steel wheels on steel rails had progressed  as far as it would, and so initially the project was refused any  government funding. 


The TGV was an instant success, virtually grounding air traffic between  Paris and Lyon, economists tantalised by the fact that the TGV actually  turns a profit, paying for itself (including construction costs) in the  first ten years. 


There are a few fundamental differences between the TGV and conventional  rail systems. The rails themselves are welded and supported on low  maintenance concrete sleepers, just like many modern railroads; though  ballast depth is greater, and track centers are further apart to reduce  the blast of two high speed trains crossing. 


A principle differences is in curvature, on a conventional railroad, 10  chains is considered a sharp curve radius - in high speed rail, a 
tight                            curve radius can be in the order of 3 miles! The outer  rails are 'super-elevated', or slightly raised which enables the train  to negotiate curves at high speed. 
the                            other striking difference is that there is no trackside  signalling, as the indications are too difficult to read at high speed.  Signalling information is transmitted digitally to the driver, who sees  the indications on a display in the cab. Computers are responsible for  the control of many important functions. 
another                            point worthy of consideration is that due to the  proprtionately smaller loss of speed when ascending hills, tracks can be  laid on much steeper grades than considered suitable for conventional  rail. This makes location of routes much more flexible and therefore  less expensive. The ruling grade on the original Paris to Lyon route was  roughly 1 in 125. TGV technology permitted banks of up to 1 in 29 over  the revised corridor. 
daily                            operation at speeds in excess of 300km has resulted in few  incidents, and the TGV has an impeccable safety record, with 0  casualties reported in over 20 years of constant operation.'"
name-ru                            "TGV Unit 2"
name-it                            "TGV Unità 2"
asset-filename                        "TGV_unit2"
kuid                            <kuid:657338:1218>

The issue arose because you edited a built-in, which then revealed its errors. Built-in content should not be edited if you can avoid it. You got relatively lucky with this asset though. :)

Kieran.
 
Back
Top