How do I add loads in the config?

pellet

New member
Hi,

I was wondering, how do I add loads to wagons etc in the config file

i.e. stock that doesn't have any products listed, they are just generic if you will

so, what lines do I need to add to add loads?
 
Try that one :)

Code:
queues {
    bulk-loads {
        size                    20025
        animated-mesh                "load"
        allowed-products {
            0                               <kuid2:xxxx:xxxxx:1>
        }
        conflicts-with-queues {
            0                "load1"
        }
    }
    load1 {
        size                    1
        attachment-points {
                        0                               "a.load0"
        }
        allowed-products {
                        0                <kuid2:xxxx:xxxx:1>
        }
        conflicts-with-queues {
            0                "bulk loads"
         }
    }
}
 
Hi,

I was wondering, how do I add loads to wagons etc in the config file

i.e. stock that doesn't have any products listed, they are just generic if you will

so, what lines do I need to add to add loads?

Which wagons and are we talking visible loads etc here or not? For none visible loads you can modify the config.txt file just use something that works as an example for visible loads you need attachment points on a mesh or a bulk load mesh to make them work there are techniques to add these to existing wagons. email me if this is what you're after.

jwhelan0112 gmail.com

Cheerio John
 
Back
Top