<contribution type="road" id="コントリビューションID">
<class name="道路配置クラス" />
<name>道路名1/道路名2/道路名3</name>
<style name="道路規格" sidewalk="歩道有無" lanes="車線数"/>
<description>道路の説明文</description>
<picture>
画像の定義
</picture>
</contribution>
<name>二車線道路/橙実線/街灯有</name>
| style name | sidewalk | 画面表示 |
| なし | - | 未定義 |
| "footpath" | - | 小道 |
| "street" | なし or "none" | n車線街路 |
| "street" | "shoulder" | n車線街路 |
| "street" | "pavement" | 歩道付きn車線街路 |
| "highway" | なし or "none" | n車線高速道 |
| "highway" | "shoulder" | n車線高速道 |
| "highway" | "pavement" | 歩道付きn車線高速道 |
| "railballast" | なし | 線路敷石 |
| name | 説明 | 例 |
| なし unknown |
道ではないもの 道路と認識されては困るもの |
水面 |
| footpath | 通常は人だけが通る道 (物理的には車も通れるかもしれないが) |
農道、私道、遊歩道 |
| street | 車が通行できる一般的な道路 場合によっては人も通行できる |
一般車道、生活道路 |
| highway | 車専用道路 (緊急時などは人も通るかもしれないが) |
高速道路 |
| railballast | 線路敷石(道路ではない) | 線路バラスト |
| sidewalk | 説明 | 例 |
| なし none |
人は歩けません(道交法的に) または、滅多に人は通りません |
高速道路 |
| shoulder | 人は路肩を通行できます また、人通りもそこそこあります |
生活道路 |
| pavement | 十分な幅の歩道があります | 歩道付き街路 |
<picture size="幅,高さ" offset="オフセット" />
<!--車の通れない山道-->
<contribution type="road" id="{829AE90A-CB9A-4AB4-B3C1-48C3F981EE7A}">
<class name="freetrain.contributions.road.StandardRoadContribution" />
<name>山道</name>
<style name="footpath"/>
<description>車の通れない山道</description>
<picture src="road_footpath.bmp" size="32,32" offset="16"/>
</contribution>
<!--一車線の生活道路-->
<contribution type="road" id="{829AE90A-CB9A-4AB4-B3C1-48C3F981EE7B}">
<class name="freetrain.contributions.road.StandardRoadContribution" />
<name>生活道路</name>
<style name="street" sidewalk="shoulder" lanes="1"/>
<description>一車線生活道路</description>
<picture src="road_street.bmp" size="32,32" offset="16"/>
</contribution>
<!--標準的な歩道付き街路(片側歩道のため一車線)-->
<contribution type="road" id="{829AE90A-CB9A-4AB4-B3C1-48C3F981EE7C}">
<class name="freetrain.contributions.road.StandardRoadContribution" />
<name>歩道付き道路(右側)</name>
<style name="street" sidewalk="pavement" lanes="1"/>
<description>歩道付き道路(右側)</description>
<picture src="road_sidewalkR.bmp" size="32,32" offset="16"/>
</contribution>
<!--アーケード、1ボクセル歩道(全面歩道のためゼロ車線)-->
<contribution type="road" id="{829AE90A-CB9A-4AB4-B3C1-48C3F981EE7D}">
<class name="freetrain.contributions.road.StandardRoadContribution" />
<name>アーケード</name>
<style name="street" sidewalk="pavement" lanes="0"/>
<description>アーケード</description>
<picture src="road_arcade.bmp" size="32,32" offset="16"/>
</contribution>
<!--標準的な高速道路-->
<contribution type="road" id="{829AE90A-CB9A-4AB4-B3C1-48C3F981EE7E}">
<class name="freetrain.contributions.road.StandardRoadContribution" />
<name>高速道路</name>
<style name="hyghway" lanes="2"/>
<description>高速道路</description>
<picture src="road_highway.bmp" size="32,32" offset="16"/>
</contribution>