aprinto_joss
Member
Hi,
As written on title, I need to someone to help me to fix the config.sys I have for box wagon.
I merge some wagon assets on DLS and customize some parts, so it is look like more locally at my place.
Originally the wagon will load coal commodity only.
I want to expand box wagon so it can load ballast/gravel and sand. The difference between them is only surface image, not about animation.
I modify the config.sys as below :
I got fault on the result :
VE54: The tag '0' is not permitted within a container of type 'load'.
VE54: The tag '1' is not permitted within a container of type 'load'.
VE54: The tag '2' is not permitted within a container of type 'load'.
VE60: Required tag 'mesh' was missing and has been set to default.
VE26: The tag 'mesh' in container 'load' is empty.
VE27: The tag 'mesh' in 'load' must have a mesh file extension.
I didn't find the tutorial how to fix it ...
As written on title, I need to someone to help me to fix the config.sys I have for box wagon.
I merge some wagon assets on DLS and customize some parts, so it is look like more locally at my place.
Originally the wagon will load coal commodity only.
I want to expand box wagon so it can load ballast/gravel and sand. The difference between them is only surface image, not about animation.
I modify the config.sys as below :
Code:
mesh-table
{
...
load
{
0
{
mesh "Coal/muatan-coal.im"
anim "muatan_scene.kin"
auto-create 1
use-parent-bounds 1
}
1
{
mesh "Ballast/muatan-ballast.im"
anim "muatan_scene.kin"
auto-create 1
use-parent-bounds 1
}
2
{
mesh "Sand/muatan-sand.im"
anim "muatan_scene.kin"
auto-create 1
use-parent-bounds 1
}
effects
{
product-texture
{
kind "texture-replacement"
texture "load_map.texture"
}
}
}
}
queues
{
load0
{
size 52000
initial-count 0
animated-mesh "load"
product-kuid <kuid:44179:60013>
allowed-categories
{
0 <kuid:-3:10040>
}
allowed-products
{
0 <kuid:44179:60013>
1 <kuid:68213:60048>
2 <kuid:439337:101663>
}
}
}
I got fault on the result :
VE54: The tag '0' is not permitted within a container of type 'load'.
VE54: The tag '1' is not permitted within a container of type 'load'.
VE54: The tag '2' is not permitted within a container of type 'load'.
VE60: Required tag 'mesh' was missing and has been set to default.
VE26: The tag 'mesh' in container 'load' is empty.
VE27: The tag 'mesh' in 'load' must have a mesh file extension.
I didn't find the tutorial how to fix it ...