*drools uncontrollably* Like a booosssss!!!!!!!! That there, is awesome.
Printable View
It was a long quote, but you have to admit that those bulldozers are coolest I've ever seen!:cool:
The rest of the loads are just as awesome :hehe:.
Dave
Going around the Loop.
http://img594.imageshack.us/img594/4033/io2i.jpg
Beutiful pic Nick. keep up the good work. I need to get back on the RAFT sub soon now that breaks are coming and sports are over for me now.
Hallo Dino,
Yes, I can :-)
I hope that helps :-)PHP Code:
Structure of a seasonal - non LOD - load asset:
------------------------------------------------------------------------
TUME-300674-Steel-Pipes
summer/300674.im
summer/Pipe-512x512-101.tga
summer/Pipe-512x512-101.texture.txt
snow/300674.im
snow/Pipe-512x512-101.tga
snow/Pipe-512x512-101.texture.txt
$screenshot$.jpg
config.txt
config:
-------
kuid <kuid2:82412:300674:1>
kind "product"
trainz-build 3.7
instance-type "resource"
product-category <kuid:-3:10042>
category-class "IC"
mass 15000
mesh-table
{
summer
{
mesh "summer/300674.im"
auto-create 1
mesh-season 0
}
snow
{
mesh "snow/300674.im"
auto-create 1
mesh-season 1
}
}
season-selector
{
above-snow-line 1
branch-true
{
output-season 1
}
branch-false
{
output-season 0
}
}
allows-mixing 1
description "TUME-300674-Steel-Pipes"
username "TUME-300674-Steel-Pipes"
author "TUME"
license "EULA - text."
contact-email "tume.tume@web.de"
contact-website "www.myspace.com/tume_um"
thumbnails {
0 {
image "$screenshot$.jpg"
width 240
height 180
}
}
kuid-table {
0 <kuid:-3:10042>
}
------------------------------------------------------------------------
Structure of a seasonal - LOD - load asset with uses a mesh library:
------------------------------------------------------------------------
TUME-300666-Inter-State-Trailer
$screenshot$.jpg
config.txt
config:
-------
kuid <kuid2:82412:300666:1>
kind "product"
trainz-build 3.7
instance-type "resource"
product-category <kuid:-3:10042>
category-class "IC"
mass 20000
mesh-table
{
summer
{
mesh-asset "<kuid2:82412:300641:1>"
mesh "summer/TUME-24638-Inter-State-Trailer.lm"
auto-create 1
mesh-season 0
}
snow
{
mesh-asset "<kuid2:82412:300641:1>"
mesh "snow/TUME-24638-Inter-State-Trailer.lm"
auto-create 1
mesh-season 1
}
}
season-selector
{
above-snow-line 1
branch-true
{
output-season 1
}
branch-false
{
output-season 0
}
}
allows-mixing 1
description "TUME-300666-Inter-State-Trailer"
username "TUME-300666-Inter-State-Trailer"
author "TUME"
license "EULA - text."
contact-email "tume.tume@web.de"
contact-website "www.myspace.com/tume_um"
thumbnails {
0 {
image "$screenshot$.jpg"
width 240
height 180
}
}
kuid-table {
0 "<kuid:-3:10042>"
1 "<kuid2:82412:300641:1>"
}
IMPORTANT NOTE: The mesh library (in this case the asset "<kuid2:82412:300641:1>") need to contain:
summer/TUME-24638-Inter-State-Trailer.lm.txt
summer/TUME-24638-Inter-State-Trailer-LOD-1.im
summer/TUME-24638-Inter-State-Trailer-LOD-1.im
summer/all files needed to handle the textures
snow/TUME-24638-Inter-State-Trailer.lm.txt
snow/TUME-24638-Inter-State-Trailer-LOD-1.im
snow/TUME-24638-Inter-State-Trailer-LOD-1.im
snow/all files needed to handle the textures
------------------------------------------------------------------------
Your's TUME