The panel.cfg file format

■ Isi

■ 1. Penjelasan

The panel.cfg file allows to create 2D panels by defining which elements to use, like speedometers, pressure gauges etc., and where they are to be placed.

The panel.cfg file is a plain text file encoded in any arbitrary encoding, however, UTF-8 with a byte order mark is the preferred choice. The parsing model for numbers is Loose, however, you are encouraged to produce Strict output nonetheless. The file is required to be located inside the train folder and is expected to be named panel.cfg. The file is interpreted on a per-line basis, from top to bottom.

The panel.cfg is outdated

The panel.cfg has been superseded by the panel2.cfg. You can achieve the full functionality of the panel.cfg and more by using the panel2.cfg instead. If both files are present in the train folder, the panel2.cfg has precedence over the panel.cfg.

See also the quick reference for the panel.cfg…

Overlay dan Pencahayaan

The cab is rendered as an overlay. This means that the cab will always appear in front of scenery objects. This is intentional, because this way, rain, walls and other obstructing objects cannot be accidentally rendered inside the cab. Furthermore, lighting in the cab is different than in the scenery. While the ambient brightness is reflected in the cab, the ambient color is not, and the cab always appears as if reflecting white light.

■ 2. Format penulisan

Setiap baris dalam file ini bisa dikosongkan (atau dikasih spasi) dan tidak akan dibaca oleh sistem. Dengan begitu anda bisa memisahkan bagian satu dengan bagian lainnya.

Membuat bagian baru dimulai dengan menambahkan nama bagian dan memakai kurung tegak ( " [ " dan " ] " ). Spasi tidak akan terbaca di sistem. Contoh cara penulisannya:

[NamaBagian]

A key-value pair is indicated by giving the key, an equals sign (U+003D) and then the value. The key is case-insensitive. White spaces at the beginning and the end of the line are ignored, as well as in front and after the equals sign. Alternatively, white spaces surrounding the key and the value are ignored. Thus, a key-value pair as the following form:

Perintah = Nilai

Some values are further split into multiple parts, separated by commas (U+002C). Instead of a comma, a colon (U+003A) can be used interchangeably.

Komentar bisa ditambahkan di mana saja di akhir teks. Tambahkan titik koma " ; " lalu tulis komentar atau catatan yang diinginkan.

■ 3. The Panel section

The Panel section defines which background image to use. Only one Panel section is expected in a panel.cfg file.


[Panel]

This starts the section.


Background = FileName
FileName: The image file to use as the panel background image.

Defines which background image to use. File is relative to the train folder. The image is aligned at the bottom-left of the screen, where a width of 480 corresponds to the right edge of the screen. You cannot meaningfully use images of larger width with the panel.cfg. Consider using the panel2.cfg if you want to employ images of any size. If this key-value pair is not used, the background image file is implicitly assumed to be called Panel.bmp. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

■ 4. The View section

The View section defines the viewing angle conditions. Only one View section is expected in a panel.cfg file.


[View]

This starts the section.


Yaw = ValueInDegrees
ValueInDegrees: A floating-point number measured in degrees indicating the yaw. Positive values represent right, negative ones left. The default value is 0.
Pitch = ValueInDegrees
ValueInDegrees: A floating-point number measured in degrees indicating the pitch. Positive values represent up, negative ones down. The default value is 0.

Defines the pitch of the view. Any value entered will be additionally subtract by 11 degrees, resulting in a slight downward pitch if ValueInDegrees is 0. If this key-value pair is not used, the final viewing angle will be -11 degrees.

■ 5. The PressureIndicator section

This section creates a pressure indicator. You can use as many of these sections as required.


[PressureIndicator]

This starts the section.

The following spelling variations can be used:

PressureIndicator, PressureGauge, PressureMeter, 圧力計


Type = Value
Value: The type of pressure indicator to use. The default value is 0.

▸ Options for Value:

0: The pressure indicator is a gauge.
1: The pressure indicator is an LED.

illustration_pressuregaugeillustration_pressuregauge_led

This defines the type of the pressure indicator. While both the gauge type and the LED type indicators can show two different pressures, this is not generally useful for the LED type as the upper LED shape will block the view into the lower LED shape.

The following spelling variations can be used:

Type, 形態


LowerNeedle = Subject, RedValue, GreenValue, BlueValue
Subject: The kind of pressure to indicate.
RedValue: The red component of the color. Measured from 0 (black) to 255 (red). The default value is 0.
GreenValue: The green component of the color. Measured from 0 (black) to 255 (green). The default value is 0.
BlueValue: The blue component of the color. Measured from 0 (black) to 255 (blue). The default value is 0.

▸ Options for Subject:

0: Does not show the lower needle.
1 or BC or ブレーキシリンダ: Indicates the pressure of the brake cylinder.
2 or BP or ブレーキ管 or 制動管: Indicates the pressure of the brake pipe.
3 or ER or 釣り合い空気溜め or 釣り合い空気ダメ or つりあい空気溜め or ツリアイ空気ダメ: Indicates the pressure of the equalizing reservoir.
4 or MR or 元空気溜め or 元空気ダメ: Indicates the pressure of the main reservoir.
5 or SAP or 直通管: Indicates the pressure of the straight air pipe.

Creates the lower needle for a gauge-type pressure indicator, or defines the color of the lower shape for an LED-type indicator.

The following spelling variations can be used:

LowerNeedle, LowerHand, 下針


UpperNeedle = Subject, RedValue, GreenValue, BlueValue
Subject: The kind of pressure to indicate.
RedValue: The red component of the color. Measured from 0 (black) to 255 (red). The default value is 0.
GreenValue: The green component of the color. Measured from 0 (black) to 255 (green). The default value is 0.
BlueValue: The blue component of the color. Measured from 0 (black) to 255 (blue). The default value is 0.

▸ Options for Subject:

0: Does not show the upper needle.
1 or BC or ブレーキシリンダ: Indicates the pressure of the brake cylinder.
2 or BP or ブレーキ管 or 制動管: Indicates the pressure of the brake pipe.
3 or ER or 釣り合い空気溜め or 釣り合い空気ダメ or つりあい空気溜め or ツリアイ空気ダメ: Indicates the pressure of the equalizing reservoir.
4 or MR or 元空気溜め or 元空気ダメ: Indicates the pressure of the main reservoir.
5 or SAP or 直通管: Indicates the pressure of the straight air pipe.

Creates the upper needle for a gauge-type pressure indicator, or defines the color of the upper shape for an LED-type indicator.

The following spelling variations can be used:

UpperNeedle, UpperHand, 上針


Center = X, Y
X: The X-coordinate in the panel image at which the center of the pressure indicator is placed in pixels. The default value is 0.
Y: The Y-coordinate in the panel image at which the center of the pressure indicator is placed in pixels. The default value is 0.

The following spelling variations can be used:

Center, 中心


Radius = ValueInPixels
ValueInPixels: The radius of the pressure indicator in pixels. The default value is 16.

For gauge-type indicators, defines the radius of the pressure gauge needle in pixels. For LED-type indicators, defines half the edge length of the LED-square in pixels. The radius is measured in pixels of the panel image.

The following spelling variations can be used:

Radius, 半径


Background = FileName
FileName: The background image to use, relative to the train folder.

Creates a background for the pressure indicator. The background is shown below the needles or the LED-square. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

The following spelling variations can be used:

Background, 背景


Cover = FileName
FileName: The cover image to use, relative to the train folder.

Creates a cover for the pressure indicator. The cover is shown on top of the needles or the LED-square. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

The following spelling variations can be used:

Cover, ふた


Unit = Value
Value: The type of unit to use for the Minimum and Maximum settings. The default value is 0.

▸ Options for Value:

0 or kpa: The unit is kilo-pascal (1000 Pa).
1 or kgf/cm2 or kgf/cm^2 or kg/cm2 or kg/cm^2: The unit is kilogram-force per centimeter squared (98066.5 Pa).

The following spelling variations can be used:

Unit, 単位


Minimum = PressureValue
PressureValue: The minimum pressure corresponding to Angle. The unit is defined via Unit.

Defines the minimum pressure corresponding to the Angle measured clockwise from the 6 o’clock position. The default value is 0.

The following spelling variations can be used:

Minimum, 最小


Maximum = PressureValue
PressureValue: The maximum pressure corresponding to Angle. The unit is defined via Unit.

Defines the maximum pressure corresponding to the Angle measured counter-clockwise from the 6 o’clock position. The default value is 1000.

The following spelling variations can be used:

Maximum, 最大


Angle = ValueInDegrees
ValueInDegrees: The angle corresponding to the Minimum and Maximum pressures in degrees.

Defines the angle, measured clockwise from the 6 o’clock position, corresponding to the Minimum pressure, and also the angle, measured counter-clockwise from the 6 o’clock position, corresponding to the Maximum pressure. The default value is 45.

The following spelling variations can be used:

Angle, 角度

■ 6. The SpeedIndicator section

This section creates an analog speed indicator. You can use as many of these sections as required.


[SpeedIndicator]

This starts the section.

The following spelling variations can be used:

SpeedIndicator, Speedometer, 速度計


Type = Value
Value: The type of pressure indicator to use. The default value is 0.

▸ Options for Value:

0: The pressure indicator is a gauge.
1: The pressure indicator is an LED.

illustration_speedometerillustration_speedometer_led

The following spelling variations can be used:

Type, 形態


Needle = RedValue, GreenValue, BlueValue
RedValue: The red component of the color. Measured from 0 (black) to 255 (red). The default value is 255.
GreenValue: The green component of the color. Measured from 0 (black) to 255 (green). The default value is 255.
BlueValue: The blue component of the color. Measured from 0 (black) to 255 (blue). The default value is 255.

Defines the color for the needle (gauges) or for the overlay (LEDs).

The following spelling variations can be used:

Needle, Hand, 針


Center = X, Y
X: The X-coordinate in the panel image at which the center of the speed indicator is placed in pixels. The default value is 0.
Y: The Y-coordinate in the panel image at which the center of the speed indicator is placed in pixels. The default value is 0.

The following spelling variations can be used:

Center, 中心


Radius = ValueInPixels
ValueInPixels: The radius of the pressure indicator in pixels. The default value is 16.

For gauge-type indicators, defines the radius of the pressure gauge needle in pixels. For LED-type indicators, defines half the edge length of the LED-square in pixels. The radius is measured in pixels of the panel image.

The following spelling variations can be used:

Radius, 半径


Background = FileName
FileName: The background image to use, relative to the train folder.

Creates a background for the pressure indicator. The background is shown below the needles or the LED-square. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

The following spelling variations can be used:

Background, 背景


Cover = FileName
FileName: The cover image to use, relative to the train folder.

Creates a cover for the pressure indicator. The cover is shown on top of the needles or the LED-square. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

The following spelling variations can be used:

Cover, ふた


Maximum = SpeedValue
SpeedValue: The maximum speed corresponding to Angle. The unit is kilometers per hour (km/h).

Defines the maximum speed corresponding to the Angle measured counter-clockwise from the 6 o’clock position. The default value is 120.

The following spelling variations can be used:

Maximum, 最大


Angle = SpeedValue
SpeedValue: The angle corresponding to the Maximum speed in degrees.

Defines the angle, measured counter-clockwise from the 6 o’clock position, corresponding to the Maximum speed. The default value is 60.

The following spelling variations can be used:

Angle, 角度


Atc = FileName
FileName: The image file to extract ATC indicator lamps from, relative to the train folder.

Creates ATC indicators. The bitmap is required to have 13 square elements stacked horizontally, anchored at the right of the bitmap. The height of the bitmap defines the size of one square element. From left to right, the elements represent:

illustration_atc

The center of any of the indicators is placed on a circle defined by Center as the center of the circle and AtsRadius as the radius of the circle. The angle at which an element is placed on that circle corresponds to the respective speed, or to the 6 o’clock position for the ATC not currently available and ATS currently active indicators. Only the one currently representative indicator is shown. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.


AtcRadius = ValueInPixels
ValueInPixels: The radius in pixels at which ATC indicators are placed around the speed indicator. The default value is 0.

The following spelling variations can be used:

AtcRadius, Atc半径

■ 7. The DigitalIndicator section

This section creates a digital speed indicator. You can use as many of these sections as required.


[DigitalIndicator]

This starts the section.


Number = FileName
FileName: The image file to extract digits from, relative to the train folder. Is required to be specified.

Creates a three-digit decimal speed display in kilometers per hour (km/h). The bitmap is required to have 11 elements stacked vertically, anchored at the top-right of the bitmap. From top to bottom, the 1st through 10th elements represent the digits 0 through 9, while the 11th element represents a missing digit that is shown in the 10s when the speed is below 10 km/h, and in the 100s when the speed is below 100 km/h. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.


Corner = Left, Top
Left: The X-coordinate in the panel image at which the left of the speed indicator is placed in pixels. The default value is 0.
Top: The Y-coordinate in the panel image at which the top of the speed indicator is placed in pixels. The default value is 0.

Size = Width, Height
Width: The width of a single digit inside the bitmap in pixels.
Height: The height of a single digit inside the bitmap in pixels.

Defines the size of a single digit. Is required to be specified.


Unit = Value
Value: The type of unit to use for the display. The default value is 0.

▸ Options for Value:

0 or km/h: The unit is kilometers per hour.
1 or mph: The unit is international miles per hour.
2 or m/s: The unit is meters per second.

■ 8. The PilotLamp section

This section creates a door indicator. You can use as many of these sections as required.


[PilotLamp]

This starts the section.

The following spelling variations can be used:

PilotLamp, 知らせ灯


TurnOn = FileName
FileName: The image file shown when the doors are fully closed.

The following spelling variations can be used:

TurnOn, 点灯


TurnOff = FileName
FileName: The image file shown when the doors are not fully closed.

The following spelling variations can be used:

TurnOff, 消灯


Corner = Left, Top
Left: The X-coordinate in the panel image in pixels at which the left of the pilot lamp is placed. The default value is 0.
Top: The Y-coordinate in the panel image in pixels at which the top of the pilot lamp is placed. The default value is 0.

The following spelling variations can be used:

Corner, 左上

■ 9. The Watch section

This section creates a watch consisting of needles for hour, minute and second. You can use as many of these sections as required.


[Watch]

This starts the section.

The following spelling variations can be used:

Watch, 時計


Background = FileName
FileName: The background image to use, relative to the train folder.

Creates a background for the watch. The background is shown below the watch needles. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels.

The following spelling variations can be used:

Background, 背景


Center = X, Y
X: The X-coordinate in the panel image at which the center of the watch is placed in pixels. The default value is 0.
Y: The Y-coordinate in the panel image at which the center of the watch is placed in pixels. The default value is 0.

The following spelling variations can be used:

Center, 中心


Radius = ValueInPixels
ValueInPixels: The radius of the watch needles in pixels. The default value is 16.

The following spelling variations can be used:

Radius, 半径


Needle = RedValue, GreenValue, BlueValue
RedValue: The red component of the color. Measured from 0 (black) to 255 (red). The default value is 255.
GreenValue: The green component of the color. Measured from 0 (black) to 255 (green). The default value is 255.
BlueValue: The blue component of the color. Measured from 0 (black) to 255 (blue). The default value is 255.

Defines the color for all of the three needles (second, minute and hour).

The following spelling variations can be used:

Needle, Hand, 針

■ 10. The BrakeIndicator section

This section creates an indicator depicting the state of the power and brake handles. You can use as many of these sections as required.


[BrakeIndicator]

This starts the section.


Image = FileName
FileName: The image to use, relative to the train folder. Is required to be specified.

Creates an indicator depicting the state of the power and brake handles. The bitmap is required to have a certain number of elements (depending on the train characteristics) stacked horizontally, anchored at the left of the bitmap. The height of the bitmap is equivalent to the height of an element. Pure blue in the image (red=0, green=0, blue=255) represents transparent pixels. The meaning of the elements depends on the type of brake systems used:

For air brakes, from left to right:

For notched brakes without the hold brake device, from left to right:

For notched brakes with the hold brake device, from left to right:


Corner = Left, Top
Left: The X-coordinate in the panel image at which the left of the indicator is placed in pixels. The default value is 0.
Top: The Y-coordinate in the panel image at which the top of the indicator is placed in pixels. The default value is 0.

Width = ValueInPixels
Value: The width of a single element inside the bitmap in pixels. Is required to be specified.