HowTo/Scenery/kuid-table

From TrainzOnline
< HowTo | Scenery(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
  
 
== kuid-table ==
 
== kuid-table ==
 +
 +
 
'''This tag is compulsory.'''
 
'''This tag is compulsory.'''
  
 
This is a container tag, meaning it is followed by curly brackets. The opening bracket should be on the next line for readability purposes. The closing bracket is best on the next line after the final entry. Again for readability purposes.
 
This is a container tag, meaning it is followed by curly brackets. The opening bracket should be on the next line for readability purposes. The closing bracket is best on the next line after the final entry. Again for readability purposes.
  
Now for what goes between the brackets are the kuids/kuid2s for any assets that are needed for you asset to work correctly. These may be some you created yourself or referencing one made by another asset developer.  
+
Now for what goes between the brackets are the kuids/kuid2s for any assets that are needed for you asset to work correctly. For each asset you are referencing the line needs to start with a number. These may be some you created yourself or referencing one made by another asset developer.
  
 
an example of a kuid-table.
 
an example of a kuid-table.
Line 13: Line 15:
 
{
 
{
  
<kuid:0000:00000>
+
0    <kuid:0000:00000>
  
<kuid2:000:0000:1>
+
1    <kuid2:000:0000:1>
  
 
}
 
}

Latest revision as of 10:20, 9 February 2022

[edit] kuid-table

This tag is compulsory.

This is a container tag, meaning it is followed by curly brackets. The opening bracket should be on the next line for readability purposes. The closing bracket is best on the next line after the final entry. Again for readability purposes.

Now for what goes between the brackets are the kuids/kuid2s for any assets that are needed for you asset to work correctly. For each asset you are referencing the line needs to start with a number. These may be some you created yourself or referencing one made by another asset developer.

an example of a kuid-table.

kuid-table

{

0 <kuid:0000:00000>

1 <kuid2:000:0000:1>

}

Personal tools