any one know where to find the SP Daylight Coaches and the Norfolk Southern Coaches?

mchone2012

New member
I was curious if there were passenger cars for the SP Daylight Steamer and for the Norfolk southern OCS locomotives i picked up off of jointed rail thanks,
 
For the Daylight:
http://www.protrainz.com/cm/thumbnails.php?album=7&page=8
http://www.protrainz.com/cm/thumbnails.php?album=7&page=9
Same as the ones on the DLS but easier and faster to download (don't have to hunt them down on the Black Pages).
Seems like Lilb was planning on making some of his own to go with his GS-4, don't know if he found the plans for them or not, though.

I don't know about the NS ones, somebody else'll have to answer that.
I found 'em on Content manager.
 
The Daylight equipment looks very good, allowing for their age, but have multiple issues in TS2010 native and TS12. Someone posted a while ago that he had fixed them and might post a tutorial on how to do so. They do work fine in TS2010 compatibility, though.

Bernie
 
If the errors are like the others I've seen with Magicland's passenger cars, they're pretty easy to fix.

For the spinning wheel issue, you need to edit the bogey its self and remove the following lines from the bogey:

anim "anim.kin"
animation-loop-speed 1

The other error I have found with the cars is related to a script for some marker lights. Delete the reference to the script in the Config.txt file. By removing this script reference, the problem goes away.

For shadow mesh errors and PM warnings, add the following to the Config.txt (Sample mesh table shown. Change the asset name and references to your own asset.):

mesh-table
{
default
{
mesh "xpt_cl_new_xd_body/xpt_cl_new_xd_body.im" <<<<< This needs to be changed to your asset.
auto-create 1
}

shadow
{
mesh "xpt_cl_new_xd_shadow/xpt_cl_new_xd_shadow.im" <<<<< This too has to be changed.
}
}

For this fix you need to use PEV's PM2IM and Quick Shadows.

The thumbnail warning is an easy fix as well. Simply copy the container from a working model's config.txt and add the section to your asset's config.txt file. You will then of course need to make a thumbnail file for the asset. Being a warning, this is an optional fix.

John
 
Back
Top