How do you add invisible passengers and products to TRS19 rolling stock

John_SB

New member
How do you add invisible passengers and products to TRS19 rolling stock
What do i need to add to the config.txt for TRS19
A config.txt example would be great
I want invisible passengers and freight products to load and unload
Thanks
 
This is what I've done for adding invisible passengers to my own models that don't have seated passenger attachment points. The same format cab be used for products without attachment points as well.


queues
{
load0
{
passenger-queue 1
size 36
initial-count 10
product-kuid <kuid:-3:10060>

allowed-products
{
0 <kuid:-3:10060>
}
 
An obvious dumb question (or I am missing something in which case the "dumb" is still correct). If they are invisible then who is going to notice if they are there or not?

I await a visible answer!
 
I did it with my 'litho' Uk coaches (no windows, no modelled interior) John so that passengers could be visibly loaded and unloaded at stations. With goods wagons and especially vans where loads can't be seen anyway (please excuse Uk terminology) an invisible load still has weight so it affects their running physics. I want there to be a difference between a loaded and an empty train with how much effort an engine has to put into working the train. Even passengers have weight, - a loaded passenger train can weigh 3-5 tons more than an unloaded one. So that's why I use this system.
 
What I do is to open the config file of a known car that carries commodities. Copy all the lines that have any one of the commodities (Queue) and paste it onto the car I want to modify. So, all of the above responses are valid and true. Take care on differentiating the type of commodity you use: liquid, box type or bulk. Once you have copied the lines, just change the old kuid number for the one you want for that particular modified car. Down on the bottom of the config file you'll see a list of all the kuid used by the car, and there you also have to add this new kuid number. Let's say you want to add flour pallet, all you have to do is hunt in CM for the kuid of this commodity, and copy that number onto the proper line in the config file of the modified car. You did something wrong and now it is faulty or with errors? just do a "reverse to original" and start all over again. For passengers is pretty much the same. Even if you don't see the commodity, you should be able to see the icon on top of the car with the number of pieces that carries. Note: Once you insert the new kuid, it may show faulty. I found that if you eliminate the first 2 at the number, and the :2 at the end of it, it passes and shows OK. Not sure why, but it does.
 
How do you add invisible passengers and products to TRS19 rolling stock
What do i need to add to the config.txt for TRS19
A config.txt example would be great
I want invisible passengers and freight products to load and unload
Thanks

My first question here would be; is the rolling stock item something you are creating or already exists and you are simply using it?

If it is an existing rolling stock item, than chances are that it already is configured for a product. If that is the case then adding another product is very easy as shown in my tutorial at:

https://forums.auran.com/trainz/sho...dd-a-product-of-your-own-choice-to-a-rail-car

Bob
 
Thank You all for your replies
I now know how to add invisible passengers and products to rolling stock
Thanks again
 
Back
Top