Caboose Interior?

Antwerp

New member
Is there any caboose interiors anywhere? The reason i'm asking this is because of the caboose I frequently use has no interior. So if there is a FREEWARE caboose interior give me a link.

Jerett W. Godeke
 
:cool: You must have a caboose with an assigned attachment for a correct interior, otherwise you'll just wound up sitting in the middle of the track...
 
Each of these have interiors which attach to an included attachment point named a.cabfront:
AT&SF Caboose 2006,<kuid2:171456:9035:1>
NYC Woodside Caboose,<kuid2:72938:100822:1>
Caboose, CA-3 UP #25037,<kuid2:46075:100521:2>

Bob Weber
 
Each of these have interiors which attach to an included attachment point named a.cabfront:
AT&SF Caboose 2006,<kuid2:171456:9035:1>
NYC Woodside Caboose,<kuid2:72938:100822:1>
Caboose, CA-3 UP #25037,<kuid2:46075:100521:2>

Bob Weber

ok all I get is what backyard said would happen. heres the asset.

Norfolk Southern C-31P Caboose <kuid:336419:1111>

<kuid:38304:55050> is the interior.

how do I get a caboose interior to show on it.

here is the config.


kuid <kuid:336419:1111>
trainz-build 2.5
category-class "CC"
category-region "US"
category-era "1960s;1970s;1980s;1990s;2000s"
username "Norfolk Southern C-31P Caboose"
kind "traincar"
engine 0
interior <kuid:38304:55050>
mass 24493
author "ZAABB62"
company "NS"
contact-email "eastcoasttrainz@eastcoasttrainz.com"
contact-website "www.eastcoasttrainz.com"
description "Ex-Norfolk Western C-31 Class steel caboose lettered for Norfolk Southern. Heavy weathering and restenciled markings, trucks are original Realsquash mesh reskined by SPorBUST. Couplers are by PhilC."
license "Freeware. Use however you wish other than reselling for payment of any kind, this includes shipping charges and media charges. This includes reskins and modifications. Please do not upload this file anywhere other than www.eastcoasttrainz.com. If you modify this railcar from its original form, please email me with a copy,
Couplers by PhilC
Trucks are original Realsquash mesh reskined by SPorBUST"
light 1
organisation "East Coast Trainz"
enginespec <kuid:-1:42004201>
mesh-table {
default {
mesh "ns_c31p.IM"
auto-create 1
}
shadow {
mesh "shadow/shadow.IM"
}
}
bogeys {
0 {
reversed 0
bogey <kuid:113556:50057>
}
1 {
reversed 0
bogey <kuid:113556:50057>
}
}
thumbnails {
0 {
image "screenshot.jpg"
width 240
height 180
}
}
kuid-table {
0 <kuid:-1:42004201>
1 <kuid:113556:50057>
2 <kuid:38304:55050>
}
 
Hi,

You need to use PEV's Attachment Maker to make an a.cabfront attachment. Then it needs to be referenced in the config somehow. I'll let someone else explain. :o
 
:cool: I have tried to do this, however like I said the car has no attachment point.

I tried to place one using PEV Soft Attachment Maker with no success...hence my participation in this thread...

Once you get the attachment point placed, you need to edit in Content Creator Plus to add the info to the config.txt file in the mesh container.

Hope you find a solution!
 
:cool: I have tried to do this, however like I said the car has no attachment point.

I tried to place one using PEV Soft Attachment Maker with no success...hence my participation in this thread...

Once you get the attachment point placed, you need to edit in Content Creator Plus to add the info to the config.txt file in the mesh container.

Hope you find a solution!
Hi,

I remembered an asset I made a while back which had a trailer mesh attached to a truck.

I have the attach_mesh.im in the main folder. This contains an attachmnt for the trailer to connect to.

This is my mesh table:

Code:
mesh-table
{
  default
  {
    mesh                                "1950s kenworth.im"
    auto-create                         1
  }
  
  attachments
  {
    mesh                                "attach_mesh.im"
    auto-create                         1
    
    effects
    {
      0
      {
        kind                            "attachment"
        att                             "a.New"
        default-mesh                    <kuid:459464:1420>
      }
    }
  }
}

You would need to replace <kuid:459464:1420> with the interior, and have the interior tag as well.

Also, a.New needs to be a.cabfront and you can select this in Attachment Maker, and change the config to suit.

I hope this helps. :)
 
Back
Top