<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.joban.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Endrouze</id>
	<title>Joban Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.joban.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Endrouze"/>
	<link rel="alternate" type="text/html" href="https://www.joban.org/wiki/Special:Contributions/Endrouze"/>
	<updated>2026-05-31T10:57:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://www.joban.org/w/index.php?title=JCM:PIDS_Preset&amp;diff=2785</id>
		<title>JCM:PIDS Preset</title>
		<link rel="alternate" type="text/html" href="https://www.joban.org/w/index.php?title=JCM:PIDS_Preset&amp;diff=2785"/>
		<updated>2024-02-27T20:45:16Z</updated>

		<summary type="html">&lt;p&gt;Endrouze: Update link of the exemple pack&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Joban PIDS''' refers to a series of '''Passenger Information Display System''' blocks that supports customization currently not present on the PIDS of the main MTR Mod'''.'''&lt;br /&gt;
&lt;br /&gt;
These class has support for '''PIDS Variable''' and '''PIDS Preset. The following block supports these features:'''&lt;br /&gt;
&lt;br /&gt;
* [[JCM:Old Tsueng Kwan O Line PIDS|Old Tsueng Kwan O Line PIDS]]&lt;br /&gt;
&lt;br /&gt;
* [[JCM:Railway Vision PIDS|Railway Vision PIDS]]&lt;br /&gt;
&lt;br /&gt;
* [[JCM:Railway Vision PIDS (SIL 1)|Railway Vision PIDS (SIL 1)]]&lt;br /&gt;
&lt;br /&gt;
* [[JCM:Railway Vision PIDS (SIL 2)|Railway Vision PIDS (SIL 2)]]&lt;br /&gt;
&lt;br /&gt;
=== Block Entity Data ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Name&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |All MTR Mod PIDS Properties&lt;br /&gt;
|-&lt;br /&gt;
|preset_id&lt;br /&gt;
|String&lt;br /&gt;
|The string of the Preset ID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIDS Preset ===&lt;br /&gt;
A PIDS preset is like a collection of configurations for the PIDS, things you can change including:&lt;br /&gt;
&lt;br /&gt;
* Visibility of Weather/Time (RV PIDS Only)&lt;br /&gt;
* Font used&lt;br /&gt;
* Font Color&lt;br /&gt;
* Background Images&lt;br /&gt;
* Hide arrival override (Since [[JCM:1.1.5|v1.1.5]])&lt;br /&gt;
* Push arrival down even without hiding the arrivals (Since [[JCM:1.1.5|v1.1.5]])&lt;br /&gt;
*Colors for different cars (Since [[JCM:1.2.2|v1.2.2]])&lt;br /&gt;
For more detail of the implementation, you may download the [https://www.joban.org/JCM/1.1.5/Joban_Custom_Resources.zip Example Pack] to learn more.&lt;br /&gt;
&lt;br /&gt;
==== Cars Color ====&lt;br /&gt;
You may now specify the color for the car display by adding a &amp;lt;code&amp;gt;carLengthColor&amp;lt;/code&amp;gt; array for each preset, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;carLengthColor&amp;quot;: [null, &amp;quot;00FFFF&amp;quot;, &amp;quot;FF00FF&amp;quot;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means:&lt;br /&gt;
&lt;br /&gt;
* No color change for the 1st car&lt;br /&gt;
* Use color #00FFFF if the train is 2-car long&lt;br /&gt;
* Use color #FF00FF if the train is 3-car long&lt;br /&gt;
* No color change for other car length.&lt;br /&gt;
&lt;br /&gt;
=== PIDS Variable (v1 only) ===&lt;br /&gt;
'''Note: PIDS Variable has been deprecated and removed in v2.0.0'''&lt;br /&gt;
&lt;br /&gt;
A variable is like a placeholder, you can put a text formatted in a specific way, and that text will be replaced with something else (e.g. a dynamic value).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+List of variables&lt;br /&gt;
!Variable Name&lt;br /&gt;
!Description&lt;br /&gt;
!Version Added&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{weather}&amp;lt;/code&amp;gt;&lt;br /&gt;
|The weather of the current world, possible values are:&lt;br /&gt;
&amp;quot;Sunny&amp;quot;, &amp;quot;Raining&amp;quot;, &amp;quot;Thundering&amp;quot;&lt;br /&gt;
|v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{time}&amp;lt;/code&amp;gt;&lt;br /&gt;
|The current world time, returns &amp;quot;HH:MM&amp;quot;&lt;br /&gt;
|v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{time_period}&amp;lt;/code&amp;gt;&lt;br /&gt;
|The current time period, possible values are:&lt;br /&gt;
&amp;quot;Morning&amp;quot;, &amp;quot;Afternoon&amp;quot;, &amp;quot;Night&amp;quot;&lt;br /&gt;
|v1.1.2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{weatherChin}&amp;lt;/code&amp;gt;&lt;br /&gt;
|The weather of the current world in chinese.&lt;br /&gt;
Possible values are: &amp;quot;晴天&amp;quot;, &amp;quot;下雨&amp;quot;, &amp;quot;雷暴&amp;quot;&lt;br /&gt;
|v1.1.4&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{worldPlayer}&amp;lt;/code&amp;gt;&lt;br /&gt;
|Current amount of player on the current world&lt;br /&gt;
|v1.1.4&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;{day}&amp;lt;/code&amp;gt;&lt;br /&gt;
|The day elapsed (Same as the one shown in F3 Screen)&lt;br /&gt;
|v1.1.5&lt;br /&gt;
|}&lt;br /&gt;
Simply put the '''Variable Name''' mentioned above in your PIDS as custom text, and it will work.&lt;/div&gt;</summary>
		<author><name>Endrouze</name></author>
	</entry>
</feed>