diff --git a/404.html b/404.html index 6a37992..35796cc 100644 --- a/404.html +++ b/404.html @@ -1,2 +1 @@ -404 Page not found :: Densha de GO! controller documentation -

44

Not found

Whoops. Looks like this page doesn't exist ¯\_(ツ)_/¯.

Go to homepage

\ No newline at end of file +404 Page not found :: Densha de GO! controller documentation

44

Not found

Whoops. Looks like this page doesn't exist ¯\_(ツ)_/¯.

Go to homepage

\ No newline at end of file diff --git a/acknowledgements/index.html b/acknowledgements/index.html index 0b8783d..0fed834 100644 --- a/acknowledgements/index.html +++ b/acknowledgements/index.html @@ -1,4 +1,3 @@ -Acknowledgements :: Densha de GO! controller documentation -

Acknowledgements

  • GMMan, who has provided the internal details of the DGOC-44U and has conducted extensive research on the Densha de GO! Plug and Play.
  • TheYamanote, who has helped with the TCPP-20009 and the MTC.
  • Hazelesque, who has helped with the MTC.
  • RetroStreamKnight, who has provided compatibility details about the Master Controller II.

Images

  • air_nith: DGC-255, DGOC-44U, DYC-288, TCPP-20014, VOK-00105, VOK-00106, Plug and Play 2
  • TheYamanote: TCPP-20001
  • Internet Games Database (IGDB)
\ No newline at end of file diff --git a/adapters/autotraintas/index.html b/adapters/autotraintas/index.html index 34de3e9..11ecd03 100644 --- a/adapters/autotraintas/index.html +++ b/adapters/autotraintas/index.html @@ -1,4 +1,3 @@ -Converter tool by Autotraintas :: Densha de GO! controller documentation -

Converter tool by Autotraintas

Autotraintas has created a tool that makes it possible to use nearly any Densha de GO! controller with the PC versions of the games. This includes classic console controllers (USB adapter required) and USB controllers. The tool patches the game memory on the fly to reflect the input from the controller.

\ No newline at end of file diff --git a/adapters/cheats/index.html b/adapters/cheats/index.html index f0393dc..2da50c6 100644 --- a/adapters/cheats/index.html +++ b/adapters/cheats/index.html @@ -1,4 +1,4 @@ -PlayStation 2 cheat codes :: Densha de GO! controller documentation -

PlayStation 2 cheat codes

Overview

While Densha de GO! 3 and Densha de GO! Shinkansen officially support the original (non-USB) PlayStation controllers, other games are only compatible with USB controllers. Via cheat codes, it is possible to use the original PlayStation controllers on real hardware, either with retail discs or via OPL.

The codes emulate a Type 2 controller. You will need to connect the controller as follows:

  • Port 1: Dualshock or Dualshock 2 (D-pad, SELECT)
  • Port 2: PlayStation controller (handles and buttons, SELECT is mapped to D)
+Port 1: Dualshock or Dualshock 2 (D-pad, SELECT) Port 2: PlayStation controller (handles and buttons, SELECT is mapped to D) Note Other controllers may be used like this with an adapter (Titan One/Two + Brook/PADEMU). In this case, buttons are not remapped and the Dualshock on port 1 is not needed. More information">PlayStation 2 cheat codes :: Densha de GO! controller documentation

PlayStation 2 cheat codes

Overview

While Densha de GO! 3 and Densha de GO! Shinkansen officially support the original (non-USB) PlayStation controllers, other games are only compatible with USB controllers. Via cheat codes, it is possible to use the original PlayStation controllers on real hardware, either with retail discs or via OPL.

The codes emulate a Type 2 controller. You will need to connect the controller as follows:

  • Port 1: Dualshock or Dualshock 2 (D-pad, SELECT)
  • Port 2: PlayStation controller (handles and buttons, SELECT is mapped to D)
Note

Other controllers may be used like this with an adapter (Titan One/Two + Brook/PADEMU). In this case, buttons are not remapped and the Dualshock on port 1 is not needed. More information

Each game requires a specific cheat code:

There are also cheat codes available for games in the Train Simulator series, emulating a Multi Train Controller (MTC):

For retail discs, the codes can be loaded with ps2rd or Cheat Device. If you are using OPL, it already includes ps2rd and you just need to copy the codes and enable cheats.

Technical description

These cheat codes have become possible after disassembling and inspecting each game with Ghidra and the ghidra-emotionengine plugin. The format of cheat codes is described here.

Here you can find a commented version of the cheat code for Densha de GO! Professional 2 (Taito Best). Input data is copied to 0xFE000 (two bytes for button data and one byte for D-pad data) before processing. Simulated controller data is first written to 0xFE004 before being copied all at once to the final location in memory where the game expects USB input data.

202D3CAC 00000000 // By default, set number of connected USB devices to 0
 D02DBA32 5A010001 // If there's a controller connected to P2, run the following 0x5A lines (everything)
 502DB9C2 00000002 // Copy button data to 0xFE000
@@ -113,4 +112,4 @@ D00FE000 01000400 // B0
 500FE004 00000006  // Copy 6 bytes (all input) to memory location where game expects USB input data
 003794C2 00000000

Memory addresses

Professional 2 (Taito Best)Professional 2RyojōhenFinalNotes
USB mascon count (int32)0x2D3CAC0x2C852C0x24B6DC0x2C1464
USB mascon model (int32)0x3790F00x36EAF00x2F24E00x3DEA100x40000202=Type 2
Type 2 USB data (5 bytes)0x3794C20x36EEC20x2F28C20x3DF242Raw USB data, except notches, which are preprocessed to notch index
P2 controller connected (byte)0x2DBA320x2D14F20x2548F20x2C81720x00=Disconnected, 0x01=Connected
P2 controller type (byte)0x2DB9C10x2D14810x2548810x2C81010x41=Digital, 0x73=Dualshock
P2 button input (int16)0x2DB9C20x2D14820x2548820x2C8102
P2 L-stick input (int16)0x2DB9C60x2D14860x2548860x2C8106
P1 button input (int16)0x2DBAC20x2D15820x2549820x2C8202
ASM patch0x12BDC00x12CB600x135B900x148928Leftover game code binds the C button to the horn and needs to be disabled.
\ No newline at end of file +
\ No newline at end of file diff --git a/adapters/index.html b/adapters/index.html index 7d28ade..a5b69da 100644 --- a/adapters/index.html +++ b/adapters/index.html @@ -1,4 +1,3 @@ -Adapters and hacks :: Densha de GO! controller documentation -

Adapters and hacks

Besides official compatibility, it is possible to use unofficial adapters, tools and hacks to use controllers with software which does not normally support controllers.

\ No newline at end of file diff --git a/adapters/plugins/index.html b/adapters/plugins/index.html index cbff08d..1acd36e 100644 --- a/adapters/plugins/index.html +++ b/adapters/plugins/index.html @@ -1,4 +1,4 @@ -Input plugins for BVE Trainsim/OpenBVE :: Densha de GO! controller documentation -

Input plugins for BVE Trainsim/OpenBVE

BVE Trainsim and OpenBVE both support input plugins, which allow expanding the controllers compatible with the program.

BVE Trainsim requires installing external input plugins, depending on the controller:

OpenBVE includes built-in input plugins for all classic and USB Densha de GO! controllers, the MTC with P5/B8 cassette and the OHC-PC01. They can be enabled and configured in the program’s settings. Note that a USB adapter is required for classic console controllers.

\ No newline at end of file diff --git a/adapters/titan/index.html b/adapters/titan/index.html index 1ab488c..ecf2562 100644 --- a/adapters/titan/index.html +++ b/adapters/titan/index.html @@ -1,8 +1,7 @@ -Titan One/Two adapters :: Densha de GO! controller documentation -

Titan One/Two adapters

ConsoleTuner sells the Titan One and Titan Two USB devices. They support scripts to remap buttons or change the behaviour of a controller entirely. There are many repositories available with scripts to make a Densha de GO! controller behave like a different one:

Before using a script, check whether it was designed for the Titan One or the Titan Two. They share the same extension (.GPC) but are different. The Titan Two is backwards compatible with many Titan One scripts, but not viceversa.

\ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 311c541..d38fc61 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,4 +1,3 @@ -Categories :: Densha de GO! controller documentation -

Categories

\ No newline at end of file diff --git a/compatibility/index.html b/compatibility/index.html index 4f10d39..3052672 100644 --- a/compatibility/index.html +++ b/compatibility/index.html @@ -1,4 +1,4 @@ -Compatibility chart :: Densha de GO! controller documentation -

Compatibility chart

The following table lists the compatibility between each controller (first row) and each software (first column). Additional software compatible with the controllers is also listed. The column for the Multi Train Controller (MTC) specifies the supported cassettes. Scroll to the right to see the full table.

SoftwareClassic
console
controller
DGOC-44DGC-255
DGOC-44U
DRC-184
DYC-288
TCPP-20009
TCPP-20012
TCPP-20011TCPP-20014TCPP-20017MTCZKNS-001OHC-PC01
Densha de GO!
(Microsoft Windows)
UnofficialYesYes (1)NoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO!
(Sony PlayStation)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! EX
(Sega Saturn)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! 2
(Microsoft Windows)
UnofficialYesYes (1)NoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! 2
(Sega Dreamcast)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! 2
(Sony PlayStation)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! 64
(Nintendo 64)
YesNoNoNoNoNoNoNoNoNoNo
Kisha de GO!
(Microsoft Windows)
UnofficialYesYes (1)NoUnofficialUnofficialNoNoNoUnofficialYes
Kisha de GO!
(Sony PlayStation)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! Professional
(Microsoft Windows)
UnofficialYesYesNoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Professional
(Sony PlayStation)
YesNoNoNoNoNoNoNoNoNoNo
Densha de GO! Nagoya Tetsudōhen
(Microsoft Windows)
UnofficialYesYes (1)NoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Nagoya Tetsudōhen
(Sony PlayStation)
YesNoNoNoNoNoNoNoP5/B8NoNo
Densha de GO! 3
(Microsoft Windows)
UnofficialYesYesNoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! 3
(Sony PlayStation 2)
Yes (2)NoNoNoYesNoNoNoP5/B8NoNo
Densha de GO! Shinkansen
(Microsoft Windows)
UnofficialYesYesNoUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Shinkansen
(Sony PlayStation 2)
Yes (2)NoNoNoYesYesNoNoP5/B8NoNo
Densha de GO! Shinkansen
(Nintendo Wii)
NoNoNoNoNoNoNoYesNoNoNo
Densha de GO! Ryojōhen
(Microsoft Windows)
UnofficialNoYesYesUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Ryojōhen
(Sony PlayStation 2)
Unofficial (2)NoNoNoYesYesYesNoP5/B8NoNo
Densha de GO! Professional 2
(Microsoft Windows)
UnofficialNoYesYesUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Professional 2
(Sony PlayStation 2)
Unofficial (2)NoNoNoYesYesYesNoP5/B8NoNo
Densha de GO! Final
(Microsoft Windows)
UnofficialNoYesYesUnofficialUnofficialNoNoNoUnofficialYes
Densha de GO! Final
(Sony PlayStation 2)
Unofficial (2)NoNoNoYesYesYesNoP5/B8NoNo
Densha de GO! Hashirō Yamanote‑sen
(Sony PlayStation 4)
Yes (3)NoYes (4)Untested (4)NoNoNoNoNoNoYes
Densha de GO! Hashirō Yamanote‑sen
(Nintendo Switch)
Yes (3)NoYes (4)Untested (4)NoNoNoNoNoYesYes
Train Simulator Real:
THE Yamanote Line

(Sony PlayStation 2)
NoNoNoNoYesNoNoNoP5/B8NoNo
Train Simulator Real:
THE Keihin Electric Express Railway

(Sony PlayStation 2)
NoNoNoNoNoNoNoNoP5/B5NoNo
Train Simulator: Midosuji Line
(Sony PlayStation 2)
Unofficial (2)NoNoNoNoNoNoNoP4/B7
(without B1)
NoNo
Train Simulator + Densha de GO!
Tokyu Line

(Sony PlayStation 2)
Unofficial (2)NoNoNoNoNoNoNoP4/B7NoNo
Train Simulator:
Keisei, Toei Asakusa, Keikyu Lines

(Sony PlayStation 2)
NoNoNoNoNoNoNoNoP5/B5
P13/B7
NoNo
Train Simulator:
Kyūshū Shinkansen

(Sony PlayStation 2)
NoNoNoNoNoYesNoNoP5/B7
P13/B7
NoNo
BVE TrainsimYesNoYesYesYesNoYesNoYesYesYes
OpenBVEYesNoYesYesYesYesYesNoP5/B8YesYes
  1. Only republished versions.
  2. Only the classic controllers for the Sony PlayStation.
  3. Requires USB adapter and USB remapper: https://github.com/tylau0/DenGo
  4. Requires a USB remapper: https://github.com/tylau0/DenGo
\ No newline at end of file diff --git a/controllers/classic/index.html b/controllers/classic/index.html index 3c897eb..e942d8b 100644 --- a/controllers/classic/index.html +++ b/controllers/classic/index.html @@ -1,4 +1,3 @@ -Classic console controllers :: Densha de GO! controller documentation -

Classic console controllers

This section includes controllers for consoles which use a non-USB connector and usually pose as standard controllers from their corresponding console.

\ No newline at end of file diff --git a/controllers/classic/index.xml b/controllers/classic/index.xml index b0b57f5..ab994c7 100644 --- a/controllers/classic/index.xml +++ b/controllers/classic/index.xml @@ -1 +1 @@ -Classic console controllers :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/index.htmlThis section includes controllers for consoles which use a non-USB connector and usually pose as standard controllers from their corresponding console.Hugoen-usClassic controllers - Technical detailshttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlInternally, these controllers use the same protocol as a standard controller for the corresponding console and input is reported in the data bytes corresponding to buttons (where each bit reports the state of a single button). Only the regular physical buttons have dedicated bits for them; the handles combine three and four bits for the power notches and brake notches, respectively (you can find an example with the Nintendo 64 here).Mamecon (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlOverview Name Mamecon (Sony PlayStation) Release date March 11, 1999 Serial code TCPP-20002 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. In addition, only the first and fourth unmarked positions are available.One handle controller (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlOverview Name One handle controller (Sony PlayStation) Release date March 18, 1999 Serial code TCPP-20001 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. As the controller only has one handle, brake and power cannot be set separately. In addition, only the first and fourth unmarked positions are available.Two handle controller (Nintendo 64)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlOverview Name Two handle controller (Nintendo 64) Release date July 30, 1999 Serial code TCPP-20003 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! 64 (Nintendo 64) Native Connect standard controller to P1 and train controller to P3. OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sega Dreamcast)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlOverview Name Two handle controller (Sega Dreamcast) Release date January 20, 2000 Serial code TCPP-20004 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! 2 Kōsoku-hen 3000 Bandai (Sega Dreamcast) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sega Saturn)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlOverview Name Two handle controller (Sega Saturn) Release date October 1, 1998 Serial code TC-5175290 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! EX (Sega Saturn) Native Select controller on game startup. OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlOverview Name Two handle controller (Sony PlayStation) Release date December 18, 1997 Serial code SLPH-00051 Notes Also available in golden colour (TCPP-20008). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. \ No newline at end of file +Classic console controllers :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/index.htmlThis section includes controllers for consoles which use a non-USB connector and usually pose as standard controllers from their corresponding console.Hugoen-usClassic controllers - Technical detailshttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlInternally, these controllers use the same protocol as a standard controller for the corresponding console and input is reported in the data bytes corresponding to buttons (where each bit reports the state of a single button). Only the regular physical buttons have dedicated bits for them; the handles combine three and four bits for the power notches and brake notches, respectively (you can find an example with the Nintendo 64 here).Mamecon (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlOverview Name Mamecon (Sony PlayStation) Release date March 11, 1999 Serial code TCPP-20002 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. In addition, only the first and fourth unmarked positions are available.One handle controller (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlOverview Name One handle controller (Sony PlayStation) Release date March 18, 1999 Serial code TCPP-20001 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. As the controller only has one handle, brake and power cannot be set separately. In addition, only the first and fourth unmarked positions are available.Two handle controller (Nintendo 64)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlOverview Name Two handle controller (Nintendo 64) Release date July 30, 1999 Serial code TCPP-20003 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! 64 (Nintendo 64) Native Connect standard controller to P1 and train controller to P3. OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sega Dreamcast)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlOverview Name Two handle controller (Sega Dreamcast) Release date January 20, 2000 Serial code TCPP-20004 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! 2 Kōsoku-hen 3000 Bandai (Sega Dreamcast) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sega Saturn)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlOverview Name Two handle controller (Sega Saturn) Release date October 1, 1998 Serial code TC-5175290 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! EX (Sega Saturn) Native Select controller on game startup. OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Two handle controller (Sony PlayStation)https://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlOverview Name Two handle controller (Sony PlayStation) Release date December 18, 1997 Serial code SLPH-00051 Notes Also available in golden colour (TCPP-20008). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. \ No newline at end of file diff --git a/controllers/classic/slph00051/index.html b/controllers/classic/slph00051/index.html index f9d811b..9bd6ffd 100644 --- a/controllers/classic/slph00051/index.html +++ b/controllers/classic/slph00051/index.html @@ -1,4 +1,3 @@ -Two handle controller (Sony PlayStation) :: Densha de GO! controller documentation -

Two handle controller (Sony PlayStation)

Overview

NameTwo handle controller (Sony PlayStation)
Release dateDecember 18, 1997
Serial codeSLPH-00051
NotesAlso available in golden colour (TCPP-20008).

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! (Sony PlayStation 1)Native
Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1)Native
Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2)Native
Densha de GO! Final (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1)Native
Densha de GO! Professional (Sony PlayStation 1)Native
Densha de GO! Professional 2 (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Ryojōhen (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)Native
Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Hakone (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Akechi Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Kisha de GO! (Sony PlayStation 1)Native
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers.

To allow PlayStation software to distinguish the controller from a standard controller, UP and DOWN on the D-pad are pressed permanently. This combination is impossible on an unmodified digital gamepad or Dualshock.

\ No newline at end of file diff --git a/controllers/classic/slph00051/index.xml b/controllers/classic/slph00051/index.xml index 90aa932..8965e64 100644 --- a/controllers/classic/slph00051/index.xml +++ b/controllers/classic/slph00051/index.xml @@ -1 +1 @@ -Two handle controller (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlOverview Name Two handle controller (Sony PlayStation) Release date December 18, 1997 Serial code SLPH-00051 Notes Also available in golden colour (TCPP-20008). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Hugoen-us \ No newline at end of file +Two handle controller (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlOverview Name Two handle controller (Sony PlayStation) Release date December 18, 1997 Serial code SLPH-00051 Notes Also available in golden colour (TCPP-20008). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers.Hugoen-us \ No newline at end of file diff --git a/controllers/classic/tc5175290/index.html b/controllers/classic/tc5175290/index.html index d659b00..3a66391 100644 --- a/controllers/classic/tc5175290/index.html +++ b/controllers/classic/tc5175290/index.html @@ -1,4 +1,3 @@ -Two handle controller (Sega Saturn) :: Densha de GO! controller documentation -

Two handle controller (Sega Saturn)

Overview

NameTwo handle controller (Sega Saturn)
Release dateOctober 1, 1998
Serial codeTC-5175290
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! EX (Sega Saturn)NativeSelect controller on game startup.
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers.

\ No newline at end of file diff --git a/controllers/classic/tcpp20001/index.html b/controllers/classic/tcpp20001/index.html index 067b441..16924c0 100644 --- a/controllers/classic/tcpp20001/index.html +++ b/controllers/classic/tcpp20001/index.html @@ -1,4 +1,3 @@ -One handle controller (Sony PlayStation) :: Densha de GO! controller documentation -

One handle controller (Sony PlayStation)

Overview

NameOne handle controller (Sony PlayStation)
Release dateMarch 18, 1999
Serial codeTCPP-20001
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! (Sony PlayStation 1)Native
Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1)Native
Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2)Native
Densha de GO! Final (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1)Native
Densha de GO! Professional (Sony PlayStation 1)Native
Densha de GO! Professional 2 (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Ryojōhen (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)Native
Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Hakone (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Akechi Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Kisha de GO! (Sony PlayStation 1)Native
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers. As the controller only has one handle, brake and power cannot be set separately. In addition, only the first and fourth unmarked positions are available.

To allow PlayStation software to distinguish the controller from a standard controller, UP and DOWN on the D-pad are pressed permanently. This combination is impossible on an unmodified digital gamepad or Dualshock.

\ No newline at end of file diff --git a/controllers/classic/tcpp20001/index.xml b/controllers/classic/tcpp20001/index.xml index e356a36..f0713b5 100644 --- a/controllers/classic/tcpp20001/index.xml +++ b/controllers/classic/tcpp20001/index.xml @@ -1 +1 @@ -One handle controller (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlOverview Name One handle controller (Sony PlayStation) Release date March 18, 1999 Serial code TCPP-20001 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. As the controller only has one handle, brake and power cannot be set separately. In addition, only the first and fourth unmarked positions are available.Hugoen-us \ No newline at end of file +One handle controller (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlOverview Name One handle controller (Sony PlayStation) Release date March 18, 1999 Serial code TCPP-20001 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. As the controller only has one handle, brake and power cannot be set separately. In addition, only the first and fourth unmarked positions are available.Hugoen-us \ No newline at end of file diff --git a/controllers/classic/tcpp20002/index.html b/controllers/classic/tcpp20002/index.html index 0fb9683..c9004d0 100644 --- a/controllers/classic/tcpp20002/index.html +++ b/controllers/classic/tcpp20002/index.html @@ -1,4 +1,3 @@ -Mamecon (Sony PlayStation) :: Densha de GO! controller documentation -

Mamecon (Sony PlayStation)

Overview

NameMamecon (Sony PlayStation)
Release dateMarch 11, 1999
Serial codeTCPP-20002
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! (Sony PlayStation 1)Native
Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1)Native
Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2)Native
Densha de GO! Final (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1)Native
Densha de GO! Professional (Sony PlayStation 1)Native
Densha de GO! Professional 2 (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Ryojōhen (Sony PlayStation 2)UnofficialRequires use of cheat codes.
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)Native
Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Hakone (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Akechi Railway (Nintendo Switch)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Kisha de GO! (Sony PlayStation 1)Native
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers. In addition, only the first and fourth unmarked positions are available.

To allow PlayStation software to distinguish the controller from a standard controller, UP and DOWN on the D-pad are pressed permanently. This combination is impossible on an unmodified digital gamepad or Dualshock.

\ No newline at end of file diff --git a/controllers/classic/tcpp20002/index.xml b/controllers/classic/tcpp20002/index.xml index 0881224..5031a27 100644 --- a/controllers/classic/tcpp20002/index.xml +++ b/controllers/classic/tcpp20002/index.xml @@ -1 +1 @@ -Mamecon (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlOverview Name Mamecon (Sony PlayStation) Release date March 11, 1999 Serial code TCPP-20002 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. In addition, only the first and fourth unmarked positions are available.Hugoen-us \ No newline at end of file +Mamecon (Sony PlayStation) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlOverview Name Mamecon (Sony PlayStation) Release date March 11, 1999 Serial code TCPP-20002 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Requires USB adapter. Supported via input plugin. Densha de GO! (Sony PlayStation 1) Native Densha de GO! 2 Kōsoku-hen (Sony PlayStation 1) Native Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (Sony PlayStation 1) Native Densha de GO! Professional (Sony PlayStation 1) Native Densha de GO! Professional 2 (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Ryojōhen (Sony PlayStation 2) Unofficial Requires use of cheat codes. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Kisha de GO! (Sony PlayStation 1) Native OpenBVE (PC) Native Requires USB adapter and calibration. Supported via input plugin. Technical details The controller follows the same standard internal operation as other classic controllers. In addition, only the first and fourth unmarked positions are available.Hugoen-us \ No newline at end of file diff --git a/controllers/classic/tcpp20003/index.html b/controllers/classic/tcpp20003/index.html index afd2046..880630c 100644 --- a/controllers/classic/tcpp20003/index.html +++ b/controllers/classic/tcpp20003/index.html @@ -1,4 +1,3 @@ -Two handle controller (Nintendo 64) :: Densha de GO! controller documentation -

Two handle controller (Nintendo 64)

Overview

NameTwo handle controller (Nintendo 64)
Release dateJuly 30, 1999
Serial codeTCPP-20003
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! 64 (Nintendo 64)NativeConnect standard controller to P1 and train controller to P3.
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers.

\ No newline at end of file diff --git a/controllers/classic/tcpp20004/index.html b/controllers/classic/tcpp20004/index.html index 75ece93..9df7464 100644 --- a/controllers/classic/tcpp20004/index.html +++ b/controllers/classic/tcpp20004/index.html @@ -1,4 +1,3 @@ -Two handle controller (Sega Dreamcast) :: Densha de GO! controller documentation -

Two handle controller (Sega Dreamcast)

Overview

NameTwo handle controller (Sega Dreamcast)
Release dateJanuary 20, 2000
Serial codeTCPP-20004
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeRequires USB adapter. Supported via input plugin.
Densha de GO! 2 Kōsoku-hen 3000 Bandai (Sega Dreamcast)Native
OpenBVE (PC)NativeRequires USB adapter and calibration. Supported via input plugin.

Technical details

The controller follows the same standard internal operation as other classic controllers.

\ No newline at end of file diff --git a/controllers/classic/tech/index.html b/controllers/classic/tech/index.html index 4cb1641..973900f 100644 --- a/controllers/classic/tech/index.html +++ b/controllers/classic/tech/index.html @@ -1,4 +1,3 @@ -Classic controllers - Technical details :: Densha de GO! controller documentation -

Classic controllers - Technical details

Internally, these controllers use the same protocol as a standard controller for the corresponding console and input is reported in the data bytes corresponding to buttons (where each bit reports the state of a single button). Only the regular physical buttons have dedicated bits for them; the handles combine three and four bits for the power notches and brake notches, respectively (you can find an example with the Nintendo 64 here).

Power handle bit usage

The power handle uses a combination of three bits (buttons) to represent each notch.

PositionPOWER 1POWER 2POWER 3
N-XX
P1X-X
P2--X
P3XX-
P4-X-
P5X--
Transition---

Brake handle bit usage

The brake handle uses a combination of four bits (buttons) to represent each notch.

PositionBRAKE 1BRAKE 2BRAKE 3BRAKE 4
Released-XXX
B1X-XX
B2--XX
B3XX-X
B4-X-X
B5X--X
B6---X
B7XXX-
B8-XX-
Unmarked 1X-X-
Unmarked 2--X-
Unmarked 3XX--
Unmarked 4-X--
Unmarked 5X---
Emergency----
TransitionXXXX

The unmarked positions can be found between B8 and Emergency and produce no click when moving the handle.

Button mapping to a standard controller

Because they use the same data bytes, the input between a Densha de GO! controller and a standard controller for each console can be matched as follows:

Densha de GO!Nintendo 64Sony PlayStation 1Sega DreamcastSega Saturn
SELECTRSELECTD??
STARTSTARTSTARTSTARTSTART
ABSQUAREAA
BACROSS??B
CLCIRCLECC
POWER 1RIGHTTRIANGLEZX
POWER 2UPLEFTYY
POWER 3ZRIGHTXZ
BRAKE 1C RIGHTL1UPL
BRAKE 2C LEFTL2DOWNR
BRAKE 3C DOWNR1LEFTDOWN
BRAKE 4C UPR2RIGHTLEFT

This can be used with a USB adapter to read the controller input from a PC.

\ No newline at end of file diff --git a/controllers/gameport/dgoc44/index.html b/controllers/gameport/dgoc44/index.html index 9386ef8..b61117a 100644 --- a/controllers/gameport/dgoc44/index.html +++ b/controllers/gameport/dgoc44/index.html @@ -1,4 +1,3 @@ -Two handle controller, game port (PC) :: Densha de GO! controller documentation -

Two handle controller, game port (PC)

Overview

NameTwo handle controller, game port (PC)
Release dateMarch 18, 1999
Serial codeDGOC-44
Notes

Supported software (WIP)

SoftwareSupportNotes
Densha de GO! (PC)Native
Densha de GO! 2 Kōsoku-hen (PC)Native
Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC)Native
Densha de GO! Nagoya Tetsudō-hen (PC)Native
Densha de GO! Professional (PC)Native
Densha de GO! Shinkansen San'yō Shinkansen-hen (PC)Native
Kisha de GO! (PC)Native

Technical details

This is the original controller for the Microsoft Windows releases. This controller has two handles (5 power notches and 8+emergency brake notches) and 3 buttons (A, B, C).

The buttons and handles are mapped to game port buttons and axes, respectively, as follows:

Game portController
B1B
B2A
B3Unused
B4C
X1Brake
Y1Power
X2Unused
Y2Unused

The controller needs to be calibrated before it can be used.

\ No newline at end of file diff --git a/controllers/gameport/index.html b/controllers/gameport/index.html index 893e59d..e7e8aaf 100644 --- a/controllers/gameport/index.html +++ b/controllers/gameport/index.html @@ -1,4 +1,3 @@ -Game port controllers :: Densha de GO! controller documentation -

Game port controllers

This section includes controllers for Microsoft Windows which use a game port.

\ No newline at end of file diff --git a/controllers/index.html b/controllers/index.html index a3fdcc9..eae476b 100644 --- a/controllers/index.html +++ b/controllers/index.html @@ -1,4 +1,3 @@ -Controllers :: Densha de GO! controller documentation -

Controllers

This section lists all the controllers compatible with software in the Densha de GO! series or other software. The controllers are grouped by type. You will also find technical details, if they are known.

\ No newline at end of file diff --git a/controllers/serial/index.html b/controllers/serial/index.html index 04f6cc2..17ac5e9 100644 --- a/controllers/serial/index.html +++ b/controllers/serial/index.html @@ -1,4 +1,3 @@ -Serial port controllers :: Densha de GO! controller documentation -

Serial port controllers

This section includes controllers for Microsoft Windows which use a DE-9 serial port.

\ No newline at end of file diff --git a/controllers/serial/vok00105/index.html b/controllers/serial/vok00105/index.html index b8d53f3..0d342ca 100644 --- a/controllers/serial/vok00105/index.html +++ b/controllers/serial/vok00105/index.html @@ -1,4 +1,3 @@ -Master Controller (PC) :: Densha de GO! controller documentation -

Master Controller (PC)

Overview

NameMaster Controller (PC)
Release dateMarch 4, 1998
Serial codeVOK-00105
Notes

Supported software (WIP)

SoftwareSupportNotes
Hmmsim Metro (PC)NativeSet to Type D.
Train Crew (PC)NativeRequires plugin from official website. Set to Type G.
Train Simulator (PC)NativeMany entries require companion software to use the controller.
Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type D.
Train Simulator PLUS (PC)Native
Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type C.
Train Simulator Real: THE Yamanote Line (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type F.
Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type C.
Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type G.
Train Simulator: Midosuji Line (Sony PlayStation 2)NativeRequires official USB adapter. Set to Type D.

Technical details

This controller has one handle (with adjustable notches), a reverser switch with 3 positions (F, N, B) and 4 buttons (S, A, B, C). It was manufactured by Pony Canyon. It requires external power to work, either with an included power supply or 4 AA-sized batteries.

It connects to PC via serial cable, either directly via a DE-9 connector or with a USB adapter.

Baud rate19200
Data bits8
ParityNone
Stop bits1
Flow controlNone

Unlike other controllers, the notches in the combined power-brake handle are adjustable. On the underside of the controller there are a sliding switch, as well as a window with dip switches, to change gears. This change can be done with the controller turned off. The notch print beside the handle can also be changed to match the current gear setting.

The are 8 possible gear settings:

Type AType BType CType DType EType FType GType H
Power notches43544556 (no click)
Brake notches57578878 (no click)

Input

The controller sends 5-character events separated by a carriage return (ASCII 0xD).

Events for the handle are the following.

EmergencyB8B7B6B5B4B3B2B1
TSB20TSB30TSB40TSE99TSA05TSA15TSA25TSA35TSA45
NP1P2P3P4P5P6
TSA50TSA55TSA65TSA75TSA85TSA95TSB60

Events for the reverser are the following.

BackwardsNeutralForward
TSG00TSG50TSG99

Events for the buttons are the following. The first event is reported when the button is pressed, and the second one when the button is released.

SABC
TSK99/TSK00TSX99/TSX00TSY99/TSY00TSZ99/TSZ00
\ No newline at end of file diff --git a/controllers/serial/vok00106/index.html b/controllers/serial/vok00106/index.html index 00eb630..a721b2f 100644 --- a/controllers/serial/vok00106/index.html +++ b/controllers/serial/vok00106/index.html @@ -1,4 +1,3 @@ -Master Controller II (PC) :: Densha de GO! controller documentation -

Master Controller II (PC)

Overview

NameMaster Controller II (PC)
Release dateDecember 17, 1999
Serial codeVOK-00106
Notes

Supported software (WIP)

SoftwareSupportNotes
Hmmsim Metro (PC)NativeSet power to 4 and brake to 7.
Train Crew (PC)NativeRequires plugin from official website. Set power to 5 and brake to 7.
Train Simulator (PC)NativeMany entries require companion software to use the controller.
Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 4 and brake to 7.
Train Simulator PLUS (PC)Native
Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 5 and brake to 5.
Train Simulator Real: THE Yamanote Line (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 5 and brake to 8.
Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 5 and brake to 5.
Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 5 and brake to 7.
Train Simulator: Midosuji Line (Sony PlayStation 2)NativeRequires official USB adapter. Set power to 4 and brake to 6.

Technical details

This controller has two handles (power and brake, both with adjustable notches), a reverser switch with 3 positions (F, N, B) and 4 buttons (S, A, B, C). It was manufactured by Pony Canyon. It requires external power to work, either with an included power supply or 4 AA-sized batteries. It also supports connecting an included pedal.

It connects to PC via serial cable, either directly via a DE-9 connector or with a USB adapter.

Baud rate19200
Data bits8
ParityNone
Stop bits1
Flow controlNone

Unlike other controllers, the notches in the two handles are adjustable. There are two knobs, one on each side of the controller, to adjust the number of power and brake notches. This change can be done with the controller turned off. Next to the power handle there is a LED screen showing the current notch, and the notch print beside the brake handle can also be changed to match the current gear setting.

The power handle supports 3 to 6 notches, plus EX (6 notches without click). The brake handle supports 5 to 8 notches, plus EX (8 notches without click).

The two handles are interlocked; it is only possible to move one handle at a time.

Input

The controller sends 5-character events separated by a carriage return (ASCII 0xD).

Events for the handle are the following.

EmergencyB8B7B6B5B4B3B2B1
TSB20TSB30TSB40TSE99TSA05TSA15TSA25TSA35TSA45
NP1P2P3P4P5P6
TSA50TSA55TSA65TSA75TSA85TSA95TSB60

Events for the reverser are the following.

BackwardsNeutralForward
TSG00TSG50TSG99

Events for the buttons are the following. The first event is reported when the button is pressed, and the second one when the button is released.

SABC
TSK99/TSK00TSX99/TSX00TSY99/TSY00TSZ99/TSZ00
\ No newline at end of file diff --git a/controllers/standalone/index.html b/controllers/standalone/index.html index 6c738b6..16924fb 100644 --- a/controllers/standalone/index.html +++ b/controllers/standalone/index.html @@ -1,4 +1,3 @@ -Standalone controllers :: Densha de GO! controller documentation -

Standalone controllers

This section includes self-contained controllers with software included in them. Instead of connecting to a PC or console, they can be connected directly to a TV via HDMI.

\ No newline at end of file diff --git a/controllers/standalone/pnp/index.html b/controllers/standalone/pnp/index.html index 52b2dcf..e24e9e4 100644 --- a/controllers/standalone/pnp/index.html +++ b/controllers/standalone/pnp/index.html @@ -1,8 +1,7 @@ -Densha de GO! Plug and Play :: Densha de GO! controller documentation -

Densha de GO! Plug and Play

Overview

NameDensha de GO! Plug and Play
Release dateFebruary 8, 2018
Serial code
Notes

Technical details

This controller is a self-contained console with a modified version of Densha de GO! Final. Externally, it looks similar to a TCPP-20009, except it does not include a pedal connection. It requires a micro USB cable for power and a HDMI cable for video output.

Internally, it contains an ARM board running a Linux distro. The micro USB port supports USB OTG with a powered adapter and is used by Taito to install software updates.

Mods

There are several unofficial mods available to improve or add functionality to the console:

ModSiteDescription
Chime PatcherLinkRestores the station jingles and musical horns from Densha de GO! Final.
Overclock scriptLinkSets the console’s CPU to a higher (but safe) clock rate to improve performance. May cause crashes
Controller modLinkAllows using the console as a USB controller for PC and consoles. Several controller models available.
Controller mod (legacy)LinkAllows using the console as a DGOC-44U controller. Superseded by the newer multi-controller mod.
Translation PatcherLinkEnglish translation for Densha de Go! Plug & Play.
\ No newline at end of file diff --git a/controllers/standalone/pnp2/index.html b/controllers/standalone/pnp2/index.html index 23470de..c893901 100644 --- a/controllers/standalone/pnp2/index.html +++ b/controllers/standalone/pnp2/index.html @@ -1,4 +1,3 @@ -Densha de GO! Plug and Play 2 :: Densha de GO! controller documentation -

Densha de GO! Plug and Play 2

Overview

NameDensha de GO! Plug and Play 2
Release dateDecember 7, 2023
Serial codeTPP-D-002
Notes

Technical details

This controller is a self-contained console with a modified version of Densha de GO! Shinkansen EX San’yō Shinkansen Hen. Externally, it looks similar to a TCPP-20011, except it does not include a pedal connection and top display. It requires a USB-C cable for power and a HDMI cable for video output.

No technical details are known regarding internal functioning.

\ No newline at end of file diff --git a/controllers/usb/cotm02001/index.html b/controllers/usb/cotm02001/index.html index e152763..26397dd 100644 --- a/controllers/usb/cotm02001/index.html +++ b/controllers/usb/cotm02001/index.html @@ -1,4 +1,3 @@ -Train Mascon (Sony PlayStation 2) :: Densha de GO! controller documentation -

Train Mascon (Sony PlayStation 2)

Overview

NameTrain Mascon (Sony PlayStation 2)
Release dateOctober 31, 2002
Serial codeCOTM-02001
Notes

Supported software (WIP)

SoftwareSupportNotes
OpenBVE (PC)NativeSupported via input plugin.
Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2)Native
Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2)Native
Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2)Native
Train Simulator: Midosuji Line (Sony PlayStation 2)Native

Technical details

This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 7 buttons (Select, Start, A, B, C, Close, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps: doors, ATS, 45 and 15.

Internally, it is a vendor-specific class device.

Product nameUnavailable
ManufacturerUnavailable
Vendor ID0x1C06
Product ID0x77A7
Serial numberUnavailable
USB standard descriptorLink from Multi Train Controller
HID report descriptorLink (recreated, not provided by actual device)

Input

The controller sends reports to the host (PS2) formed by 4 bytes:

Byte 1Byte 2Byte 3Byte 4
0x01Reverser+handleButtons 1Buttons 2

The reverser+handle byte combines two values representing the state of the reverser and the power/brake handle. The handle notch is represented sequentially starting from 0x1 (Emergency), brake notches from highest to lowest, N and power notches from lowest to highest.

ForwardNeutralBackwards
0x2X0x0X0x1X

The first button byte uses six bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed. A bitmask can be used to retrieve the buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
ATSCloseA (soft)A (hard)BC

The second button byte also uses six bits to represent the state of the physical buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
STARTSELECTUPDOWNLEFTRIGHT

Output

The controller supports receiving data via a control transfer to turn on/off the lamps. The setup packet is as follows:

bmRequestTypebRequestwValuewIndexwLength
0x400x50Lamp data0x00000x0000

Changing wValue controls the lamps with the logic below.

  • Door lamp: 0x0X is Off, 0x1X is On.
  • Signal lamp: 0xX0 is Off, 0xX1 is ATS, 0xX2 is 45, 0xX3 is 15.
\ No newline at end of file diff --git a/controllers/usb/dgc255/index.html b/controllers/usb/dgc255/index.html index cafe955..a58841f 100644 --- a/controllers/usb/dgc255/index.html +++ b/controllers/usb/dgc255/index.html @@ -1,4 +1,3 @@ -One handle controller (PC) :: Densha de GO! controller documentation -

One handle controller (PC)

Overview

NameOne handle controller (PC)
Release dateDecember 17, 2004
Serial codeDGC-255
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! (PC)NativeOriginal release requires update.
Densha de GO! 2 Kōsoku-hen (PC)NativeOriginal release requires update.
Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC)Native
Densha de GO! Final (PC)Native
Densha de GO! Nagoya Tetsudō-hen (PC)NativeOriginal release requires update.
Densha de GO! Professional (PC)Native
Densha de GO! Professional 2 (PC)Native
Densha de GO! Ryojōhen (PC)Native
Densha de GO! Shinkansen San'yō Shinkansen-hen (PC)Native
Kisha de GO! (PC)NativeOriginal release requires update.
OpenBVE (PC)NativeSupported via input plugin.

Technical details

This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D).

Internally, it is a HID-compliant joystick with two axes, 6 buttons and a PoV hat switch (the handle positions are reported via axes).

Besides the PoV hat switch, it reports the same data as a DGOC-44U controller. The games check if the controller has a PoV hat switch to distinguish between a DGC-255 and a DGOC-44U.

\ No newline at end of file diff --git a/controllers/usb/dgoc44u/index.html b/controllers/usb/dgoc44u/index.html index 97cf796..fba8f1d 100644 --- a/controllers/usb/dgoc44u/index.html +++ b/controllers/usb/dgoc44u/index.html @@ -1,4 +1,3 @@ -Two handle controller (PC) :: Densha de GO! controller documentation -

Two handle controller (PC)

Overview

NameTwo handle controller (PC)
Release dateJune 15, 2001
Serial codeDGOC-44U
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! (PC)NativeOriginal release requires update.
Densha de GO! 2 Kōsoku-hen (PC)NativeOriginal release requires update.
Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC)Native
Densha de GO! Final (PC)Native
Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4)UnofficialRequires use of Titan One/Two device.
Densha de GO! Nagoya Tetsudō-hen (PC)NativeOriginal release requires update.
Densha de GO! Professional (PC)Native
Densha de GO! Professional 2 (PC)Native
Densha de GO! Ryojōhen (PC)Native
Densha de GO! Shinkansen San'yō Shinkansen-hen (PC)Native
Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim Hakone (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim: Akechi Railway (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4)UnofficialRequires use of Titan One/Two device.
Kisha de GO! (PC)NativeOriginal release requires update.
OpenBVE (PC)NativeSupported via input plugin.
Train Crew (PC)Native

Technical details

This controller has two handles (5 power notches and 8+emergency brake notches) and 6 buttons (Select, Start, A, B, C, D).

Internally, it is a HID-compliant joystick with two axes and 6 buttons (the handle positions are reported via axes).

Product name電車でGO! コントローラ USB版
ManufacturerTAITO
Vendor ID0x0AE4
Product ID0x0003
Serial numberTCPP20009
USB standard descriptorLink
HID report descriptorLink

The controller sends reports to the host (PC) formed by 6 bytes:

Byte 1Byte 2Byte 3Byte 4Byte 5Byte 6
BrakePowerNullButtonsNullNull

The values for the brake notch byte are the following. There are 5 unmarked positions between B8 and Emergency, but unlike classic controllers, they are all report the value for Emergency.

ReleasedB1B2B3B4B5B6B7B8EmergencyTransition
0x790x8A0x940x9A0xA20xA80xAF0xB20xB50xB90xFF

The values for the power notch byte are listed below.

NP1P2P3P4P5Transition
0x810x6D0x540x3F0x210x000xFF

The button byte uses six bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed.

Button 1Button 2Button 3Button 4Button 5Button 6
BACDSELECTSTART
\ No newline at end of file diff --git a/controllers/usb/dgoc44u/index.xml b/controllers/usb/dgoc44u/index.xml index 0c66c99..b90bbea 100644 --- a/controllers/usb/dgoc44u/index.xml +++ b/controllers/usb/dgoc44u/index.xml @@ -1 +1 @@ -Two handle controller (PC) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlOverview Name Two handle controller (PC) Release date June 15, 2001 Serial code DGOC-44U Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches) and 6 buttons (Select, Start, A, B, C, D).Hugoen-us \ No newline at end of file +Two handle controller (PC) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlOverview Name Two handle controller (PC) Release date June 15, 2001 Serial code DGOC-44U Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches) and 6 buttons (Select, Start, A, B, C, D).Hugoen-us \ No newline at end of file diff --git a/controllers/usb/dyc288/index.html b/controllers/usb/dyc288/index.html index b456f21..217bc7e 100644 --- a/controllers/usb/dyc288/index.html +++ b/controllers/usb/dyc288/index.html @@ -1,4 +1,3 @@ -Ryojōhen controller (PC) :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/controllers/usb/index.html b/controllers/usb/index.html index fba55c3..c071667 100644 --- a/controllers/usb/index.html +++ b/controllers/usb/index.html @@ -1,4 +1,3 @@ -USB controllers :: Densha de GO! controller documentation -

USB controllers

This section includes controllers for Microsoft Windows and consoles which use a USB-A connector.

\ No newline at end of file diff --git a/controllers/usb/index.xml b/controllers/usb/index.xml index a4fb406..2cc3a7b 100644 --- a/controllers/usb/index.xml +++ b/controllers/usb/index.xml @@ -1 +1 @@ -USB controllers :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/index.htmlThis section includes controllers for Microsoft Windows and consoles which use a USB-A connector.Hugoen-usMulti Train Controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlOverview Name Multi Train Controller (Sony PlayStation 2) Release date December 18, 2003 Serial code SOTP-031201 Notes Released with 4 cartridges: P4-B7, P4-B7 (without B1), P5-B5 and P5-B8. Additional cartridges sold separately: P5-B7 and P13-B7. Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Final (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Professional 2 (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Ryojōhen (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native P5/B8 cartridge. OpenBVE (PC) Native Supported via input plugin. Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3) Native P5/B8 cartridge. Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2) Native P4/B7, P5/B5 cartridges. Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2) Native P5/B5 cartridge. Train Simulator Real: THE Yamanote Line (Sony PlayStation 2) Native P5/B8 cartridge. Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native P5/B5, P13/B7 cartridges. Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2) Native P5/B7, P13/B7 cartridges. Train Simulator: Midosuji Line (Sony PlayStation 2) Native P4/B2-B7, P5/B5 cartridges. Technical details This controller has one handle with several notch cartridges (P4/B7, P4/B2-B7, P5/B5, P5/B7, B5/B8, P13/B7), a D-Pad and 7 buttons (Select, Start, A, B, C, D, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps.One handle controller (Nintendo Switch)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlOverview Name One handle controller (Nintendo Switch) Release date August 5, 2021 Serial code ZKNS-001 Notes Also available as special 1st anniversary translucent exclusive edition (ZKNS-002). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Native Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Hmmsim Metro (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Native Japanese Rail Sim Hakone (Nintendo Switch) Native Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Native Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Native Japanese Rail Sim: Akechi Railway (Nintendo Switch) Native Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Operating the MEITETSU Line (PC) Native JR EAST Train Simulator (PC) Native OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches) and 16 buttons (the same as a Nintendo Switch Pro Controller, except the stick buttons). Internally, it is a HID-compliant joystick mimicking a Nintendo Switch Pro Controller. The stick buttons and the right stick are unused, and only the Y axis of the left stick is used.One handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlOverview Name One handle controller (PC) Release date December 17, 2004 Serial code DGC-255 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Technical details This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D).Ryojōhen controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlOverview Name Ryojōhen controller (PC) Release date June 5, 2003 Serial code DYC-288 Notes Also packaged with serial code DRC-184. Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Final (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native OpenBVE (PC) Native Supported via input plugin. Technical details No details are available regarding internal functioning.Ryojōhen controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlOverview Name Ryojōhen controller (Sony PlayStation 2) Release date July 25, 2002 Serial code TCPP-20014 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Technical details This controller has two handles (4 power notches and an analogue brake handle with three areas), a D-Pad and 7 buttons (Select, Start, Horn, Announce, Camera, Left doors, Right doors). In addition, it provides a 3.5 mm jack connector to plug a horn pedal.Sangying one handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlOverview Name Sangying one handle controller (PC) Release date February 28, 2018 Serial code OHC-PC01 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details No details are available regarding internal functioning.Shinkansen controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlOverview Name Shinkansen controller (Sony PlayStation 2) Release date September 20, 2001 Serial code TCPP-20011 Notes Supported software (WIP) Software Support Notes Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2) Native Technical details This controller has two handles (13 power notches and 7+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a simple display, a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.Train Mascon (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlOverview Name Train Mascon (Sony PlayStation 2) Release date October 31, 2002 Serial code COTM-02001 Notes Supported software (WIP) Software Support Notes OpenBVE (PC) Native Supported via input plugin. Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2) Native Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2) Native Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native Train Simulator: Midosuji Line (Sony PlayStation 2) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 7 buttons (Select, Start, A, B, C, Close, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps: doors, ATS, 45 and 15.Two handle controller "Type 2" (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlOverview Name Two handle controller "Type 2" (Sony PlayStation 2) Release date March 15, 2001 Serial code TCPP-20009 Notes Also available in purple skeleton colour (TCPP-20012). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3) Native Train Simulator Real: THE Yamanote Line (Sony PlayStation 2) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.Two handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlOverview Name Two handle controller (PC) Release date June 15, 2001 Serial code DGOC-44U Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches) and 6 buttons (Select, Start, A, B, C, D). \ No newline at end of file +USB controllers :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/index.htmlThis section includes controllers for Microsoft Windows and consoles which use a USB-A connector.Hugoen-usMulti Train Controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlOverview Name Multi Train Controller (Sony PlayStation 2) Release date December 18, 2003 Serial code SOTP-031201 Notes Released with 4 cartridges: P4-B7, P4-B7 (without B1), P5-B5 and P5-B8. Additional cartridges sold separately: P5-B7 and P13-B7. Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Final (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Professional 2 (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Ryojōhen (Sony PlayStation 2) Native P5/B8 cartridge. Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native P5/B8 cartridge. OpenBVE (PC) Native Supported via input plugin. Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3) Native P5/B8 cartridge. Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2) Native P4/B7, P5/B5 cartridges. Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2) Native P5/B5 cartridge. Train Simulator Real: THE Yamanote Line (Sony PlayStation 2) Native P5/B8 cartridge. Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native P5/B5, P13/B7 cartridges. Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2) Native P5/B7, P13/B7 cartridges. Train Simulator: Midosuji Line (Sony PlayStation 2) Native P4/B2-B7, P5/B5 cartridges. Technical details This controller has one handle with several notch cartridges (P4/B7, P4/B2-B7, P5/B5, P5/B7, B5/B8, P13/B7), a D-Pad and 7 buttons (Select, Start, A, B, C, D, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps.One handle controller (Nintendo Switch)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlOverview Name One handle controller (Nintendo Switch) Release date August 5, 2021 Serial code ZKNS-001 Notes Also available as special 1st anniversary translucent exclusive edition (ZKNS-002). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Native Hmmsim Metro (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Native Japanese Rail Sim Hakone (Nintendo Switch) Native Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Native Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Native Japanese Rail Sim: Akechi Railway (Nintendo Switch) Native Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Operating the MEITETSU Line (PC) Native JR EAST Train Simulator (PC) Native OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Tramcity Hakodate (PC) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches) and 16 buttons (the same as a Nintendo Switch Pro Controller, except the stick buttons). Internally, it is a HID-compliant joystick mimicking a Nintendo Switch Pro Controller. The stick buttons and the right stick are unused, and only the Y axis of the left stick is used.One handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlOverview Name One handle controller (PC) Release date December 17, 2004 Serial code DGC-255 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Technical details This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D).Ryojōhen controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlOverview Name Ryojōhen controller (PC) Release date June 5, 2003 Serial code DYC-288 Notes Also packaged with serial code DRC-184. Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Final (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native OpenBVE (PC) Native Supported via input plugin. Technical details No details are available regarding internal functioning.Ryojōhen controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlOverview Name Ryojōhen controller (Sony PlayStation 2) Release date July 25, 2002 Serial code TCPP-20014 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Technical details This controller has two handles (4 power notches and an analogue brake handle with three areas), a D-Pad and 7 buttons (Select, Start, Horn, Announce, Camera, Left doors, Right doors). In addition, it provides a 3.5 mm jack connector to plug a horn pedal.Sangying one handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlOverview Name Sangying one handle controller (PC) Release date February 28, 2018 Serial code OHC-PC01 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details No details are available regarding internal functioning.Shinkansen controller (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlOverview Name Shinkansen controller (Sony PlayStation 2) Release date September 20, 2001 Serial code TCPP-20011 Notes Supported software (WIP) Software Support Notes Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2) Native Technical details This controller has two handles (13 power notches and 7+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a simple display, a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.Train Mascon (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlOverview Name Train Mascon (Sony PlayStation 2) Release date October 31, 2002 Serial code COTM-02001 Notes Supported software (WIP) Software Support Notes OpenBVE (PC) Native Supported via input plugin. Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2) Native Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2) Native Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2) Native Train Simulator: Midosuji Line (Sony PlayStation 2) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches), a D-Pad and 7 buttons (Select, Start, A, B, C, Close, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps: doors, ATS, 45 and 15.Two handle controller "Type 2" (Sony PlayStation 2)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlOverview Name Two handle controller "Type 2" (Sony PlayStation 2) Release date March 15, 2001 Serial code TCPP-20009 Notes Also available in purple skeleton colour (TCPP-20012). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2) Native Densha de GO! Final (Sony PlayStation 2) Native Densha de GO! Professional 2 (Sony PlayStation 2) Native Densha de GO! Ryojōhen (Sony PlayStation 2) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2) Native OpenBVE (PC) Native Supported via input plugin. Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3) Native Train Simulator Real: THE Yamanote Line (Sony PlayStation 2) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.Two handle controller (PC)https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlOverview Name Two handle controller (PC) Release date June 15, 2001 Serial code DGOC-44U Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! (PC) Native Original release requires update. Densha de GO! 2 Kōsoku-hen (PC) Native Original release requires update. Densha de GO! 3 Tsūkin-hen Daiya Kaisei (PC) Native Densha de GO! Final (PC) Native Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Densha de GO! Nagoya Tetsudō-hen (PC) Native Original release requires update. Densha de GO! Professional (PC) Native Densha de GO! Professional 2 (PC) Native Densha de GO! Ryojōhen (PC) Native Densha de GO! Shinkansen San'yō Shinkansen-hen (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Kisha de GO! (PC) Native Original release requires update. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has two handles (5 power notches and 8+emergency brake notches) and 6 buttons (Select, Start, A, B, C, D). \ No newline at end of file diff --git a/controllers/usb/ohcpc01/index.html b/controllers/usb/ohcpc01/index.html index a94d66d..70248ba 100644 --- a/controllers/usb/ohcpc01/index.html +++ b/controllers/usb/ohcpc01/index.html @@ -1,4 +1,3 @@ -Sangying one handle controller (PC) :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/controllers/usb/ohcpc01/index.xml b/controllers/usb/ohcpc01/index.xml index 643d560..560df27 100644 --- a/controllers/usb/ohcpc01/index.xml +++ b/controllers/usb/ohcpc01/index.xml @@ -1 +1 @@ -Sangying one handle controller (PC) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlOverview Name Sangying one handle controller (PC) Release date February 28, 2018 Serial code OHC-PC01 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details No details are available regarding internal functioning.Hugoen-us \ No newline at end of file +Sangying one handle controller (PC) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlOverview Name Sangying one handle controller (PC) Release date February 28, 2018 Serial code OHC-PC01 Notes Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Hakone (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Akechi Railway (Nintendo Switch) Unofficial Requires use of Titan One/Two device. OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details No details are available regarding internal functioning.Hugoen-us \ No newline at end of file diff --git a/controllers/usb/sotp031201/index.html b/controllers/usb/sotp031201/index.html index fa75777..fd28a22 100644 --- a/controllers/usb/sotp031201/index.html +++ b/controllers/usb/sotp031201/index.html @@ -1,4 +1,3 @@ -Multi Train Controller (Sony PlayStation 2) :: Densha de GO! controller documentation -

Multi Train Controller (Sony PlayStation 2)

Overview

NameMulti Train Controller (Sony PlayStation 2)
Release dateDecember 18, 2003
Serial codeSOTP-031201
NotesReleased with 4 cartridges: P4-B7, P4-B7 (without B1), P5-B5 and P5-B8. Additional cartridges sold separately: P5-B7 and P13-B7.

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2)NativeP5/B8 cartridge.
Densha de GO! Final (Sony PlayStation 2)NativeP5/B8 cartridge.
Densha de GO! Professional 2 (Sony PlayStation 2)NativeP5/B8 cartridge.
Densha de GO! Ryojōhen (Sony PlayStation 2)NativeP5/B8 cartridge.
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)NativeP5/B8 cartridge.
OpenBVE (PC)NativeSupported via input plugin.
Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3)NativeP5/B8 cartridge.
Train Simulator + Densha de GO!: Tokyu Line (Sony PlayStation 2)NativeP4/B7, P5/B5 cartridges.
Train Simulator Real: THE Keihin Electric Express Railway (Sony PlayStation 2)NativeP5/B5 cartridge.
Train Simulator Real: THE Yamanote Line (Sony PlayStation 2)NativeP5/B8 cartridge.
Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2)NativeP5/B5, P13/B7 cartridges.
Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2)NativeP5/B7, P13/B7 cartridges.
Train Simulator: Midosuji Line (Sony PlayStation 2)NativeP4/B2-B7, P5/B5 cartridges.

Technical details

This controller has one handle with several notch cartridges (P4/B7, P4/B2-B7, P5/B5, P5/B7, B5/B8, P13/B7), a D-Pad and 7 buttons (Select, Start, A, B, C, D, ATS). The A button can distinguish between “soft” and “hard” presses. In addition, the controller has four lamps.

Internally, it is a vendor-specific class device. The USB descriptors and the reported data change depending on the notch cartridge inserted.

Product nameNone
ManufacturerNone
Vendor ID0x0AE4
0x1C06 (P5/B5)
Product ID0x0101
0x77A7 (P5/B5)
0x0004 (P5/B8)
Serial numberNone
USB standard descriptorP4/B7
P4/B7 (without B1)
P5/B5
P5/B7
P5/B8
P13/B7
HID report descriptorP4/B7, P4/B2-B7, P5/B7, P13/B7 (recreated, not provided by actual device)

P5/B5 cartridge

When this cartridge is inserted, the controller emulates the Train Mascon. The buttons are mapped 1:1 except the D button, which is mapped to the Close () button.

The lamps are used as follows, from top to bottom: doors, ATS, 45 and 15.

P5/B8 cartridge

When this cartridge is inserted, the controller emulates the Two handle controller “Type 2”. The buttons are mapped 1:1 and ATS is mapped to START. The reverser is mapped to the D-pad UP and DOWN buttons.

Only the top lamp is used, for the doors.

P4/B7, P4/B2-B7, P5/B7, P13/B7 cartridges

When any of these cartridges is inserted, the controller functions similarly to the P5/B5 mode and data changes depending on the amount of notches. The specific cartridge in use can be detected by looking at the bcdDevice value from the standard USB descriptor:

P4/B7P4/B2-B7P5/B7P13/B7
0x03000x04000x08000x0A00

Input

The controller sends reports to the host (PS2) formed by 4 bytes:

Byte 1Byte 2Byte 3Byte 4
0x01Reverser+handleButtons 1Buttons 2

The reverser+handle byte combines two values representing the state of the reverser and the power/brake handle. The handle notch is represented sequentially starting from 0x1 (Emergency), brake notches from highest to lowest, N and power notches from lowest to highest.

ForwardNeutralBackwards
0x8X0x0X0x4X

Note: the P5/B7 and P13/B7 cartridges do not make use of the reverser and use both nibbles for the handle notch.

The first button byte uses six bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed. A bitmask can be used to retrieve the buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
ATSDA (soft)A (hard)BC

The second button byte also uses six bits to represent the state of the physical buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
STARTSELECTUPDOWNLEFTRIGHT

Output

The controller supports receiving data via a control transfer to turn on/off the lamps. The setup packet is as follows:

bmRequestTypebRequestwValuewIndexwLength
0x400x50Lamp data0x00000x0000

Changing wValue controls the lamps with the logic below.

  • Door lamp: 0x0X is Off, 0x1X is On.
  • Signal lamp: 0xX0 is Off, 0xX1 is ATS, 0xX2 is 45, 0xX3 is 15.
\ No newline at end of file diff --git a/controllers/usb/tcpp20009/index.html b/controllers/usb/tcpp20009/index.html index b5cd611..f01b8b8 100644 --- a/controllers/usb/tcpp20009/index.html +++ b/controllers/usb/tcpp20009/index.html @@ -1,4 +1,3 @@ -Two handle controller "Type 2" (Sony PlayStation 2) :: Densha de GO! controller documentation -

Two handle controller "Type 2" (Sony PlayStation 2)

Overview

NameTwo handle controller "Type 2" (Sony PlayStation 2)
Release dateMarch 15, 2001
Serial codeTCPP-20009
NotesAlso available in purple skeleton colour (TCPP-20012).

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! 3 Tsūkin-hen (Sony PlayStation 2)Native
Densha de GO! Final (Sony PlayStation 2)Native
Densha de GO! Professional 2 (Sony PlayStation 2)Native
Densha de GO! Ryojōhen (Sony PlayStation 2)Native
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)Native
OpenBVE (PC)NativeSupported via input plugin.
Railfan: Chicago Transit Authority Brown Line (Sony PlayStation 3)Native
Train Simulator Real: THE Yamanote Line (Sony PlayStation 2)Native

Technical details

This controller has two handles (5 power notches and 8+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.

Internally, it is a vendor-specific class device with a HID interface, but it does not provide HID descriptors.

Product nameTAITO_DENSYA_CON_T01
ManufacturerTAITO
Vendor ID0x0AE4
Product ID0x0004
Serial numberTCPP20010
USB standard descriptorLink
HID report descriptorLink (recreated, not provided by actual device)

Input

The controller sends reports to the host (PS2) formed by 6 bytes:

Byte 1Byte 2Byte 3Byte 4Byte 5Byte 6
0x01BrakePowerPedalD-PadButtons

The values for the brake notch byte are the following.

ReleasedB1B2B3B4B5B6B7B8EmergencyTransition
0x790x8A0x940x9A0xA20xA80xAF0xB20xB50xB90xFF

The values for the power notch byte are listed below.

NP1P2P3P4P5Transition
0x810x6D0x540x3F0x210x000xFF

The pedal byte has two possible values depending on the state of the pedal.

ReleasedPressed
0xFF0x00

The D-pad byte represents the state of the arrow buttons. If two opposite directions are pressed simultaneously, the result is Center unless a third button is pressed.

NNEESESSWWNWNone/Center
0x000x010x020x030x040x050x060x070x08

The button byte uses six bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed. A bitmask can be used to retrieve the buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
BACDSELECTSTART

Output

The controller supports receiving data via a control transfer to turn on/off the door lamp and provide rumble. The setup packet is as follows:

bmRequestTypebRequestwValuewIndexwLength
0x410x090x02010x00000x0002

The data sent to the controller follows the structure below.

Byte 1Byte 2
StatusFunction
  • Status: defines whether the function specified in byte 2 is Off (0x00) or On (0x01).
  • Function: 0x01 is Left rumble, 0x02 is Right rumble, 0x03 is Door lamp.
\ No newline at end of file diff --git a/controllers/usb/tcpp20011/index.html b/controllers/usb/tcpp20011/index.html index 9188ded..9a11bce 100644 --- a/controllers/usb/tcpp20011/index.html +++ b/controllers/usb/tcpp20011/index.html @@ -1,4 +1,3 @@ -Shinkansen controller (Sony PlayStation 2) :: Densha de GO! controller documentation -

Shinkansen controller (Sony PlayStation 2)

Overview

NameShinkansen controller (Sony PlayStation 2)
Release dateSeptember 20, 2001
Serial codeTCPP-20011
Notes

Supported software (WIP)

SoftwareSupportNotes
Densha de GO! Final (Sony PlayStation 2)Native
Densha de GO! Professional 2 (Sony PlayStation 2)Native
Densha de GO! Ryojōhen (Sony PlayStation 2)Native
Densha de GO! Shinkansen San'yō Shinkansen-hen (Sony PlayStation 2)Native
OpenBVE (PC)NativeSupported via input plugin.
Train Simulator: Keisei, Toei Asakusa, Keikyu Lines (Sony PlayStation 2)Native
Train Simulator: Kyūshū Shinkansen (Sony PlayStation 2)Native

Technical details

This controller has two handles (13 power notches and 7+emergency brake notches), a D-Pad and 6 buttons (Select, Start, A, B, C, D). In addition, it provides a simple display, a door lamp and a 3.5 mm jack connector to plug a horn pedal. There are two rumble motors, one in each handle.

Internally, it is a vendor-specific class device with a HID interface, but it does not provide HID descriptors.

Product nameTAITO_DENSYA_CON_T02
ManufacturerTAITO
Vendor ID0x0AE4
Product ID0x0005
Serial numberTCPP20011
USB standard descriptorLink
HID report descriptorLink (recreated, not provided by actual device)

Input

The controller sends reports to the host (PS2) formed by 6 bytes:

Byte 1Byte 2Byte 3Byte 4Byte 5Byte 6
BrakePowerPedalD-PadButtonsUnused

The values for the brake notch byte are the following.

ReleasedB1B2B3B4B5B6B7EmergencyTransition
0x1C0x380x540x700x8B0xA70xC30xDF0xFB0xFF

The values for the power notch byte are listed below.

NP1P2P3P4P5P6P7P8P9P10P11P12P13Transition
0x120x240x360x480x5A0x6C0x7E0x900xA20xB40xC60xD70xE90xFB0xFF

The pedal byte has two possible values depending on the state of the pedal.

ReleasedPressed
0xFF0x00

The D-pad byte represents the state of the arrow buttons. If two opposite directions are pressed simultaneously, the result is Center unless a third button is pressed.

NNEESESSWWNWNone/Center
0x000x010x020x030x040x050x060x070x08

The button byte uses six bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed. A bitmask can be used to retrieve the buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5
DCBASELECTSTART

Output

The controller supports receiving data via a control transfer to update the screen, turn on/off the door lamp and provide rumble. The setup packet is as follows:

bmRequestTypebRequestwValuewIndexwLength
0x400x090x03010x00000x0008

The data sent to the controller follows the structure below.

Byte 1Byte 2Byte 3Byte 4Bytes 5-6Bytes 7-8
Left rumbleRight rumbleDoor lamp + Limit approachSpeed gaugeSpeedometerATC limit
  • Left/right rumble: 0x00 is Off, 0x01 is On.
  • Door lamp: 0x0X is Off, 0x8X is On.
  • Limit approach: values between 0xX0 and 0xXA representing the number of LEDs lit above the speedometer. In-game, these mark the 10 km/h right below the speed limit.
  • Speed gauge: values between 0x00 and 0x16 representing the number of LEDs lit on the speed gauge. LED #23 cannot be lit. In-game, these mark 15 km/h increments in the current speed, with one lit when speed is 1-15 km/h, two when 16-30 km/h, etc.
  • Speedometer: values between 0x0000 and 0x0999 representing the current speed. Values are encoded with BCD 8421 (i.e. 120 km/h should be represented as 0x0120, NOT 0x0078).
  • ATC limit: values between 0x0000 and 0x0999 representing the ATC speed limit. Values are encoded with BCD 8421 (i.e. 120 km/h should be represented as 0x0120, NOT 0x0078).

Multi-byte values should be stored in Little Endian.

\ No newline at end of file diff --git a/controllers/usb/tcpp20014/index.html b/controllers/usb/tcpp20014/index.html index 06079f0..1690c83 100644 --- a/controllers/usb/tcpp20014/index.html +++ b/controllers/usb/tcpp20014/index.html @@ -1,4 +1,3 @@ -Ryojōhen controller (Sony PlayStation 2) :: Densha de GO! controller documentation -

Ryojōhen controller (Sony PlayStation 2)

Overview

NameRyojōhen controller (Sony PlayStation 2)
Release dateJuly 25, 2002
Serial codeTCPP-20014
Notes

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! Final (Sony PlayStation 2)Native
Densha de GO! Professional 2 (Sony PlayStation 2)Native
Densha de GO! Ryojōhen (Sony PlayStation 2)Native
OpenBVE (PC)NativeSupported via input plugin.

Technical details

This controller has two handles (4 power notches and an analogue brake handle with three areas), a D-Pad and 7 buttons (Select, Start, Horn, Announce, Camera, Left doors, Right doors). In addition, it provides a 3.5 mm jack connector to plug a horn pedal.

Internally, it is a vendor-specific class device with a HID interface, but it does not provide HID descriptors.

Product nameTAITO_DENSYA_CON_T03
ManufacturerTAITO
Vendor ID0x0AE4
Product ID0x0007
Serial numberTCPP20014
USB standard descriptorLink
HID report descriptorLink (recreated, not provided by actual device)

Input

The controller sends reports to the host (PS2) formed by 8 bytes:

Byte 1Byte 2Byte 3Byte 4Byte 5Bytes 6-8
BrakePowerPedalD-PadButtonsUnused

Unlike traditional controllers, the brake handle is analogue and the brake byte reflects the position of the handle precisely. There are three areas with the ranges listed below, plus the emergency notch.

Reduce pressureKeep pressureIncrease pressureEmergency
0x23-0x640x65-0x890x8A-0xD60xD7

When using the controller with Densha de GO! Professional 2 or Densha de GO! Final, the brake handle is interpreted as having 6 brake notches + emergency. The aproximate byte range for each notch is listed below (taken from Densha de GO! Professional 2).

ReleasedB1B2B3B4B5B6Emergency
0x23-0x2A0x2B-0x3C0x3D-0x4E0x4F-0x630x64-0x8A0x8B-0xB00xB1-0xD60xD7

The values for the power notch byte are listed below.

NP1P2P3P4Transition
0x000x3C0x780xB40xF00xFF

The pedal byte has two possible values depending on the state of the pedal.

ReleasedPressed
0xFF0x00

The D-pad byte represents the state of the arrow buttons. If two opposite directions are pressed simultaneously, the result is Center unless a third button is pressed.

NNEESESSWWNWNone/Center
0x000x010x020x030x040x050x060x070x08

The button byte uses seven bits to represent the state of the physical buttons. 0 means that the button is released and 1 that it is pressed. A bitmask can be used to retrieve the buttons.

Bit 0Bit 1Bit 2Bit 3Bit 4Bit 5Bit 6
HornAnnounceCameraRight doorsLeft doorsSELECTSTART
\ No newline at end of file diff --git a/controllers/usb/zkns001/index.html b/controllers/usb/zkns001/index.html index 8e593fb..cef671f 100644 --- a/controllers/usb/zkns001/index.html +++ b/controllers/usb/zkns001/index.html @@ -1,4 +1,3 @@ -One handle controller (Nintendo Switch) :: Densha de GO! controller documentation -

One handle controller (Nintendo Switch)

Overview

NameOne handle controller (Nintendo Switch)
Release dateAugust 5, 2021
Serial codeZKNS-001
NotesAlso available as special 1st anniversary translucent exclusive edition (ZKNS-002).

Supported software (WIP)

SoftwareSupportNotes
BVE Trainsim (PC)NativeSupported via input plugin.
Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch)Native
Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4)UnofficialRequires use of Titan One/Two device.
Hmmsim Metro (PC)Native
Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch)Native
Japanese Rail Sim Hakone (Nintendo Switch)Native
Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch)Native
Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch)Native
Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch)Native
Japanese Rail Sim: Akechi Railway (Nintendo Switch)Native
Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4)UnofficialRequires use of Titan One/Two device.
Japanese Rail Sim: Operating the MEITETSU Line (PC)Native
JR EAST Train Simulator (PC)Native
OpenBVE (PC)NativeSupported via input plugin.
Train Crew (PC)Native

Technical details

This controller has one handle (5 power notches and 8+emergency brake notches) and 16 buttons (the same as a Nintendo Switch Pro Controller, except the stick buttons). Internally, it is a HID-compliant joystick mimicking a Nintendo Switch Pro Controller. The stick buttons and the right stick are unused, and only the Y axis of the left stick is used.

Product nameOne Handle MasCon for Nintendo Switch
One Handle MasCon for Nintendo Switch Exclusive Edition
ManufacturerNone
Vendor ID0x0F0D
0x33DD (Exclusive Edition)
Product ID0x00C1
0x0002 (Exclusive Edition)
Serial numberNone
USB standard descriptorLink
HID report descriptorLink

Input

The power/brake handle notches are reported in the Y axis of the left stick. There are no transition values between notches. In addition, when the handle is set to Emergency, ZL is pressed.

EmergencyB8B7B6B5B4B3B2B1NP1P2P3P4P5
0x000x050x130x200x2E0x3C0x490x570x650x800x9F0xB70xCE0xE60xFF
\ No newline at end of file diff --git a/controllers/usb/zkns001/index.xml b/controllers/usb/zkns001/index.xml index 07fa3bc..74eeb9a 100644 --- a/controllers/usb/zkns001/index.xml +++ b/controllers/usb/zkns001/index.xml @@ -1 +1 @@ -One handle controller (Nintendo Switch) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlOverview Name One handle controller (Nintendo Switch) Release date August 5, 2021 Serial code ZKNS-001 Notes Also available as special 1st anniversary translucent exclusive edition (ZKNS-002). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Native Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Hmmsim Metro (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Native Japanese Rail Sim Hakone (Nintendo Switch) Native Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Native Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Native Japanese Rail Sim: Akechi Railway (Nintendo Switch) Native Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Operating the MEITETSU Line (PC) Native JR EAST Train Simulator (PC) Native OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches) and 16 buttons (the same as a Nintendo Switch Pro Controller, except the stick buttons). Internally, it is a HID-compliant joystick mimicking a Nintendo Switch Pro Controller. The stick buttons and the right stick are unused, and only the Y axis of the left stick is used.Hugoen-us \ No newline at end of file +One handle controller (Nintendo Switch) :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlOverview Name One handle controller (Nintendo Switch) Release date August 5, 2021 Serial code ZKNS-001 Notes Also available as special 1st anniversary translucent exclusive edition (ZKNS-002). Supported software (WIP) Software Support Notes BVE Trainsim (PC) Native Supported via input plugin. Densha de GO! Hashirō Yamanote‑sen (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Densha de GO! Hashirō Yamanote‑sen (Nintendo Switch) Native Hmmsim Metro (PC) Native Japanese Rail Sim EX: Nagaragawa Railway (Nintendo Switch) Native Japanese Rail Sim Hakone (Nintendo Switch) Native Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki (Nintendo Switch) Native Japanese Rail Sim Real Pro: Nagoya Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Odakyu Electric Railway (Nintendo Switch) Native Japanese Rail Sim Real Pro: Tōkyū Electric Railway (Nintendo Switch) Native Japanese Rail Sim: Akechi Railway (Nintendo Switch) Native Japanese Rail Sim: Journey to Kyoto (Sony PlayStation 4) Unofficial Requires use of Titan One/Two device. Japanese Rail Sim: Operating the MEITETSU Line (PC) Native JR EAST Train Simulator (PC) Native OpenBVE (PC) Native Supported via input plugin. Train Crew (PC) Native Tramcity Hakodate (PC) Native Technical details This controller has one handle (5 power notches and 8+emergency brake notches) and 16 buttons (the same as a Nintendo Switch Pro Controller, except the stick buttons). Internally, it is a HID-compliant joystick mimicking a Nintendo Switch Pro Controller. The stick buttons and the right stick are unused, and only the Y axis of the left stick is used.Hugoen-us \ No newline at end of file diff --git a/controllers/wii/index.html b/controllers/wii/index.html index 6ed82fd..be62993 100644 --- a/controllers/wii/index.html +++ b/controllers/wii/index.html @@ -1,4 +1,3 @@ -Nintendo Wii controllers :: Densha de GO! controller documentation -

Nintendo Wii controllers

This section includes controllers for the Nintendo Wii which use a Wii expansion cable and connect to a Wiimote’s extension port.

\ No newline at end of file diff --git a/controllers/wii/tcpp20017/index.html b/controllers/wii/tcpp20017/index.html index 6006634..98c4da8 100644 --- a/controllers/wii/tcpp20017/index.html +++ b/controllers/wii/tcpp20017/index.html @@ -1,4 +1,3 @@ -Shinkansen controller :: Densha de GO! controller documentation -

Shinkansen controller

Overview

NameShinkansen controller (Nintendo Wii)
Release dateMarch 1, 2007
Serial codeTCPP-20017
Notes

Supported software (WIP)

SoftwareSupportNotes
Densha de GO! Shinkansen EX San'yō Shinkansen-hen (Nintendo Wii)Native

Technical details

This controller is similar externally to the PlayStation 2 version of the Shinkansen controller. However, the screen has been replaced by a sticker and there is no pedal, so the only functioning parts are the handles, the buttons and the door lamp. In addition, instead of USB, it connects to a Wiimote using its extension port, like other accessories made for the console. No details are available regarding internal functioning.

\ No newline at end of file diff --git a/css/format-html.min.css b/css/format-html.min.css index d73204b..01944da 100644 --- a/css/format-html.min.css +++ b/css/format-html.min.css @@ -1 +1 @@ -@media screen{:root:not([data-r-output-format=print]):not([data-r-theme-variant=my-custom-variant]):not([data-r-theme-variant=relearn-light]):not([data-r-theme-variant=relearn-dark]),:root:not([data-r-output-format=print])[data-r-theme-variant=relearn-light]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(72,106,201,1); --ACCENT-color:rgb(255,102,78); --MAIN-TEXT-color:rgba(0,0,0,1); --MAIN-LINK-HOVER-color:rgba(32,40,145,1); --MAIN-BG-color:rgba(255,255,255,1); --MAIN-TITLES-TEXT-color:rgba(16,16,16,1); --CODE-theme:relearn-light; --CODE-BLOCK-color:rgba(39,40,34,1); --CODE-BLOCK-BG-color:rgba(250,250,250,1); --CODE-BLOCK-BORDER-color:rgba(216,216,216,1); --CODE-INLINE-color:rgba(94,94,94,1); --CODE-INLINE-BG-color:rgba(255,250,233,1); --CODE-INLINE-BORDER-color:rgba(248,232,200,1); --BROWSER-theme:light; --MERMAID-theme:default; --OPENAPI-theme:light; --OPENAPI-CODE-theme:idea; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(40,40,40,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(0,0,0,0.166); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68,68,68,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --BOX-CAPTION-color:rgba(255,255,255,1); --BOX-BG-color:rgba(255,255,255,0.833); --BOX-TEXT-color:rgba(16,16,16,1); } .bg { color:#272822; background-color:#fafafa; } .chroma { color:#272822; background-color:#fafafa; } .chroma .x { } .chroma .err { color:#960050; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#e1e1e1 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#00a8c8 } .chroma .kc { color:#00a8c8 } .chroma .kd { color:#00a8c8 } .chroma .kn { color:#f92672 } .chroma .kp { color:#00a8c8 } .chroma .kr { color:#00a8c8 } .chroma .kt { color:#00a8c8 } .chroma .n { color:#111111 } .chroma .na { color:#75af00 } .chroma .nb { color:#111111 } .chroma .bp { color:#111111 } .chroma .nc { color:#75af00 } .chroma .no { color:#00a8c8 } .chroma .nd { color:#75af00 } .chroma .ni { color:#111111 } .chroma .ne { color:#75af00 } .chroma .nf { color:#75af00 } .chroma .fm { color:#111111 } .chroma .nl { color:#111111 } .chroma .nn { color:#111111 } .chroma .nx { color:#75af00 } .chroma .py { color:#111111 } .chroma .nt { color:#f92672 } .chroma .nv { color:#111111 } .chroma .vc { color:#111111 } .chroma .vg { color:#111111 } .chroma .vi { color:#111111 } .chroma .vm { color:#111111 } .chroma .l { color:#ae81ff } .chroma .ld { color:#d88200 } .chroma .s { color:#d88200 } .chroma .sa { color:#d88200 } .chroma .sb { color:#d88200 } .chroma .sc { color:#d88200 } .chroma .dl { color:#d88200 } .chroma .sd { color:#d88200 } .chroma .s2 { color:#d88200 } .chroma .se { color:#8045ff } .chroma .sh { color:#d88200 } .chroma .si { color:#d88200 } .chroma .sx { color:#d88200 } .chroma .sr { color:#d88200 } .chroma .s1 { color:#d88200 } .chroma .ss { color:#d88200 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { color:#111111 } .chroma .c { color:#a7a187 } .chroma .ch { color:#a7a187 } .chroma .cm { color:#a7a187 } .chroma .c1 { color:#a7a187 } .chroma .cs { color:#a7a187 } .chroma .cp { color:#a7a187 } .chroma .cpf { color:#a7a187 } .chroma .g { } .chroma .gd { } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { } .chroma .gt { } .chroma .gl { } .chroma .w { }}:root:not([data-r-output-format=print])[data-r-theme-variant=relearn-dark]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(108,140,227,1); --ACCENT-color:rgb(255,102,78,1); --MAIN-TEXT-color:rgba(224,224,224,1); --MAIN-LINK-HOVER-color:rgba(147,176,255,1); --MAIN-BG-color:rgba(32,32,32,1); --MAIN-TITLES-TEXT-color:rgba(255,255,255,1); --CODE-theme:relearn-dark; --CODE-BLOCK-color:rgba(248,248,242,1); --CODE-BLOCK-BG-color:rgba(43,43,43,1); --CODE-BLOCK-BORDER-color:rgba(71,71,71,1); --CODE-INLINE-color:rgba(130,229,80,1); --CODE-INLINE-BG-color:rgba(45,45,45,1); --CODE-INLINE-BORDER-color:rgba(70,70,70,1); --BROWSER-theme:dark; --MERMAID-theme:dark; --OPENAPI-theme:dark; --OPENAPI-CODE-theme:obsidian; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(43,43,43,1); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(50,50,50,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(130,229,80,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --MENU-VISITED-color:rgba(72,106,201,1); --BOX-CAPTION-color:rgba(240,240,240,1); --BOX-BG-color:rgba(20,20,20,1); --BOX-TEXT-color:rgba(224,224,224,1); } .bg { color:#f8f8f2; background-color:#2b2b2b; } .chroma { color:#f8f8f2; background-color:#2b2b2b; } .chroma .x { } .chroma .err { color:#cc66cc; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#404042 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#66d9ef } .chroma .kc { color:#66d9ef } .chroma .kd { color:#66d9ef } .chroma .kn { color:#f92672 } .chroma .kp { color:#66d9ef } .chroma .kr { color:#66d9ef } .chroma .kt { color:#66d9ef } .chroma .n { } .chroma .na { color:#a6e22e } .chroma .nb { } .chroma .bp { } .chroma .nc { color:#a6e22e } .chroma .no { color:#66d9ef } .chroma .nd { color:#a6e22e } .chroma .ni { } .chroma .ne { color:#a6e22e } .chroma .nf { color:#a6e22e } .chroma .fm { } .chroma .nl { } .chroma .nn { } .chroma .nx { color:#a6e22e } .chroma .py { } .chroma .nt { color:#f92672 } .chroma .nv { } .chroma .vc { } .chroma .vg { } .chroma .vi { } .chroma .vm { } .chroma .l { color:#ae81ff } .chroma .ld { color:#e6db74 } .chroma .s { color:#e6db74 } .chroma .sa { color:#e6db74 } .chroma .sb { color:#e6db74 } .chroma .sc { color:#e6db74 } .chroma .dl { color:#e6db74 } .chroma .sd { color:#e6db74 } .chroma .s2 { color:#e6db74 } .chroma .se { color:#ae81ff } .chroma .sh { color:#e6db74 } .chroma .si { color:#e6db74 } .chroma .sx { color:#e6db74 } .chroma .sr { color:#e6db74 } .chroma .s1 { color:#e6db74 } .chroma .ss { color:#e6db74 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { } .chroma .c { color:#75715e } .chroma .ch { color:#75715e } .chroma .cm { color:#75715e } .chroma .c1 { color:#75715e } .chroma .cs { color:#75715e } .chroma .cp { color:#75715e } .chroma .cpf { color:#75715e } .chroma .g { } .chroma .gd { color:#f92672 } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { color:#a6e22e } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { color:#75715e } .chroma .gt { } .chroma .gl { } .chroma .w { }}}@media print{&:root{--PRIMARY-color:rgba(125, 201, 3, 1);--SECONDARY-color:rgba(72, 106, 201, 1);--ACCENT-color:rgb(255, 102, 78);--MAIN-TEXT-color:rgba(0, 0, 0, 1);--MAIN-LINK-HOVER-color:rgba(32, 40, 145, 1);--MAIN-BG-color:rgba(255, 255, 255, 1);--MAIN-TITLES-TEXT-color:rgba(16, 16, 16, 1);--CODE-theme:relearn-light;--CODE-BLOCK-color:rgba(39, 40, 34, 1);--CODE-BLOCK-BG-color:rgba(250, 250, 250, 1);--CODE-BLOCK-BORDER-color:rgba(216, 216, 216, 1);--CODE-INLINE-color:rgba(94, 94, 94, 1);--CODE-INLINE-BG-color:rgba(255, 250, 233, 1);--CODE-INLINE-BORDER-color:rgba(248, 232, 200, 1);--BROWSER-theme:light;--MERMAID-theme:default;--OPENAPI-theme:light;--OPENAPI-CODE-theme:idea;--MENU-HEADER-color:rgba(40, 40, 40, 1);--MENU-SEARCH-color:rgba(224, 224, 224, 1);--MENU-SEARCH-BG-color:rgba(50, 50, 50, 1);--MENU-SEARCH-BORDER-color:rgba(224, 224, 224, 1);--MENU-HOME-LINK-color:rgba(64, 64, 64, 1);--MENU-HOME-LINK-HOVER-color:rgba(0, 0, 0, 1);--MENU-SECTIONS-BG-color:rgba(40, 40, 40, 1);--MENU-SECTIONS-ACTIVE-BG-color:rgba(0, 0, 0, 0.166);--MENU-SECTIONS-LINK-color:rgba(186, 186, 186, 1);--MENU-SECTIONS-LINK-HOVER-color:rgba(255, 255, 255, 1);--MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68, 68, 68, 1);--MENU-SECTION-SEPARATOR-color:rgba(96, 96, 96, 1);--BOX-CAPTION-color:rgba(255, 255, 255, 1);--BOX-BG-color:rgba(255, 255, 255, 0.833);--BOX-TEXT-color:rgba(16, 16, 16, 1)}.bg{color:#272822;background-color:#fafafa}.chroma{color:#272822;background-color:#fafafa}.chroma .x{}.chroma .err{color:#960050}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e1e1e1}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#00a8c8}.chroma .kc{color:#00a8c8}.chroma .kd{color:#00a8c8}.chroma .kn{color:#f92672}.chroma .kp{color:#00a8c8}.chroma .kr{color:#00a8c8}.chroma .kt{color:#00a8c8}.chroma .n{color:#111}.chroma .na{color:#75af00}.chroma .nb{color:#111}.chroma .bp{color:#111}.chroma .nc{color:#75af00}.chroma .no{color:#00a8c8}.chroma .nd{color:#75af00}.chroma .ni{color:#111}.chroma .ne{color:#75af00}.chroma .nf{color:#75af00}.chroma .fm{color:#111}.chroma .nl{color:#111}.chroma .nn{color:#111}.chroma .nx{color:#75af00}.chroma .py{color:#111}.chroma .nt{color:#f92672}.chroma .nv{color:#111}.chroma .vc{color:#111}.chroma .vg{color:#111}.chroma .vi{color:#111}.chroma .vm{color:#111}.chroma .l{color:#ae81ff}.chroma .ld{color:#d88200}.chroma .s{color:#d88200}.chroma .sa{color:#d88200}.chroma .sb{color:#d88200}.chroma .sc{color:#d88200}.chroma .dl{color:#d88200}.chroma .sd{color:#d88200}.chroma .s2{color:#d88200}.chroma .se{color:#8045ff}.chroma .sh{color:#d88200}.chroma .si{color:#d88200}.chroma .sx{color:#d88200}.chroma .sr{color:#d88200}.chroma .s1{color:#d88200}.chroma .ss{color:#d88200}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .p{color:#111}.chroma .c{color:#a7a187}.chroma .ch{color:#a7a187}.chroma .cm{color:#a7a187}.chroma .c1{color:#a7a187}.chroma .cs{color:#a7a187}.chroma .cp{color:#a7a187}.chroma .cpf{color:#a7a187}.chroma .g{}.chroma .gd{}.chroma .ge{font-style:italic}.chroma .gr{}.chroma .gh{}.chroma .gi{}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{}.chroma .gt{}.chroma .gl{}.chroma .w{}}@media print{#R-sidebar{display:none}#R-body{margin-left:0!important;margin-right:0!important;min-width:100%!important;max-width:100%!important;width:100%!important}#R-body #navigation{display:none}html{font-size:8.763pt}body{background-color:#fff}pre:not(.mermaid){border:1px solid #ccc}#R-body #R-topbar{background-color:#fff;border-bottom:1px solid #ddd;border-radius:0;color:#777;padding-left:0;padding-right:0}#R-body .topbar-button{display:none!important}@media screen and (max-width:47.999rem){#R-body .topbar-breadcrumbs{visibility:visible}}code.copy-to-clipboard-code:after,.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{display:none}#R-body .svg-reset-button{display:none}#R-body h1,#R-body h2,#R-body h3,#R-body .article-subheading,#R-body h4,#R-body h5,#R-body h6{color:#000}#R-body th,#R-body td,#R-body code,#R-body strong,#R-body b,#R-body li,#R-body dd,#R-body dt,#R-body p,#R-body a,#R-body button,#R-body .badge .badge-content{color:#000}#R-body .anchor{display:none}#R-body pre:not(.mermaid),#R-body code{background-color:#fff;border-color:#ddd}hr{border-bottom:1px solid #ddd}#R-body #R-body-inner{overflow:visible;padding:0 3.25rem 4rem}#R-body #R-body-inner h1{border-bottom:1px solid #ddd;font-size:3.25rem;margin-bottom:2rem;padding-bottom:.75rem}#R-body-inner .chapter h3:first-of-type{margin-top:2rem}.children p,.children-li p,.children-h2 p,.children-h3 p{font-size:1rem}.footline{border-top:1px solid #ddd;color:#777;margin-top:1.5rem;padding-top:.75rem}h1+.footline{display:none}#R-body #R-body-inner .headline a,#R-body #R-body-inner .footline a,#R-body #R-body-inner .btn a{text-decoration:none}#R-body #R-body-inner a{text-decoration-line:underline}#R-topbar{position:initial}#R-topbar>.topbar-wrapper{background-color:initial}#R-body .topbar-sidebar-divider{border-width:0}article .R-taxonomy{display:none}mark.search{background:inherit;color:inherit}.mermaid.zoom:hover{border-color:transparent}.box>.box-content{background-color:#fff}.btn,#R-body .tab-nav-button{color:#000}#R-body .tab-nav-button.active{border-bottom-color:#fff;color:#000}#R-body .tab-nav-button.active>.tab-nav-text{background-color:#fff}#R-body .tab-content-text{background-color:#fff;color:#000}article{break-before:page}#R-body-inner article:first-of-type{break-before:avoid}#R-body #R-body-inner .flex-block-wrapper{max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body #R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.015625rem;text-align:start}#R-body #R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:0}} \ No newline at end of file +@media screen{:root:not([data-r-output-format=print]):not([data-r-theme-variant=my-custom-variant]):not([data-r-theme-variant=relearn-light]):not([data-r-theme-variant=relearn-dark]),:root:not([data-r-output-format=print])[data-r-theme-variant=relearn-light]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(72,106,201,1); --ACCENT-color:rgb(255,102,78); --MAIN-TEXT-color:rgba(0,0,0,1); --MAIN-LINK-HOVER-color:rgba(32,40,145,1); --MAIN-BG-color:rgba(255,255,255,1); --MAIN-TITLES-TEXT-color:rgba(16,16,16,1); --CODE-theme:relearn-light; --CODE-BLOCK-color:rgba(39,40,34,1); --CODE-BLOCK-BG-color:rgba(250,250,250,1); --CODE-BLOCK-BORDER-color:rgba(216,216,216,1); --CODE-INLINE-color:rgba(94,94,94,1); --CODE-INLINE-BG-color:rgba(255,250,233,1); --CODE-INLINE-BORDER-color:rgba(248,232,200,1); --BROWSER-theme:light; --MERMAID-theme:default; --OPENAPI-theme:light; --OPENAPI-CODE-theme:idea; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(40,40,40,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(0,0,0,0.166); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68,68,68,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --BOX-CAPTION-color:rgba(255,255,255,1); --BOX-BG-color:rgba(255,255,255,0.833); --BOX-TEXT-color:rgba(16,16,16,1); } .bg { color:#272822; background-color:#fafafa; } .chroma { color:#272822; background-color:#fafafa; } .chroma .x { } .chroma .err { color:#960050; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#e1e1e1 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#00a8c8 } .chroma .kc { color:#00a8c8 } .chroma .kd { color:#00a8c8 } .chroma .kn { color:#f92672 } .chroma .kp { color:#00a8c8 } .chroma .kr { color:#00a8c8 } .chroma .kt { color:#00a8c8 } .chroma .n { color:#111111 } .chroma .na { color:#75af00 } .chroma .nb { color:#111111 } .chroma .bp { color:#111111 } .chroma .nc { color:#75af00 } .chroma .no { color:#00a8c8 } .chroma .nd { color:#75af00 } .chroma .ni { color:#111111 } .chroma .ne { color:#75af00 } .chroma .nf { color:#75af00 } .chroma .fm { color:#111111 } .chroma .nl { color:#111111 } .chroma .nn { color:#111111 } .chroma .nx { color:#75af00 } .chroma .py { color:#111111 } .chroma .nt { color:#f92672 } .chroma .nv { color:#111111 } .chroma .vc { color:#111111 } .chroma .vg { color:#111111 } .chroma .vi { color:#111111 } .chroma .vm { color:#111111 } .chroma .l { color:#ae81ff } .chroma .ld { color:#d88200 } .chroma .s { color:#d88200 } .chroma .sa { color:#d88200 } .chroma .sb { color:#d88200 } .chroma .sc { color:#d88200 } .chroma .dl { color:#d88200 } .chroma .sd { color:#d88200 } .chroma .s2 { color:#d88200 } .chroma .se { color:#8045ff } .chroma .sh { color:#d88200 } .chroma .si { color:#d88200 } .chroma .sx { color:#d88200 } .chroma .sr { color:#d88200 } .chroma .s1 { color:#d88200 } .chroma .ss { color:#d88200 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { color:#111111 } .chroma .c { color:#a7a187 } .chroma .ch { color:#a7a187 } .chroma .cm { color:#a7a187 } .chroma .c1 { color:#a7a187 } .chroma .cs { color:#a7a187 } .chroma .cp { color:#a7a187 } .chroma .cpf { color:#a7a187 } .chroma .g { } .chroma .gd { } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { } .chroma .gt { } .chroma .gl { } .chroma .w { }}:root:not([data-r-output-format=print])[data-r-theme-variant=relearn-dark]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(108,140,227,1); --ACCENT-color:rgb(255,102,78,1); --MAIN-TEXT-color:rgba(224,224,224,1); --MAIN-LINK-HOVER-color:rgba(147,176,255,1); --MAIN-BG-color:rgba(32,32,32,1); --MAIN-TITLES-TEXT-color:rgba(255,255,255,1); --CODE-theme:relearn-dark; --CODE-BLOCK-color:rgba(248,248,242,1); --CODE-BLOCK-BG-color:rgba(43,43,43,1); --CODE-BLOCK-BORDER-color:rgba(71,71,71,1); --CODE-INLINE-color:rgba(130,229,80,1); --CODE-INLINE-BG-color:rgba(45,45,45,1); --CODE-INLINE-BORDER-color:rgba(70,70,70,1); --BROWSER-theme:dark; --MERMAID-theme:dark; --OPENAPI-theme:dark; --OPENAPI-CODE-theme:obsidian; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(43,43,43,1); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(50,50,50,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(130,229,80,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --MENU-VISITED-color:rgba(72,106,201,1); --BOX-CAPTION-color:rgba(240,240,240,1); --BOX-BG-color:rgba(20,20,20,1); --BOX-TEXT-color:rgba(224,224,224,1); } .bg { color:#f8f8f2; background-color:#2b2b2b; } .chroma { color:#f8f8f2; background-color:#2b2b2b; } .chroma .x { } .chroma .err { color:#cc66cc; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#404042 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#66d9ef } .chroma .kc { color:#66d9ef } .chroma .kd { color:#66d9ef } .chroma .kn { color:#f92672 } .chroma .kp { color:#66d9ef } .chroma .kr { color:#66d9ef } .chroma .kt { color:#66d9ef } .chroma .n { } .chroma .na { color:#a6e22e } .chroma .nb { } .chroma .bp { } .chroma .nc { color:#a6e22e } .chroma .no { color:#66d9ef } .chroma .nd { color:#a6e22e } .chroma .ni { } .chroma .ne { color:#a6e22e } .chroma .nf { color:#a6e22e } .chroma .fm { } .chroma .nl { } .chroma .nn { } .chroma .nx { color:#a6e22e } .chroma .py { } .chroma .nt { color:#f92672 } .chroma .nv { } .chroma .vc { } .chroma .vg { } .chroma .vi { } .chroma .vm { } .chroma .l { color:#ae81ff } .chroma .ld { color:#e6db74 } .chroma .s { color:#e6db74 } .chroma .sa { color:#e6db74 } .chroma .sb { color:#e6db74 } .chroma .sc { color:#e6db74 } .chroma .dl { color:#e6db74 } .chroma .sd { color:#e6db74 } .chroma .s2 { color:#e6db74 } .chroma .se { color:#ae81ff } .chroma .sh { color:#e6db74 } .chroma .si { color:#e6db74 } .chroma .sx { color:#e6db74 } .chroma .sr { color:#e6db74 } .chroma .s1 { color:#e6db74 } .chroma .ss { color:#e6db74 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { } .chroma .c { color:#75715e } .chroma .ch { color:#75715e } .chroma .cm { color:#75715e } .chroma .c1 { color:#75715e } .chroma .cs { color:#75715e } .chroma .cp { color:#75715e } .chroma .cpf { color:#75715e } .chroma .g { } .chroma .gd { color:#f92672 } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { color:#a6e22e } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { color:#75715e } .chroma .gt { } .chroma .gl { } .chroma .w { }}}@media print{&:root{--PRIMARY-color:rgba(125, 201, 3, 1);--SECONDARY-color:rgba(72, 106, 201, 1);--ACCENT-color:rgb(255, 102, 78);--MAIN-TEXT-color:rgba(0, 0, 0, 1);--MAIN-LINK-HOVER-color:rgba(32, 40, 145, 1);--MAIN-BG-color:rgba(255, 255, 255, 1);--MAIN-TITLES-TEXT-color:rgba(16, 16, 16, 1);--CODE-theme:relearn-light;--CODE-BLOCK-color:rgba(39, 40, 34, 1);--CODE-BLOCK-BG-color:rgba(250, 250, 250, 1);--CODE-BLOCK-BORDER-color:rgba(216, 216, 216, 1);--CODE-INLINE-color:rgba(94, 94, 94, 1);--CODE-INLINE-BG-color:rgba(255, 250, 233, 1);--CODE-INLINE-BORDER-color:rgba(248, 232, 200, 1);--BROWSER-theme:light;--MERMAID-theme:default;--OPENAPI-theme:light;--OPENAPI-CODE-theme:idea;--MENU-HEADER-color:rgba(40, 40, 40, 1);--MENU-SEARCH-color:rgba(224, 224, 224, 1);--MENU-SEARCH-BG-color:rgba(50, 50, 50, 1);--MENU-SEARCH-BORDER-color:rgba(224, 224, 224, 1);--MENU-HOME-LINK-color:rgba(64, 64, 64, 1);--MENU-HOME-LINK-HOVER-color:rgba(0, 0, 0, 1);--MENU-SECTIONS-BG-color:rgba(40, 40, 40, 1);--MENU-SECTIONS-ACTIVE-BG-color:rgba(0, 0, 0, 0.166);--MENU-SECTIONS-LINK-color:rgba(186, 186, 186, 1);--MENU-SECTIONS-LINK-HOVER-color:rgba(255, 255, 255, 1);--MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68, 68, 68, 1);--MENU-SECTION-SEPARATOR-color:rgba(96, 96, 96, 1);--BOX-CAPTION-color:rgba(255, 255, 255, 1);--BOX-BG-color:rgba(255, 255, 255, 0.833);--BOX-TEXT-color:rgba(16, 16, 16, 1)}.bg{color:#272822;background-color:#fafafa}.chroma{color:#272822;background-color:#fafafa}.chroma .x{}.chroma .err{color:#960050}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e1e1e1}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#00a8c8}.chroma .kc{color:#00a8c8}.chroma .kd{color:#00a8c8}.chroma .kn{color:#f92672}.chroma .kp{color:#00a8c8}.chroma .kr{color:#00a8c8}.chroma .kt{color:#00a8c8}.chroma .n{color:#111}.chroma .na{color:#75af00}.chroma .nb{color:#111}.chroma .bp{color:#111}.chroma .nc{color:#75af00}.chroma .no{color:#00a8c8}.chroma .nd{color:#75af00}.chroma .ni{color:#111}.chroma .ne{color:#75af00}.chroma .nf{color:#75af00}.chroma .fm{color:#111}.chroma .nl{color:#111}.chroma .nn{color:#111}.chroma .nx{color:#75af00}.chroma .py{color:#111}.chroma .nt{color:#f92672}.chroma .nv{color:#111}.chroma .vc{color:#111}.chroma .vg{color:#111}.chroma .vi{color:#111}.chroma .vm{color:#111}.chroma .l{color:#ae81ff}.chroma .ld{color:#d88200}.chroma .s{color:#d88200}.chroma .sa{color:#d88200}.chroma .sb{color:#d88200}.chroma .sc{color:#d88200}.chroma .dl{color:#d88200}.chroma .sd{color:#d88200}.chroma .s2{color:#d88200}.chroma .se{color:#8045ff}.chroma .sh{color:#d88200}.chroma .si{color:#d88200}.chroma .sx{color:#d88200}.chroma .sr{color:#d88200}.chroma .s1{color:#d88200}.chroma .ss{color:#d88200}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .p{color:#111}.chroma .c{color:#a7a187}.chroma .ch{color:#a7a187}.chroma .cm{color:#a7a187}.chroma .c1{color:#a7a187}.chroma .cs{color:#a7a187}.chroma .cp{color:#a7a187}.chroma .cpf{color:#a7a187}.chroma .g{}.chroma .gd{}.chroma .ge{font-style:italic}.chroma .gr{}.chroma .gh{}.chroma .gi{}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{}.chroma .gt{}.chroma .gl{}.chroma .w{}}@media print{#R-sidebar{display:none}#R-body{margin-left:0 !important;margin-right:0 !important;min-width:100% !important;max-width:100% !important;width:100% !important}#R-body #navigation{display:none}html{font-size:8.763pt}body{background-color:#fff}pre:not(.mermaid){border:1px solid #ccc}#R-body #R-topbar{background-color:#fff;border-bottom:1px solid #ddd;border-radius:0;color:#777;padding-left:0;padding-right:0}#R-body .topbar-button{display:none !important}@media screen and (max-width:47.999rem){#R-body .topbar-breadcrumbs{visibility:visible}}code.copy-to-clipboard-code:after,.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{display:none}#R-body .svg-reset-button{display:none}#R-body h1,#R-body h2,#R-body h3,#R-body .article-subheading,#R-body h4,#R-body h5,#R-body h6{color:#000}#R-body th,#R-body td,#R-body code,#R-body strong,#R-body b,#R-body li,#R-body dd,#R-body dt,#R-body p,#R-body a,#R-body button,#R-body .badge .badge-content{color:#000}#R-body .anchor{display:none}#R-body pre:not(.mermaid),#R-body code{background-color:#fff;border-color:#ddd}hr{border-bottom:1px solid #ddd}#R-body #R-body-inner{overflow:visible;padding:0 3.25rem 4rem}#R-body #R-body-inner h1{border-bottom:1px solid #ddd;font-size:3.25rem;margin-bottom:2rem;padding-bottom:.75rem}#R-body-inner .chapter h3:first-of-type{margin-top:2rem}.children p,.children-li p,.children-h2 p,.children-h3 p{font-size:1rem}.footline{border-top:1px solid #ddd;color:#777;margin-top:1.5rem;padding-top:.75rem}h1+.footline{display:none}#R-body #R-body-inner .headline a,#R-body #R-body-inner .footline a,#R-body #R-body-inner .btn a{text-decoration:none}#R-body #R-body-inner a{text-decoration-line:underline}#R-topbar{position:initial}#R-topbar>.topbar-wrapper{background-color:initial}#R-body .topbar-sidebar-divider{border-width:0}article .R-taxonomy{display:none}mark.search{background:inherit;color:inherit}.mermaid.zoom:hover{border-color:transparent}.box>.box-content{background-color:#fff}.btn,#R-body .tab-nav-button{color:#000}#R-body .tab-nav-button.active{border-bottom-color:#fff;color:#000}#R-body .tab-nav-button.active>.tab-nav-text{background-color:#fff}#R-body .tab-content-text{background-color:#fff;color:#000}article{break-before:page}#R-body-inner article:first-of-type{break-before:avoid}#R-body #R-body-inner .flex-block-wrapper{max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body #R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.015625rem;text-align:start}#R-body #R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:0}} \ No newline at end of file diff --git a/css/format-print.min.css b/css/format-print.min.css index 7e20e8f..4315dab 100644 --- a/css/format-print.min.css +++ b/css/format-print.min.css @@ -1 +1 @@ -:root[data-r-output-format=print]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(72,106,201,1); --ACCENT-color:rgb(255,102,78); --MAIN-TEXT-color:rgba(0,0,0,1); --MAIN-LINK-HOVER-color:rgba(32,40,145,1); --MAIN-BG-color:rgba(255,255,255,1); --MAIN-TITLES-TEXT-color:rgba(16,16,16,1); --CODE-theme:relearn-light; --CODE-BLOCK-color:rgba(39,40,34,1); --CODE-BLOCK-BG-color:rgba(250,250,250,1); --CODE-BLOCK-BORDER-color:rgba(216,216,216,1); --CODE-INLINE-color:rgba(94,94,94,1); --CODE-INLINE-BG-color:rgba(255,250,233,1); --CODE-INLINE-BORDER-color:rgba(248,232,200,1); --BROWSER-theme:light; --MERMAID-theme:default; --OPENAPI-theme:light; --OPENAPI-CODE-theme:idea; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(40,40,40,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(0,0,0,0.166); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68,68,68,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --BOX-CAPTION-color:rgba(255,255,255,1); --BOX-BG-color:rgba(255,255,255,0.833); --BOX-TEXT-color:rgba(16,16,16,1); } .bg { color:#272822; background-color:#fafafa; } .chroma { color:#272822; background-color:#fafafa; } .chroma .x { } .chroma .err { color:#960050; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#e1e1e1 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#00a8c8 } .chroma .kc { color:#00a8c8 } .chroma .kd { color:#00a8c8 } .chroma .kn { color:#f92672 } .chroma .kp { color:#00a8c8 } .chroma .kr { color:#00a8c8 } .chroma .kt { color:#00a8c8 } .chroma .n { color:#111111 } .chroma .na { color:#75af00 } .chroma .nb { color:#111111 } .chroma .bp { color:#111111 } .chroma .nc { color:#75af00 } .chroma .no { color:#00a8c8 } .chroma .nd { color:#75af00 } .chroma .ni { color:#111111 } .chroma .ne { color:#75af00 } .chroma .nf { color:#75af00 } .chroma .fm { color:#111111 } .chroma .nl { color:#111111 } .chroma .nn { color:#111111 } .chroma .nx { color:#75af00 } .chroma .py { color:#111111 } .chroma .nt { color:#f92672 } .chroma .nv { color:#111111 } .chroma .vc { color:#111111 } .chroma .vg { color:#111111 } .chroma .vi { color:#111111 } .chroma .vm { color:#111111 } .chroma .l { color:#ae81ff } .chroma .ld { color:#d88200 } .chroma .s { color:#d88200 } .chroma .sa { color:#d88200 } .chroma .sb { color:#d88200 } .chroma .sc { color:#d88200 } .chroma .dl { color:#d88200 } .chroma .sd { color:#d88200 } .chroma .s2 { color:#d88200 } .chroma .se { color:#8045ff } .chroma .sh { color:#d88200 } .chroma .si { color:#d88200 } .chroma .sx { color:#d88200 } .chroma .sr { color:#d88200 } .chroma .s1 { color:#d88200 } .chroma .ss { color:#d88200 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { color:#111111 } .chroma .c { color:#a7a187 } .chroma .ch { color:#a7a187 } .chroma .cm { color:#a7a187 } .chroma .c1 { color:#a7a187 } .chroma .cs { color:#a7a187 } .chroma .cp { color:#a7a187 } .chroma .cpf { color:#a7a187 } .chroma .g { } .chroma .gd { } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { } .chroma .gt { } .chroma .gl { } .chroma .w { }}#R-sidebar{display:none}#R-body{margin-left:0!important;margin-right:0!important;min-width:100%!important;max-width:100%!important;width:100%!important}#R-body #navigation{display:none}html{font-size:8.763pt}body{background-color:#fff}pre:not(.mermaid){border:1px solid #ccc}#R-body #R-topbar{background-color:#fff;border-bottom:1px solid #ddd;border-radius:0;color:#777;padding-left:0;padding-right:0}#R-body .topbar-button{display:none!important}@media screen and (max-width:47.999rem){#R-body .topbar-breadcrumbs{visibility:visible}}code.copy-to-clipboard-code:after,.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{display:none}#R-body .svg-reset-button{display:none}#R-body h1,#R-body h2,#R-body h3,#R-body .article-subheading,#R-body h4,#R-body h5,#R-body h6{color:#000}#R-body th,#R-body td,#R-body code,#R-body strong,#R-body b,#R-body li,#R-body dd,#R-body dt,#R-body p,#R-body a,#R-body button,#R-body .badge .badge-content{color:#000}#R-body .anchor{display:none}#R-body pre:not(.mermaid),#R-body code{background-color:#fff;border-color:#ddd}hr{border-bottom:1px solid #ddd}#R-body #R-body-inner{overflow:visible;padding:0 3.25rem 4rem}#R-body #R-body-inner h1{border-bottom:1px solid #ddd;font-size:3.25rem;margin-bottom:2rem;padding-bottom:.75rem}#R-body-inner .chapter h3:first-of-type{margin-top:2rem}.children p,.children-li p,.children-h2 p,.children-h3 p{font-size:1rem}.footline{border-top:1px solid #ddd;color:#777;margin-top:1.5rem;padding-top:.75rem}h1+.footline{display:none}#R-body #R-body-inner .headline a,#R-body #R-body-inner .footline a,#R-body #R-body-inner .btn a{text-decoration:none}#R-body #R-body-inner a{text-decoration-line:underline}#R-topbar{position:initial}#R-topbar>.topbar-wrapper{background-color:initial}#R-body .topbar-sidebar-divider{border-width:0}article .R-taxonomy{display:none}mark.search{background:inherit;color:inherit}.mermaid.zoom:hover{border-color:transparent}.box>.box-content{background-color:#fff}.btn,#R-body .tab-nav-button{color:#000}#R-body .tab-nav-button.active{border-bottom-color:#fff;color:#000}#R-body .tab-nav-button.active>.tab-nav-text{background-color:#fff}#R-body .tab-content-text{background-color:#fff;color:#000}article{break-before:page}#R-body-inner article:first-of-type{break-before:avoid}#R-body #R-body-inner .flex-block-wrapper{max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body #R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.015625rem;text-align:start}#R-body #R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:0} \ No newline at end of file +:root[data-r-output-format=print]{&:root { --PRIMARY-color:rgba(125,201,3,1); --SECONDARY-color:rgba(72,106,201,1); --ACCENT-color:rgb(255,102,78); --MAIN-TEXT-color:rgba(0,0,0,1); --MAIN-LINK-HOVER-color:rgba(32,40,145,1); --MAIN-BG-color:rgba(255,255,255,1); --MAIN-TITLES-TEXT-color:rgba(16,16,16,1); --CODE-theme:relearn-light; --CODE-BLOCK-color:rgba(39,40,34,1); --CODE-BLOCK-BG-color:rgba(250,250,250,1); --CODE-BLOCK-BORDER-color:rgba(216,216,216,1); --CODE-INLINE-color:rgba(94,94,94,1); --CODE-INLINE-BG-color:rgba(255,250,233,1); --CODE-INLINE-BORDER-color:rgba(248,232,200,1); --BROWSER-theme:light; --MERMAID-theme:default; --OPENAPI-theme:light; --OPENAPI-CODE-theme:idea; --MENU-HEADER-color:rgba(40,40,40,1); --MENU-SEARCH-color:rgba(224,224,224,1); --MENU-SEARCH-BG-color:rgba(50,50,50,1); --MENU-SEARCH-BORDER-color:rgba(224,224,224,1); --MENU-HOME-LINK-color:rgba(64,64,64,1); --MENU-HOME-LINK-HOVER-color:rgba(0,0,0,1); --MENU-SECTIONS-BG-color:rgba(40,40,40,1); --MENU-SECTIONS-ACTIVE-BG-color:rgba(0,0,0,0.166); --MENU-SECTIONS-LINK-color:rgba(186,186,186,1); --MENU-SECTIONS-LINK-HOVER-color:rgba(255,255,255,1); --MENU-SECTION-ACTIVE-CATEGORY-color:rgba(68,68,68,1); --MENU-SECTION-SEPARATOR-color:rgba(96,96,96,1); --BOX-CAPTION-color:rgba(255,255,255,1); --BOX-BG-color:rgba(255,255,255,0.833); --BOX-TEXT-color:rgba(16,16,16,1); } .bg { color:#272822; background-color:#fafafa; } .chroma { color:#272822; background-color:#fafafa; } .chroma .x { } .chroma .err { color:#960050; } .chroma .cl { } .chroma .lnlinks { outline:none; text-decoration:none; color:inherit } .chroma .lntd { vertical-align:top; padding:0; margin:0; border:0; } .chroma .lntable { border-spacing:0; padding:0; margin:0; border:0; } .chroma .hl { background-color:#e1e1e1 } .chroma .lnt { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .ln { white-space:pre; -webkit-user-select:none; user-select:none; margin-right:0.4em; padding:0 0.4em 0 0.4em;color:#7f7f7f } .chroma .line { display:flex; } .chroma .k { color:#00a8c8 } .chroma .kc { color:#00a8c8 } .chroma .kd { color:#00a8c8 } .chroma .kn { color:#f92672 } .chroma .kp { color:#00a8c8 } .chroma .kr { color:#00a8c8 } .chroma .kt { color:#00a8c8 } .chroma .n { color:#111111 } .chroma .na { color:#75af00 } .chroma .nb { color:#111111 } .chroma .bp { color:#111111 } .chroma .nc { color:#75af00 } .chroma .no { color:#00a8c8 } .chroma .nd { color:#75af00 } .chroma .ni { color:#111111 } .chroma .ne { color:#75af00 } .chroma .nf { color:#75af00 } .chroma .fm { color:#111111 } .chroma .nl { color:#111111 } .chroma .nn { color:#111111 } .chroma .nx { color:#75af00 } .chroma .py { color:#111111 } .chroma .nt { color:#f92672 } .chroma .nv { color:#111111 } .chroma .vc { color:#111111 } .chroma .vg { color:#111111 } .chroma .vi { color:#111111 } .chroma .vm { color:#111111 } .chroma .l { color:#ae81ff } .chroma .ld { color:#d88200 } .chroma .s { color:#d88200 } .chroma .sa { color:#d88200 } .chroma .sb { color:#d88200 } .chroma .sc { color:#d88200 } .chroma .dl { color:#d88200 } .chroma .sd { color:#d88200 } .chroma .s2 { color:#d88200 } .chroma .se { color:#8045ff } .chroma .sh { color:#d88200 } .chroma .si { color:#d88200 } .chroma .sx { color:#d88200 } .chroma .sr { color:#d88200 } .chroma .s1 { color:#d88200 } .chroma .ss { color:#d88200 } .chroma .m { color:#ae81ff } .chroma .mb { color:#ae81ff } .chroma .mf { color:#ae81ff } .chroma .mh { color:#ae81ff } .chroma .mi { color:#ae81ff } .chroma .il { color:#ae81ff } .chroma .mo { color:#ae81ff } .chroma .o { color:#f92672 } .chroma .ow { color:#f92672 } .chroma .p { color:#111111 } .chroma .c { color:#a7a187 } .chroma .ch { color:#a7a187 } .chroma .cm { color:#a7a187 } .chroma .c1 { color:#a7a187 } .chroma .cs { color:#a7a187 } .chroma .cp { color:#a7a187 } .chroma .cpf { color:#a7a187 } .chroma .g { } .chroma .gd { } .chroma .ge { font-style:italic } .chroma .gr { } .chroma .gh { } .chroma .gi { } .chroma .go { } .chroma .gp { } .chroma .gs { font-weight:bold } .chroma .gu { } .chroma .gt { } .chroma .gl { } .chroma .w { }}#R-sidebar{display:none}#R-body{margin-left:0 !important;margin-right:0 !important;min-width:100% !important;max-width:100% !important;width:100% !important}#R-body #navigation{display:none}html{font-size:8.763pt}body{background-color:#fff}pre:not(.mermaid){border:1px solid #ccc}#R-body #R-topbar{background-color:#fff;border-bottom:1px solid #ddd;border-radius:0;color:#777;padding-left:0;padding-right:0}#R-body .topbar-button{display:none !important}@media screen and (max-width:47.999rem){#R-body .topbar-breadcrumbs{visibility:visible}}code.copy-to-clipboard-code:after,.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{display:none}#R-body .svg-reset-button{display:none}#R-body h1,#R-body h2,#R-body h3,#R-body .article-subheading,#R-body h4,#R-body h5,#R-body h6{color:#000}#R-body th,#R-body td,#R-body code,#R-body strong,#R-body b,#R-body li,#R-body dd,#R-body dt,#R-body p,#R-body a,#R-body button,#R-body .badge .badge-content{color:#000}#R-body .anchor{display:none}#R-body pre:not(.mermaid),#R-body code{background-color:#fff;border-color:#ddd}hr{border-bottom:1px solid #ddd}#R-body #R-body-inner{overflow:visible;padding:0 3.25rem 4rem}#R-body #R-body-inner h1{border-bottom:1px solid #ddd;font-size:3.25rem;margin-bottom:2rem;padding-bottom:.75rem}#R-body-inner .chapter h3:first-of-type{margin-top:2rem}.children p,.children-li p,.children-h2 p,.children-h3 p{font-size:1rem}.footline{border-top:1px solid #ddd;color:#777;margin-top:1.5rem;padding-top:.75rem}h1+.footline{display:none}#R-body #R-body-inner .headline a,#R-body #R-body-inner .footline a,#R-body #R-body-inner .btn a{text-decoration:none}#R-body #R-body-inner a{text-decoration-line:underline}#R-topbar{position:initial}#R-topbar>.topbar-wrapper{background-color:initial}#R-body .topbar-sidebar-divider{border-width:0}article .R-taxonomy{display:none}mark.search{background:inherit;color:inherit}.mermaid.zoom:hover{border-color:transparent}.box>.box-content{background-color:#fff}.btn,#R-body .tab-nav-button{color:#000}#R-body .tab-nav-button.active{border-bottom-color:#fff;color:#000}#R-body .tab-nav-button.active>.tab-nav-text{background-color:#fff}#R-body .tab-content-text{background-color:#fff;color:#000}article{break-before:page}#R-body-inner article:first-of-type{break-before:avoid}#R-body #R-body-inner .flex-block-wrapper{max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body #R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.015625rem;text-align:start}#R-body #R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:0} \ No newline at end of file diff --git a/css/swagger.min.css b/css/swagger.min.css index e63772e..c934df5 100644 --- a/css/swagger.min.css +++ b/css/swagger.min.css @@ -1 +1 @@ -:root{--INTERNAL-PRIMARY-color:var(--PRIMARY-color, var(--MENU-HEADER-BG-color, rgba( 0, 0, 0, 0 )));--INTERNAL-SECONDARY-color:var(--SECONDARY-color, var(--MAIN-LINK-color, rgba( 72, 106, 201, 1 )));--INTERNAL-ACCENT-color:var(--ACCENT-color, rgba( 255, 215, 0, 1 ));--INTERNAL-MAIN-TOPBAR-BORDER-color:var(--MAIN-TOPBAR-BORDER-color, transparent);--INTERNAL-MAIN-LINK-color:var(--MAIN-LINK-color, var(--SECONDARY-color, rgba( 72, 106, 201, 1 )));--INTERNAL-MAIN-LINK-HOVER-color:var(--MAIN-LINK-HOVER-color, var(--INTERNAL-MAIN-LINK-color));--INTERNAL-MAIN-BG-color:var(--MAIN-BG-color, rgba( 255, 255, 255, 1 ));--INTERNAL-MAIN-BOLD-font-weight:var(--MAIN-BOLD-font-weight, 800);--INTERNAL-MAIN-TEXT-color:var(--MAIN-TEXT-color, rgba( 16, 16, 16, 1 ));--INTERNAL-MAIN-font:var(--MAIN-font, "Roboto Flex", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif);--INTERNAL-MAIN-font-variation-settings:var(--MAIN-font-variation-settings, "wdth" 118, "GRAD" -200, "YTFI" 710);--INTERNAL-MAIN-font-weight:var(--MAIN-font-weight, 300);--INTERNAL-MAIN-letter-spacing:var(--MAIN-letter-spacing, .014em);--INTERNAL-MAIN-TITLES-TEXT-color:var(--MAIN-TITLES-TEXT-color, var(--INTERNAL-MAIN-TEXT-color));--INTERNAL-MAIN-TITLES-font:var(--MAIN-TITLES-font, var(--MAIN-TITLES-TEXT-font, var(--INTERNAL-MAIN-font)));--INTERNAL-MAIN-TITLES-font-variation-settings:var(--MAIN-TITLES-font-variation-settings, "wdth" 118, "GRAD" 0, "YTFI" 710);--INTERNAL-MAIN-TITLES-font-weight:var(--MAIN-TITLES-font-weight, 500);--INTERNAL-MAIN-TITLES-letter-spacing:var(--MAIN-TITLES-letter-spacing, var(--INTERNAL-MAIN-letter-spacing));--INTERNAL-MAIN-TITLES-H1-TEXT-color:var(--MAIN-TITLES-H1-TEXT-color, var(--MAIN-TITLES-H1-color, var(--INTERNAL-MAIN-TEXT-color)));--INTERNAL-MAIN-TITLES-H1-font:var(--MAIN-TITLES-H1-font, var(--INTERNAL-MAIN-font));--INTERNAL-MAIN-TITLES-H1-font-variation-settings:var(--MAIN-TITLES-H1-font-variation-settings, "wdth" 118, "GRAD" -100, "YTFI" 710);--INTERNAL-MAIN-TITLES-H1-font-weight:var(--MAIN-TITLES-H1-font-weight, 200);--INTERNAL-MAIN-TITLES-H1-letter-spacing:var(--MAIN-TITLES-H1-letter-spacing, var(--INTERNAL-MAIN-letter-spacing));--INTERNAL-MAIN-TITLES-H2-TEXT-color:var(--MAIN-TITLES-H2-TEXT-color, var(--MAIN-TITLES-H2-color, var(--INTERNAL-MAIN-TITLES-TEXT-color)));--INTERNAL-MAIN-TITLES-H2-font:var(--MAIN-TITLES-H2-font, var(--INTERNAL-MAIN-TITLES-font));--INTERNAL-MAIN-TITLES-H2-font-variation-settings:var(--MAIN-TITLES-H2-font-variation-settings, var(--INTERNAL-MAIN-TITLES-font-variation-settings));--INTERNAL-MAIN-TITLES-H2-font-weight:var(--MAIN-TITLES-H2-font-weight, var(--INTERNAL-MAIN-TITLES-font-weight));--INTERNAL-MAIN-TITLES-H2-letter-spacing:var(--MAIN-TITLES-H2-letter-spacing, var(--INTERNAL-MAIN-TITLES-letter-spacing));--INTERNAL-MAIN-TITLES-H3-TEXT-color:var(--MAIN-TITLES-H3-TEXT-color, var(--MAIN-TITLES-H3-color, var(--INTERNAL-MAIN-TITLES-H2-TEXT-color)));--INTERNAL-MAIN-TITLES-H3-font:var(--MAIN-TITLES-H3-font, var(--INTERNAL-MAIN-TITLES-H2-font));--INTERNAL-MAIN-TITLES-H3-font-variation-settings:var(--MAIN-TITLES-H3-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings));--INTERNAL-MAIN-TITLES-H3-font-weight:var(--MAIN-TITLES-H3-font-weight, var(--INTERNAL-MAIN-TITLES-H2-font-weight));--INTERNAL-MAIN-TITLES-H3-letter-spacing:var(--MAIN-TITLES-H3-letter-spacing, var(--INTERNAL-MAIN-TITLES-H2-letter-spacing));--INTERNAL-MAIN-TITLES-H4-TEXT-color:var(--MAIN-TITLES-H4-TEXT-color, var(--MAIN-TITLES-H4-color, var(--INTERNAL-MAIN-TITLES-H3-TEXT-color)));--INTERNAL-MAIN-TITLES-H4-font:var(--MAIN-TITLES-H4-font, var(--INTERNAL-MAIN-TITLES-H3-font));--INTERNAL-MAIN-TITLES-H4-font-variation-settings:var(--MAIN-TITLES-H4-font-variation-settings, "wdth" 118, "GRAD" -150, "YTFI" 710);--INTERNAL-MAIN-TITLES-H4-font-weight:var(--MAIN-TITLES-H4-font-weight, 300);--INTERNAL-MAIN-TITLES-H4-letter-spacing:var(--MAIN-TITLES-H4-letter-spacing, var(--INTERNAL-MAIN-TITLES-H3-letter-spacing));--INTERNAL-MAIN-TITLES-H5-TEXT-color:var(--MAIN-TITLES-H5-TEXT-color, var(--MAIN-TITLES-H5-color, var(--INTERNAL-MAIN-TITLES-H4-TEXT-color)));--INTERNAL-MAIN-TITLES-H5-font:var(--MAIN-TITLES-H5-font, var(--INTERNAL-MAIN-TITLES-H4-font));--INTERNAL-MAIN-TITLES-H5-font-variation-settings:var(--MAIN-TITLES-H5-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings));--INTERNAL-MAIN-TITLES-H5-font-weight:var(--MAIN-TITLES-H5-font-weight, var(--INTERNAL-MAIN-TITLES-H4-font-weight));--INTERNAL-MAIN-TITLES-H5-letter-spacing:var(--MAIN-TITLES-H5-letter-spacing, var(--INTERNAL-MAIN-TITLES-H4-letter-spacing));--INTERNAL-MAIN-TITLES-H6-TEXT-color:var(--MAIN-TITLES-H6-TEXT-color, var(--MAIN-TITLES-H6-color, var(--INTERNAL-MAIN-TITLES-H5-TEXT-color)));--INTERNAL-MAIN-TITLES-H6-font:var(--MAIN-TITLES-H6-font, var(--INTERNAL-MAIN-TITLES-H5-font));--INTERNAL-MAIN-TITLES-H6-font-variation-settings:var(--MAIN-TITLES-H6-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings));--INTERNAL-MAIN-TITLES-H6-font-weight:var(--MAIN-TITLES-H6-font-weight, var(--INTERNAL-MAIN-TITLES-H5-font-weight));--INTERNAL-MAIN-TITLES-H6-letter-spacing:var(--MAIN-TITLES-H6-letter-spacing, var(--INTERNAL-MAIN-TITLES-H5-letter-spacing));--INTERNAL-CODE-font:var(--CODE-font, "Consolas", menlo, monospace);--INTERNAL-CODE-font-variation-settings:var(--CODE-font-variation-settings, normal);--INTERNAL-CODE-font-weight:var(--CODE-font-weight, 300);--INTERNAL-CODE-letter-spacing:var(--CODE-letter-spacing, normal);--INTERNAL-CODE-theme:var(--CODE-theme, relearn-light);--INTERNAL-CODE-BLOCK-color:var(--CODE-BLOCK-color, var(--MAIN-CODE-color, rgba( 39, 40, 34, 1 )));--INTERNAL-CODE-BLOCK-BG-color:var(--CODE-BLOCK-BG-color, var(--MAIN-CODE-BG-color, rgba( 250, 250, 250, 1 )));--INTERNAL-CODE-BLOCK-BORDER-color:var(--CODE-BLOCK-BORDER-color, var(--MAIN-CODE-BG-color, var(--INTERNAL-CODE-BLOCK-BG-color)));--INTERNAL-CODE-INLINE-color:var(--CODE-INLINE-color, rgba( 94, 94, 94, 1 ));--INTERNAL-CODE-INLINE-BG-color:var(--CODE-INLINE-BG-color, rgba( 255, 250, 233, 1 ));--INTERNAL-CODE-INLINE-BORDER-color:var(--CODE-INLINE-BORDER-color, rgba( 251, 240, 203, 1 ));--INTERNAL-BROWSER-theme:var(--BROWSER-theme, light);--INTERNAL-MERMAID-theme:var(--CONFIG-MERMAID-theme, var(--MERMAID-theme, var(--INTERNAL-PRINT-MERMAID-theme)));--INTERNAL-OPENAPI-theme:var(--CONFIG-OPENAPI-theme, var(--OPENAPI-theme, var(--SWAGGER-theme, var(--INTERNAL-PRINT-OPENAPI-theme))));--INTERNAL-OPENAPI-CODE-theme:var(--CONFIG-OPENAPI-CODE-theme, var(--OPENAPI-CODE-theme, --INTERNAL-PRINT-OPENAPI-CODE-theme));--INTERNAL-TAG-BG-color:var(--TAG-BG-color, var(--INTERNAL-PRIMARY-color));--INTERNAL-MENU-BORDER-color:var(--MENU-BORDER-color, transparent);--INTERNAL-MENU-TOPBAR-BORDER-color:var(--MENU-TOPBAR-BORDER-color, var(--INTERNAL-MENU-HEADER-BG-color));--INTERNAL-MENU-TOPBAR-SEPARATOR-color:var(--MENU-TOPBAR-SEPARATOR-color, transparent);--INTERNAL-MENU-HEADER-color:var(--MENU-HEADER-color, var(--INTERNAL-MENU-SECTIONS-LINK-color));--INTERNAL-MENU-HEADER-BG-color:var(--MENU-HEADER-BG-color, var(--PRIMARY-color, rgba( 0, 0, 0, 0 )));--INTERNAL-MENU-HEADER-BORDER-color:var(--MENU-HEADER-BORDER-color, var(--INTERNAL-MENU-HEADER-BG-color));--INTERNAL-MENU-SEARCH-color:var(--MENU-SEARCH-color, var(--MENU-SEARCH-BOX-ICONS-color, rgba( 224, 224, 224, 1 )));--INTERNAL-MENU-SEARCH-BG-color:var(--MENU-SEARCH-BG-color, rgba( 50, 50, 50, 1 ));--INTERNAL-MENU-SEARCH-BORDER-color:var(--MENU-SEARCH-BORDER-color, var(--MENU-SEARCH-BOX-color, var(--INTERNAL-MENU-SEARCH-BG-color)));--INTERNAL-MENU-HOME-LINK-color:var(--MENU-HOME-LINK-color, rgba( 50, 50, 50, 1 ));--INTERNAL-MENU-HOME-LINK-HOVER-color:var(--MENU-HOME-LINK-HOVER-color, var(--MENU-HOME-LINK-HOVERED-color, rgba( 128, 128, 128, 1 )));--INTERNAL-MENU-HOME-TOP-SEPARATOR-color:var(--MENU-HOME-TOP-SEPARATOR-color, var(--INTERNAL-MENU-HOME-LINK-color));--INTERNAL-MENU-HOME-SEPARATOR-color:var(--MENU-HOME-SEPARATOR-color, var(--INTERNAL-MENU-HOME-LINK-color));--INTERNAL-MENU-HOME-BOTTOM-SEPARATOR-color:var(--MENU-HOME-BOTTOM-SEPARATOR-color, var(--MENU-HEADER-SEPARATOR-color, var(--INTERNAL-MENU-HEADER-BORDER-color)));--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color:var(--MENU-SECTIONS-ACTIVE-BG-color, rgba( 0, 0, 0, .166 ));--INTERNAL-MENU-SECTIONS-BG-color:var(--MENU-SECTIONS-BG-color, rgba( 40, 40, 40, 1 ));--INTERNAL-MENU-SECTIONS-LINK-color:var(--MENU-SECTIONS-LINK-color, rgba( 186, 186, 186, 1 ));--INTERNAL-MENU-SECTIONS-LINK-HOVER-color:var(--MENU-SECTIONS-LINK-HOVER-color, var(--INTERNAL-MENU-SECTIONS-LINK-color));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color:var(--MENU-SECTION-ACTIVE-CATEGORY-color, rgba( 68, 68, 68, 1 ));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BG-color:var(--MENU-SECTION-ACTIVE-CATEGORY-BG-color, var(--INTERNAL-MAIN-BG-color));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BORDER-color:var(--MENU-SECTION-ACTIVE-CATEGORY-BORDER-color, transparent);--INTERNAL-MENU-VISITED-color:var(--MENU-VISITED-color, var(--INTERNAL-SECONDARY-color));--INTERNAL-MENU-SECTION-SEPARATOR-color:var(--MENU-SECTION-SEPARATOR-color, var(--MENU-SECTION-HR-color, var(--INTERNAL-MENU-SECTIONS-LINK-color)));--INTERNAL-BOX-CAPTION-color:var(--BOX-CAPTION-color, rgba( 255, 255, 255, 1 ));--INTERNAL-BOX-BG-color:var(--BOX-BG-color, rgba( 255, 255, 255, .833 ));--INTERNAL-BOX-TEXT-color:var(--BOX-TEXT-color, var(--INTERNAL-MAIN-TEXT-color));--INTERNAL-BOX-BLUE-color:var(--BOX-BLUE-color, rgba( 48, 117, 229, 1 ));--INTERNAL-BOX-CYAN-color:var(--BOX-CYAN-color, rgba( 45, 190, 200, 1 ));--INTERNAL-BOX-GREEN-color:var(--BOX-GREEN-color, rgba( 42, 178, 24, 1 ));--INTERNAL-BOX-GREY-color:var(--BOX-GREY-color, rgba( 160, 160, 160, 1 ));--INTERNAL-BOX-MAGENTA-color:var(--BOX-MAGENTA-color, rgba( 229, 50, 210, 1 ));--INTERNAL-BOX-ORANGE-color:var(--BOX-ORANGE-color, rgba( 237, 153, 9, 1 ));--INTERNAL-BOX-RED-color:var(--BOX-RED-color, rgba( 224, 62, 62, 1 ));--INTERNAL-BOX-CAUTION-color:var(--BOX-CAUTION-color, var(--INTERNAL-BOX-MAGENTA-color));--INTERNAL-BOX-INFO-color:var(--BOX-INFO-color, var(--INTERNAL-BOX-BLUE-color));--INTERNAL-BOX-IMPORTANT-color:var(--BOX-IMPORTANT-color, var(--INTERNAL-BOX-CYAN-color));--INTERNAL-BOX-NEUTRAL-color:var(--BOX-NEUTRAL-color, var(--INTERNAL-BOX-GREY-color));--INTERNAL-BOX-NOTE-color:var(--BOX-NOTE-color, var(--INTERNAL-BOX-ORANGE-color));--INTERNAL-BOX-TIP-color:var(--BOX-TIP-color, var(--INTERNAL-BOX-GREEN-color));--INTERNAL-BOX-WARNING-color:var(--BOX-WARNING-color, var(--INTERNAL-BOX-RED-color));--INTERNAL-BOX-BLUE-TEXT-color:var(--BOX-BLUE-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-CYAN-TEXT-color:var(--BOX-CYAN-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-GREEN-TEXT-color:var(--BOX-GREEN-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-GREY-TEXT-color:var(--BOX-GREY-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-MAGENTA-TEXT-color:var(--BOX-MAGENTA-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-ORANGE-TEXT-color:var(--BOX-ORANGE-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-RED-TEXT-color:var(--BOX-RED-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-CAUTION-TEXT-color:var(--BOX-CAUTION-TEXT-color, var(--INTERNAL-BOX-MAGENTA-TEXT-color));--INTERNAL-BOX-INFO-TEXT-color:var(--BOX-INFO-TEXT-color, var(--INTERNAL-BOX-BLUE-TEXT-color));--INTERNAL-BOX-IMPORTANT-TEXT-color:var(--BOX-IMPORTANT-TEXT-color, var(--INTERNAL-BOX-CYAN-TEXT-color));--INTERNAL-BOX-NEUTRAL-TEXT-color:var(--BOX-NEUTRAL-TEXT-color, var(--INTERNAL-BOX-GREY-TEXT-color));--INTERNAL-BOX-NOTE-TEXT-color:var(--BOX-NOTE-TEXT-color, var(--INTERNAL-BOX-ORANGE-TEXT-color));--INTERNAL-BOX-TIP-TEXT-color:var(--BOX-TIP-TEXT-color, var(--INTERNAL-BOX-GREEN-TEXT-color));--INTERNAL-BOX-WARNING-TEXT-color:var(--BOX-WARNING-TEXT-color, var(--INTERNAL-BOX-RED-TEXT-color));--INTERNAL-PRINT-MAIN-BG-color:var(--PRINT-MAIN-BG-color, rgba( 255, 255, 255, 1 ));--INTERNAL-PRINT-CODE-font:var(--PRINT-CODE-font, "Consolas", menlo, monospace);--INTERNAL-PRINT-TAG-BG-color:var(--PRINT-TAG-BG-color, rgba( 125, 201, 3, 1 ));--INTERNAL-PRINT-MAIN-font:var(--PRINT-MAIN-font, "Roboto Flex", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif);--INTERNAL-PRINT-MAIN-TEXT-color:var(--PRINT-MAIN-TEXT-color, rgba( 16, 16, 16, 1 ));--INTERNAL-PRINT-MERMAID-theme:var(--PRINT-MERMAID-theme, default);--INTERNAL-PRINT-OPENAPI-theme:var(--PRINT-OPENAPI-theme, var(--PRINT-SWAGGER-theme, light));--INTERNAL-PRINT-OPENAPI-CODE-theme:var(--PRINT-OPENAPI-CODE-theme, idea);--INTERNAL-MENU-WIDTH-S:var(--MENU-WIDTH-S, 14.375rem);--INTERNAL-MENU-WIDTH-M:var(--MENU-WIDTH-M, 14.375rem);--INTERNAL-MENU-WIDTH-L:var(--MENU-WIDTH-L, 18.75rem);--INTERNAL-MAIN-WIDTH-MAX:var(--MAIN-WIDTH-MAX, 81.25rem)}body{line-height:1.574;font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-weight:var(--INTERNAL-MAIN-font-weight);font-family:var(--INTERNAL-MAIN-font);letter-spacing:var(--INTERNAL-MAIN-letter-spacing);margin:0;overflow:hidden}body,.swagger-ui .info *,#relearn-swagger-ui .renderedMarkdown *,#relearn-swagger-ui p{font-size:1.015625rem}.swagger-ui .scheme-container{padding-left:1rem;padding-right:1rem}.swagger-ui .wrapper{padding-left:0;padding-right:0}h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}svg{fill:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info h2.title{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.relearn-expander{display:block;float:right;margin:.5rem}#relearn-swagger-ui{clear:both}html{background-color:var(--INTERNAL-MAIN-BG-color)!important;color-scheme:var(--INTERNAL-BROWSER-theme)!important}html,body{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color)}a{color:var(--INTERNAL-MAIN-LINK-color)}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{color:var(--INTERNAL-MAIN-TEXT-color)!important}::-webkit-scrollbar-corner{background-color:var(--INTERNAL-MAIN-BG-color)}::selection{color:var(--INTERNAL-MAIN-TEXT-color)!important}::-moz-selection{color:var(--INTERNAL-MAIN-TEXT-color)!important}*:not(pre,pre *,code,.far,.fa,.glyphicon,[class*=vjs-],.fab,.fa-github,.fas,.material-icons,.icofont,.typcn,mu,[class*=mu-],.glyphicon,.icon){font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-family:var(--INTERNAL-MAIN-font)!important;letter-spacing:var(--INTERNAL-MAIN-letter-spacing)!important;line-height:1.574!important}:root{--darkreader-neutral-background:var(--INTERNAL-MAIN-BG-color);--darkreader-neutral-text:var(--INTERNAL-MAIN-TEXT-color);--darkreader-selection-text:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .nested-links a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .nested-links a:focus,.swagger-ui .nested-links a:hover{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.swagger-ui .opblock-tag{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-tag small{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .parameter__type{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-section-header>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-section-header h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-summary-description{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock.opblock-post{border-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .opblock-summary-method{background-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .opblock-summary{border-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-put{border-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .opblock-summary-method{background-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .opblock-summary{border-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-delete{border-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .opblock-summary-method{background-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .opblock-summary{border-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-get{border-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .opblock-summary-method{background-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .opblock-summary{border-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-patch{border-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .opblock-summary-method{background-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .opblock-summary{border-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-options{border-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .opblock-summary-method{background-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .opblock-summary{border-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .tab li{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-description-wrapper,.swagger-ui .opblock-external-docs-wrapper,.swagger-ui .opblock-title_normal{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-description-wrapper h4,.swagger-ui .opblock-external-docs-wrapper h4,.swagger-ui .opblock-title_normal h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .opblock-description-wrapper p,.swagger-ui .opblock-external-docs-wrapper p,.swagger-ui .opblock-title_normal p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .responses-inner h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .responses-inner h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .response-col_status{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .response-col_links{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-body pre.microlight{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .scheme-container .schemes>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .loading-container .loading::after{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui section h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .btn{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui select{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui textarea{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .checkbox p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .dialog-ux .modal-ux-content p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .dialog-ux .modal-ux-content h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .dialog-ux .modal-ux-header h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .model{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui section.models h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui section.models h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .model-title{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .prop-format{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .servers>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui table.headers td{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui table thead tr td,.swagger-ui table thead tr th{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .parameter__name{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info li,.swagger-ui .info p,.swagger-ui .info table{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info h1{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);text-align:center;text-transform:uppercase}.swagger-ui .info h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.swagger-ui .info h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .info h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .info h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .info a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .info a:hover{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.swagger-ui .info .base-url{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info .title{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .auth-container .errors{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .scopes h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.swagger-ui .scopes h2 a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .errors-wrapper .errors h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .errors-wrapper .errors small{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .errors-wrapper hgroup h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}body{background-color:var(--INTERNAL-MAIN-BG-color)}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic-ext.woff2)format('woff2-variations');unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic.woff2)format('woff2-variations');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.greek.woff2)format('woff2-variations');unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.vietnamese.woff2)format('woff2-variations');unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin-ext.woff2)format('woff2-variations');unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin.woff2)format('woff2-variations');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} \ No newline at end of file +:root{--INTERNAL-PRIMARY-color:var(--PRIMARY-color, var(--MENU-HEADER-BG-color, rgba( 0, 0, 0, 0 )));--INTERNAL-SECONDARY-color:var(--SECONDARY-color, var(--MAIN-LINK-color, rgba( 72, 106, 201, 1 )));--INTERNAL-ACCENT-color:var(--ACCENT-color, rgba( 255, 215, 0, 1 ));--INTERNAL-MAIN-TOPBAR-BORDER-color:var(--MAIN-TOPBAR-BORDER-color, transparent);--INTERNAL-MAIN-LINK-color:var(--MAIN-LINK-color, var(--SECONDARY-color, rgba( 72, 106, 201, 1 )));--INTERNAL-MAIN-LINK-HOVER-color:var(--MAIN-LINK-HOVER-color, var(--INTERNAL-MAIN-LINK-color));--INTERNAL-MAIN-BG-color:var(--MAIN-BG-color, rgba( 255, 255, 255, 1 ));--INTERNAL-MAIN-BOLD-font-weight:var(--MAIN-BOLD-font-weight, 800);--INTERNAL-MAIN-TEXT-color:var(--MAIN-TEXT-color, rgba( 16, 16, 16, 1 ));--INTERNAL-MAIN-font:var(--MAIN-font, "Roboto Flex", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif);--INTERNAL-MAIN-font-variation-settings:var(--MAIN-font-variation-settings, "wdth" 118, "GRAD" -200, "YTFI" 710);--INTERNAL-MAIN-font-weight:var(--MAIN-font-weight, 300);--INTERNAL-MAIN-letter-spacing:var(--MAIN-letter-spacing, .014em);--INTERNAL-MAIN-TITLES-TEXT-color:var(--MAIN-TITLES-TEXT-color, var(--INTERNAL-MAIN-TEXT-color));--INTERNAL-MAIN-TITLES-font:var(--MAIN-TITLES-font, var(--MAIN-TITLES-TEXT-font, var(--INTERNAL-MAIN-font)));--INTERNAL-MAIN-TITLES-font-variation-settings:var(--MAIN-TITLES-font-variation-settings, "wdth" 118, "GRAD" 0, "YTFI" 710);--INTERNAL-MAIN-TITLES-font-weight:var(--MAIN-TITLES-font-weight, 500);--INTERNAL-MAIN-TITLES-letter-spacing:var(--MAIN-TITLES-letter-spacing, var(--INTERNAL-MAIN-letter-spacing));--INTERNAL-MAIN-TITLES-H1-TEXT-color:var(--MAIN-TITLES-H1-TEXT-color, var(--MAIN-TITLES-H1-color, var(--INTERNAL-MAIN-TEXT-color)));--INTERNAL-MAIN-TITLES-H1-font:var(--MAIN-TITLES-H1-font, var(--INTERNAL-MAIN-font));--INTERNAL-MAIN-TITLES-H1-font-variation-settings:var(--MAIN-TITLES-H1-font-variation-settings, "wdth" 118, "GRAD" -100, "YTFI" 710);--INTERNAL-MAIN-TITLES-H1-font-weight:var(--MAIN-TITLES-H1-font-weight, 200);--INTERNAL-MAIN-TITLES-H1-letter-spacing:var(--MAIN-TITLES-H1-letter-spacing, var(--INTERNAL-MAIN-letter-spacing));--INTERNAL-MAIN-TITLES-H2-TEXT-color:var(--MAIN-TITLES-H2-TEXT-color, var(--MAIN-TITLES-H2-color, var(--INTERNAL-MAIN-TITLES-TEXT-color)));--INTERNAL-MAIN-TITLES-H2-font:var(--MAIN-TITLES-H2-font, var(--INTERNAL-MAIN-TITLES-font));--INTERNAL-MAIN-TITLES-H2-font-variation-settings:var(--MAIN-TITLES-H2-font-variation-settings, var(--INTERNAL-MAIN-TITLES-font-variation-settings));--INTERNAL-MAIN-TITLES-H2-font-weight:var(--MAIN-TITLES-H2-font-weight, var(--INTERNAL-MAIN-TITLES-font-weight));--INTERNAL-MAIN-TITLES-H2-letter-spacing:var(--MAIN-TITLES-H2-letter-spacing, var(--INTERNAL-MAIN-TITLES-letter-spacing));--INTERNAL-MAIN-TITLES-H3-TEXT-color:var(--MAIN-TITLES-H3-TEXT-color, var(--MAIN-TITLES-H3-color, var(--INTERNAL-MAIN-TITLES-H2-TEXT-color)));--INTERNAL-MAIN-TITLES-H3-font:var(--MAIN-TITLES-H3-font, var(--INTERNAL-MAIN-TITLES-H2-font));--INTERNAL-MAIN-TITLES-H3-font-variation-settings:var(--MAIN-TITLES-H3-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings));--INTERNAL-MAIN-TITLES-H3-font-weight:var(--MAIN-TITLES-H3-font-weight, var(--INTERNAL-MAIN-TITLES-H2-font-weight));--INTERNAL-MAIN-TITLES-H3-letter-spacing:var(--MAIN-TITLES-H3-letter-spacing, var(--INTERNAL-MAIN-TITLES-H2-letter-spacing));--INTERNAL-MAIN-TITLES-H4-TEXT-color:var(--MAIN-TITLES-H4-TEXT-color, var(--MAIN-TITLES-H4-color, var(--INTERNAL-MAIN-TITLES-H3-TEXT-color)));--INTERNAL-MAIN-TITLES-H4-font:var(--MAIN-TITLES-H4-font, var(--INTERNAL-MAIN-TITLES-H3-font));--INTERNAL-MAIN-TITLES-H4-font-variation-settings:var(--MAIN-TITLES-H4-font-variation-settings, "wdth" 118, "GRAD" -150, "YTFI" 710);--INTERNAL-MAIN-TITLES-H4-font-weight:var(--MAIN-TITLES-H4-font-weight, 300);--INTERNAL-MAIN-TITLES-H4-letter-spacing:var(--MAIN-TITLES-H4-letter-spacing, var(--INTERNAL-MAIN-TITLES-H3-letter-spacing));--INTERNAL-MAIN-TITLES-H5-TEXT-color:var(--MAIN-TITLES-H5-TEXT-color, var(--MAIN-TITLES-H5-color, var(--INTERNAL-MAIN-TITLES-H4-TEXT-color)));--INTERNAL-MAIN-TITLES-H5-font:var(--MAIN-TITLES-H5-font, var(--INTERNAL-MAIN-TITLES-H4-font));--INTERNAL-MAIN-TITLES-H5-font-variation-settings:var(--MAIN-TITLES-H5-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings));--INTERNAL-MAIN-TITLES-H5-font-weight:var(--MAIN-TITLES-H5-font-weight, var(--INTERNAL-MAIN-TITLES-H4-font-weight));--INTERNAL-MAIN-TITLES-H5-letter-spacing:var(--MAIN-TITLES-H5-letter-spacing, var(--INTERNAL-MAIN-TITLES-H4-letter-spacing));--INTERNAL-MAIN-TITLES-H6-TEXT-color:var(--MAIN-TITLES-H6-TEXT-color, var(--MAIN-TITLES-H6-color, var(--INTERNAL-MAIN-TITLES-H5-TEXT-color)));--INTERNAL-MAIN-TITLES-H6-font:var(--MAIN-TITLES-H6-font, var(--INTERNAL-MAIN-TITLES-H5-font));--INTERNAL-MAIN-TITLES-H6-font-variation-settings:var(--MAIN-TITLES-H6-font-variation-settings, var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings));--INTERNAL-MAIN-TITLES-H6-font-weight:var(--MAIN-TITLES-H6-font-weight, var(--INTERNAL-MAIN-TITLES-H5-font-weight));--INTERNAL-MAIN-TITLES-H6-letter-spacing:var(--MAIN-TITLES-H6-letter-spacing, var(--INTERNAL-MAIN-TITLES-H5-letter-spacing));--INTERNAL-CODE-font:var(--CODE-font, "Consolas", menlo, monospace);--INTERNAL-CODE-font-variation-settings:var(--CODE-font-variation-settings, normal);--INTERNAL-CODE-font-weight:var(--CODE-font-weight, 300);--INTERNAL-CODE-letter-spacing:var(--CODE-letter-spacing, normal);--INTERNAL-CODE-theme:var(--CODE-theme, relearn-light);--INTERNAL-CODE-BLOCK-color:var(--CODE-BLOCK-color, var(--MAIN-CODE-color, rgba( 39, 40, 34, 1 )));--INTERNAL-CODE-BLOCK-BG-color:var(--CODE-BLOCK-BG-color, var(--MAIN-CODE-BG-color, rgba( 250, 250, 250, 1 )));--INTERNAL-CODE-BLOCK-BORDER-color:var(--CODE-BLOCK-BORDER-color, var(--MAIN-CODE-BG-color, var(--INTERNAL-CODE-BLOCK-BG-color)));--INTERNAL-CODE-INLINE-color:var(--CODE-INLINE-color, rgba( 94, 94, 94, 1 ));--INTERNAL-CODE-INLINE-BG-color:var(--CODE-INLINE-BG-color, rgba( 255, 250, 233, 1 ));--INTERNAL-CODE-INLINE-BORDER-color:var(--CODE-INLINE-BORDER-color, rgba( 251, 240, 203, 1 ));--INTERNAL-BROWSER-theme:var(--BROWSER-theme, light);--INTERNAL-MERMAID-theme:var(--CONFIG-MERMAID-theme, var(--MERMAID-theme, var(--INTERNAL-PRINT-MERMAID-theme)));--INTERNAL-OPENAPI-theme:var(--CONFIG-OPENAPI-theme, var(--OPENAPI-theme, var(--SWAGGER-theme, var(--INTERNAL-PRINT-OPENAPI-theme))));--INTERNAL-OPENAPI-CODE-theme:var(--CONFIG-OPENAPI-CODE-theme, var(--OPENAPI-CODE-theme, --INTERNAL-PRINT-OPENAPI-CODE-theme));--INTERNAL-TAG-BG-color:var(--TAG-BG-color, var(--INTERNAL-PRIMARY-color));--INTERNAL-MENU-BORDER-color:var(--MENU-BORDER-color, transparent);--INTERNAL-MENU-TOPBAR-BORDER-color:var(--MENU-TOPBAR-BORDER-color, var(--INTERNAL-MENU-HEADER-BG-color));--INTERNAL-MENU-TOPBAR-SEPARATOR-color:var(--MENU-TOPBAR-SEPARATOR-color, transparent);--INTERNAL-MENU-HEADER-color:var(--MENU-HEADER-color, var(--INTERNAL-MENU-SECTIONS-LINK-color));--INTERNAL-MENU-HEADER-BG-color:var(--MENU-HEADER-BG-color, var(--PRIMARY-color, rgba( 0, 0, 0, 0 )));--INTERNAL-MENU-HEADER-BORDER-color:var(--MENU-HEADER-BORDER-color, var(--INTERNAL-MENU-HEADER-BG-color));--INTERNAL-MENU-SEARCH-color:var(--MENU-SEARCH-color, var(--MENU-SEARCH-BOX-ICONS-color, rgba( 224, 224, 224, 1 )));--INTERNAL-MENU-SEARCH-BG-color:var(--MENU-SEARCH-BG-color, rgba( 50, 50, 50, 1 ));--INTERNAL-MENU-SEARCH-BORDER-color:var(--MENU-SEARCH-BORDER-color, var(--MENU-SEARCH-BOX-color, var(--INTERNAL-MENU-SEARCH-BG-color)));--INTERNAL-MENU-HOME-LINK-color:var(--MENU-HOME-LINK-color, rgba( 50, 50, 50, 1 ));--INTERNAL-MENU-HOME-LINK-HOVER-color:var(--MENU-HOME-LINK-HOVER-color, var(--MENU-HOME-LINK-HOVERED-color, rgba( 128, 128, 128, 1 )));--INTERNAL-MENU-HOME-TOP-SEPARATOR-color:var(--MENU-HOME-TOP-SEPARATOR-color, var(--INTERNAL-MENU-HOME-LINK-color));--INTERNAL-MENU-HOME-SEPARATOR-color:var(--MENU-HOME-SEPARATOR-color, var(--INTERNAL-MENU-HOME-LINK-color));--INTERNAL-MENU-HOME-BOTTOM-SEPARATOR-color:var(--MENU-HOME-BOTTOM-SEPARATOR-color, var(--MENU-HEADER-SEPARATOR-color, var(--INTERNAL-MENU-HEADER-BORDER-color)));--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color:var(--MENU-SECTIONS-ACTIVE-BG-color, rgba( 0, 0, 0, .166 ));--INTERNAL-MENU-SECTIONS-BG-color:var(--MENU-SECTIONS-BG-color, rgba( 40, 40, 40, 1 ));--INTERNAL-MENU-SECTIONS-LINK-color:var(--MENU-SECTIONS-LINK-color, rgba( 186, 186, 186, 1 ));--INTERNAL-MENU-SECTIONS-LINK-HOVER-color:var(--MENU-SECTIONS-LINK-HOVER-color, var(--INTERNAL-MENU-SECTIONS-LINK-color));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color:var(--MENU-SECTION-ACTIVE-CATEGORY-color, rgba( 68, 68, 68, 1 ));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BG-color:var(--MENU-SECTION-ACTIVE-CATEGORY-BG-color, var(--INTERNAL-MAIN-BG-color));--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BORDER-color:var(--MENU-SECTION-ACTIVE-CATEGORY-BORDER-color, transparent);--INTERNAL-MENU-VISITED-color:var(--MENU-VISITED-color, var(--INTERNAL-SECONDARY-color));--INTERNAL-MENU-SECTION-SEPARATOR-color:var(--MENU-SECTION-SEPARATOR-color, var(--MENU-SECTION-HR-color, var(--INTERNAL-MENU-SECTIONS-LINK-color)));--INTERNAL-BOX-CAPTION-color:var(--BOX-CAPTION-color, rgba( 255, 255, 255, 1 ));--INTERNAL-BOX-BG-color:var(--BOX-BG-color, rgba( 255, 255, 255, .833 ));--INTERNAL-BOX-TEXT-color:var(--BOX-TEXT-color, var(--INTERNAL-MAIN-TEXT-color));--INTERNAL-BOX-BLUE-color:var(--BOX-BLUE-color, rgba( 48, 117, 229, 1 ));--INTERNAL-BOX-CYAN-color:var(--BOX-CYAN-color, rgba( 45, 190, 200, 1 ));--INTERNAL-BOX-GREEN-color:var(--BOX-GREEN-color, rgba( 42, 178, 24, 1 ));--INTERNAL-BOX-GREY-color:var(--BOX-GREY-color, rgba( 160, 160, 160, 1 ));--INTERNAL-BOX-MAGENTA-color:var(--BOX-MAGENTA-color, rgba( 229, 50, 210, 1 ));--INTERNAL-BOX-ORANGE-color:var(--BOX-ORANGE-color, rgba( 237, 153, 9, 1 ));--INTERNAL-BOX-RED-color:var(--BOX-RED-color, rgba( 224, 62, 62, 1 ));--INTERNAL-BOX-CAUTION-color:var(--BOX-CAUTION-color, var(--INTERNAL-BOX-MAGENTA-color));--INTERNAL-BOX-INFO-color:var(--BOX-INFO-color, var(--INTERNAL-BOX-BLUE-color));--INTERNAL-BOX-IMPORTANT-color:var(--BOX-IMPORTANT-color, var(--INTERNAL-BOX-CYAN-color));--INTERNAL-BOX-NEUTRAL-color:var(--BOX-NEUTRAL-color, var(--INTERNAL-BOX-GREY-color));--INTERNAL-BOX-NOTE-color:var(--BOX-NOTE-color, var(--INTERNAL-BOX-ORANGE-color));--INTERNAL-BOX-TIP-color:var(--BOX-TIP-color, var(--INTERNAL-BOX-GREEN-color));--INTERNAL-BOX-WARNING-color:var(--BOX-WARNING-color, var(--INTERNAL-BOX-RED-color));--INTERNAL-BOX-BLUE-TEXT-color:var(--BOX-BLUE-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-CYAN-TEXT-color:var(--BOX-CYAN-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-GREEN-TEXT-color:var(--BOX-GREEN-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-GREY-TEXT-color:var(--BOX-GREY-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-MAGENTA-TEXT-color:var(--BOX-MAGENTA-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-ORANGE-TEXT-color:var(--BOX-ORANGE-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-RED-TEXT-color:var(--BOX-RED-TEXT-color, var(--INTERNAL-BOX-TEXT-color));--INTERNAL-BOX-CAUTION-TEXT-color:var(--BOX-CAUTION-TEXT-color, var(--INTERNAL-BOX-MAGENTA-TEXT-color));--INTERNAL-BOX-INFO-TEXT-color:var(--BOX-INFO-TEXT-color, var(--INTERNAL-BOX-BLUE-TEXT-color));--INTERNAL-BOX-IMPORTANT-TEXT-color:var(--BOX-IMPORTANT-TEXT-color, var(--INTERNAL-BOX-CYAN-TEXT-color));--INTERNAL-BOX-NEUTRAL-TEXT-color:var(--BOX-NEUTRAL-TEXT-color, var(--INTERNAL-BOX-GREY-TEXT-color));--INTERNAL-BOX-NOTE-TEXT-color:var(--BOX-NOTE-TEXT-color, var(--INTERNAL-BOX-ORANGE-TEXT-color));--INTERNAL-BOX-TIP-TEXT-color:var(--BOX-TIP-TEXT-color, var(--INTERNAL-BOX-GREEN-TEXT-color));--INTERNAL-BOX-WARNING-TEXT-color:var(--BOX-WARNING-TEXT-color, var(--INTERNAL-BOX-RED-TEXT-color));--INTERNAL-PRINT-MAIN-BG-color:var(--PRINT-MAIN-BG-color, rgba( 255, 255, 255, 1 ));--INTERNAL-PRINT-CODE-font:var(--PRINT-CODE-font, "Consolas", menlo, monospace);--INTERNAL-PRINT-TAG-BG-color:var(--PRINT-TAG-BG-color, rgba( 125, 201, 3, 1 ));--INTERNAL-PRINT-MAIN-font:var(--PRINT-MAIN-font, "Roboto Flex", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif);--INTERNAL-PRINT-MAIN-TEXT-color:var(--PRINT-MAIN-TEXT-color, rgba( 16, 16, 16, 1 ));--INTERNAL-PRINT-MERMAID-theme:var(--PRINT-MERMAID-theme, default);--INTERNAL-PRINT-OPENAPI-theme:var(--PRINT-OPENAPI-theme, var(--PRINT-SWAGGER-theme, light));--INTERNAL-PRINT-OPENAPI-CODE-theme:var(--PRINT-OPENAPI-CODE-theme, idea);--INTERNAL-MENU-WIDTH-S:var(--MENU-WIDTH-S, 14.375rem);--INTERNAL-MENU-WIDTH-M:var(--MENU-WIDTH-M, 14.375rem);--INTERNAL-MENU-WIDTH-L:var(--MENU-WIDTH-L, 18.75rem);--INTERNAL-MAIN-WIDTH-MAX:var(--MAIN-WIDTH-MAX, 81.25rem)}body{line-height:1.574;font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-weight:var(--INTERNAL-MAIN-font-weight);font-family:var(--INTERNAL-MAIN-font);letter-spacing:var(--INTERNAL-MAIN-letter-spacing);margin:0;overflow:hidden}body,.swagger-ui .info *,#relearn-swagger-ui .renderedMarkdown *,#relearn-swagger-ui p{font-size:1.015625rem}.swagger-ui .scheme-container{padding-left:1rem;padding-right:1rem}.swagger-ui .wrapper{padding-left:0;padding-right:0}h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}svg{fill:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info h2.title{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.relearn-expander{display:block;float:right;margin:.5rem}#relearn-swagger-ui{clear:both}html{background-color:var(--INTERNAL-MAIN-BG-color) !important;color-scheme:var(--INTERNAL-BROWSER-theme) !important}html,body{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color)}a{color:var(--INTERNAL-MAIN-LINK-color)}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{color:var(--INTERNAL-MAIN-TEXT-color) !important}::-webkit-scrollbar-corner{background-color:var(--INTERNAL-MAIN-BG-color)}::selection{color:var(--INTERNAL-MAIN-TEXT-color) !important}::-moz-selection{color:var(--INTERNAL-MAIN-TEXT-color) !important}*:not(pre,pre *,code,.far,.fa,.glyphicon,[class*=vjs-],.fab,.fa-github,.fas,.material-icons,.icofont,.typcn,mu,[class*=mu-],.glyphicon,.icon){font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-family:var(--INTERNAL-MAIN-font) !important;letter-spacing:var(--INTERNAL-MAIN-letter-spacing) !important;line-height:1.574 !important}:root{--darkreader-neutral-background:var(--INTERNAL-MAIN-BG-color);--darkreader-neutral-text:var(--INTERNAL-MAIN-TEXT-color);--darkreader-selection-text:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .nested-links a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .nested-links a:focus,.swagger-ui .nested-links a:hover{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.swagger-ui .opblock-tag{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-tag small{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .parameter__type{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-section-header>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-section-header h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock .opblock-summary-description{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock.opblock-post{border-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .opblock-summary-method{background-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .opblock-summary{border-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-GREEN-color)}.swagger-ui .opblock.opblock-put{border-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .opblock-summary-method{background-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .opblock-summary{border-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-ORANGE-color)}.swagger-ui .opblock.opblock-delete{border-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .opblock-summary-method{background-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .opblock-summary{border-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-RED-color)}.swagger-ui .opblock.opblock-get{border-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .opblock-summary-method{background-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .opblock-summary{border-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-BLUE-color)}.swagger-ui .opblock.opblock-patch{border-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .opblock-summary-method{background-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .opblock-summary{border-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-CYAN-color)}.swagger-ui .opblock.opblock-options{border-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .opblock-summary-method{background-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .opblock-summary{border-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span::after{background-color:var(--INTERNAL-BOX-MAGENTA-color)}.swagger-ui .tab li{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-description-wrapper,.swagger-ui .opblock-external-docs-wrapper,.swagger-ui .opblock-title_normal{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-description-wrapper h4,.swagger-ui .opblock-external-docs-wrapper h4,.swagger-ui .opblock-title_normal h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .opblock-description-wrapper p,.swagger-ui .opblock-external-docs-wrapper p,.swagger-ui .opblock-title_normal p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .responses-inner h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .responses-inner h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .response-col_status{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .response-col_links{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .opblock-body pre.microlight{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .scheme-container .schemes>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .loading-container .loading::after{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui section h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .btn{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui select{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui textarea{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .checkbox p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .dialog-ux .modal-ux-content p{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .dialog-ux .modal-ux-content h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .dialog-ux .modal-ux-header h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .model{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui section.models h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui section.models h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .model-title{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .prop-format{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .servers>label{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui table.headers td{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui table thead tr td,.swagger-ui table thead tr th{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .parameter__name{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info li,.swagger-ui .info p,.swagger-ui .info table{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info h1{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);text-align:center;text-transform:uppercase}.swagger-ui .info h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.swagger-ui .info h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}.swagger-ui .info h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .info h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}.swagger-ui .info a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .info a:hover{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.swagger-ui .info .base-url{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .info .title{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .auth-container .errors{color:var(--INTERNAL-MAIN-TEXT-color)}.swagger-ui .scopes h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}.swagger-ui .scopes h2 a{color:var(--INTERNAL-MAIN-LINK-color)}.swagger-ui .errors-wrapper .errors h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}.swagger-ui .errors-wrapper .errors small{color:var(--INTERNAL-MAIN-TITLES-TEXT-color)}.swagger-ui .errors-wrapper hgroup h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);!font-weight: var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}body{background-color:var(--INTERNAL-MAIN-BG-color)}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic-ext.woff2)format('woff2-variations');unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic.woff2)format('woff2-variations');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.greek.woff2)format('woff2-variations');unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.vietnamese.woff2)format('woff2-variations');unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin-ext.woff2)format('woff2-variations');unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin.woff2)format('woff2-variations');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} \ No newline at end of file diff --git a/css/theme.min.css b/css/theme.min.css index 2fb133e..2bb5c93 100644 --- a/css/theme.min.css +++ b/css/theme.min.css @@ -2,4 +2,4 @@ }@-moz-viewport{width: device-width; }@-o-viewport{width: device-width; }@viewport{width: device-width; -}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;text-decoration:none}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}sub,sup{font-size:.8rem;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}iframe{border:0}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1rem 2.5rem}hr{height:0}pre:not(.mermaid){overflow:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible;padding:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%}tr,td,th{vertical-align:middle}th,td{padding:.425rem 0}th{text-align:start}p{margin:1rem 0}ul,ol{padding-inline-start:1.5rem;margin-top:1rem;margin-bottom:1rem}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}blockquote{margin:1.5rem 0;padding-inline-start:.85rem}cite{display:block;font-size:.925rem}cite:before{content:'\2014 \0020'}pre:not(.mermaid){margin:1.5rem 0;padding:.938rem}code{vertical-align:bottom}small{font-size:.925rem}hr{border-left:none;border-right:none;border-top:none;margin:1.5rem 0}fieldset{border:0;padding:.938rem;margin:0 0 1rem}input,label,select{display:block}label{margin-bottom:.425rem}label.required:after{content:'*'}label abbr{display:none}textarea,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week],select[multiple=multiple]{-webkit-transition:border-color;-moz-transition:border-color;transition:border-color;border-radius:.1875rem;margin-bottom:.85rem;padding:.425rem;width:100%}textarea:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,select[multiple=multiple]:focus{outline:none}textarea{resize:vertical}input[type=checkbox],input[type=radio]{display:inline;margin-inline-end:.425rem}input[type=file]{width:100%}select{width:auto;max-width:100%;margin-bottom:1rem}button,input[type=submit]{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:inherit}:root{--dpr:1;--bpx:1;--bpx1:1}@media(min-resolution:105dpi){:root{--dpr:1.1;--bpx:1.1;--bpx1:calc(1 / 1.1)}}@media(min-resolution:115dpi){:root{--dpr:1.2;--bpx:1.2;--bpx1:calc(1 / 1.2)}}@media(min-resolution:120dpi){:root{--dpr:1.25;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:128dpi){:root{--dpr:1.333;--bpx:1.333;--bpx1:calc(1 / 1.333)}}@media(min-resolution:144dpi){:root{--dpr:1.5;--bpx:1.5;--bpx1:calc(1 / 1.5)}}@media(min-resolution:160dpi){:root{--dpr:1.666;--bpx:1.666;--bpx1:calc(1 / 1.666)}}@media(min-resolution:168dpi){:root{--dpr:1.75;--bpx:1.75;--bpx1:calc(1 / 1.75)}}@media(min-resolution:192dpi){:root{--dpr:2;--bpx:1;--bpx1:1}}@media(min-resolution:240dpi){:root{--dpr:2.5;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:288dpi){:root{--dpr:3;--bpx:1;--bpx1:1}}@media(min-resolution:384dpi){:root{--dpr:4;--bpx:1;--bpx1:1}}@media(min-resolution:480dpi){:root{--dpr:5;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:576dpi){:root{--dpr:6;--bpx:1.5;--bpx1:calc(1 / 1.5)}}@media(min-resolution:768dpi){:root{--dpr:8;--bpx:1;--bpx1:1}}html{color-scheme:only var(--INTERNAL-BROWSER-theme);height:100%;width:100%}body{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color);display:flex;flex-direction:row-reverse;font-size:1.015625rem;font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-weight:var(--INTERNAL-MAIN-font-weight);font-family:var(--INTERNAL-MAIN-font);height:100%;justify-content:flex-end;letter-spacing:var(--INTERNAL-MAIN-letter-spacing);line-height:1.574;width:100%}b,strong,label,th,blockquote cite{font-weight:var(--INTERNAL-MAIN-BOLD-font-weight)}ul{list-style:disc}dt{font-style:italic}dd{display:list-item;list-style:disc;margin-inline-start:1.5rem}a,.topbar-button button{color:var(--INTERNAL-MAIN-LINK-color)}a:hover,a:active,a:focus,.topbar-button button:hover,.topbar-button button:active,.topbar-button button:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.default-animation{transition:all .35s ease}#R-sidebar{background:var(--INTERNAL-MENU-SECTIONS-BG-color);display:flex;flex-basis:auto;flex-direction:column;flex-grow:0;flex-shrink:0;font-size:.953125rem;height:100%;inset-inline-start:0;line-height:1.574;min-height:100%;position:fixed;min-width:var(--INTERNAL-MENU-WIDTH-L);max-width:var(--INTERNAL-MENU-WIDTH-L);width:var(--INTERNAL-MENU-WIDTH-L)}#R-sidebar a{text-decoration:none}#R-header-wrapper{background-color:var(--INTERNAL-MENU-HEADER-BG-color);color:var(--INTERNAL-MENU-SEARCH-color);text-align:center;padding:1rem;position:relative}#R-header{border-block-end:1px solid transparent;position:relative;z-index:1}#R-header a{display:inline-block}.searchbox{background-color:var(--INTERNAL-MENU-SEARCH-BG-color);border-color:var(--INTERNAL-MENU-SEARCH-BORDER-color);border-radius:4px;border-style:solid;border-width:1px;position:relative;margin-top:1rem}.searchbox>:first-child{inset-inline-start:.5rem;position:absolute}.searchbox>button{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;margin:0;padding:0;top:.25rem}.searchbox>i{top:.45rem}.searchbox>:last-child{inset-inline-end:.5rem;position:absolute}#R-sidebar .searchbox>:first-child,#R-sidebar .searchbox>:last-child{color:var(--INTERNAL-MENU-SEARCH-color);opacity:.65}#R-sidebar .searchbox button:hover{opacity:1}.searchbox input{display:inline-block;width:100%;height:1.875rem;background:0 0;border:0;padding-bottom:0;padding-inline-end:1.6rem;padding-inline-start:1.8rem;padding-top:0;margin:0}.searchbox input::-webkit-input-placeholder{color:var(--INTERNAL-MENU-SEARCH-color)}.searchbox input::placeholder{color:var(--INTERNAL-MENU-SEARCH-color);opacity:.45}#R-content-wrapper{--ps-rail-hover-color:rgba(176, 176, 176, 0.25);display:flex;flex-direction:column;flex:1;overflow:hidden;position:relative;z-index:100}#R-sidebar .padding{padding:0 1rem}#R-sidebar .R-sidebarmenu>ul{margin-top:1rem}#R-sidebar ul{list-style:none;padding:0;margin:0}#R-sidebar ul li{padding:0}#R-sidebar ul li.visited+span{margin-inline-end:1rem}#R-sidebar ul li .read-icon{display:none;font-size:.8125rem;inset-inline-end:1rem;margin:.25rem 0 0;min-width:1rem;position:absolute}#R-sidebar ul li>a .read-icon{color:var(--INTERNAL-MENU-VISITED-color)}#R-sidebar ul li.visited>a .read-icon{display:inline}#R-sidebar .nav-title{color:var(--INTERNAL-MENU-SECTIONS-LINK-color);font-size:2rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);line-height:110%;margin:1.25rem 0 -.25rem;padding-inline-start:1rem;text-rendering:optimizeLegibility;text-transform:uppercase}#R-sidebar hr{border-bottom-style:solid;border-bottom-width:1px;margin:1rem 1rem 0}#R-homelinks hr{border-color:var(--INTERNAL-MENU-HOME-SEPARATOR-color)}#R-homelinks .R-menu-divider:first-child hr{border-color:var(--INTERNAL-MENU-HOME-TOP-SEPARATOR-color);margin-top:0}#R-homelinks .R-menu-divider:last-child hr{border-color:var(--INTERNAL-MENU-HOME-BOTTOM-SEPARATOR-color);margin-bottom:3px;margin-top:0}#R-sidebar .R-sidebarmenu:not(:has(>ul>*)){display:none}#R-sidebar .R-menu-divider:not(:has(+.R-sidebarmenu>ul>*)) hr{display:none}#R-homelinks .R-menu-divider:first-child:not(:has(+.R-sidebarmenu>ul>*)):has(~.R-sidebarmenu>ul>*) hr{display:revert}#R-homelinks .R-menu-divider:first-child+.R-sidebarmenu:not(:has(>ul>*))~.R-menu-divider:has(+.R-sidebarmenu>ul>*) hr{display:none}#R-sidebar #R-homelinks .R-menu-divider:has(+.R-sidebarmenu>ul>*)~.R-menu-divider:has(+.R-sidebarmenu>ul>*) hr{display:revert}#R-sidebar #R-homelinks .R-menu-divider:last-child hr{display:revert}#R-content-wrapper hr{border-color:var(--INTERNAL-MENU-SECTION-SEPARATOR-color)}#R-footer-margin{flex-grow:1}#R-footer-margin+.R-menu-divider hr{margin-top:1.25rem}#R-footer{color:var(--INTERNAL-MENU-SECTIONS-LINK-color);font-size:.8125rem;padding-bottom:1.25rem;padding-top:2rem;text-align:center}#R-footer:empty{padding-bottom:.625rem;padding-top:.625rem}#R-footer>*{margin:0 auto}#R-footer>hr:first-child{margin-bottom:1.25rem;margin-top:-.5rem}#R-footer>hr{margin-left:0;margin-right:0}article .R-taxonomy.tags{--VARIABLE-TAGS-color:var(--INTERNAL-MAIN-BG-color);--VARIABLE-TAGS-BG-color:var(--VARIABLE-BOX-color);margin-left:1rem;margin-top:1rem}article .R-taxonomy.tags i{display:none}article .R-taxonomy.tags ul>li~li:before{content:' '}article .R-taxonomy.tags a.term-link{background-color:var(--VARIABLE-TAGS-BG-color);border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:var(--VARIABLE-TAGS-color);display:inline-block;font-size:.8em;font-weight:var(--INTERNAL-MAIN-TITLES-font-weight);line-height:2em;margin:0 0 8px -1px;margin-inline-end:16px;padding:0 10px 0 12px;position:relative}article .R-taxonomy.tags a.term-link:before{border-color:transparent;border-right-color:var(--VARIABLE-TAGS-BG-color);border-style:solid;border-width:1em 1em 1em 0;content:'';left:-1em;height:0;position:absolute;top:0;width:0}article .R-taxonomy.tags a.term-link:after{background-color:var(--VARIABLE-TAGS-color);border-radius:100%;content:'';left:1px;height:5px;position:absolute;top:10px;width:5px}article .R-taxonomy.tags a.term-link:hover:after{width:5px}#R-body{display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;flex-shrink:0;height:100%;margin-inline-start:var(--INTERNAL-MENU-WIDTH-L);min-height:100%;overflow-wrap:break-word;position:relative;min-width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));max-width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));z-index:70}#R-body svg,#R-body img,#R-body figure>figcaption>h4,#R-body figure>figcaption>p,#R-body .video-container{display:block;margin-left:auto;margin-right:auto;padding:0;text-align:center}#R-body svg:not(.lightbox-image).left,#R-body img:not(.lightbox-image).left{margin-left:0}#R-body svg:not(.lightbox-image).right,#R-body img:not(.lightbox-image).right{margin-right:0}#R-body svg:not(.lightbox-image).border,#R-body img:not(.lightbox-image).border,#R-body .video-container.border{background-clip:padding-box;border:1px solid rgba(134,134,134,.333)}#R-body svg:not(.lightbox-image).shadow,#R-body img:not(.lightbox-image).shadow,#R-body .video-container.shadow{box-shadow:0 10px 30px rgba(176,176,176,.666)}#R-body svg:not(.lightbox-image).inline,#R-body img:not(.lightbox-image).inline{display:inline;margin:0;vertical-align:bottom}#R-body figure>figcaption{margin:0}#R-body figure>figcaption>h4{font-size:1rem;font-weight:500;margin:0}#R-body figure>figcaption>p{font-size:.85rem;font-weight:300;margin-top:.15rem}#R-body figure>figcaption>h4+p{margin-top:0}#R-body-inner{display:flex;flex:auto;flex-direction:column;overflow-y:auto;padding:0 3.25rem 4rem;position:relative}@media screen and (max-width:59.999rem){#R-body-inner{padding:0 2rem 1rem}}@media screen and (max-width:47.999rem){#R-body-inner{padding:0 1.25rem .375rem}}#R-topbar a:hover:empty,#R-topbar a:active:empty,#R-topbar a:focus:empty,#R-topbar a:hover :not(i),#R-topbar a:active :not(i),#R-topbar a:focus :not(i),#R-topbar button:hover :not(i),#R-topbar button:active :not(i),#R-topbar button:focus :not(i),#R-topbar .title:hover,#R-topbar .title:active,#R-topbar .title:focus,.topbar-content a:hover,.topbar-content a:active,.topbar-content a:focus,article a:hover,article a:active,article a:focus,article a:hover .copy-to-clipboard,article a:active .copy-to-clipboard,article a:focus .copy-to-clipboard{text-decoration:underline}.topbar-content a:hover,.topbar-content a:active,.topbar-content a:focus,article a:hover,article a:active,article a:focus,article a:hover .copy-to-clipboard,article a:active .copy-to-clipboard,article a:focus .copy-to-clipboard,article a.lightbox-back:hover>svg:only-child:empty,article a.lightbox-back:active>svg:only-child:empty,article a.lightbox-back:focus>svg:only-child:empty,article a.lightbox-back:hover>img:only-child:empty,article a.lightbox-back:active>img:only-child:empty,article a.lightbox-back:focus>img:only-child:empty,article .btn>button:hover,article .btn>button:active,article .btn>button:focus{outline:none}article a:hover>svg:only-child:empty,article a:active>svg:only-child:empty,article a:focus>svg:only-child:empty,article a:hover>img:only-child:empty,article a:active>img:only-child:empty,article a:focus>img:only-child:empty{outline:.15rem solid var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body-inner:focus-visible{outline:none}#R-body h1+hr{margin-bottom:2rem;margin-top:-1rem}#R-body .flex-block-wrapper{margin-left:auto;margin-right:auto;max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body .flex-block-wrapper:has(article.narrow){max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem)}.main-width-max #R-body .flex-block-wrapper{width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem)}.main-width-max #R-body .flex-block-wrapper:has(article.narrow){width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem)}#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 9.75rem 2rem}@media screen and (max-width:59.999rem){#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 6.5rem 1rem}}@media screen and (max-width:47.999rem){#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 3.25rem .375rem}}#R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.2rem;text-align:justify}mark{background:0 0;background-image:linear-gradient(to right,color-mix(in srgb,var(--INTERNAL-ACCENT-color) 20%,transparent),color-mix(in srgb,var(--INTERNAL-ACCENT-color) 90%,transparent) 4%,color-mix(in srgb,var(--INTERNAL-ACCENT-color) 40%,transparent));border-radius:.8em .3rem;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#000;-webkit-print-color-adjust:exact;color-adjust:exact;margin:0 -.4rem;padding:.1em .4rem}kbd{background-color:rgba(134,134,134,.166);border-color:rgba(134,134,134,.5);border-radius:.25rem;border-style:solid;border-width:1px;box-shadow:0 .0625rem 0 .0625rem rgba(134,134,134,.5);color:var(--INTERNAL-TEXT-color);-webkit-print-color-adjust:exact;color-adjust:exact;line-height:1;min-width:.75rem;padding:.125rem .3125rem;position:relative;text-align:center;top:-.125rem}h1{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-size:3.25rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);margin:.85rem 0 1rem;overflow-wrap:break-word;overflow-x:hidden;text-align:center;text-rendering:optimizeLegibility;text-transform:uppercase}#R-body-inner>.flex-block-wrapper article.narrow h1{border-bottom:4px solid rgba(134,134,134,.125);font-size:3.5rem}@media only screen and (min-width:48rem) and (max-width:59.999rem){#R-body-inner>.flex-block-wrapper article.narrow h1{font-size:2.8rem}}@media only screen and (max-width:47.999rem){#R-body-inner>.flex-block-wrapper article.narrow h1{font-size:2.5rem}}.article-subheading{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-size:1.8rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);text-align:center}#R-body-inner>.flex-block-wrapper article>.article-subheading{margin-top:0}#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:2rem}@media screen and (max-width:59.999rem){#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:1rem}}@media screen and (max-width:47.999rem){#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:.375rem}}h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-size:2.2rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-size:1.8rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-size:1.85rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-size:1.6rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}h6{color:var(--INTERNAL-MAIN-TITLES-H6-TEXT-color);font-size:1.3rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H6-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H6-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H6-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H6-letter-spacing)}h2,h3,.article-subheading,h4,h5,h6{margin:1.5rem 0 1rem;overflow-wrap:break-word;overflow-x:hidden;text-rendering:optimizeLegibility}h2,h3,h4,h5,h6{padding-inline-end:2rem}blockquote{border-inline-start:.6rem solid rgba(134,134,134,.4)}blockquote p{font-size:1.06640625rem;font-style:italic;opacity:.75;text-align:justify}blockquote cite{display:block;opacity:.5;padding-top:.5rem;text-align:end}.box{background-color:var(--VARIABLE-BOX-color);border-color:var(--VARIABLE-BOX-color);border-style:solid;border-width:1px;margin:1.5rem 0;outline:none;pointer-events:none}.box>.box-label{color:var(--VARIABLE-BOX-CAPTION-color);font-weight:500;margin-left:.6rem;margin-right:.6rem;padding:.2rem 0}.box>.box-label::-webkit-details-marker,.box>.box-label::marker{display:none}.box>.box-content{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;pointer-events:auto}#R-body .box-content:not(:has(>p)):has(>div[class*=highlight]:only-of-type),#R-body .box-content:has(>p:empty):has(>div[class*=highlight]:only-of-type){padding:0}#R-body .box-content:not(:has(>p))>div[class*=highlight]:only-of-type>pre,#R-body .box-content:has(>p:empty)>div[class*=highlight]:only-of-type>pre{border:0}p:empty{display:none}#R-body table th>:nth-child(1 of :not(:empty)),#R-body table th>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body table td>:nth-child(1 of :not(:empty)),#R-body table td>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)){margin-top:0}#R-body table th>:nth-last-child(1 of :not(:empty)),#R-body table th>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body table th>div.highlight:last-child pre:not(.mermaid),#R-body table td>:nth-last-child(1 of :not(:empty)),#R-body table td>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body table td>div:last-child pre:not(.mermaid),#R-body .box>.box-content>:nth-last-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body .box>.box-content>div:last-child pre:not(.mermaid),#R-body .tab-content>.tab-content-text>:nth-last-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>div:last-child pre:not(.mermaid){margin-bottom:0}.attachments .box-content{display:block;margin:0;padding-inline-start:1.75rem}.children p{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.children-li p{font-style:italic}.children-h2 p,.children-h3 p,.children-h4 p,.children-h5 p,.children-h6 p{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}#R-body-inner .children h2,#R-body-inner .children h3,#R-body-inner .children h4,#R-body-inner .children h5,#R-body-inner .children h6{margin-bottom:0;margin-top:1rem}#R-body-inner ul.children-h2,#R-body-inner ul.children-h3,#R-body-inner ul.children-h4,#R-body-inner ul.children-h5,#R-body-inner ul.children-h6{padding-inline-start:0}code,kbd,pre:not(.mermaid),samp{font-size:.934375em;font-variation-settings:var(--INTERNAL-CODE-font-variation-settings);font-weight:var(--INTERNAL-CODE-font-weight);font-family:var(--INTERNAL-CODE-font);letter-spacing:var(--INTERNAL-CODE-letter-spacing);vertical-align:baseline}code{background-color:var(--INTERNAL-CODE-INLINE-BG-color);border-color:var(--INTERNAL-CODE-INLINE-BORDER-color);border-radius:.125em;border-style:solid;border-width:1px;color:var(--INTERNAL-CODE-INLINE-color);-webkit-print-color-adjust:economy;color-adjust:economy;padding-left:.125em;padding-right:.125em}pre:not(.mermaid){background-color:var(--INTERNAL-CODE-BLOCK-BG-color);border-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-CODE-BLOCK-color);-webkit-print-color-adjust:economy;color-adjust:economy;line-height:1.15;padding:1rem;position:relative}pre:not(.mermaid) code{background-color:inherit;border:0;color:inherit;-webkit-print-color-adjust:economy;color-adjust:economy;font-size:.9375rem;margin:0;padding:0}div.highlight{position:relative}div.highlight>div{background-color:var(--INTERNAL-CODE-BLOCK-BG-color);border-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);border-style:solid;border-width:1px}div.highlight>div table{background-color:transparent;border-width:0;margin:0}table{color:var(--INTERNAL-MAIN-TEXT-color);position:relative}tr:has(th){background-color:var(--INTERNAL-MAIN-BG-color);position:sticky;top:-1px;z-index:110}div.highlight>div td{border-width:0}#R-body div.highlight>div a{line-height:inherit}#R-body div.highlight>div a:after{display:none}div.highlight>div td:first-child:not(:last-child),div.highlight>span[id]{-webkit-user-select:none;user-select:none}div.highlight>div td:not(:first-child):last-child{width:100%}div.highlight>div table{display:block;overflow:auto}div.highlight:not(.wrap-code) pre:not(.mermaid){overflow:auto}div.highlight:not(.wrap-code) pre:not(.mermaid) code{white-space:pre}div.highlight.wrap-code pre:not(.mermaid) code{white-space:pre-wrap}div.highlight>div td>pre:not(.mermaid){border-radius:0;border-width:0}div.highlight>div tr:not(:first-child) pre:not(.mermaid){padding-top:0}div.highlight>div tr:not(:last-child) pre:not(.mermaid){padding-bottom:0}div.highlight>div td:first-child:not(:last-child) pre:not(.mermaid){padding-right:0}div.highlight>div td:not(:first-child):last-child pre:not(.mermaid){padding-left:0}hr{border-bottom:4px solid rgba(134,134,134,.125)}#R-body-inner pre:not(.mermaid){white-space:pre-wrap}table{background-color:var(--INTERNAL-MAIN-BG-color);border:1px solid rgba(134,134,134,.333);margin-bottom:1rem;margin-top:1rem;table-layout:auto}th,thead td{background-color:rgba(134,134,134,.166);border:1px solid rgba(134,134,134,.333);-webkit-print-color-adjust:exact;color-adjust:exact;padding:.5rem}td{border:1px solid rgba(134,134,134,.333);padding:.5rem}tbody>tr:nth-child(even)>td{background-color:rgba(134,134,134,.045)}.tooltipped{position:relative}.tooltipped:after{background:#000;border:1px solid #777;border-radius:3px;color:#fff;content:attr(aria-label);display:none;font-family:var(--INTERNAL-MAIN-font);font-size:.6875rem;font-weight:700;-webkit-font-smoothing:subpixel-antialiased;line-height:1.5;padding:5px 8px;pointer-events:none;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;word-wrap:break-word;z-index:140}.tooltipped:before{border:5px solid transparent;color:#000;content:'';display:none;height:0;pointer-events:none;position:absolute;width:0;z-index:150}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{margin-top:5px;right:50%;top:100%}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{border-bottom-color:rgba(0,0,0,.8);bottom:-5px;margin-right:-5px;right:50%;top:auto}.tooltipped-se:after{left:50%;margin-left:-15px;right:auto}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{bottom:100%;margin-bottom:5px;right:50%}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{border-top-color:rgba(0,0,0,.8);bottom:auto;margin-right:-5px;right:50%;top:-5px}.tooltipped-ne:after{left:50%;margin-left:-15px;right:auto}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{transform:translateX(50%)}.tooltipped-w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.tooltipped-w:before{border-left-color:rgba(0,0,0,.8);bottom:50%;left:-5px;margin-top:-5px;top:50%}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.tooltipped-e:before{border-right-color:rgba(0,0,0,.8);bottom:50%;margin-top:-5px;right:-5px;top:50%}#R-topbar{min-height:3rem;position:relative;z-index:170}#R-topbar>.topbar-wrapper{align-items:center;background-color:rgba(134,134,134,.066);display:flex;flex-basis:100%;flex-direction:row;height:100%}.topbar-button{display:inline-block;position:relative}.topbar-button:not([data-origin]){display:none}.topbar-button>.topbar-control{display:inline-block;padding-left:1rem;padding-right:1rem}.topbar-wrapper>.topbar-area-start>.topbar-button>.topbar-control{border-inline-end:1px solid rgba(134,134,134,.333)}.topbar-wrapper>.topbar-area-end>.topbar-button>.topbar-control{border-inline-start:1px solid rgba(134,134,134,.333)}.topbar-button>button:disabled i,.topbar-button>span i{color:rgba(134,134,134,.333)}.topbar-button button{-webkit-appearance:none;appearance:none;background-color:transparent}.topbar-sidebar-divider{border-inline-start-color:var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color);border-inline-start-style:solid;border-inline-start-width:1px;margin-inline-end:calc(var(--bpx1) * -.75px);inset-inline-start:calc(var(--bpx1) * -.75px);position:relative;width:1px}@media screen and (max-width:47.999rem){.topbar-sidebar-divider{border-inline-start-color:transparent}}.topbar-sidebar-divider::after{content:'\00a0'}.topbar-wrapper>.topbar-area-start{display:flex;flex-direction:row;flex-shrink:0}.topbar-wrapper>.topbar-area-end{display:flex;flex-direction:row;flex-shrink:0}.topbar-wrapper>.topbar-hidden{display:none}html[dir=rtl] .topbar-button-prev i,html[dir=rtl] .topbar-button-next i{transform:scaleX(-1)}.topbar-content{top:.75rem}.topbar-wrapper>.topbar-area-start .topbar-content{inset-inline-start:1.5rem}.topbar-wrapper>.topbar-area-end .topbar-content{inset-inline-end:1.5rem}.topbar-content .topbar-content{display:none}.topbar-breadcrumbs{flex-grow:1;margin:0;padding:0 1rem}@media screen and (max-width:47.999rem){.topbar-breadcrumbs{visibility:hidden}}.breadcrumbs{min-width:0;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.breadcrumbs meta{display:none}.breadcrumbs li{display:inline-block}#R-body a[aria-disabled=true]{color:var(--INTERNAL-MAIN-TEXT-color);pointer-events:none;text-decoration:none}@media screen and (max-width:59.999rem){#R-sidebar{min-width:var(--INTERNAL-MENU-WIDTH-M);max-width:var(--INTERNAL-MENU-WIDTH-M);width:var(--INTERNAL-MENU-WIDTH-M)}#R-body{margin-inline-start:var(--INTERNAL-MENU-WIDTH-M);min-width:calc(100% - var(--INTERNAL-MENU-WIDTH-M));max-width:calc(100% - var(--INTERNAL-MENU-WIDTH-M));width:calc(100% - var(--INTERNAL-MENU-WIDTH-M))}}@media screen and (max-width:47.999rem){.mobile-support #R-sidebar{inset-inline-start:calc(-1 * var(--INTERNAL-MENU-WIDTH-S));min-width:var(--INTERNAL-MENU-WIDTH-S);max-width:var(--INTERNAL-MENU-WIDTH-S);width:var(--INTERNAL-MENU-WIDTH-S)}.mobile-support #navshow{display:inline}.mobile-support #R-body{min-width:100%;max-width:100%;width:100%}.mobile-support #R-body{margin-inline-start:0}.mobile-support.sidebar-flyout{overflow:hidden}.mobile-support.sidebar-flyout #R-sidebar{inset-inline-start:0;z-index:90}.mobile-support.sidebar-flyout #R-body{margin-inline-start:var(--INTERNAL-MENU-WIDTH-S);overflow:hidden}.mobile-support.sidebar-flyout #R-body-overlay{background-color:rgba(134,134,134,.5);bottom:0;cursor:pointer;height:100vh;left:0;position:absolute;right:0;top:0;z-index:190}}span.copy-to-clipboard{display:inline;position:relative}code.copy-to-clipboard-code:has(+.inline-copy-to-clipboard-button):after{display:inline-block;width:calc(1.333em + var(--bpx1) * .125em);content:''}.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{cursor:pointer;display:inline;font:initial}.inline-copy-to-clipboard-button{background-color:var(--INTERNAL-CODE-INLINE-BG-color);border-color:var(--INTERNAL-CODE-INLINE-BORDER-color);border-inline-start-style:solid;border-inline-start-width:1px;color:var(--INTERNAL-CODE-INLINE-color);font-size:.934375em;margin-inline-start:calc(-1 * (1.333em + var(--bpx1) * .125em));position:relative;z-index:10}.inline-copy-to-clipboard-button:hover{background-color:var(--INTERNAL-CODE-INLINE-color);color:var(--INTERNAL-CODE-INLINE-BG-color)}.block-copy-to-clipboard-button{background-color:rgba(160,160,160,.2);border-color:transparent;border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-MAIN-LINK-color);display:none;font-size:.934375rem;padding:5px 3px;position:absolute;inset-inline-end:4px;top:4px}@media(any-hover:none){.block-copy-to-clipboard-button{display:block}}div.highlight:focus-within .block-copy-to-clipboard-button,div.highlight .block-copy-to-clipboard-button:active,div.highlight:hover .block-copy-to-clipboard-button{display:block}.disableHoverBlockCopyToClipBoard div.highlight .block-copy-to-clipboard-button{display:block}.force-display{display:block!important}.block-copy-to-clipboard-button:hover{background-color:var(--INTERNAL-MAIN-LINK-color);border-color:var(--INTERNAL-MAIN-LINK-color);color:var(--INTERNAL-CODE-BLOCK-BG-color)}.inline-copy-to-clipboard-button>i{font-size:.859625em;padding-left:.333em;padding-right:.333em}.block-copy-to-clipboard-button>i{font-size:.859625rem;padding-left:5px;padding-right:5px}option{color:initial}.expand{margin-bottom:1.5rem;margin-top:1.5rem;outline:initial;pointer-events:initial;position:relative}.expand>.box-label{cursor:pointer}.expand>.box-label:hover,.expand>.box-label:active,.expand>.box-label:focus{text-decoration:underline}.expand>.box-label>.expander-icon{font-size:.8rem;width:.6rem}.expand[open]>.box-label>i.expander-icon{transform:rotate(90deg)}html[dir=rtl] .expand>.box-label>i.expander-icon{transform:scaleX(-1)}html[dir=rtl] .expand[open]>.box-label>i.expander-icon{transform:rotate(90deg)}#R-body footer.footline{margin-top:2rem}.headline i,.footline i{margin-inline-start:.5rem}.headline i:first-child,.footline i:first-child{margin-inline-start:0}.mermaid-container{margin-bottom:1.7rem;margin-top:1.7rem}.mermaid{display:inline-block;border:1px solid transparent;padding:.5rem .5rem 0;position:relative;visibility:hidden;width:100%}.mermaid-container.zoomable>.mermaid:hover{border-color:rgba(134,134,134,.333)}.mermaid.mermaid-render{visibility:visible}.mermaid>svg{height:initial!important}.mermaid-container.zoomable>.mermaid>svg{cursor:grab}.svg-reset-button{background-color:rgba(160,160,160,.2);border-color:transparent;border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-MAIN-LINK-color);cursor:pointer;display:none;font-size:.934375rem;line-height:1.15;padding:5px 3px;position:absolute;inset-inline-end:4px;top:4px}.svg-reset-button:hover{background-color:var(--INTERNAL-MAIN-LINK-color);border-color:var(--INTERNAL-MAIN-LINK-color);color:var(--INTERNAL-MAIN-BG-color)}.mermaid:hover .svg-reset-button.zoomed{display:block}@media(any-hover:some){.svg-reset-button.zoomed{display:block}}.svg-reset-button>i{font-size:.859625rem;padding-left:5px;padding-right:5px}.mermaid-code{display:none}.include.hide-first-heading h1~h2:first-of-type,.include.hide-first-heading h1~h3:first-of-type,.include.hide-first-heading h2~h3:first-of-type,.include.hide-first-heading h1~h4:first-of-type,.include.hide-first-heading h2~h4:first-of-type,.include.hide-first-heading h3~h4:first-of-type,.include.hide-first-heading h1~h5:first-of-type,.include.hide-first-heading h2~h5:first-of-type,.include.hide-first-heading h3~h5:first-of-type,.include.hide-first-heading h4~h5:first-of-type,.include.hide-first-heading h1~h6:first-of-type,.include.hide-first-heading h2~h6:first-of-type,.include.hide-first-heading h3~h6:first-of-type,.include.hide-first-heading h4~h6:first-of-type,.include.hide-first-heading h5~h6:first-of-type{display:block}.topbar-flyout #R-main-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:3rem;z-index:160}.topbar-content{background-color:var(--INTERNAL-MAIN-BG-color);border:0 solid rgba(134,134,134,.166);box-shadow:1px 2px 5px 1px rgba(134,134,134,.2);height:0;opacity:0;overflow:hidden;position:absolute;visibility:hidden;width:0;z-index:180}.topbar-button.topbar-flyout .topbar-content{border-width:1px;height:auto;opacity:1;visibility:visible;width:auto}.topbar-content .topbar-content-wrapper{background-color:rgba(134,134,134,.066)}.topbar-content-wrapper{--ps-rail-hover-color:rgba(176, 176, 176, 0.25);max-height:90vh;overflow:hidden;padding:.5rem 1rem;position:relative}.topbar-content .topbar-button .topbar-control{border-width:0;padding:0}.topbar-content .topbar-button .topbar-control{border-width:0;padding:.5rem 0}#TableOfContents,.TableOfContents{font-size:.8125rem}#TableOfContents ul,.TableOfContents ul{list-style:none;margin:0;padding:0 1rem}#TableOfContents>ul,.TableOfContents>ul{padding:0}#TableOfContents li,.TableOfContents li{white-space:nowrap}#TableOfContents>ul>li>a,.TableOfContents>ul>li>a{font-weight:500}.list-tree ul{list-style-type:none;padding:0;position:relative;overflow:hidden}.list-tree>ul{padding-inline-start:1rem}.list-tree li{color:var(--INTERNAL-MAIN-TEXT-color);margin-bottom:0;margin-inline-end:0;margin-inline-start:.5rem;margin-top:0;padding-bottom:0;padding-inline-end:.75rem;padding-inline-start:1rem;padding-top:0;position:relative}.list-tree>ul>li{margin-inline-start:calc(-.5rem)}.list-tree li::before,.list-tree li::after{content:'';position:absolute;inset-inline-start:0}.list-tree li::before{border-top:2px solid var(--INTERNAL-MAIN-TEXT-color);height:0;top:.75rem;width:.75rem}.list-tree li:after{border-left:2px solid var(--INTERNAL-MAIN-TEXT-color);height:100%;top:-.5rem;width:0}.list-tree ul:last-child li:last-child:after{height:1.25rem}.list-tree i{color:var(--INTERNAL-PRIMARY-color);margin-inline-end:.25rem}i.cstyle{color:var(--VARIABLE-BOX-color)}.btn{background-color:var(--VARIABLE-BOX-color);border-radius:4px;display:inline-block;font-size:.9rem;font-weight:500;line-height:1.1;margin-bottom:0;touch-action:manipulation;-webkit-user-select:none;user-select:none}.btn.interactive{cursor:pointer}.btn>span,.btn>a{display:block}.btn>:where(button){-webkit-appearance:none;appearance:none;border-width:0;margin:0;padding:0}.btn>*{background-color:transparent;border-color:var(--VARIABLE-BOX-color);border-radius:4px;border-style:solid;border-width:1px;color:var(--VARIABLE-BOX-CAPTION-color);padding:6px 12px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn>*:after{content:'\200b'}#R-body #R-body-inner .btn>*.highlight:after{background-color:transparent}.btn.interactive>.btn-interactive:focus{outline:none}.btn.interactive>*:hover,.btn.interactive>*:active,.btn.interactive>*:focus{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);text-decoration:none}.btn.cstyle.transparent{--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color)}.btn.interactive.cstyle.transparent:hover,.btn.interactive.cstyle.transparent:focus,.btn.interactive.cstyle.transparent:active,.btn.interactive.cstyle.transparent:has(a:hover),.btn.interactive.cstyle.transparent:has(a:focus),.btn.interactive.cstyle.transparent:has(a:active){background-color:var(--INTERNAL-BOX-NEUTRAL-color)}.btn.cstyle.transparent>*{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color);--VARIABLE-BOX-TEXT-color:var(--VARIABLE-BOX-CAPTION-color)}.anchor{-webkit-appearance:none;appearance:none;background-color:transparent;color:var(--INTERNAL-MAIN-LINK-color);cursor:pointer;font-size:.5em;margin-inline-start:.66em;margin-top:.9em;position:absolute;visibility:hidden}@media(any-hover:none){.anchor{visibility:visible}}.anchor:hover,.anchor:active,.anchor:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{visibility:visible}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}#R-body h1+h2,#R-body h1+h3,#R-body h1+h4,#R-body h1+h5,#R-body h1+h6,#R-body h2+h3,#R-body h2+h4,#R-body h2+h5,#R-body h2+h6,#R-body h3+h4,#R-body h3+h5,#R-body h3+h6,#R-body h4+h5,#R-body h4+h6,#R-body h5+h6{margin-top:1rem}.menu-control .control-style{cursor:pointer;height:1.574em;overflow:hidden}.menu-control i{padding-top:.25em}.menu-control i,.menu-control span{cursor:pointer;display:block;float:left}html[dir=rtl] .menu-control i,html[dir=rtl] .menu-control span{float:right}.menu-control :hover,.menu-control i:hover,.menu-control span:hover{cursor:pointer}.menu-control select,.menu-control button{-webkit-appearance:none;appearance:none;height:1.33rem;outline:none;width:100%}.menu-control button:active,.menu-control button:focus,.menu-control select:active,.menu-control select:focus{outline-style:solid}.menu-control select{background-color:transparent;background-image:none;border:none;box-shadow:none;padding-left:0;padding-right:0}.menu-control option{color:#000;padding:0;margin:0}.menu-control button{background-color:transparent;cursor:pointer;display:block;text-align:start}.clear{clear:both}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}span.math:has(>mjx-container[display]){display:block}@supports selector(.math:has(> mjx-container)){.math{visibility:hidden}.math:has(>mjx-container){visibility:visible}}.math.align-left>mjx-container{text-align:left!important}.math.align-center>mjx-container{text-align:center!important}.math.align-right>mjx-container{text-align:right!important}.scrollbar-measure{height:100px;overflow:scroll;position:absolute;width:100px;top:-9999px}.include.hide-first-heading h1:first-of-type,.include.hide-first-heading h2:first-of-type,.include.hide-first-heading h3:first-of-type,.include.hide-first-heading h4:first-of-type,.include.hide-first-heading h5:first-of-type,.include.hide-first-heading h6:first-of-type,.a11y-only{clip-path:polygon(0 0,1px 0,1px 1px,0 1px);overflow:hidden;position:absolute;height:1px;transform:translateY(-100%);transition:transform .5s cubic-bezier(.18,.89,.32,1.28);-webkit-user-select:none;user-select:none;white-space:nowrap;width:1px}.mermaid-container.align-right{text-align:right}.mermaid-container.align-center{text-align:center}.mermaid-container.align-left{text-align:left}.searchform{display:flex}.searchform input{flex:1 0 60%;border-radius:4px;border:2px solid rgba(134,134,134,.125);background:rgba(134,134,134,.125);display:block;margin:0;margin-inline-end:.5rem}.searchform input::-webkit-input-placeholder,.searchform input::placeholder{color:#868686;opacity:.666}.searchform .btn{display:inline-flex}.searchhint{margin-top:1rem;height:1.5rem}#R-searchresults a.autocomplete-suggestion{display:block;font-size:1.3rem;font-weight:500;line-height:1.5rem;padding:1rem;text-decoration:none}#R-searchresults a.autocomplete-suggestion:after{height:0}#R-searchresults .autocomplete-suggestion{color:var(--INTERNAL-MAIN-LINK-color)}#R-searchresults .autocomplete-suggestion>.breadcrumbs{color:var(--INTERNAL-PRIMARY-color);font-size:.9rem;font-weight:400;margin-top:.167em;padding-left:.2em;padding-right:.2em}#R-searchresults .autocomplete-suggestion>.context{color:var(--INTERNAL-MAIN-TEXT-color);font-size:1rem;font-weight:300;margin-top:.66em;padding-left:.1em;padding-right:.1em}.badge{border-radius:3px;display:inline-block;font-size:.8rem;font-weight:500;vertical-align:middle}.badge>*{border-color:var(--VARIABLE-BOX-TEXT-color);border-radius:3px;border-style:solid;border-width:1px;display:inline-block;padding:0 .25rem}.badge>.badge-title{background-color:#101010;border-inline-end:0;border-start-end-radius:0;border-end-end-radius:0;color:#f0f0f0;filter:contrast(2);opacity:.75}.badge.badge-with-title>.badge-content{border-start-start-radius:0;border-end-start-radius:0}.badge>.badge-content{background-color:var(--VARIABLE-BOX-color);color:var(--VARIABLE-BOX-CAPTION-color)}.badge-content:after{content:'\200b'}.badge.cstyle.transparent{--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color)}article :not(li)>ul>li:has(>input[type=checkbox]),article :not(li)>ul>li:has(>span>input[type=checkbox]){margin-inline-start:-1.5rem}article ul>li:has(>input[type=checkbox]){list-style:none}article ul>li:has(>input[type=checkbox])::before,article ul>li:has(>span>input[type=checkbox])::before{content:'\200B'}article ul>li>input[type=checkbox],article ul>li>span>input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:var(--INTERNAL-MAIN-BG-color);border:.15em solid;border-radius:.15em;color:var(--INTERNAL-MAIN-TEXT-color);display:inline-grid;font:inherit;height:1.15em;margin:0;place-content:center;transform:translateY(-.075em);width:1.15em}article ul>li>input[type=checkbox]::before,article ul>li>span>input[type=checkbox]::before{box-shadow:inset 1em 1em var(--INTERNAL-PRIMARY-color);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);content:'';height:.65em;transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;width:.65em;background-color:CanvasText}article ul>li>input[type=checkbox]:checked::before,article ul>li>span>input[type=checkbox]:checked::before{transform:scale(1)}.lightbox-back{align-items:center;background:rgba(0,0,0,.8);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:1999}.lightbox-back:target{display:flex}.lightbox-back svg,.lightbox-back img{background-color:var(--INTERNAL-MAIN-BG-color);max-height:95%;max-width:95%;overflow:auto;padding:min(2vh,2vw)}#R-sidebar select,#R-sidebar .collapsible-menu label,#R-sidebar .menu-control,#R-sidebar :is(a,span){color:var(--INTERNAL-MENU-SECTIONS-LINK-color)}#R-sidebar select:hover,#R-sidebar .collapsible-menu li:not(.active)>label:hover,#R-sidebar .menu-control:hover,#R-sidebar a:hover{color:var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color)}#R-sidebar li.active>label,#R-sidebar li.active>a{color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color)}#R-sidebar li.active>a{background-color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BG-color)}#R-sidebar ul>li>:is(a,span){display:block;position:relative}#R-sidebar ul.space li>*{padding-bottom:.125rem;padding-top:.125rem}#R-sidebar ul.space>li>ul{padding-bottom:0;padding-top:0}#R-sidebar ul.morespace li>*{padding-bottom:.25rem;padding-top:.25rem}#R-sidebar ul.morespace li>ul{padding-bottom:0;padding-top:0}#R-sidebar ul.enlarge>li.parent,#R-sidebar ul.enlarge>li.active{background-color:var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color)}#R-sidebar ul.enlarge>li>:is(a,span){font-size:1.1rem;line-height:2rem}#R-sidebar ul.enlarge>li>a>.read-icon{margin-top:.5rem}#R-sidebar ul.enlarge>li>ul>li:last-child{padding-bottom:1rem}#R-sidebar ul ul{padding-inline-start:1rem}#R-sidebar ul.collapsible-menu>li{position:relative}#R-sidebar ul.collapsible-menu>li>input{-webkit-appearance:none;appearance:none;cursor:pointer;display:inline-block;margin-left:0;margin-right:0;margin-top:.65rem;position:absolute;width:1rem;z-index:1}#R-sidebar ul.collapsible-menu.enlarge>li>input{margin-top:.9rem}#R-sidebar ul.collapsible-menu>li>label{cursor:pointer;display:inline-block;inset-inline-start:0;margin-bottom:0;padding-inline-start:.125rem;position:absolute;width:1rem;z-index:2}#R-sidebar ul.collapsible-menu.enlarge>li>label{font-size:1.1rem;line-height:2rem}#R-sidebar ul.collapsible-menu>li>label:after{content:'';display:block;height:1px;transition:width .5s ease;width:0%}#R-sidebar ul.collapsible-menu>li>label:hover:after{width:100%}#R-sidebar ul.collapsible-menu>li>label>.fas{font-size:.8rem;width:.6rem}#R-sidebar ul.collapsible-menu>li>:is(a,span){display:inline-block;width:100%}#R-sidebar ul ul{display:none}#R-sidebar ul>li.parent>ul,#R-sidebar ul>li.active>ul,#R-sidebar ul>li.alwaysopen>ul{display:block}#R-sidebar ul.collapsible-menu>li>input+label~ul{display:none}#R-sidebar ul.collapsible-menu>li>input+label>.fa-chevron-right{display:inline-block;text-align:end}#R-sidebar ul.collapsible-menu>li>input:checked+label~ul{display:block}#R-sidebar ul.collapsible-menu>li>input:checked+label>.fa-chevron-right{transform:rotate(90deg)}html[dir=rtl] #R-sidebar ul.collapsible-menu>li>input+label>i.fa-chevron-right{transform:scaleX(-1)}html[dir=rtl] #R-sidebar ul.collapsible-menu>li>input:checked+label>i.fa-chevron-right{transform:rotate(90deg)}a#R-logo.R-default{font-size:1.875rem}@media only all and (max-width:59.999rem){a#R-logo.R-default{font-size:1.5625rem}}body a#R-logo,body a#R-logo:hover,body #R-logo svg,body #R-logo svg :not([color]),body #R-logo svg :not([color=black]),body #R-logo svg :not([color='#000000']){color:var(--INTERNAL-MENU-HEADER-color)!important}body a#R-logo,body a#R-logo:hover,body #R-logo svg,body #R-logo svg :not([fill]),body #R-logo svg :not([fill=black]),body #R-logo svg :not([fill='#000000']){fill:var(--INTERNAL-MENU-HEADER-color)!important}.columnize{column-count:2}@media screen and (min-width:79.25rem){.columnize{column-count:3}}.columnize>*{break-inside:avoid-column}.columnize .breadcrumbs{font-size:.859625rem}#R-body .tab-panel{margin-bottom:1.5rem;margin-top:1.5rem}#R-body .tab-nav{display:flex;flex-wrap:wrap}#R-body .tab-nav-title{font-size:.9rem;font-weight:400;line-height:1.42857143;padding:.2rem 0;margin-inline-start:.6rem}#R-body .tab-nav-button{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid transparent;color:var(--INTERNAL-MAIN-LINK-color);display:block;font-size:.9rem;font-weight:300;line-height:1.42857143;margin-inline-start:.6rem}#R-body .tab-nav-button.active{background-color:var(--VARIABLE-BOX-color);border-bottom-color:var(--VARIABLE-BOX-BG-color);border-radius:2px 2px 0 0;color:var(--VARIABLE-BOX-TEXT-color);cursor:default}#R-body .tab-nav-button:not(.active):hover,#R-body .tab-nav-button:not(.active):active,#R-body .tab-nav-button:not(.active):focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body .tab-nav-button>.tab-nav-text{border-bottom-color:var(--VARIABLE-BOX-color);border-bottom-style:solid;border-bottom-width:.15rem;display:block;padding:.2rem .6rem 0}#R-body .tab-nav-button.active>.tab-nav-text{background-color:var(--VARIABLE-BOX-BG-color);border-bottom-color:transparent;border-radius:1px 1px 0 0;text-shadow:-.08ex 0 0 currentColor,.08ex 0 0 currentColor}@supports(-webkit-text-stroke-width:0.09ex){#R-body .tab-nav-button.active>.tab-nav-text{text-shadow:-.08ex 0 0 currentColor,.08ex 0 0 currentColor;-webkit-text-stroke-width:.09ex}}#R-body .tab-nav-button:not(.active):hover>.tab-nav-text,#R-body .tab-nav-button:not(.active):active>.tab-nav-text,#R-body .tab-nav-button:not(.active):focus>.tab-nav-text{border-bottom-color:var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body .tab-content{background-color:var(--VARIABLE-BOX-color);border-color:var(--VARIABLE-BOX-color);border-style:solid;border-width:1px;display:none;margin-top:calc(var(--bpx1) * -1px);z-index:10}#R-body .tab-content.active{display:block}#R-body .tab-content-text{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);padding:1rem}#R-body .tab-content.codify>.tab-content-text{padding:0}#R-body .tab-content-text:has(>div.highlight:only-child){padding:0}#R-body .tab-content-text>div.highlight:only-child>div,#R-body .tab-content-text>div.highlight:only-child pre:not(.mermaid),#R-body .tab-content-text>pre:not(.mermaid).pre-code:only-child{border-width:0}.tab-panel-style.cstyle.initial,.tab-panel-style.cstyle.default{--VARIABLE-BOX-BG-color:var(--INTERNAL-MAIN-BG-color)}.tab-panel-style.cstyle.transparent{--VARIABLE-BOX-color:rgba(134, 134, 134, 0.4);--VARIABLE-BOX-BG-color:transparent}#R-body .tab-panel-style.cstyle.initial.tab-nav-button.active,#R-body .tab-panel-style.cstyle.default.tab-nav-button.active,#R-body .tab-panel-style.cstyle.transparent.tab-nav-button.active{background-color:var(--VARIABLE-BOX-BG-color);border-left-color:var(--VARIABLE-BOX-color);border-right-color:var(--VARIABLE-BOX-color);border-top-color:var(--VARIABLE-BOX-color)}#R-body .tab-panel-style.cstyle.code.tab-nav-button:not(.active){--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color)}#R-body .tab-panel-style.cstyle.initial.tab-content,#R-body .tab-panel-style.cstyle.default.tab-content,#R-body .tab-panel-style.cstyle.transparent.tab-content{background-color:var(--VARIABLE-BOX-BG-color)}#R-topbar{background-color:var(--INTERNAL-MAIN-BG-color);border-bottom-color:var(--INTERNAL-MAIN-TOPBAR-BORDER-color);border-bottom-style:solid;border-bottom-width:1px}#R-header-topbar{border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-inline-end-color:var(--INTERNAL-MENU-TOPBAR-BORDER-color);border-inline-end-style:solid;border-inline-end-width:1px;height:3rem;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:47.999rem){.mobile-support #R-header-topbar{border-inline-end-color:var(--INTERNAL-MENU-BORDER-color)}}#R-header-wrapper,#R-homelinks,#R-content-wrapper>*{border-inline-end-color:var(--INTERNAL-MENU-BORDER-color);border-inline-end-style:solid;border-inline-end-width:1px}#topics>ul{margin-top:1rem}#R-sidebar ul.collapsible-menu li.active>a{border-bottom-color:var(--INTERNAL-MENU-BORDER-color);border-top-color:var(--INTERNAL-MENU-BORDER-color);border-inline-start-color:var(--INTERNAL-MENU-BORDER-color);border-inline-end-color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BORDER-color);border-style:solid;border-width:1px;padding-left:calc(1rem - var(--bpx1) * 1px);padding-right:calc(1rem - var(--bpx1) * 1px);width:calc(100% + var(--bpx1) * 1px)}#R-sidebar ul.morespace.collapsible-menu li.active>a{padding-bottom:calc(.25rem - var(--bpx1) * 1px);padding-top:calc(.25rem - var(--bpx1) * 1px)}#R-sidebar ul.space.collapsible-menu li.active>a{padding-bottom:calc(.125rem - var(--bpx1) * 1px);padding-top:calc(.125rem - var(--bpx1) * 1px)}#R-homelinks{background-color:var(--INTERNAL-MENU-HEADER-BORDER-color);padding:0}#R-sidebar #R-homelinks ul{margin:.75rem 0}#R-sidebar #R-homelinks ul.space{margin:.625rem 0}#R-sidebar #R-homelinks ul.morespace{margin:.5rem 0}#R-homelinks .nav-title{color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks select,#R-homelinks .collapsible-menu label,#R-homelinks .menu-control,#R-homelinks :is(a,span){color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks ul.collapsible-menu li.active>a{border-bottom-color:transparent;border-top-color:transparent;border-inline-start-color:transparent;border-inline-end-color:transparent}#R-homelinks select:hover,#R-homelinks :is(.collapsible-menu,:not(.collapsible-menu)) li:not(.active)>label:hover,#R-homelinks .menu-control:hover,#R-homelinks :is(.collapsible-menu,:not(.collapsible-menu)) a:hover{color:var(--INTERNAL-MENU-HOME-LINK-HOVER-color)}#R-homelinks li.active>label,#R-homelinks li.active>a{color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks li.active>a{background-color:transparent}article .R-taxonomy ul,article .R-taxonomy li{list-style:none;display:inline;padding:0}article .R-taxonomy i~ul>li:before{content:' '}article .R-taxonomy ul>li~li:before{content:' | '}body.notfound p{text-align:center}body.notfound #R-body{margin-inline-start:0;max-width:100%;min-width:100%;width:100%}body.notfound h1{color:var(--MAIN-TEXT-color);line-height:1;font-size:5rem;overflow:hidden}body.notfound h1 span{font-size:6.5rem;font-weight:500}body.notfound h1 i{font-size:5rem;vertical-align:text-top}body.notfound h2{color:var(--MAIN-TEXT-color);font-size:2.5rem;font-weight:500;padding:0;text-align:center}body.notfound #shrug svg,body.notfound #shrug svg *{color:#000;color:var(--MAIN-TEXT-color);fill:#000!important;fill:var(--MAIN-TEXT-color)!important}body.notfound #shrug svg{transform:scaleX(-1);width:15rem}.box.cstyle.transparent{border-width:0}.box.cstyle.transparent>.box-label{margin:0;padding-bottom:0;padding-top:0}.box.expand.cstyle.transparent>.box-label{color:var(--INTERNAL-MAIN-LINK-color)}.box.expand.cstyle.transparent>.box-label:hover,.box.expand.cstyle.transparent>.box-label:active,.box.expand.cstyle.transparent>.box-label:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.box.cstyle.transparent>.box-content{margin-top:0;padding-bottom:0}.mermaidTooltip{position:absolute}.cstyle{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color);--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-BOX-CAPTION-color);--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-NEUTRAL-TEXT-color);-webkit-print-color-adjust:exact;color-adjust:exact}.cstyle.caution{--VARIABLE-BOX-color:var(--INTERNAL-BOX-CAUTION-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-CAUTION-TEXT-color)}.cstyle.important{--VARIABLE-BOX-color:var(--INTERNAL-BOX-IMPORTANT-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-IMPORTANT-TEXT-color)}.cstyle.info{--VARIABLE-BOX-color:var(--INTERNAL-BOX-INFO-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-INFO-TEXT-color)}.cstyle.note{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NOTE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-NOTE-TEXT-color)}.cstyle.tip{--VARIABLE-BOX-color:var(--INTERNAL-BOX-TIP-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-TIP-TEXT-color)}.cstyle.warning{--VARIABLE-BOX-color:var(--INTERNAL-BOX-WARNING-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-WARNING-TEXT-color)}.cstyle.primary{--VARIABLE-BOX-color:var(--INTERNAL-PRIMARY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.secondary{--VARIABLE-BOX-color:var(--INTERNAL-SECONDARY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.accent{--VARIABLE-BOX-color:var(--INTERNAL-ACCENT-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.blue{--VARIABLE-BOX-color:var(--INTERNAL-BOX-BLUE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-BLUE-TEXT-color)}.cstyle.cyan{--VARIABLE-BOX-color:var(--INTERNAL-BOX-CYAN-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-CYAN-TEXT-color)}.cstyle.green{--VARIABLE-BOX-color:var(--INTERNAL-BOX-GREEN-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-GREEN-TEXT-color)}.cstyle.grey{--VARIABLE-BOX-color:var(--INTERNAL-BOX-GREY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-GREY-TEXT-color)}.cstyle.magenta{--VARIABLE-BOX-color:var(--INTERNAL-BOX-MAGENTA-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-MAGENTA-TEXT-color)}.cstyle.orange{--VARIABLE-BOX-color:var(--INTERNAL-BOX-ORANGE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-ORANGE-TEXT-color)}.cstyle.red{--VARIABLE-BOX-color:var(--INTERNAL-BOX-RED-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-RED-TEXT-color)}.cstyle.code{--VARIABLE-BOX-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-CODE-BLOCK-color);--VARIABLE-BOX-BG-color:var(--INTERNAL-CODE-BLOCK-BG-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-CODE-BLOCK-color)}.cstyle.transparent{--VARIABLE-BOX-color:transparent;--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-MAIN-TITLES-TEXT-color);--VARIABLE-BOX-BG-color:transparent;--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic-ext.woff2)format('woff2-variations');unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic.woff2)format('woff2-variations');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.greek.woff2)format('woff2-variations');unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.vietnamese.woff2)format('woff2-variations');unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin-ext.woff2)format('woff2-variations');unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin.woff2)format('woff2-variations');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} \ No newline at end of file +}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;text-decoration:none}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}sub,sup{font-size:.8rem;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}iframe{border:0}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1rem 2.5rem}hr{height:0}pre:not(.mermaid){overflow:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible;padding:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%}tr,td,th{vertical-align:middle}th,td{padding:.425rem 0}th{text-align:start}p{margin:1rem 0}ul,ol{padding-inline-start:1.5rem;margin-top:1rem;margin-bottom:1rem}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}blockquote{margin:1.5rem 0;padding-inline-start:.85rem}cite{display:block;font-size:.925rem}cite:before{content:'\2014 \0020'}pre:not(.mermaid){margin:1.5rem 0;padding:.938rem}code{vertical-align:bottom}small{font-size:.925rem}hr{border-left:none;border-right:none;border-top:none;margin:1.5rem 0}fieldset{border:0;padding:.938rem;margin:0 0 1rem}input,label,select{display:block}label{margin-bottom:.425rem}label.required:after{content:'*'}label abbr{display:none}textarea,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week],select[multiple=multiple]{-webkit-transition:border-color;-moz-transition:border-color;transition:border-color;border-radius:.1875rem;margin-bottom:.85rem;padding:.425rem;width:100%}textarea:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,select[multiple=multiple]:focus{outline:none}textarea{resize:vertical}input[type=checkbox],input[type=radio]{display:inline;margin-inline-end:.425rem}input[type=file]{width:100%}select{width:auto;max-width:100%;margin-bottom:1rem}button,input[type=submit]{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:inherit}:root{--dpr:1;--bpx:1;--bpx1:1}@media(min-resolution:105dpi){:root{--dpr:1.1;--bpx:1.1;--bpx1:calc(1 / 1.1)}}@media(min-resolution:115dpi){:root{--dpr:1.2;--bpx:1.2;--bpx1:calc(1 / 1.2)}}@media(min-resolution:120dpi){:root{--dpr:1.25;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:128dpi){:root{--dpr:1.333;--bpx:1.333;--bpx1:calc(1 / 1.333)}}@media(min-resolution:144dpi){:root{--dpr:1.5;--bpx:1.5;--bpx1:calc(1 / 1.5)}}@media(min-resolution:160dpi){:root{--dpr:1.666;--bpx:1.666;--bpx1:calc(1 / 1.666)}}@media(min-resolution:168dpi){:root{--dpr:1.75;--bpx:1.75;--bpx1:calc(1 / 1.75)}}@media(min-resolution:192dpi){:root{--dpr:2;--bpx:1;--bpx1:1}}@media(min-resolution:240dpi){:root{--dpr:2.5;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:288dpi){:root{--dpr:3;--bpx:1;--bpx1:1}}@media(min-resolution:384dpi){:root{--dpr:4;--bpx:1;--bpx1:1}}@media(min-resolution:480dpi){:root{--dpr:5;--bpx:1.25;--bpx1:calc(1 / 1.25)}}@media(min-resolution:576dpi){:root{--dpr:6;--bpx:1.5;--bpx1:calc(1 / 1.5)}}@media(min-resolution:768dpi){:root{--dpr:8;--bpx:1;--bpx1:1}}html{color-scheme:only var(--INTERNAL-BROWSER-theme);height:100%;width:100%}body{background-color:var(--INTERNAL-MAIN-BG-color);color:var(--INTERNAL-MAIN-TEXT-color);display:flex;flex-direction:row-reverse;font-size:1.015625rem;font-variation-settings:var(--INTERNAL-MAIN-font-variation-settings);font-weight:var(--INTERNAL-MAIN-font-weight);font-family:var(--INTERNAL-MAIN-font);height:100%;justify-content:flex-end;letter-spacing:var(--INTERNAL-MAIN-letter-spacing);line-height:1.574;width:100%}b,strong,label,th,blockquote cite{font-weight:var(--INTERNAL-MAIN-BOLD-font-weight)}ul{list-style:disc}dt{font-style:italic}dd{display:list-item;list-style:disc;margin-inline-start:1.5rem}a,.topbar-button button{color:var(--INTERNAL-MAIN-LINK-color)}a:hover,a:active,a:focus,.topbar-button button:hover,.topbar-button button:active,.topbar-button button:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.default-animation{transition:all .35s ease}#R-sidebar{background:var(--INTERNAL-MENU-SECTIONS-BG-color);display:flex;flex-basis:auto;flex-direction:column;flex-grow:0;flex-shrink:0;font-size:.953125rem;height:100%;inset-inline-start:0;line-height:1.574;min-height:100%;position:fixed;min-width:var(--INTERNAL-MENU-WIDTH-L);max-width:var(--INTERNAL-MENU-WIDTH-L);width:var(--INTERNAL-MENU-WIDTH-L)}#R-sidebar a{text-decoration:none}#R-header-wrapper{background-color:var(--INTERNAL-MENU-HEADER-BG-color);color:var(--INTERNAL-MENU-SEARCH-color);text-align:center;padding:1rem;position:relative}#R-header{border-block-end:1px solid transparent;position:relative;z-index:1}#R-header a{display:inline-block}.searchbox{background-color:var(--INTERNAL-MENU-SEARCH-BG-color);border-color:var(--INTERNAL-MENU-SEARCH-BORDER-color);border-radius:4px;border-style:solid;border-width:1px;position:relative;margin-top:1rem}.searchbox>:first-child{inset-inline-start:.5rem;position:absolute}.searchbox>button{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;margin:0;padding:0;top:.25rem}.searchbox>i{top:.45rem}.searchbox>:last-child{inset-inline-end:.5rem;position:absolute}#R-sidebar .searchbox>:first-child,#R-sidebar .searchbox>:last-child{color:var(--INTERNAL-MENU-SEARCH-color);opacity:.65}#R-sidebar .searchbox button:hover{opacity:1}.searchbox input{display:inline-block;width:100%;height:1.875rem;background:0 0;border:0;padding-bottom:0;padding-inline-end:1.6rem;padding-inline-start:1.8rem;padding-top:0;margin:0}.searchbox input::-webkit-input-placeholder{color:var(--INTERNAL-MENU-SEARCH-color)}.searchbox input::placeholder{color:var(--INTERNAL-MENU-SEARCH-color);opacity:.45}#R-content-wrapper{--ps-rail-hover-color:rgba(176, 176, 176, 0.25);display:flex;flex-direction:column;flex:1;overflow:hidden;position:relative;z-index:100}#R-sidebar .padding{padding:0 1rem}#R-sidebar .R-sidebarmenu>ul{margin-top:1rem}#R-sidebar ul{list-style:none;padding:0;margin:0}#R-sidebar ul li{padding:0}#R-sidebar ul li.visited+span{margin-inline-end:1rem}#R-sidebar ul li .read-icon{display:none;font-size:.8125rem;inset-inline-end:1rem;margin:.25rem 0 0;min-width:1rem;position:absolute}#R-sidebar ul li>a .read-icon{color:var(--INTERNAL-MENU-VISITED-color)}#R-sidebar ul li.visited>a .read-icon{display:inline}#R-sidebar .nav-title{color:var(--INTERNAL-MENU-SECTIONS-LINK-color);font-size:2rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);line-height:110%;margin:1.25rem 0 -.25rem;padding-inline-start:1rem;text-rendering:optimizeLegibility;text-transform:uppercase}#R-sidebar hr{border-bottom-style:solid;border-bottom-width:1px;margin:1rem 1rem 0}#R-homelinks hr{border-color:var(--INTERNAL-MENU-HOME-SEPARATOR-color)}#R-homelinks .R-menu-divider:first-child hr{border-color:var(--INTERNAL-MENU-HOME-TOP-SEPARATOR-color);margin-top:0}#R-homelinks .R-menu-divider:last-child hr{border-color:var(--INTERNAL-MENU-HOME-BOTTOM-SEPARATOR-color);margin-bottom:3px;margin-top:0}#R-sidebar .R-sidebarmenu:not(:has(>ul>*)){display:none}#R-sidebar .R-menu-divider:not(:has(+.R-sidebarmenu>ul>*)) hr{display:none}#R-homelinks .R-menu-divider:first-child:not(:has(+.R-sidebarmenu>ul>*)):has(~.R-sidebarmenu>ul>*) hr{display:revert}#R-homelinks .R-menu-divider:first-child+.R-sidebarmenu:not(:has(>ul>*))~.R-menu-divider:has(+.R-sidebarmenu>ul>*) hr{display:none}#R-sidebar #R-homelinks .R-menu-divider:has(+.R-sidebarmenu>ul>*)~.R-menu-divider:has(+.R-sidebarmenu>ul>*) hr{display:revert}#R-sidebar #R-homelinks .R-menu-divider:last-child hr{display:revert}#R-content-wrapper hr{border-color:var(--INTERNAL-MENU-SECTION-SEPARATOR-color)}#R-footer-margin{flex-grow:1}#R-footer-margin+.R-menu-divider hr{margin-top:1.25rem}#R-footer{color:var(--INTERNAL-MENU-SECTIONS-LINK-color);font-size:.8125rem;padding-bottom:1.25rem;padding-top:2rem;text-align:center}#R-footer:empty{padding-bottom:.625rem;padding-top:.625rem}#R-footer>*{margin:0 auto}#R-footer>hr:first-child{margin-bottom:1.25rem;margin-top:-.5rem}#R-footer>hr{margin-left:0;margin-right:0}article .R-taxonomy.tags{--VARIABLE-TAGS-color:var(--INTERNAL-MAIN-BG-color);--VARIABLE-TAGS-BG-color:var(--VARIABLE-BOX-color);margin-left:1rem;margin-top:1rem}article .R-taxonomy.tags i{display:none}article .R-taxonomy.tags ul>li~li:before{content:' '}article .R-taxonomy.tags a.term-link{background-color:var(--VARIABLE-TAGS-BG-color);border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:var(--VARIABLE-TAGS-color);display:inline-block;font-size:.8em;font-weight:var(--INTERNAL-MAIN-TITLES-font-weight);line-height:2em;margin:0 0 8px -1px;margin-inline-end:16px;padding:0 10px 0 12px;position:relative}article .R-taxonomy.tags a.term-link:before{border-color:transparent;border-right-color:var(--VARIABLE-TAGS-BG-color);border-style:solid;border-width:1em 1em 1em 0;content:'';left:-1em;height:0;position:absolute;top:0;width:0}article .R-taxonomy.tags a.term-link:after{background-color:var(--VARIABLE-TAGS-color);border-radius:100%;content:'';left:1px;height:5px;position:absolute;top:10px;width:5px}article .R-taxonomy.tags a.term-link:hover:after{width:5px}#R-body{display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;flex-shrink:0;height:100%;margin-inline-start:var(--INTERNAL-MENU-WIDTH-L);min-height:100%;overflow-wrap:break-word;position:relative;min-width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));max-width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));width:calc(100% - var(--INTERNAL-MENU-WIDTH-L));z-index:70}#R-body svg,#R-body img,#R-body figure>figcaption>h4,#R-body figure>figcaption>p,#R-body .video-container{display:block;margin-left:auto;margin-right:auto;padding:0;text-align:center}#R-body svg:not(.lightbox-image).left,#R-body img:not(.lightbox-image).left{margin-left:0}#R-body svg:not(.lightbox-image).right,#R-body img:not(.lightbox-image).right{margin-right:0}#R-body svg:not(.lightbox-image).border,#R-body img:not(.lightbox-image).border,#R-body .video-container.border{background-clip:padding-box;border:1px solid rgba(134,134,134,.333)}#R-body svg:not(.lightbox-image).shadow,#R-body img:not(.lightbox-image).shadow,#R-body .video-container.shadow{box-shadow:0 10px 30px rgba(176,176,176,.666)}#R-body svg:not(.lightbox-image).inline,#R-body img:not(.lightbox-image).inline{display:inline;margin:0;vertical-align:bottom}#R-body figure>figcaption{margin:0}#R-body figure>figcaption>h4{font-size:1rem;font-weight:500;margin:0}#R-body figure>figcaption>p{font-size:.85rem;font-weight:300;margin-top:.15rem}#R-body figure>figcaption>h4+p{margin-top:0}#R-body-inner{display:flex;flex:auto;flex-direction:column;overflow-y:auto;padding:0 3.25rem 4rem;position:relative}@media screen and (max-width:59.999rem){#R-body-inner{padding:0 2rem 1rem}}@media screen and (max-width:47.999rem){#R-body-inner{padding:0 1.25rem .375rem}}#R-topbar a:hover:empty,#R-topbar a:active:empty,#R-topbar a:focus:empty,#R-topbar a:hover :not(i),#R-topbar a:active :not(i),#R-topbar a:focus :not(i),#R-topbar button:hover :not(i),#R-topbar button:active :not(i),#R-topbar button:focus :not(i),#R-topbar .title:hover,#R-topbar .title:active,#R-topbar .title:focus,.topbar-content a:hover,.topbar-content a:active,.topbar-content a:focus,article a:hover,article a:active,article a:focus,article a:hover .copy-to-clipboard,article a:active .copy-to-clipboard,article a:focus .copy-to-clipboard{text-decoration:underline}.topbar-content a:hover,.topbar-content a:active,.topbar-content a:focus,article a:hover,article a:active,article a:focus,article a:hover .copy-to-clipboard,article a:active .copy-to-clipboard,article a:focus .copy-to-clipboard,article a.lightbox-back:hover>svg:only-child:empty,article a.lightbox-back:active>svg:only-child:empty,article a.lightbox-back:focus>svg:only-child:empty,article a.lightbox-back:hover>img:only-child:empty,article a.lightbox-back:active>img:only-child:empty,article a.lightbox-back:focus>img:only-child:empty,article .btn>button:hover,article .btn>button:active,article .btn>button:focus{outline:none}article a:hover>svg:only-child:empty,article a:active>svg:only-child:empty,article a:focus>svg:only-child:empty,article a:hover>img:only-child:empty,article a:active>img:only-child:empty,article a:focus>img:only-child:empty{outline:.15rem solid var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body-inner:focus-visible{outline:none}#R-body h1+hr{margin-bottom:2rem;margin-top:-1rem}#R-body .flex-block-wrapper{margin-left:auto;margin-right:auto;max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);width:100%}#R-body .flex-block-wrapper:has(article.narrow){max-width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem)}.main-width-max #R-body .flex-block-wrapper{width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem)}.main-width-max #R-body .flex-block-wrapper:has(article.narrow){width:calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem)}#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 9.75rem 2rem}@media screen and (max-width:59.999rem){#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 6.5rem 1rem}}@media screen and (max-width:47.999rem){#R-body-inner:has(>.flex-block-wrapper article.narrow){padding:0 3.25rem .375rem}}#R-body-inner>.flex-block-wrapper article.narrow>p{font-size:1.2rem;text-align:justify}mark{background:0 0;background-image:linear-gradient(to right,color-mix(in srgb,var(--INTERNAL-ACCENT-color) 20%,transparent),color-mix(in srgb,var(--INTERNAL-ACCENT-color) 90%,transparent) 4%,color-mix(in srgb,var(--INTERNAL-ACCENT-color) 40%,transparent));border-radius:.8em .3rem;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#000;-webkit-print-color-adjust:exact;color-adjust:exact;margin:0 -.4rem;padding:.1em .4rem}kbd{background-color:rgba(134,134,134,.166);border-color:rgba(134,134,134,.5);border-radius:.25rem;border-style:solid;border-width:1px;box-shadow:0 .0625rem 0 .0625rem rgba(134,134,134,.5);color:var(--INTERNAL-TEXT-color);-webkit-print-color-adjust:exact;color-adjust:exact;line-height:1;min-width:.75rem;padding:.125rem .3125rem;position:relative;text-align:center;top:-.125rem}h1{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-size:3.25rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);margin:.85rem 0 1rem;overflow-wrap:break-word;overflow-x:hidden;text-align:center;text-rendering:optimizeLegibility;text-transform:uppercase}#R-body-inner>.flex-block-wrapper article.narrow h1{border-bottom:4px solid rgba(134,134,134,.125);font-size:3.5rem}@media only screen and (min-width:48rem) and (max-width:59.999rem){#R-body-inner>.flex-block-wrapper article.narrow h1{font-size:2.8rem}}@media only screen and (max-width:47.999rem){#R-body-inner>.flex-block-wrapper article.narrow h1{font-size:2.5rem}}.article-subheading{color:var(--INTERNAL-MAIN-TITLES-H1-TEXT-color);font-size:1.8rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H1-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H1-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H1-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H1-letter-spacing);text-align:center}#R-body-inner>.flex-block-wrapper article>.article-subheading{margin-top:0}#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:2rem}@media screen and (max-width:59.999rem){#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:1rem}}@media screen and (max-width:47.999rem){#R-body-inner>.flex-block-wrapper article.narrow>.article-subheading{margin-top:.375rem}}h2{color:var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);font-size:2.2rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H2-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H2-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H2-letter-spacing)}h3{color:var(--INTERNAL-MAIN-TITLES-H3-TEXT-color);font-size:1.8rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H3-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H3-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H3-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H3-letter-spacing)}h4{color:var(--INTERNAL-MAIN-TITLES-H4-TEXT-color);font-size:1.85rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H4-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H4-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H4-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H4-letter-spacing)}h5{color:var(--INTERNAL-MAIN-TITLES-H5-TEXT-color);font-size:1.6rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H5-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H5-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H5-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H5-letter-spacing)}h6{color:var(--INTERNAL-MAIN-TITLES-H6-TEXT-color);font-size:1.3rem;font-variation-settings:var(--INTERNAL-MAIN-TITLES-H6-font-variation-settings);font-weight:var(--INTERNAL-MAIN-TITLES-H6-font-weight);font-family:var(--INTERNAL-MAIN-TITLES-H6-font);letter-spacing:var(--INTERNAL-MAIN-TITLES-H6-letter-spacing)}h2,h3,.article-subheading,h4,h5,h6{margin:1.5rem 0 1rem;overflow-wrap:break-word;overflow-x:hidden;text-rendering:optimizeLegibility}h2,h3,h4,h5,h6{padding-inline-end:2rem}blockquote{border-inline-start:.6rem solid rgba(134,134,134,.4)}blockquote p{font-size:1.06640625rem;font-style:italic;opacity:.75;text-align:justify}blockquote cite{display:block;opacity:.5;padding-top:.5rem;text-align:end}.box{background-color:var(--VARIABLE-BOX-color);border-color:var(--VARIABLE-BOX-color);border-style:solid;border-width:1px;margin:1.5rem 0;outline:none;pointer-events:none}.box>.box-label{color:var(--VARIABLE-BOX-CAPTION-color);font-weight:500;margin-left:.6rem;margin-right:.6rem;padding:.2rem 0}.box>.box-label::-webkit-details-marker,.box>.box-label::marker{display:none}.box>.box-content{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;pointer-events:auto}#R-body .box-content:not(:has(>p)):has(>div[class*=highlight]:only-of-type),#R-body .box-content:has(>p:empty):has(>div[class*=highlight]:only-of-type){padding:0}#R-body .box-content:not(:has(>p))>div[class*=highlight]:only-of-type>pre,#R-body .box-content:has(>p:empty)>div[class*=highlight]:only-of-type>pre{border:0}p:empty{display:none}#R-body table th>:nth-child(1 of :not(:empty)),#R-body table th>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body table td>:nth-child(1 of :not(:empty)),#R-body table td>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)){margin-top:0}#R-body table th>:nth-last-child(1 of :not(:empty)),#R-body table th>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body table th>div.highlight:last-child pre:not(.mermaid),#R-body table td>:nth-last-child(1 of :not(:empty)),#R-body table td>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body table td>div:last-child pre:not(.mermaid),#R-body .box>.box-content>:nth-last-child(1 of :not(:empty)),#R-body .box>.box-content>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body .box>.box-content>div:last-child pre:not(.mermaid),#R-body .tab-content>.tab-content-text>:nth-last-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>:nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),#R-body .tab-content>.tab-content-text>div:last-child pre:not(.mermaid){margin-bottom:0}.attachments .box-content{display:block;margin:0;padding-inline-start:1.75rem}.children p{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.children-li p{font-style:italic}.children-h2 p,.children-h3 p,.children-h4 p,.children-h5 p,.children-h6 p{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}#R-body-inner .children h2,#R-body-inner .children h3,#R-body-inner .children h4,#R-body-inner .children h5,#R-body-inner .children h6{margin-bottom:0;margin-top:1rem}#R-body-inner ul.children-h2,#R-body-inner ul.children-h3,#R-body-inner ul.children-h4,#R-body-inner ul.children-h5,#R-body-inner ul.children-h6{padding-inline-start:0}code,kbd,pre:not(.mermaid),samp{font-size:.934375em;font-variation-settings:var(--INTERNAL-CODE-font-variation-settings);font-weight:var(--INTERNAL-CODE-font-weight);font-family:var(--INTERNAL-CODE-font);letter-spacing:var(--INTERNAL-CODE-letter-spacing);vertical-align:baseline}code{background-color:var(--INTERNAL-CODE-INLINE-BG-color);border-color:var(--INTERNAL-CODE-INLINE-BORDER-color);border-radius:.125em;border-style:solid;border-width:1px;color:var(--INTERNAL-CODE-INLINE-color);-webkit-print-color-adjust:economy;color-adjust:economy;padding-left:.125em;padding-right:.125em}pre:not(.mermaid){background-color:var(--INTERNAL-CODE-BLOCK-BG-color);border-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-CODE-BLOCK-color);-webkit-print-color-adjust:economy;color-adjust:economy;line-height:1.15;padding:1rem;position:relative}pre:not(.mermaid) code{background-color:inherit;border:0;color:inherit;-webkit-print-color-adjust:economy;color-adjust:economy;font-size:.9375rem;margin:0;padding:0}div.highlight{position:relative}div.highlight>div{background-color:var(--INTERNAL-CODE-BLOCK-BG-color);border-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);border-style:solid;border-width:1px}div.highlight>div table{background-color:transparent;border-width:0;margin:0}table{color:var(--INTERNAL-MAIN-TEXT-color);position:relative}tr:has(th){background-color:var(--INTERNAL-MAIN-BG-color);position:sticky;top:-1px;z-index:110}div.highlight>div td{border-width:0}#R-body div.highlight>div a{line-height:inherit}#R-body div.highlight>div a:after{display:none}div.highlight>div td:first-child:not(:last-child),div.highlight>span[id]{-webkit-user-select:none;user-select:none}div.highlight>div td:not(:first-child):last-child{width:100%}div.highlight>div table{display:block;overflow:auto}div.highlight:not(.wrap-code) pre:not(.mermaid){overflow:auto}div.highlight:not(.wrap-code) pre:not(.mermaid) code{white-space:pre}div.highlight.wrap-code pre:not(.mermaid) code{white-space:pre-wrap}div.highlight>div td>pre:not(.mermaid){border-radius:0;border-width:0}div.highlight>div tr:not(:first-child) pre:not(.mermaid){padding-top:0}div.highlight>div tr:not(:last-child) pre:not(.mermaid){padding-bottom:0}div.highlight>div td:first-child:not(:last-child) pre:not(.mermaid){padding-right:0}div.highlight>div td:not(:first-child):last-child pre:not(.mermaid){padding-left:0}hr{border-bottom:4px solid rgba(134,134,134,.125)}#R-body-inner pre:not(.mermaid){white-space:pre-wrap}table{background-color:var(--INTERNAL-MAIN-BG-color);border:1px solid rgba(134,134,134,.333);margin-bottom:1rem;margin-top:1rem;table-layout:auto}th,thead td{background-color:rgba(134,134,134,.166);border:1px solid rgba(134,134,134,.333);-webkit-print-color-adjust:exact;color-adjust:exact;padding:.5rem}td{border:1px solid rgba(134,134,134,.333);padding:.5rem}tbody>tr:nth-child(even)>td{background-color:rgba(134,134,134,.045)}.tooltipped{position:relative}.tooltipped:after{background:#000;border:1px solid #777;border-radius:3px;color:#fff;content:attr(aria-label);display:none;font-family:var(--INTERNAL-MAIN-font);font-size:.6875rem;font-weight:700;-webkit-font-smoothing:subpixel-antialiased;line-height:1.5;padding:5px 8px;pointer-events:none;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;word-wrap:break-word;z-index:140}.tooltipped:before{border:5px solid transparent;color:#000;content:'';display:none;height:0;pointer-events:none;position:absolute;width:0;z-index:150}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{margin-top:5px;right:50%;top:100%}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{border-bottom-color:rgba(0,0,0,.8);bottom:-5px;margin-right:-5px;right:50%;top:auto}.tooltipped-se:after{left:50%;margin-left:-15px;right:auto}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{bottom:100%;margin-bottom:5px;right:50%}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{border-top-color:rgba(0,0,0,.8);bottom:auto;margin-right:-5px;right:50%;top:-5px}.tooltipped-ne:after{left:50%;margin-left:-15px;right:auto}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{transform:translateX(50%)}.tooltipped-w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.tooltipped-w:before{border-left-color:rgba(0,0,0,.8);bottom:50%;left:-5px;margin-top:-5px;top:50%}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.tooltipped-e:before{border-right-color:rgba(0,0,0,.8);bottom:50%;margin-top:-5px;right:-5px;top:50%}#R-topbar{min-height:3rem;position:relative;z-index:170}#R-topbar>.topbar-wrapper{align-items:center;background-color:rgba(134,134,134,.066);display:flex;flex-basis:100%;flex-direction:row;height:100%}.topbar-button{display:inline-block;position:relative}.topbar-button:not([data-origin]){display:none}.topbar-button>.topbar-control{display:inline-block;padding-left:1rem;padding-right:1rem}.topbar-wrapper>.topbar-area-start>.topbar-button>.topbar-control{border-inline-end:1px solid rgba(134,134,134,.333)}.topbar-wrapper>.topbar-area-end>.topbar-button>.topbar-control{border-inline-start:1px solid rgba(134,134,134,.333)}.topbar-button>button:disabled i,.topbar-button>span i{color:rgba(134,134,134,.333)}.topbar-button button{-webkit-appearance:none;appearance:none;background-color:transparent}.topbar-sidebar-divider{border-inline-start-color:var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color);border-inline-start-style:solid;border-inline-start-width:1px;margin-inline-end:calc(var(--bpx1) * -.75px);inset-inline-start:calc(var(--bpx1) * -.75px);position:relative;width:1px}@media screen and (max-width:47.999rem){.topbar-sidebar-divider{border-inline-start-color:transparent}}.topbar-sidebar-divider::after{content:'\00a0'}.topbar-wrapper>.topbar-area-start{display:flex;flex-direction:row;flex-shrink:0}.topbar-wrapper>.topbar-area-end{display:flex;flex-direction:row;flex-shrink:0}.topbar-wrapper>.topbar-hidden{display:none}html[dir=rtl] .topbar-button-prev i,html[dir=rtl] .topbar-button-next i{transform:scaleX(-1)}.topbar-content{top:.75rem}.topbar-wrapper>.topbar-area-start .topbar-content{inset-inline-start:1.5rem}.topbar-wrapper>.topbar-area-end .topbar-content{inset-inline-end:1.5rem}.topbar-content .topbar-content{display:none}.topbar-breadcrumbs{flex-grow:1;margin:0;padding:0 1rem}@media screen and (max-width:47.999rem){.topbar-breadcrumbs{visibility:hidden}}.breadcrumbs{min-width:0;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.breadcrumbs meta{display:none}.breadcrumbs li{display:inline-block}#R-body a[aria-disabled=true]{color:var(--INTERNAL-MAIN-TEXT-color);pointer-events:none;text-decoration:none}@media screen and (max-width:59.999rem){#R-sidebar{min-width:var(--INTERNAL-MENU-WIDTH-M);max-width:var(--INTERNAL-MENU-WIDTH-M);width:var(--INTERNAL-MENU-WIDTH-M)}#R-body{margin-inline-start:var(--INTERNAL-MENU-WIDTH-M);min-width:calc(100% - var(--INTERNAL-MENU-WIDTH-M));max-width:calc(100% - var(--INTERNAL-MENU-WIDTH-M));width:calc(100% - var(--INTERNAL-MENU-WIDTH-M))}}@media screen and (max-width:47.999rem){.mobile-support #R-sidebar{inset-inline-start:calc(-1 * var(--INTERNAL-MENU-WIDTH-S));min-width:var(--INTERNAL-MENU-WIDTH-S);max-width:var(--INTERNAL-MENU-WIDTH-S);width:var(--INTERNAL-MENU-WIDTH-S)}.mobile-support #navshow{display:inline}.mobile-support #R-body{min-width:100%;max-width:100%;width:100%}.mobile-support #R-body{margin-inline-start:0}.mobile-support.sidebar-flyout{overflow:hidden}.mobile-support.sidebar-flyout #R-sidebar{inset-inline-start:0;z-index:90}.mobile-support.sidebar-flyout #R-body{margin-inline-start:var(--INTERNAL-MENU-WIDTH-S);overflow:hidden}.mobile-support.sidebar-flyout #R-body-overlay{background-color:rgba(134,134,134,.5);bottom:0;cursor:pointer;height:100vh;left:0;position:absolute;right:0;top:0;z-index:190}}span.copy-to-clipboard{display:inline;position:relative}code.copy-to-clipboard-code:has(+.inline-copy-to-clipboard-button):after{display:inline-block;width:calc(1.333em + var(--bpx1) * .125em);content:''}.inline-copy-to-clipboard-button,.block-copy-to-clipboard-button{cursor:pointer;display:inline;font:initial}.inline-copy-to-clipboard-button{background-color:var(--INTERNAL-CODE-INLINE-BG-color);border-color:var(--INTERNAL-CODE-INLINE-BORDER-color);border-inline-start-style:solid;border-inline-start-width:1px;color:var(--INTERNAL-CODE-INLINE-color);font-size:.934375em;margin-inline-start:calc(-1 * (1.333em + var(--bpx1) * .125em));position:relative;z-index:10}.inline-copy-to-clipboard-button:hover{background-color:var(--INTERNAL-CODE-INLINE-color);color:var(--INTERNAL-CODE-INLINE-BG-color)}.block-copy-to-clipboard-button{background-color:rgba(160,160,160,.2);border-color:transparent;border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-MAIN-LINK-color);display:none;font-size:.934375rem;padding:5px 3px;position:absolute;inset-inline-end:4px;top:4px}@media(any-hover:none){.block-copy-to-clipboard-button{display:block}}div.highlight:focus-within .block-copy-to-clipboard-button,div.highlight .block-copy-to-clipboard-button:active,div.highlight:hover .block-copy-to-clipboard-button{display:block}.disableHoverBlockCopyToClipBoard div.highlight .block-copy-to-clipboard-button{display:block}.force-display{display:block !important}.block-copy-to-clipboard-button:hover{background-color:var(--INTERNAL-MAIN-LINK-color);border-color:var(--INTERNAL-MAIN-LINK-color);color:var(--INTERNAL-CODE-BLOCK-BG-color)}.inline-copy-to-clipboard-button>i{font-size:.859625em;padding-left:.333em;padding-right:.333em}.block-copy-to-clipboard-button>i{font-size:.859625rem;padding-left:5px;padding-right:5px}option{color:initial}.expand{margin-bottom:1.5rem;margin-top:1.5rem;outline:initial;pointer-events:initial;position:relative}.expand>.box-label{cursor:pointer}.expand>.box-label:hover,.expand>.box-label:active,.expand>.box-label:focus{text-decoration:underline}.expand>.box-label>.expander-icon{font-size:.8rem;width:.6rem}.expand[open]>.box-label>i.expander-icon{transform:rotate(90deg)}html[dir=rtl] .expand>.box-label>i.expander-icon{transform:scaleX(-1)}html[dir=rtl] .expand[open]>.box-label>i.expander-icon{transform:rotate(90deg)}#R-body footer.footline{margin-top:2rem}.headline i,.footline i{margin-inline-start:.5rem}.headline i:first-child,.footline i:first-child{margin-inline-start:0}.mermaid-container{margin-bottom:1.7rem;margin-top:1.7rem}.mermaid{display:inline-block;border:1px solid transparent;padding:.5rem .5rem 0;position:relative;visibility:hidden;width:100%}.mermaid-container.zoomable>.mermaid:hover{border-color:rgba(134,134,134,.333)}.mermaid.mermaid-render{visibility:visible}.mermaid>svg{height:initial !important}.mermaid-container.zoomable>.mermaid>svg{cursor:grab}.svg-reset-button{background-color:rgba(160,160,160,.2);border-color:transparent;border-radius:2px;border-style:solid;border-width:1px;color:var(--INTERNAL-MAIN-LINK-color);cursor:pointer;display:none;font-size:.934375rem;line-height:1.15;padding:5px 3px;position:absolute;inset-inline-end:4px;top:4px}.svg-reset-button:hover{background-color:var(--INTERNAL-MAIN-LINK-color);border-color:var(--INTERNAL-MAIN-LINK-color);color:var(--INTERNAL-MAIN-BG-color)}.mermaid:hover .svg-reset-button.zoomed{display:block}@media(any-hover:some){.svg-reset-button.zoomed{display:block}}.svg-reset-button>i{font-size:.859625rem;padding-left:5px;padding-right:5px}.mermaid-code{display:none}.include.hide-first-heading h1~h2:first-of-type,.include.hide-first-heading h1~h3:first-of-type,.include.hide-first-heading h2~h3:first-of-type,.include.hide-first-heading h1~h4:first-of-type,.include.hide-first-heading h2~h4:first-of-type,.include.hide-first-heading h3~h4:first-of-type,.include.hide-first-heading h1~h5:first-of-type,.include.hide-first-heading h2~h5:first-of-type,.include.hide-first-heading h3~h5:first-of-type,.include.hide-first-heading h4~h5:first-of-type,.include.hide-first-heading h1~h6:first-of-type,.include.hide-first-heading h2~h6:first-of-type,.include.hide-first-heading h3~h6:first-of-type,.include.hide-first-heading h4~h6:first-of-type,.include.hide-first-heading h5~h6:first-of-type{display:block}.topbar-flyout #R-main-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:3rem;z-index:160}.topbar-content{background-color:var(--INTERNAL-MAIN-BG-color);border:0 solid rgba(134,134,134,.166);box-shadow:1px 2px 5px 1px rgba(134,134,134,.2);height:0;opacity:0;overflow:hidden;position:absolute;visibility:hidden;width:0;z-index:180}.topbar-button.topbar-flyout .topbar-content{border-width:1px;height:auto;opacity:1;visibility:visible;width:auto}.topbar-content .topbar-content-wrapper{background-color:rgba(134,134,134,.066)}.topbar-content-wrapper{--ps-rail-hover-color:rgba(176, 176, 176, 0.25);max-height:90vh;overflow:hidden;padding:.5rem 1rem;position:relative}.topbar-content .topbar-button .topbar-control{border-width:0;padding:0}.topbar-content .topbar-button .topbar-control{border-width:0;padding:.5rem 0}#TableOfContents,.TableOfContents{font-size:.8125rem}#TableOfContents ul,.TableOfContents ul{list-style:none;margin:0;padding:0 1rem}#TableOfContents>ul,.TableOfContents>ul{padding:0}#TableOfContents li,.TableOfContents li{white-space:nowrap}#TableOfContents>ul>li>a,.TableOfContents>ul>li>a{font-weight:500}.list-tree ul{list-style-type:none;padding:0;position:relative;overflow:hidden}.list-tree>ul{padding-inline-start:1rem}.list-tree li{color:var(--INTERNAL-MAIN-TEXT-color);margin-bottom:0;margin-inline-end:0;margin-inline-start:.5rem;margin-top:0;padding-bottom:0;padding-inline-end:.75rem;padding-inline-start:1rem;padding-top:0;position:relative}.list-tree>ul>li{margin-inline-start:calc(-.5rem)}.list-tree li::before,.list-tree li::after{content:'';position:absolute;inset-inline-start:0}.list-tree li::before{border-top:2px solid var(--INTERNAL-MAIN-TEXT-color);height:0;top:.75rem;width:.75rem}.list-tree li:after{border-left:2px solid var(--INTERNAL-MAIN-TEXT-color);height:100%;top:-.5rem;width:0}.list-tree ul:last-child li:last-child:after{height:1.25rem}.list-tree i{color:var(--INTERNAL-PRIMARY-color);margin-inline-end:.25rem}i.cstyle{color:var(--VARIABLE-BOX-color)}.btn{background-color:var(--VARIABLE-BOX-color);border-radius:4px;display:inline-block;font-size:.9rem;font-weight:500;line-height:1.1;margin-bottom:0;touch-action:manipulation;-webkit-user-select:none;user-select:none}.btn.interactive{cursor:pointer}.btn>span,.btn>a{display:block}.btn>:where(button){-webkit-appearance:none;appearance:none;border-width:0;margin:0;padding:0}.btn>*{background-color:transparent;border-color:var(--VARIABLE-BOX-color);border-radius:4px;border-style:solid;border-width:1px;color:var(--VARIABLE-BOX-CAPTION-color);padding:6px 12px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn>*:after{content:'\200b'}#R-body #R-body-inner .btn>*.highlight:after{background-color:transparent}.btn.interactive>.btn-interactive:focus{outline:none}.btn.interactive>*:hover,.btn.interactive>*:active,.btn.interactive>*:focus{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);text-decoration:none}.btn.cstyle.transparent{--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color)}.btn.interactive.cstyle.transparent:hover,.btn.interactive.cstyle.transparent:focus,.btn.interactive.cstyle.transparent:active,.btn.interactive.cstyle.transparent:has(a:hover),.btn.interactive.cstyle.transparent:has(a:focus),.btn.interactive.cstyle.transparent:has(a:active){background-color:var(--INTERNAL-BOX-NEUTRAL-color)}.btn.cstyle.transparent>*{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color);--VARIABLE-BOX-TEXT-color:var(--VARIABLE-BOX-CAPTION-color)}.anchor{-webkit-appearance:none;appearance:none;background-color:transparent;color:var(--INTERNAL-MAIN-LINK-color);cursor:pointer;font-size:.5em;margin-inline-start:.66em;margin-top:.9em;position:absolute;visibility:hidden}@media(any-hover:none){.anchor{visibility:visible}}.anchor:hover,.anchor:active,.anchor:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{visibility:visible}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}#R-body h1+h2,#R-body h1+h3,#R-body h1+h4,#R-body h1+h5,#R-body h1+h6,#R-body h2+h3,#R-body h2+h4,#R-body h2+h5,#R-body h2+h6,#R-body h3+h4,#R-body h3+h5,#R-body h3+h6,#R-body h4+h5,#R-body h4+h6,#R-body h5+h6{margin-top:1rem}.menu-control .control-style{cursor:pointer;height:1.574em;overflow:hidden}.menu-control i{padding-top:.25em}.menu-control i,.menu-control span{cursor:pointer;display:block;float:left}html[dir=rtl] .menu-control i,html[dir=rtl] .menu-control span{float:right}.menu-control :hover,.menu-control i:hover,.menu-control span:hover{cursor:pointer}.menu-control select,.menu-control button{-webkit-appearance:none;appearance:none;height:1.33rem;outline:none;width:100%}.menu-control button:active,.menu-control button:focus,.menu-control select:active,.menu-control select:focus{outline-style:solid}.menu-control select{background-color:transparent;background-image:none;border:none;box-shadow:none;padding-left:0;padding-right:0}.menu-control option{color:#000;padding:0;margin:0}.menu-control button{background-color:transparent;cursor:pointer;display:block;text-align:start}.clear{clear:both}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}span.math:has(>mjx-container[display]){display:block}@supports selector(.math:has(> mjx-container)){.math{visibility:hidden}.math:has(>mjx-container){visibility:visible}}.math.align-left>mjx-container{text-align:left !important}.math.align-center>mjx-container{text-align:center !important}.math.align-right>mjx-container{text-align:right !important}.scrollbar-measure{height:100px;overflow:scroll;position:absolute;width:100px;top:-9999px}.include.hide-first-heading h1:first-of-type,.include.hide-first-heading h2:first-of-type,.include.hide-first-heading h3:first-of-type,.include.hide-first-heading h4:first-of-type,.include.hide-first-heading h5:first-of-type,.include.hide-first-heading h6:first-of-type,.a11y-only{clip-path:polygon(0 0,1px 0,1px 1px,0 1px);overflow:hidden;position:absolute;height:1px;transform:translateY(-100%);transition:transform .5s cubic-bezier(.18,.89,.32,1.28);-webkit-user-select:none;user-select:none;white-space:nowrap;width:1px}.mermaid-container.align-right{text-align:right}.mermaid-container.align-center{text-align:center}.mermaid-container.align-left{text-align:left}.searchform{display:flex}.searchform input{flex:1 0 60%;border-radius:4px;border:2px solid rgba(134,134,134,.125);background:rgba(134,134,134,.125);display:block;margin:0;margin-inline-end:.5rem}.searchform input::-webkit-input-placeholder,.searchform input::placeholder{color:#868686;opacity:.666}.searchform .btn{display:inline-flex}.searchhint{margin-top:1rem;height:1.5rem}#R-searchresults a.autocomplete-suggestion{display:block;font-size:1.3rem;font-weight:500;line-height:1.5rem;padding:1rem;text-decoration:none}#R-searchresults a.autocomplete-suggestion:after{height:0}#R-searchresults .autocomplete-suggestion{color:var(--INTERNAL-MAIN-LINK-color)}#R-searchresults .autocomplete-suggestion>.breadcrumbs{color:var(--INTERNAL-PRIMARY-color);font-size:.9rem;font-weight:400;margin-top:.167em;padding-left:.2em;padding-right:.2em}#R-searchresults .autocomplete-suggestion>.context{color:var(--INTERNAL-MAIN-TEXT-color);font-size:1rem;font-weight:300;margin-top:.66em;padding-left:.1em;padding-right:.1em}.badge{border-radius:3px;display:inline-block;font-size:.8rem;font-weight:500;vertical-align:middle}.badge>*{border-color:var(--VARIABLE-BOX-TEXT-color);border-radius:3px;border-style:solid;border-width:1px;display:inline-block;padding:0 .25rem}.badge>.badge-title{background-color:#101010;border-inline-end:0;border-start-end-radius:0;border-end-end-radius:0;color:#f0f0f0;filter:contrast(2);opacity:.75}.badge.badge-with-title>.badge-content{border-start-start-radius:0;border-end-start-radius:0}.badge>.badge-content{background-color:var(--VARIABLE-BOX-color);color:var(--VARIABLE-BOX-CAPTION-color)}.badge-content:after{content:'\200b'}.badge.cstyle.transparent{--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color)}article :not(li)>ul>li:has(>input[type=checkbox]),article :not(li)>ul>li:has(>span>input[type=checkbox]){margin-inline-start:-1.5rem}article ul>li:has(>input[type=checkbox]){list-style:none}article ul>li:has(>input[type=checkbox])::before,article ul>li:has(>span>input[type=checkbox])::before{content:'\200B'}article ul>li>input[type=checkbox],article ul>li>span>input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:var(--INTERNAL-MAIN-BG-color);border:.15em solid;border-radius:.15em;color:var(--INTERNAL-MAIN-TEXT-color);display:inline-grid;font:inherit;height:1.15em;margin:0;place-content:center;transform:translateY(-.075em);width:1.15em}article ul>li>input[type=checkbox]::before,article ul>li>span>input[type=checkbox]::before{box-shadow:inset 1em 1em var(--INTERNAL-PRIMARY-color);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);content:'';height:.65em;transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;width:.65em;background-color:CanvasText}article ul>li>input[type=checkbox]:checked::before,article ul>li>span>input[type=checkbox]:checked::before{transform:scale(1)}.lightbox-back{align-items:center;background:rgba(0,0,0,.8);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:1999}.lightbox-back:target{display:flex}.lightbox-back svg,.lightbox-back img{background-color:var(--INTERNAL-MAIN-BG-color);max-height:95%;max-width:95%;overflow:auto;padding:min(2vh,2vw)}#R-sidebar select,#R-sidebar .collapsible-menu label,#R-sidebar .menu-control,#R-sidebar :is(a,span){color:var(--INTERNAL-MENU-SECTIONS-LINK-color)}#R-sidebar select:hover,#R-sidebar .collapsible-menu li:not(.active)>label:hover,#R-sidebar .menu-control:hover,#R-sidebar a:hover{color:var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color)}#R-sidebar li.active>label,#R-sidebar li.active>a{color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color)}#R-sidebar li.active>a{background-color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BG-color)}#R-sidebar ul>li>:is(a,span){display:block;position:relative}#R-sidebar ul.space li>*{padding-bottom:.125rem;padding-top:.125rem}#R-sidebar ul.space>li>ul{padding-bottom:0;padding-top:0}#R-sidebar ul.morespace li>*{padding-bottom:.25rem;padding-top:.25rem}#R-sidebar ul.morespace li>ul{padding-bottom:0;padding-top:0}#R-sidebar ul.enlarge>li.parent,#R-sidebar ul.enlarge>li.active{background-color:var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color)}#R-sidebar ul.enlarge>li>:is(a,span){font-size:1.1rem;line-height:2rem}#R-sidebar ul.enlarge>li>a>.read-icon{margin-top:.5rem}#R-sidebar ul.enlarge>li>ul>li:last-child{padding-bottom:1rem}#R-sidebar ul ul{padding-inline-start:1rem}#R-sidebar ul.collapsible-menu>li{position:relative}#R-sidebar ul.collapsible-menu>li>input{-webkit-appearance:none;appearance:none;cursor:pointer;display:inline-block;margin-left:0;margin-right:0;margin-top:.65rem;position:absolute;width:1rem;z-index:1}#R-sidebar ul.collapsible-menu.enlarge>li>input{margin-top:.9rem}#R-sidebar ul.collapsible-menu>li>label{cursor:pointer;display:inline-block;inset-inline-start:0;margin-bottom:0;padding-inline-start:.125rem;position:absolute;width:1rem;z-index:2}#R-sidebar ul.collapsible-menu.enlarge>li>label{font-size:1.1rem;line-height:2rem}#R-sidebar ul.collapsible-menu>li>label:after{content:'';display:block;height:1px;transition:width .5s ease;width:0%}#R-sidebar ul.collapsible-menu>li>label:hover:after{width:100%}#R-sidebar ul.collapsible-menu>li>label>.fas{font-size:.8rem;width:.6rem}#R-sidebar ul.collapsible-menu>li>:is(a,span){display:inline-block;width:100%}#R-sidebar ul ul{display:none}#R-sidebar ul>li.parent>ul,#R-sidebar ul>li.active>ul,#R-sidebar ul>li.alwaysopen>ul{display:block}#R-sidebar ul.collapsible-menu>li>input+label~ul{display:none}#R-sidebar ul.collapsible-menu>li>input+label>.fa-chevron-right{display:inline-block;text-align:end}#R-sidebar ul.collapsible-menu>li>input:checked+label~ul{display:block}#R-sidebar ul.collapsible-menu>li>input:checked+label>.fa-chevron-right{transform:rotate(90deg)}html[dir=rtl] #R-sidebar ul.collapsible-menu>li>input+label>i.fa-chevron-right{transform:scaleX(-1)}html[dir=rtl] #R-sidebar ul.collapsible-menu>li>input:checked+label>i.fa-chevron-right{transform:rotate(90deg)}a#R-logo.R-default{font-size:1.875rem}@media only all and (max-width:59.999rem){a#R-logo.R-default{font-size:1.5625rem}}body a#R-logo,body a#R-logo:hover,body #R-logo svg,body #R-logo svg :not([color]),body #R-logo svg :not([color=black]),body #R-logo svg :not([color='#000000']){color:var(--INTERNAL-MENU-HEADER-color) !important}body a#R-logo,body a#R-logo:hover,body #R-logo svg,body #R-logo svg :not([fill]),body #R-logo svg :not([fill=black]),body #R-logo svg :not([fill='#000000']){fill:var(--INTERNAL-MENU-HEADER-color) !important}.columnize{column-count:2}@media screen and (min-width:79.25rem){.columnize{column-count:3}}.columnize>*{break-inside:avoid-column}.columnize .breadcrumbs{font-size:.859625rem}#R-body .tab-panel{margin-bottom:1.5rem;margin-top:1.5rem}#R-body .tab-nav{display:flex;flex-wrap:wrap}#R-body .tab-nav-title{font-size:.9rem;font-weight:400;line-height:1.42857143;padding:.2rem 0;margin-inline-start:.6rem}#R-body .tab-nav-button{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid transparent;color:var(--INTERNAL-MAIN-LINK-color);display:block;font-size:.9rem;font-weight:300;line-height:1.42857143;margin-inline-start:.6rem}#R-body .tab-nav-button.active{background-color:var(--VARIABLE-BOX-color);border-bottom-color:var(--VARIABLE-BOX-BG-color);border-radius:2px 2px 0 0;color:var(--VARIABLE-BOX-TEXT-color);cursor:default}#R-body .tab-nav-button:not(.active):hover,#R-body .tab-nav-button:not(.active):active,#R-body .tab-nav-button:not(.active):focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body .tab-nav-button>.tab-nav-text{border-bottom-color:var(--VARIABLE-BOX-color);border-bottom-style:solid;border-bottom-width:.15rem;display:block;padding:.2rem .6rem 0}#R-body .tab-nav-button.active>.tab-nav-text{background-color:var(--VARIABLE-BOX-BG-color);border-bottom-color:transparent;border-radius:1px 1px 0 0;text-shadow:-.08ex 0 0 currentColor,.08ex 0 0 currentColor}@supports(-webkit-text-stroke-width:0.09ex){#R-body .tab-nav-button.active>.tab-nav-text{text-shadow:-.08ex 0 0 currentColor,.08ex 0 0 currentColor;-webkit-text-stroke-width:.09ex}}#R-body .tab-nav-button:not(.active):hover>.tab-nav-text,#R-body .tab-nav-button:not(.active):active>.tab-nav-text,#R-body .tab-nav-button:not(.active):focus>.tab-nav-text{border-bottom-color:var(--INTERNAL-MAIN-LINK-HOVER-color)}#R-body .tab-content{background-color:var(--VARIABLE-BOX-color);border-color:var(--VARIABLE-BOX-color);border-style:solid;border-width:1px;display:none;margin-top:calc(var(--bpx1) * -1px);z-index:10}#R-body .tab-content.active{display:block}#R-body .tab-content-text{background-color:var(--VARIABLE-BOX-BG-color);color:var(--VARIABLE-BOX-TEXT-color);padding:1rem}#R-body .tab-content.codify>.tab-content-text{padding:0}#R-body .tab-content-text:has(>div.highlight:only-child){padding:0}#R-body .tab-content-text>div.highlight:only-child>div,#R-body .tab-content-text>div.highlight:only-child pre:not(.mermaid),#R-body .tab-content-text>pre:not(.mermaid).pre-code:only-child{border-width:0}.tab-panel-style.cstyle.initial,.tab-panel-style.cstyle.default{--VARIABLE-BOX-BG-color:var(--INTERNAL-MAIN-BG-color)}.tab-panel-style.cstyle.transparent{--VARIABLE-BOX-color:rgba(134, 134, 134, 0.4);--VARIABLE-BOX-BG-color:transparent}#R-body .tab-panel-style.cstyle.initial.tab-nav-button.active,#R-body .tab-panel-style.cstyle.default.tab-nav-button.active,#R-body .tab-panel-style.cstyle.transparent.tab-nav-button.active{background-color:var(--VARIABLE-BOX-BG-color);border-left-color:var(--VARIABLE-BOX-color);border-right-color:var(--VARIABLE-BOX-color);border-top-color:var(--VARIABLE-BOX-color)}#R-body .tab-panel-style.cstyle.code.tab-nav-button:not(.active){--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color)}#R-body .tab-panel-style.cstyle.initial.tab-content,#R-body .tab-panel-style.cstyle.default.tab-content,#R-body .tab-panel-style.cstyle.transparent.tab-content{background-color:var(--VARIABLE-BOX-BG-color)}#R-topbar{background-color:var(--INTERNAL-MAIN-BG-color);border-bottom-color:var(--INTERNAL-MAIN-TOPBAR-BORDER-color);border-bottom-style:solid;border-bottom-width:1px}#R-header-topbar{border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-inline-end-color:var(--INTERNAL-MENU-TOPBAR-BORDER-color);border-inline-end-style:solid;border-inline-end-width:1px;height:3rem;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:47.999rem){.mobile-support #R-header-topbar{border-inline-end-color:var(--INTERNAL-MENU-BORDER-color)}}#R-header-wrapper,#R-homelinks,#R-content-wrapper>*{border-inline-end-color:var(--INTERNAL-MENU-BORDER-color);border-inline-end-style:solid;border-inline-end-width:1px}#topics>ul{margin-top:1rem}#R-sidebar ul.collapsible-menu li.active>a{border-bottom-color:var(--INTERNAL-MENU-BORDER-color);border-top-color:var(--INTERNAL-MENU-BORDER-color);border-inline-start-color:var(--INTERNAL-MENU-BORDER-color);border-inline-end-color:var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BORDER-color);border-style:solid;border-width:1px;padding-left:calc(1rem - var(--bpx1) * 1px);padding-right:calc(1rem - var(--bpx1) * 1px);width:calc(100% + var(--bpx1) * 1px)}#R-sidebar ul.morespace.collapsible-menu li.active>a{padding-bottom:calc(.25rem - var(--bpx1) * 1px);padding-top:calc(.25rem - var(--bpx1) * 1px)}#R-sidebar ul.space.collapsible-menu li.active>a{padding-bottom:calc(.125rem - var(--bpx1) * 1px);padding-top:calc(.125rem - var(--bpx1) * 1px)}#R-homelinks{background-color:var(--INTERNAL-MENU-HEADER-BORDER-color);padding:0}#R-sidebar #R-homelinks ul{margin:.75rem 0}#R-sidebar #R-homelinks ul.space{margin:.625rem 0}#R-sidebar #R-homelinks ul.morespace{margin:.5rem 0}#R-homelinks .nav-title{color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks select,#R-homelinks .collapsible-menu label,#R-homelinks .menu-control,#R-homelinks :is(a,span){color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks ul.collapsible-menu li.active>a{border-bottom-color:transparent;border-top-color:transparent;border-inline-start-color:transparent;border-inline-end-color:transparent}#R-homelinks select:hover,#R-homelinks :is(.collapsible-menu,:not(.collapsible-menu)) li:not(.active)>label:hover,#R-homelinks .menu-control:hover,#R-homelinks :is(.collapsible-menu,:not(.collapsible-menu)) a:hover{color:var(--INTERNAL-MENU-HOME-LINK-HOVER-color)}#R-homelinks li.active>label,#R-homelinks li.active>a{color:var(--INTERNAL-MENU-HOME-LINK-color)}#R-homelinks li.active>a{background-color:transparent}article .R-taxonomy ul,article .R-taxonomy li{list-style:none;display:inline;padding:0}article .R-taxonomy i~ul>li:before{content:' '}article .R-taxonomy ul>li~li:before{content:' | '}body.notfound p{text-align:center}body.notfound #R-body{margin-inline-start:0;max-width:100%;min-width:100%;width:100%}body.notfound h1{color:var(--MAIN-TEXT-color);line-height:1;font-size:5rem;overflow:hidden}body.notfound h1 span{font-size:6.5rem;font-weight:500}body.notfound h1 i{font-size:5rem;vertical-align:text-top}body.notfound h2{color:var(--MAIN-TEXT-color);font-size:2.5rem;font-weight:500;padding:0;text-align:center}body.notfound #shrug svg,body.notfound #shrug svg *{color:#000;color:var(--MAIN-TEXT-color);fill:#000 !important;fill:var(--MAIN-TEXT-color) !important}body.notfound #shrug svg{transform:scaleX(-1);width:15rem}.box.cstyle.transparent{border-width:0}.box.cstyle.transparent>.box-label{margin:0;padding-bottom:0;padding-top:0}.box.expand.cstyle.transparent>.box-label{color:var(--INTERNAL-MAIN-LINK-color)}.box.expand.cstyle.transparent>.box-label:hover,.box.expand.cstyle.transparent>.box-label:active,.box.expand.cstyle.transparent>.box-label:focus{color:var(--INTERNAL-MAIN-LINK-HOVER-color)}.box.cstyle.transparent>.box-content{margin-top:0;padding-bottom:0}.mermaidTooltip{position:absolute}.cstyle{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NEUTRAL-color);--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-BOX-CAPTION-color);--VARIABLE-BOX-BG-color:var(--INTERNAL-BOX-BG-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-NEUTRAL-TEXT-color);-webkit-print-color-adjust:exact;color-adjust:exact}.cstyle.caution{--VARIABLE-BOX-color:var(--INTERNAL-BOX-CAUTION-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-CAUTION-TEXT-color)}.cstyle.important{--VARIABLE-BOX-color:var(--INTERNAL-BOX-IMPORTANT-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-IMPORTANT-TEXT-color)}.cstyle.info{--VARIABLE-BOX-color:var(--INTERNAL-BOX-INFO-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-INFO-TEXT-color)}.cstyle.note{--VARIABLE-BOX-color:var(--INTERNAL-BOX-NOTE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-NOTE-TEXT-color)}.cstyle.tip{--VARIABLE-BOX-color:var(--INTERNAL-BOX-TIP-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-TIP-TEXT-color)}.cstyle.warning{--VARIABLE-BOX-color:var(--INTERNAL-BOX-WARNING-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-WARNING-TEXT-color)}.cstyle.primary{--VARIABLE-BOX-color:var(--INTERNAL-PRIMARY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.secondary{--VARIABLE-BOX-color:var(--INTERNAL-SECONDARY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.accent{--VARIABLE-BOX-color:var(--INTERNAL-ACCENT-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}.cstyle.blue{--VARIABLE-BOX-color:var(--INTERNAL-BOX-BLUE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-BLUE-TEXT-color)}.cstyle.cyan{--VARIABLE-BOX-color:var(--INTERNAL-BOX-CYAN-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-CYAN-TEXT-color)}.cstyle.green{--VARIABLE-BOX-color:var(--INTERNAL-BOX-GREEN-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-GREEN-TEXT-color)}.cstyle.grey{--VARIABLE-BOX-color:var(--INTERNAL-BOX-GREY-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-GREY-TEXT-color)}.cstyle.magenta{--VARIABLE-BOX-color:var(--INTERNAL-BOX-MAGENTA-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-MAGENTA-TEXT-color)}.cstyle.orange{--VARIABLE-BOX-color:var(--INTERNAL-BOX-ORANGE-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-ORANGE-TEXT-color)}.cstyle.red{--VARIABLE-BOX-color:var(--INTERNAL-BOX-RED-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-BOX-RED-TEXT-color)}.cstyle.code{--VARIABLE-BOX-color:var(--INTERNAL-CODE-BLOCK-BORDER-color);--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-CODE-BLOCK-color);--VARIABLE-BOX-BG-color:var(--INTERNAL-CODE-BLOCK-BG-color);--VARIABLE-BOX-TEXT-color:var(--INTERNAL-CODE-BLOCK-color)}.cstyle.transparent{--VARIABLE-BOX-color:transparent;--VARIABLE-BOX-CAPTION-color:var(--INTERNAL-MAIN-TITLES-TEXT-color);--VARIABLE-BOX-BG-color:transparent;--VARIABLE-BOX-TEXT-color:var(--INTERNAL-MAIN-TEXT-color)}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic-ext.woff2)format('woff2-variations');unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.cyrillic.woff2)format('woff2-variations');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.greek.woff2)format('woff2-variations');unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.vietnamese.woff2)format('woff2-variations');unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin-ext.woff2)format('woff2-variations');unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:roboto flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../fonts/robotoflex/RobotoFlex.latin.woff2)format('woff2-variations');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} \ No newline at end of file diff --git a/images/software/switch_japanprotokyu.jpg b/images/software/switch_japanprotokyu.jpg new file mode 100644 index 0000000..349341a Binary files /dev/null and b/images/software/switch_japanprotokyu.jpg differ diff --git a/index.html b/index.html index 801c441..f5b3e2e 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,7 @@ -Densha de GO! controller documentation -

Densha de GO! controller documentation

Welcome!

Here you will find a collection of technical information for the various controllers of the Densha de GO! series of games. The information has been gathered from my actual experience and the references mentioned on this site.

\ No newline at end of file diff --git a/js/theme.min.js b/js/theme.min.js index 9bebbfb..9151df8 100644 --- a/js/theme.min.js +++ b/js/theme.min.js @@ -38,4 +38,4 @@ window.relearn=window.relearn||{};var touchsupport,formelements,psc,psm,pst,elc, h2, h3, h4, h5, h6 ), main .include.hide-first-heading > :where( h1, h2, h3, h4, h5, h6 ) ~ :where( h1, h2, h3, h4, h5, h6 ) - `));!t.shiftKey&&!t.ctrlKey&&t.altKey&&!t.metaKey&&(t.which==38?(s=isPrint?document.querySelector("#R-body"):document.querySelector(".flex-block-wrapper"),n.some(function(t){var o=t.getBoundingClientRect().top,i=o-e;if(i>-1)return s.scrollIntoView(),!0;s=t})):t.which==40&&n.some(function(t,s){var o,a=t.getBoundingClientRect().top,i=a-e;if(i>-1&&i<1)return s+1=1)return o=t,o.scrollIntoView(),!0}))})}function initArrowHorizontalNav(){if(isPrint)return;var e,t,n,s,o=document.querySelector(".topbar-button-prev a");o&&o.addEventListener("click",navPrev),n=document.querySelector(".topbar-button-next a"),n&&n.addEventListener("click",navNext),s=document.querySelector("#R-body-inner"),e=0,t=0,document.addEventListener("keydown",function(i){if(!i.shiftKey&&!i.ctrlKey&&!i.altKey&&!i.metaKey){var a=i.target.matches(formelements);if(a)return;i.which==dir_key_start&&(!e&&+s.scrollLeft.toFixed()*dir_scroll<=0?o&&o.click():e!=-1&&clearTimeout(e),e=-1),i.which==dir_key_end&&(!t&&+s.scrollLeft.toFixed()*dir_scroll+ +s.clientWidth.toFixed()>=+s.scrollWidth.toFixed()?n&&n.click():t!=-1&&clearTimeout(t),t=-1)}}),document.addEventListener("keyup",function(n){if(!n.shiftKey&&!n.ctrlKey&&!n.altKey&&!n.metaKey){var s=n.target.matches(formelements);if(s)return;n.which==dir_key_start&&e==-1&&(e=setTimeout(function(){e=0},300)),n.which==dir_key_end&&t==-1&&(t=setTimeout(function(){t=0},300))}})}function initMenuScrollbar(){if(isPrint)return;var e=document.querySelector("#R-content-wrapper"),n=document.querySelector(".topbar-button.topbar-flyout .topbar-content-wrapper"),t=!0;document.addEventListener("keydown",function(s){if(t=!1,s.shiftKey||s.altKey||s.ctrlKey||s.metaKey||s.which<32||s.which>40)return;var o,i,a,r=elc&&elc.matches(":hover"),c=e&&e.matches(":hover"),l=n&&n.matches(":hover"),d=s.target.matches(formelements);!r&&!c&&!l&&!d&&(i=document.querySelector("body").matches(".topbar-flyout"),a=document.querySelector("body").matches(".sidebar-flyout"),i?(o=pst.get(document.querySelector(".topbar-button.topbar-flyout")),o&&o.scrollbarY.focus()):a?psm&&psm.scrollbarY.focus():(document.querySelector("#R-body-inner").focus(),psc&&psc.scrollbarY.focus()))}),psm=e&&new PerfectScrollbar("#R-content-wrapper",{scrollingThreshold:2e3,swipeEasing:!1,wheelPropagation:!1}),document.querySelectorAll(".topbar-button .topbar-content-wrapper").forEach(function(e){var t=getTopbarButtonParent(e);if(!t)return;pst.set(t,new PerfectScrollbar(e,{scrollingThreshold:2e3,swipeEasing:!1,wheelPropagation:!1})),e.addEventListener("click",toggleTopbarFlyoutEvent)}),document.addEventListener("keydown",function(){t&&(psc&&psc.scrollbarY.blur(),psm&&psm.scrollbarY.blur(),pst.forEach(function(e){e.scrollbarY.blur()}),t=!1)}),window.addEventListener("resize",function(){pst.forEach(function(e){setTimeout(function(){e.update()},10)}),psm&&setTimeout(function(){psm.update()},10),psc&&setTimeout(function(){psc.update()},10)}),document.querySelectorAll("#R-sidebar .collapsible-menu input").forEach(function(e){e.addEventListener("change",function(){psm&&setTimeout(function(){psm.update()},10)})}),pst.forEach(function(e){setTimeout(function(){e.update()},10)}),psm&&setTimeout(function(){psm.update()},10),psc&&setTimeout(function(){psc.update()},10),window.addEventListener("resize",adjustContentWidth),adjustContentWidth()}function imageEscapeHandler(e){if(e.key=="Escape"){var t=e.target;t.click()}}function navShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==78&&toggleNav()}function searchShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==70&&showSearch()}function tocShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==84&&toggleToc()}function editShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==87&&showEdit()}function printShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==80&&showPrint()}function showSearch(){var t,e=document.querySelector("#R-search-by");if(!e)return;t=document.querySelector("body"),e==document.activeElement?(t.classList.contains("sidebar-flyout")&&closeNav(),documentFocus()):(t.classList.contains("sidebar-flyout")||openNav(),e.focus())}function openNav(){closeSomeTopbarButtonFlyout();var e,t=document.querySelector("body");t.classList.add("sidebar-flyout"),psm&&setTimeout(function(){psm.update()},10),psm&&psm.scrollbarY.focus(),e=document.querySelector("#R-sidebar a"),e&&e.focus()}function closeNav(){var e=document.querySelector("body");e.classList.remove("sidebar-flyout"),documentFocus()}function toggleNav(){var e=document.querySelector("body");e.classList.contains("sidebar-flyout")?closeNav():openNav()}function navEscapeHandler(e){e.key=="Escape"&&closeNav()}function getTopbarButtonParent(e){for(var t=e;t&&!t.classList.contains("topbar-button");)t=t.parentElement;return t}function openTopbarButtonFlyout(e){closeNav();var t,n,s=document.querySelector("body");e.classList.add("topbar-flyout"),s.classList.add("topbar-flyout"),t=pst.get(e),t&&setTimeout(function(){t.update()},10),t&&t.scrollbarY.focus(),n=e.querySelector(".topbar-content-wrapper a"),n&&n.focus()}function closeTopbarButtonFlyout(e){var t=document.querySelector("body");e.classList.remove("topbar-flyout"),t.classList.remove("topbar-flyout"),documentFocus()}function closeSomeTopbarButtonFlyout(){var e=document.querySelector(".topbar-button.topbar-flyout");return e&&closeTopbarButtonFlyout(e),e}function toggleTopbarButtonFlyout(e){var t=closeSomeTopbarButtonFlyout();e&&e!=t&&openTopbarButtonFlyout(e)}function toggleTopbarFlyout(e){var t=getTopbarButtonParent(e);if(!t)return;toggleTopbarButtonFlyout(t)}function toggleTopbarFlyoutEvent(e){if(e.target.classList.contains("topbar-content")||e.target.classList.contains("topbar-content-wrapper")||e.target.classList.contains("ps__rail-x")||e.target.classList.contains("ps__rail-y")||e.target.classList.contains("ps__thumb-x")||e.target.classList.contains("ps__thumb-y"))return;toggleTopbarFlyout(e.target)}function topbarFlyoutEscapeHandler(e){e.key=="Escape"&&closeSomeTopbarButtonFlyout()}function toggleToc(){toggleTopbarButtonFlyout(document.querySelector(".topbar-button-toc"))}function showEdit(){var e=document.querySelector(".topbar-button-edit a");e&&e.click()}function showPrint(){var e=document.querySelector(".topbar-button-print a");e&&e.click()}function navPrev(){var e=document.querySelector(".topbar-button-prev a");location.href=e&&e.getAttribute("href")}function navNext(){var e=document.querySelector(".topbar-button-next a");location.href=e&&e.getAttribute("href")}function initToc(){if(isPrint)return;document.addEventListener("keydown",editShortcutHandler),document.addEventListener("keydown",navShortcutHandler),document.addEventListener("keydown",printShortcutHandler),document.addEventListener("keydown",searchShortcutHandler),document.addEventListener("keydown",tocShortcutHandler),document.addEventListener("keydown",navEscapeHandler),document.addEventListener("keydown",topbarFlyoutEscapeHandler);var e,t=document.querySelector("#R-body-overlay");t&&t.addEventListener("click",closeNav),e=document.querySelector("#R-main-overlay"),e&&e.addEventListener("click",closeSomeTopbarButtonFlyout),documentFocus()}function initSwipeHandler(){if(!touchsupport)return;var e=null,n=null,s=function(t){e=t.touches[0].clientX,n=t.touches[0].clientY},o=function(t){if(e!==null){var s=e-t.touches[0].clientX,o=n-t.touches[0].clientY||.1;s/Math.abs(o)<2?e=t.touches[0].clientX:s>30&&(e=null,n=null,closeNav())}},i=function(){e=null,n=null},t=document.querySelector("#R-body-overlay");t&&t.addEventListener("touchstart",s,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchstart",s,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchstart",s,{capture:!1,passive:!0})}),t&&t.addEventListener("touchmove",o,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchmove",o,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchmove",o,{capture:!1,passive:!0})}),t&&t.addEventListener("touchend",i,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchend",i,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchend",i,{capture:!1,passive:!0})})}function initImage(){document.querySelectorAll(".lightbox-back").forEach(function(e){e.addEventListener("keydown",imageEscapeHandler)})}function initExpand(){document.querySelectorAll(".expand > input").forEach(function(e){e.addEventListener("change",initMermaid.bind(null,!0,null))})}function clearHistory(){var e,n,t=window.relearn.absBaseUri+"/visited-url/";for(n in sessionStorage)n.substring(0,t.length)===t&&(window.relearn.removeItem(window.sessionStorage,n),e=n.substring(t.length),e=e.replace(/\.\.\//g,"/").replace(/^\/+\//,"/"),document.querySelectorAll('[data-nav-id="'+e+'"]').forEach(function(e){e.classList.remove("visited")}))}function initHistory(){var t,n,e=window.relearn.absBaseUri+"/visited-url/";window.relearn.setItem(window.sessionStorage,e+document.querySelector("body").dataset.url,1);for(n in sessionStorage)n.substring(0,e.length)===e&&window.relearn.getItem(window.sessionStorage,n)==1&&(t=n.substring(e.length),t=t.replace(/\.\.\//g,"/").replace(/^\/+\//,"/"),document.querySelectorAll('[data-nav-id="'+t+'"]').forEach(function(e){e.classList.add("visited")}))}function initScrollPositionSaver(){function t(){if(isPrintPreview)return;var t=window.history.state||{},t=Object.assign({},typeof t=="object"?t:{});t.contentScrollTop=+elc.scrollTop,window.history.replaceState(t,"",window.location)}var e=!1;elc.addEventListener("scroll",function(){e||(window.requestAnimationFrame(function(){debounce(t,200)(),e=!1}),e=!0)}),document.addEventListener("click",t)}function scrollToPositions(){window.setTimeout(function(){var e=document.querySelector("#R-sidebar li.active a");e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})},10);var e,n,s,o,t=window.history.state||{},t=typeof t=="object"?t:{};if(t.hasOwnProperty("contentScrollTop")){window.setTimeout(function(){elc.scrollTop=+t.contentScrollTop},10);return}if(e=window.relearn.getItem(window.sessionStorage,window.relearn.absBaseUri+"/search-value"),e&&e.length){e=regexEscape(e),n=elementContains(e,elc),s=n.length&&n[0],s&&(s.scrollIntoView(),o=window.scrollY,o&&window.scroll(0,o-125));return}if(window.location.hash&&window.location.hash.length>1){window.setTimeout(function(){try{var e=document.querySelector(window.location.hash);e&&e.scrollIntoView&&e.scrollIntoView()}catch{}},10);return}}function handleHistoryClearer(){document.querySelectorAll(".R-historyclearer button").forEach(function(e){e.addEventListener("click",function(){clearHistory()})})}function handleLanguageSwitcher(){document.querySelectorAll(".R-languageswitcher select").forEach(function(e){e.addEventListener("change",function(){const n=this.options[`R-select-language-${this.value}`].dataset.url;this.value=this.querySelector("[data-selected]")?.value??e.value,window.location=n})})}function handleVariantSwitcher(){document.querySelectorAll(".R-variantswitcher select").forEach(function(e){e.addEventListener("change",function(){window.relearn.changeVariant(this.value)})})}function handleVersionSwitcher(){document.querySelectorAll(".R-versionswitcher select").forEach(function(e){e.addEventListener("change",function(){const n=(this.options[`R-select-version-${this.value}`].dataset.abs=="true"?"":window.relearn.relBaseUri)+this.options[`R-select-version-${this.value}`].dataset.uri+window.relearn.path;this.value=this.querySelector("[data-selected]")?.value??e.value,window.location=n})})}window.addEventListener("popstate",function(){scrollToPositions()});const observer=new PerformanceObserver(function(){scrollToPositions()});observer.observe({type:"navigation"});function mark(){for(var e,n,s,o,a,r,i=document.querySelectorAll("#R-body-inner a:not(.lightbox-link):not(.btn):not(.lightbox-back)"),t=0;t{initMermaid(!0),initOpenapi(!0)})})();function useMermaid(e){delete e.theme,window.relearn.mermaidConfig=e,typeof mermaid!="undefined"&&typeof mermaid.mermaidAPI!="undefined"&&mermaid.initialize(Object.assign({securityLevel:"antiscript",startOnLoad:!1},e))}window.relearn.themeUseMermaid&&useMermaid(window.relearn.themeUseMermaid);function useOpenapi(e){e.css&&e.cssInProject&&(e.css=window.relearn.relBasePath+e.css)}window.relearn.themeUseOpenapi&&useOpenapi(window.relearn.themeUseOpenapi);function ready(e){document.readyState=="complete"?e():document.addEventListener("DOMContentLoaded",e)}ready(function(){initArrowVerticalNav(),initArrowHorizontalNav(),handleHistoryClearer(),handleLanguageSwitcher(),handleVariantSwitcher(),handleVersionSwitcher(),initMermaid(),initOpenapi(),initMenuScrollbar(),initToc(),initAnchorClipboard(),initCodeClipboard(),fixCodeTabs(),restoreTabSelections(),initSwipeHandler(),initHistory(),initSearch(),initImage(),initExpand(),initScrollPositionSaver()}),function(){var o,i,a,e=document.querySelector("body"),t=document.querySelector("#R-topbar");function h(){var t=e.querySelectorAll(".topbar-area");t.forEach(function(e){e.dataset.area="area-"+e.dataset.area;var t,n,s,o=e.querySelectorAll(":scope > .topbar-button");o.forEach(function(t){t.dataset.origin=e.dataset.area,t.dataset.action="show";var n=document.createElement("div");n.classList.add("topbar-placeholder"),n.dataset.action="show",t.insertAdjacentElement("afterend",n)}),n=document.createElement("div"),e.insertAdjacentElement("beforeend",n),t=document.createElement("div"),t.classList.add("topbar-hidden"),t.dataset.area=e.dataset.area,s=document.createElement("div"),t.insertAdjacentElement("beforeend",s),e.insertAdjacentElement("afterend",t)})}function s(e){t.querySelectorAll(".topbar-hidden .topbar-button").forEach(function(e){var t=e.parentNode.parentNode.querySelector(':scope > .topbar-area .topbar-placeholder[data-action="hide"]');t.dataset.action="show",e.dataset.action="show",t.insertAdjacentElement("beforebegin",e)}),t.querySelectorAll(".topbar-area .topbar-button").forEach(function(e){var s,n=e.dataset.action,o=e.dataset.origin;n!="show"&&o!=n&&(s=t.querySelector('.topbar-area[data-area="'+o+'"] > .topbar-placeholder[data-action="'+n+'"]'),s.dataset.action="show",e.dataset.action="show",s.insertAdjacentElement("beforebegin",e))}),Array.from(t.querySelectorAll(".topbar-area .topbar-button")).reverse().forEach(function(t){var s,o,i,a=t.parentElement,r=a.dataset.area,n=t.dataset["width"+e.toUpperCase()];n=="show"||(n=="hide"?(i=t.parentNode.parentNode.querySelector(":scope > .topbar-hidden > *"),s=t.nextSibling,s.dataset.action=n,t.dataset.action=n,i.insertAdjacentElement("beforebegin",t)):n!=r&&(o=t.parentNode.parentNode.querySelector('.topbar-area[data-area="'+n+'"] > *'),o&&(s=t.nextSibling,s.dataset.action=n,t.dataset.action=n,o.insertAdjacentElement("beforebegin",t))))})}function r(){var t=e.classList.contains("menu-width-s"),n=e.classList.contains("menu-width-m"),o=e.classList.contains("menu-width-l");t&&!n&&!o?s("s"):!t&&n&&!o?s("m"):!t&&!n&&o&&s("l")}function c(){var e=Array.from(document.querySelectorAll(".topbar-button > .topbar-content > .topbar-content-wrapper"));e.reverse().forEach(function(e){var t,s,o,i,a,n=getTopbarButtonParent(e);n&&(t=!0,s=e.querySelector(":scope > .topbar-area"),s?(i=s.querySelectorAll(":scope > .topbar-button"),t=!0,i.forEach(function(e){e.style.display!="none"&&(t=!1)})):(o=e.cloneNode(!0),a=o.querySelectorAll("div.ps__rail-x, div.ps__rail-y"),a.forEach(function(e){e.parentNode.removeChild(e)}),t=!o.innerHTML.trim()),n.querySelector("button").disabled=t,n.style.display=t&&n.dataset.contentEmpty=="hide"?"none":"inline-block")})}function l(t){e.classList[t.matches?"add":"remove"]("menu-width-s")}function d(t){e.classList[t.matches?"add":"remove"]("menu-width-m")}function u(t){e.classList[t.matches?"add":"remove"]("menu-width-l")}function n(e,t){e(t),r(),c()}t&&(o=window.matchMedia("only screen and (max-width: 47.999rem)"),o.addEventListener("change",n.bind(null,l)),i=window.matchMedia("only screen and (min-width: 48rem) and (max-width: 59.999rem)"),i.addEventListener("change",n.bind(null,d)),a=window.matchMedia("only screen and (min-width: 60rem)"),a.addEventListener("change",n.bind(null,u)),h(),l(o),d(i),u(a),r(),c())}(),function(){var e,n,s=document.querySelector("body");function t(e){s.classList[e.matches?"add":"remove"]("main-width-max")}function o(e,t){e(t)}n=getColorValue("MAIN-WIDTH-MAX"),e=window.matchMedia("screen and ( min-width: "+n+")"),e.addEventListener("change",o.bind(null,t)),t(e)}();function getColorValue(e){return this.normalizeColor(getComputedStyle(document.documentElement).getPropertyValue("--INTERNAL-"+e))}function normalizeColor(e){return!e||!e.trim?e:(e=e.trim(),e=e.replace(/\s*\(\s*/g,"( "),e=e.replace(/\s*\)\s*/g," )"),e=e.replace(/\s*,\s*/g,", "),e=e.replace(/0*\./g,"."),e=e.replace(/ +/g," "),e)}function initVersionIndex(e){if(!e||!e.length)return;document.querySelectorAll(".R-versionswitcher select").forEach(function(t){var s=t.querySelector("[data-selected]")?.cloneNode(!0),n=null;for(t.selectedIndex>=0&&(n=t.options[t.selectedIndex].cloneNode(!0));t.firstChild;)t.removeChild(t.firstChild);if(e.forEach(function(e){var n=document.createElement("option");n.id="R-select-version-"+e.value,n.value=e.value,n.dataset.abs=e.isAbs,n.dataset.uri=e.baseURL,n.dataset.identifier=e.identifier,n.textContent=e.title,t.appendChild(n)}),s){const e=t.querySelector(`option[value="${s.value}"]`);e?e.dataset.selected="":t.appendChild(s)}if(n){const e=t.querySelector(`option[value="${n.value}"]`);e||t.appendChild(n),t.value=n.value}else if(t.options.length>0){t.selectedIndex=0;return}})}function initVersionJs(){if(window.relearn.version_js_url){var e=document.createElement("script"),t=new URL(window.relearn.version_js_url,window.location.href),n=Math.floor(Math.random()*1e6);t.searchParams.set("v",n.toString()),e.src=t.toString(),e.setAttribute("async",""),e.onload=function(){initVersionIndex(relearn_versionindex)},e.onerror=function(){console.error("Error getting version index file")},document.head.appendChild(e)}}initVersionJs() \ No newline at end of file + `));!t.shiftKey&&!t.ctrlKey&&t.altKey&&!t.metaKey&&(t.which==38?(s=isPrint?document.querySelector("#R-body"):document.querySelector(".flex-block-wrapper"),n.some(function(t){var o=t.getBoundingClientRect().top,i=o-e;if(i>-1)return s.scrollIntoView(),!0;s=t})):t.which==40&&n.some(function(t,s){var o,a=t.getBoundingClientRect().top,i=a-e;if(i>-1&&i<1)return s+1=1)return o=t,o.scrollIntoView(),!0}))})}function initArrowHorizontalNav(){if(isPrint)return;var e,t,n,s,o=document.querySelector(".topbar-button-prev a");o&&o.addEventListener("click",navPrev),n=document.querySelector(".topbar-button-next a"),n&&n.addEventListener("click",navNext),s=document.querySelector("#R-body-inner"),e=0,t=0,document.addEventListener("keydown",function(i){if(!i.shiftKey&&!i.ctrlKey&&!i.altKey&&!i.metaKey){var a=i.target.matches(formelements);if(a)return;i.which==dir_key_start&&(!e&&+s.scrollLeft.toFixed()*dir_scroll<=0?o&&o.click():e!=-1&&clearTimeout(e),e=-1),i.which==dir_key_end&&(!t&&+s.scrollLeft.toFixed()*dir_scroll+ +s.clientWidth.toFixed()>=+s.scrollWidth.toFixed()?n&&n.click():t!=-1&&clearTimeout(t),t=-1)}}),document.addEventListener("keyup",function(n){if(!n.shiftKey&&!n.ctrlKey&&!n.altKey&&!n.metaKey){var s=n.target.matches(formelements);if(s)return;n.which==dir_key_start&&e==-1&&(e=setTimeout(function(){e=0},300)),n.which==dir_key_end&&t==-1&&(t=setTimeout(function(){t=0},300))}})}function initMenuScrollbar(){if(isPrint)return;var e=document.querySelector("#R-content-wrapper"),n=document.querySelector(".topbar-button.topbar-flyout .topbar-content-wrapper"),t=!0;document.addEventListener("keydown",function(s){if(t=!1,s.shiftKey||s.altKey||s.ctrlKey||s.metaKey||s.which<32||s.which>40)return;var o,i,a,r=elc&&elc.matches(":hover"),c=e&&e.matches(":hover"),l=n&&n.matches(":hover"),d=s.target.matches(formelements);!r&&!c&&!l&&!d&&(i=document.querySelector("body").matches(".topbar-flyout"),a=document.querySelector("body").matches(".sidebar-flyout"),i?(o=pst.get(document.querySelector(".topbar-button.topbar-flyout")),o&&o.scrollbarY.focus()):a?psm&&psm.scrollbarY.focus():(document.querySelector("#R-body-inner").focus(),psc&&psc.scrollbarY.focus()))}),psm=e&&new PerfectScrollbar("#R-content-wrapper",{scrollingThreshold:2e3,swipeEasing:!1,wheelPropagation:!1}),document.querySelectorAll(".topbar-button .topbar-content-wrapper").forEach(function(e){var t=getTopbarButtonParent(e);if(!t)return;pst.set(t,new PerfectScrollbar(e,{scrollingThreshold:2e3,swipeEasing:!1,wheelPropagation:!1})),e.addEventListener("click",toggleTopbarFlyoutEvent)}),document.addEventListener("keydown",function(){t&&(psc&&psc.scrollbarY.blur(),psm&&psm.scrollbarY.blur(),pst.forEach(function(e){e.scrollbarY.blur()}),t=!1)}),window.addEventListener("resize",function(){pst.forEach(function(e){setTimeout(function(){e.update()},10)}),psm&&setTimeout(function(){psm.update()},10),psc&&setTimeout(function(){psc.update()},10)}),document.querySelectorAll("#R-sidebar .collapsible-menu input").forEach(function(e){e.addEventListener("change",function(){psm&&setTimeout(function(){psm.update()},10)})}),pst.forEach(function(e){setTimeout(function(){e.update()},10)}),psm&&setTimeout(function(){psm.update()},10),psc&&setTimeout(function(){psc.update()},10),window.addEventListener("resize",adjustContentWidth),adjustContentWidth()}function imageEscapeHandler(e){if(e.key=="Escape"){var t=e.target;t.click()}}function navShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==78&&toggleNav()}function searchShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==70&&showSearch()}function tocShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==84&&toggleToc()}function editShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==87&&showEdit()}function printShortcutHandler(e){!e.shiftKey&&e.altKey&&e.ctrlKey&&!e.metaKey&&e.which==80&&showPrint()}function showSearch(){var t,e=document.querySelector("#R-search-by");if(!e)return;t=document.querySelector("body"),e==document.activeElement?(t.classList.contains("sidebar-flyout")&&closeNav(),documentFocus()):(t.classList.contains("sidebar-flyout")||openNav(),e.focus())}function openNav(){closeSomeTopbarButtonFlyout();var e,t=document.querySelector("body");t.classList.add("sidebar-flyout"),psm&&setTimeout(function(){psm.update()},10),psm&&psm.scrollbarY.focus(),e=document.querySelector("#R-sidebar a"),e&&e.focus()}function closeNav(){var e=document.querySelector("body");e.classList.remove("sidebar-flyout"),documentFocus()}function toggleNav(){var e=document.querySelector("body");e.classList.contains("sidebar-flyout")?closeNav():openNav()}function navEscapeHandler(e){e.key=="Escape"&&closeNav()}function getTopbarButtonParent(e){for(var t=e;t&&!t.classList.contains("topbar-button");)t=t.parentElement;return t}function openTopbarButtonFlyout(e){closeNav();var t,n,s=document.querySelector("body");e.classList.add("topbar-flyout"),s.classList.add("topbar-flyout"),t=pst.get(e),t&&setTimeout(function(){t.update()},10),t&&t.scrollbarY.focus(),n=e.querySelector(".topbar-content-wrapper a"),n&&n.focus()}function closeTopbarButtonFlyout(e){var t=document.querySelector("body");e.classList.remove("topbar-flyout"),t.classList.remove("topbar-flyout"),documentFocus()}function closeSomeTopbarButtonFlyout(){var e=document.querySelector(".topbar-button.topbar-flyout");return e&&closeTopbarButtonFlyout(e),e}function toggleTopbarButtonFlyout(e){var t=closeSomeTopbarButtonFlyout();e&&e!=t&&openTopbarButtonFlyout(e)}function toggleTopbarFlyout(e){var t=getTopbarButtonParent(e);if(!t)return;toggleTopbarButtonFlyout(t)}function toggleTopbarFlyoutEvent(e){if(e.target.classList.contains("topbar-content")||e.target.classList.contains("topbar-content-wrapper")||e.target.classList.contains("ps__rail-x")||e.target.classList.contains("ps__rail-y")||e.target.classList.contains("ps__thumb-x")||e.target.classList.contains("ps__thumb-y"))return;toggleTopbarFlyout(e.target)}function topbarFlyoutEscapeHandler(e){e.key=="Escape"&&closeSomeTopbarButtonFlyout()}function toggleToc(){toggleTopbarButtonFlyout(document.querySelector(".topbar-button-toc"))}function showEdit(){var e=document.querySelector(".topbar-button-edit a");e&&e.click()}function showPrint(){var e=document.querySelector(".topbar-button-print a");e&&e.click()}function navPrev(){var e=document.querySelector(".topbar-button-prev a");location.href=e&&e.getAttribute("href")}function navNext(){var e=document.querySelector(".topbar-button-next a");location.href=e&&e.getAttribute("href")}function initToc(){if(isPrint)return;document.addEventListener("keydown",editShortcutHandler),document.addEventListener("keydown",navShortcutHandler),document.addEventListener("keydown",printShortcutHandler),document.addEventListener("keydown",searchShortcutHandler),document.addEventListener("keydown",tocShortcutHandler),document.addEventListener("keydown",navEscapeHandler),document.addEventListener("keydown",topbarFlyoutEscapeHandler);var e,t=document.querySelector("#R-body-overlay");t&&t.addEventListener("click",closeNav),e=document.querySelector("#R-main-overlay"),e&&e.addEventListener("click",closeSomeTopbarButtonFlyout),documentFocus()}function initSwipeHandler(){if(!touchsupport)return;var e=null,n=null,s=function(t){e=t.touches[0].clientX,n=t.touches[0].clientY},o=function(t){if(e!==null){var s=e-t.touches[0].clientX,o=n-t.touches[0].clientY||.1;s/(o<0?-o:o)<2?e=t.touches[0].clientX:s>30&&(e=null,n=null,closeNav())}},i=function(){e=null,n=null},t=document.querySelector("#R-body-overlay");t&&t.addEventListener("touchstart",s,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchstart",s,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchstart",s,{capture:!1,passive:!0})}),t&&t.addEventListener("touchmove",o,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchmove",o,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchmove",o,{capture:!1,passive:!0})}),t&&t.addEventListener("touchend",i,{capture:!1,passive:!0}),document.querySelector("#R-sidebar").addEventListener("touchend",i,{capture:!1,passive:!0}),document.querySelectorAll("#R-sidebar *").forEach(function(e){e.addEventListener("touchend",i,{capture:!1,passive:!0})})}function initImage(){document.querySelectorAll(".lightbox-back").forEach(function(e){e.addEventListener("keydown",imageEscapeHandler)})}function initExpand(){document.querySelectorAll(".expand > input").forEach(function(e){e.addEventListener("change",initMermaid.bind(null,!0,null))})}function clearHistory(){var e,n,t=window.relearn.absBaseUri+"/visited-url/";for(n in sessionStorage)n.substring(0,t.length)===t&&(window.relearn.removeItem(window.sessionStorage,n),e=n.substring(t.length),e=e.replace(/\.\.\//g,"/").replace(/^\/+\//,"/"),document.querySelectorAll('[data-nav-id="'+e+'"]').forEach(function(e){e.classList.remove("visited")}))}function initHistory(){var t,n,e=window.relearn.absBaseUri+"/visited-url/";window.relearn.setItem(window.sessionStorage,e+document.querySelector("body").dataset.url,1);for(n in sessionStorage)n.substring(0,e.length)===e&&window.relearn.getItem(window.sessionStorage,n)==1&&(t=n.substring(e.length),t=t.replace(/\.\.\//g,"/").replace(/^\/+\//,"/"),document.querySelectorAll('[data-nav-id="'+t+'"]').forEach(function(e){e.classList.add("visited")}))}function initScrollPositionSaver(){function t(){if(isPrintPreview)return;var t=window.history.state||{},t=Object.assign({},typeof t=="object"?t:{});t.contentScrollTop=+elc.scrollTop,window.history.replaceState(t,"",window.location)}var e=!1;elc.addEventListener("scroll",function(){e||(window.requestAnimationFrame(function(){debounce(t,200)(),e=!1}),e=!0)}),document.addEventListener("click",t)}function scrollToPositions(){window.setTimeout(function(){var e=document.querySelector("#R-sidebar li.active a");e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})},10);var e,n,s,o,t=window.history.state||{},t=typeof t=="object"?t:{};if(t.hasOwnProperty("contentScrollTop")){window.setTimeout(function(){elc.scrollTop=+t.contentScrollTop},10);return}if(e=window.relearn.getItem(window.sessionStorage,window.relearn.absBaseUri+"/search-value"),e&&e.length){e=regexEscape(e),n=elementContains(e,elc),s=n.length&&n[0],s&&(s.scrollIntoView(),o=window.scrollY,o&&window.scroll(0,o-125));return}if(window.location.hash&&window.location.hash.length>1){window.setTimeout(function(){try{var e=document.querySelector(window.location.hash);e&&e.scrollIntoView&&e.scrollIntoView()}catch{}},10);return}}function handleHistoryClearer(){document.querySelectorAll(".R-historyclearer button").forEach(function(e){e.addEventListener("click",function(){clearHistory()})})}function handleLanguageSwitcher(){document.querySelectorAll(".R-languageswitcher select").forEach(function(e){e.addEventListener("change",function(){const n=this.options[`R-select-language-${this.value}`].dataset.url;this.value=this.querySelector("[data-selected]")?.value??e.value,window.location=n})})}function handleVariantSwitcher(){document.querySelectorAll(".R-variantswitcher select").forEach(function(e){e.addEventListener("change",function(){window.relearn.changeVariant(this.value)})})}function handleVersionSwitcher(){document.querySelectorAll(".R-versionswitcher select").forEach(function(e){e.addEventListener("change",function(){const n=(this.options[`R-select-version-${this.value}`].dataset.abs=="true"?"":window.relearn.relBaseUri)+this.options[`R-select-version-${this.value}`].dataset.uri+window.relearn.path;this.value=this.querySelector("[data-selected]")?.value??e.value,window.location=n})})}window.addEventListener("popstate",function(){scrollToPositions()});const observer=new PerformanceObserver(function(){scrollToPositions()});observer.observe({type:"navigation"});function mark(){for(var e,n,s,o,a,r,i=document.querySelectorAll("#R-body-inner a:not(.lightbox-link):not(.btn):not(.lightbox-back)"),t=0;t{initMermaid(!0),initOpenapi(!0)})})();function useMermaid(e){delete e.theme,window.relearn.mermaidConfig=e,typeof mermaid!="undefined"&&typeof mermaid.mermaidAPI!="undefined"&&mermaid.initialize(Object.assign({securityLevel:"antiscript",startOnLoad:!1},e))}window.relearn.themeUseMermaid&&useMermaid(window.relearn.themeUseMermaid);function useOpenapi(e){e.css&&e.cssInProject&&(e.css=window.relearn.relBasePath+e.css)}window.relearn.themeUseOpenapi&&useOpenapi(window.relearn.themeUseOpenapi);function ready(e){document.readyState=="complete"?e():document.addEventListener("DOMContentLoaded",e)}ready(function(){initArrowVerticalNav(),initArrowHorizontalNav(),handleHistoryClearer(),handleLanguageSwitcher(),handleVariantSwitcher(),handleVersionSwitcher(),initMermaid(),initOpenapi(),initMenuScrollbar(),initToc(),initAnchorClipboard(),initCodeClipboard(),fixCodeTabs(),restoreTabSelections(),initSwipeHandler(),initHistory(),initSearch(),initImage(),initExpand(),initScrollPositionSaver()}),function(){var o,i,a,e=document.querySelector("body"),t=document.querySelector("#R-topbar");function h(){var t=e.querySelectorAll(".topbar-area");t.forEach(function(e){e.dataset.area="area-"+e.dataset.area;var t,n,s,o=e.querySelectorAll(":scope > .topbar-button");o.forEach(function(t){t.dataset.origin=e.dataset.area,t.dataset.action="show";var n=document.createElement("div");n.classList.add("topbar-placeholder"),n.dataset.action="show",t.insertAdjacentElement("afterend",n)}),n=document.createElement("div"),e.insertAdjacentElement("beforeend",n),t=document.createElement("div"),t.classList.add("topbar-hidden"),t.dataset.area=e.dataset.area,s=document.createElement("div"),t.insertAdjacentElement("beforeend",s),e.insertAdjacentElement("afterend",t)})}function s(e){t.querySelectorAll(".topbar-hidden .topbar-button").forEach(function(e){var t=e.parentNode.parentNode.querySelector(':scope > .topbar-area .topbar-placeholder[data-action="hide"]');t.dataset.action="show",e.dataset.action="show",t.insertAdjacentElement("beforebegin",e)}),t.querySelectorAll(".topbar-area .topbar-button").forEach(function(e){var s,n=e.dataset.action,o=e.dataset.origin;n!="show"&&o!=n&&(s=t.querySelector('.topbar-area[data-area="'+o+'"] > .topbar-placeholder[data-action="'+n+'"]'),s.dataset.action="show",e.dataset.action="show",s.insertAdjacentElement("beforebegin",e))}),Array.from(t.querySelectorAll(".topbar-area .topbar-button")).reverse().forEach(function(t){var s,o,i,a=t.parentElement,r=a.dataset.area,n=t.dataset["width"+e.toUpperCase()];n=="show"||(n=="hide"?(i=t.parentNode.parentNode.querySelector(":scope > .topbar-hidden > *"),s=t.nextSibling,s.dataset.action=n,t.dataset.action=n,i.insertAdjacentElement("beforebegin",t)):n!=r&&(o=t.parentNode.parentNode.querySelector('.topbar-area[data-area="'+n+'"] > *'),o&&(s=t.nextSibling,s.dataset.action=n,t.dataset.action=n,o.insertAdjacentElement("beforebegin",t))))})}function r(){var t=e.classList.contains("menu-width-s"),n=e.classList.contains("menu-width-m"),o=e.classList.contains("menu-width-l");t&&!n&&!o?s("s"):!t&&n&&!o?s("m"):!t&&!n&&o&&s("l")}function c(){var e=Array.from(document.querySelectorAll(".topbar-button > .topbar-content > .topbar-content-wrapper"));e.reverse().forEach(function(e){var t,s,o,i,a,n=getTopbarButtonParent(e);n&&(t=!0,s=e.querySelector(":scope > .topbar-area"),s?(i=s.querySelectorAll(":scope > .topbar-button"),t=!0,i.forEach(function(e){e.style.display!="none"&&(t=!1)})):(o=e.cloneNode(!0),a=o.querySelectorAll("div.ps__rail-x, div.ps__rail-y"),a.forEach(function(e){e.parentNode.removeChild(e)}),t=!o.innerHTML.trim()),n.querySelector("button").disabled=t,n.style.display=t&&n.dataset.contentEmpty=="hide"?"none":"inline-block")})}function l(t){e.classList[t.matches?"add":"remove"]("menu-width-s")}function d(t){e.classList[t.matches?"add":"remove"]("menu-width-m")}function u(t){e.classList[t.matches?"add":"remove"]("menu-width-l")}function n(e,t){e(t),r(),c()}t&&(o=window.matchMedia("only screen and (max-width: 47.999rem)"),o.addEventListener("change",n.bind(null,l)),i=window.matchMedia("only screen and (min-width: 48rem) and (max-width: 59.999rem)"),i.addEventListener("change",n.bind(null,d)),a=window.matchMedia("only screen and (min-width: 60rem)"),a.addEventListener("change",n.bind(null,u)),h(),l(o),d(i),u(a),r(),c())}(),function(){var e,n,s=document.querySelector("body");function t(e){s.classList[e.matches?"add":"remove"]("main-width-max")}function o(e,t){e(t)}n=getColorValue("MAIN-WIDTH-MAX"),e=window.matchMedia("screen and ( min-width: "+n+")"),e.addEventListener("change",o.bind(null,t)),t(e)}();function getColorValue(e){return this.normalizeColor(getComputedStyle(document.documentElement).getPropertyValue("--INTERNAL-"+e))}function normalizeColor(e){return!e||!e.trim?e:(e=e.trim(),e=e.replace(/\s*\(\s*/g,"( "),e=e.replace(/\s*\)\s*/g," )"),e=e.replace(/\s*,\s*/g,", "),e=e.replace(/0*\./g,"."),e=e.replace(/ +/g," "),e)}function initVersionIndex(e){if(!e||!e.length)return;document.querySelectorAll(".R-versionswitcher select").forEach(function(t){var s=t.querySelector("[data-selected]")?.cloneNode(!0),n=null;for(t.selectedIndex>=0&&(n=t.options[t.selectedIndex].cloneNode(!0));t.firstChild;)t.removeChild(t.firstChild);if(e.forEach(function(e){var n=document.createElement("option");n.id="R-select-version-"+e.value,n.value=e.value,n.dataset.abs=e.isAbs,n.dataset.uri=e.baseURL,n.dataset.identifier=e.identifier,n.textContent=e.title,t.appendChild(n)}),s){const e=t.querySelector(`option[value="${s.value}"]`);e?e.dataset.selected="":t.appendChild(s)}if(n){const e=t.querySelector(`option[value="${n.value}"]`);e||t.appendChild(n),t.value=n.value}else if(t.options.length>0){t.selectedIndex=0;return}})}function initVersionJs(){if(window.relearn.version_js_url){var e=document.createElement("script"),t=new URL(window.relearn.version_js_url,window.location.href),n=Math.floor(Math.random()*1e6);t.searchParams.set("v",n.toString()),e.src=t.toString(),e.setAttribute("async",""),e.onload=function(){initVersionIndex(relearn_versionindex)},e.onerror=function(){console.error("Error getting version index file")},document.head.appendChild(e)}}initVersionJs() \ No newline at end of file diff --git a/references/index.html b/references/index.html index ed039da..baea087 100644 --- a/references/index.html +++ b/references/index.html @@ -1,4 +1,3 @@ -References :: Densha de GO! controller documentation - \ No newline at end of file diff --git a/search/index.html b/search/index.html index 7b23b2a..aa99461 100644 --- a/search/index.html +++ b/search/index.html @@ -1,5 +1,4 @@ -Search :: Densha de GO! controller documentation -

Search

+Search :: Densha de GO! controller documentation

Search


\ No newline at end of file +
\ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 3d4f6fd..a15f7db 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/autotraintas/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/dc/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/densha3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/n64/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ss/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps4/yamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/switch/yamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/pnp/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/wii/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/ps4/japankyoto/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/railfanchicago/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/wii/tcpp20017/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/transim/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainyamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/pnp2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/plugins/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/railfantaiwan/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/trainsimplus/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainkeihin/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/pro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/pro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/ryojouhen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/cheats/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainmidosuji/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/nagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/nagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/pro2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/titan/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/traindensha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/compatibility/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/final/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/kisha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/kisha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainkeitokei/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainshinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/ryojouhen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/pro2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/final/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/categories/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/gameport/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/vok00105/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/vok00106/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/n64/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/switch/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/wii/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/wii/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/dc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ss/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps4/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/ps4/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/tags/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/gameport/dgoc44/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/index.html \ No newline at end of file +https://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tech/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/autotraintas/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/dc/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/densha3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/n64/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ss/densha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps4/yamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/switch/yamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/pnp/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/wii/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/ps4/japankyoto/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/railfanchicago/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/wii/tcpp20017/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/transim/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainyamanote/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/densha2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/pnp2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/plugins/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/railfantaiwan/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/trainsimplus/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainkeihin/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/pro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/pro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/ryojouhen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/cheats/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainmidosuji/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/nagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/nagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/pro2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/titan/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/traindensha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/adapters/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/compatibility/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/final/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/kisha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/kisha/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainkeitokei/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/densha3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/trainshinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/shinkansen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/tramcityhakodate/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/ryojouhen/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/pro2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanprotokyu/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/final/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/categories/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/gameport/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20002/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/vok00105/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/vok00106/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/sotp031201/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/n64/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/switch/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/wii/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/wii/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/zkns001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgc255/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/pc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dyc288/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20014/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/ohcpc01/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/dc/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ss/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/serial/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20011/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps1/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps2/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_ts/ps3/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software/ps4/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/software_other/ps4/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/standalone/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/tags/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/cotm02001/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/tcpp20009/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20003/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/dgoc44u/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tcpp20004/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/tc5175290/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/classic/slph00051/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/gameport/dgoc44/index.htmlhttps://marcriera.github.io/ddgo-controller-docs/controllers/usb/index.html \ No newline at end of file diff --git a/software/dc/densha2/index.html b/software/dc/densha2/index.html index 321a510..ac3bb84 100644 --- a/software/dc/densha2/index.html +++ b/software/dc/densha2/index.html @@ -1,4 +1,3 @@ -Densha de GO! 2 Kōsoku-hen 3000 Bandai :: Densha de GO! controller documentation -

Densha de GO! 2 Kōsoku-hen 3000 Bandai

Overview

NameDensha de GO! 2 Kōsoku-hen 3000 Bandai
Japanese name電車でGO!2高速編3000番台
Release dateJanuary 20, 2000
Serial codeT-1102M
Notes

Supported controllers

ModelSupportNotes
Two handle controller (Sega Dreamcast)Native
\ No newline at end of file diff --git a/software/dc/index.html b/software/dc/index.html index dc74c71..af9f87e 100644 --- a/software/dc/index.html +++ b/software/dc/index.html @@ -1,4 +1,3 @@ -Sega Dreamcast :: Densha de GO! controller documentation -

Sega Dreamcast

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/index.html b/software/index.html index af809b5..f57b244 100644 --- a/software/index.html +++ b/software/index.html @@ -1,4 +1,3 @@ -Densha de GO! series :: Densha de GO! controller documentation -

Densha de GO! series

This section lists software from the Densha de GO! series compatible with dedicated controllers. Software is grouped by platform and sorted by release date.

\ No newline at end of file diff --git a/software/n64/densha2/index.html b/software/n64/densha2/index.html index 7655c7c..e75f824 100644 --- a/software/n64/densha2/index.html +++ b/software/n64/densha2/index.html @@ -1,4 +1,3 @@ -Densha de GO! 64 :: Densha de GO! controller documentation -

Densha de GO! 64

Overview

NameDensha de GO! 64
Japanese name電車でGO!64
Release dateJuly 23, 1999
Serial codeNUS-ND6J-JPN
Notes

Supported controllers

ModelSupportNotes
Two handle controller (Nintendo 64)NativeConnect standard controller to P1 and train controller to P3.
\ No newline at end of file diff --git a/software/n64/index.html b/software/n64/index.html index f6d7e05..3760126 100644 --- a/software/n64/index.html +++ b/software/n64/index.html @@ -1,4 +1,3 @@ -Nintendo 64 :: Densha de GO! controller documentation -

Nintendo 64

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/pc/densha/index.html b/software/pc/densha/index.html index 8a81a8b..52b2ea8 100644 --- a/software/pc/densha/index.html +++ b/software/pc/densha/index.html @@ -1,4 +1,3 @@ -Densha de GO! :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/densha2/index.html b/software/pc/densha2/index.html index 856a73f..6b4869e 100644 --- a/software/pc/densha2/index.html +++ b/software/pc/densha2/index.html @@ -1,4 +1,3 @@ -Densha de GO! 2 :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/densha3/index.html b/software/pc/densha3/index.html index a7691f8..4bf95de 100644 --- a/software/pc/densha3/index.html +++ b/software/pc/densha3/index.html @@ -1,4 +1,3 @@ -Densha de GO! 3 Tsūkin-hen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/final/index.html b/software/pc/final/index.html index 94ccacd..c0b359a 100644 --- a/software/pc/final/index.html +++ b/software/pc/final/index.html @@ -1,4 +1,3 @@ -Densha de GO! Final :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/index.html b/software/pc/index.html index 2658d66..88c11ec 100644 --- a/software/pc/index.html +++ b/software/pc/index.html @@ -1,4 +1,3 @@ -PC :: Densha de GO! controller documentation -

PC

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/pc/kisha/index.html b/software/pc/kisha/index.html index e256672..8b80402 100644 --- a/software/pc/kisha/index.html +++ b/software/pc/kisha/index.html @@ -1,4 +1,3 @@ -Kisha de GO! :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/nagoya/index.html b/software/pc/nagoya/index.html index 5f16fe2..f8c8895 100644 --- a/software/pc/nagoya/index.html +++ b/software/pc/nagoya/index.html @@ -1,4 +1,3 @@ -Densha de GO! Nagoya Tetsudōhen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/pro/index.html b/software/pc/pro/index.html index d4def06..2b99a73 100644 --- a/software/pc/pro/index.html +++ b/software/pc/pro/index.html @@ -1,4 +1,3 @@ -Densha de GO! Professional :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/pro2/index.html b/software/pc/pro2/index.html index c64c978..112395b 100644 --- a/software/pc/pro2/index.html +++ b/software/pc/pro2/index.html @@ -1,4 +1,3 @@ -Densha de GO! Professional 2 :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/ryojouhen/index.html b/software/pc/ryojouhen/index.html index b448476..31d3c9c 100644 --- a/software/pc/ryojouhen/index.html +++ b/software/pc/ryojouhen/index.html @@ -1,4 +1,3 @@ -Densha de GO! Ryojōhen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/pc/shinkansen/index.html b/software/pc/shinkansen/index.html index fb7bc69..507f6bf 100644 --- a/software/pc/shinkansen/index.html +++ b/software/pc/shinkansen/index.html @@ -1,4 +1,3 @@ -Densha de GO! Shinkansen San'yō Shinkansen-hen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps1/densha/index.html b/software/ps1/densha/index.html index 6deb8dc..3216127 100644 --- a/software/ps1/densha/index.html +++ b/software/ps1/densha/index.html @@ -1,4 +1,3 @@ -Densha de GO! :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps1/densha2/index.html b/software/ps1/densha2/index.html index 2af063d..e9ec375 100644 --- a/software/ps1/densha2/index.html +++ b/software/ps1/densha2/index.html @@ -1,4 +1,3 @@ -Densha de GO! 2 :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps1/index.html b/software/ps1/index.html index 896b8e1..1d3c260 100644 --- a/software/ps1/index.html +++ b/software/ps1/index.html @@ -1,4 +1,3 @@ -Sony PlayStation :: Densha de GO! controller documentation -

Sony PlayStation

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/ps1/kisha/index.html b/software/ps1/kisha/index.html index d22d85a..d5a1c1e 100644 --- a/software/ps1/kisha/index.html +++ b/software/ps1/kisha/index.html @@ -1,4 +1,3 @@ -Kisha de GO! :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps1/nagoya/index.html b/software/ps1/nagoya/index.html index 85660ca..7553185 100644 --- a/software/ps1/nagoya/index.html +++ b/software/ps1/nagoya/index.html @@ -1,4 +1,3 @@ -Densha de GO! Nagoya Tetsudōhen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps1/pro/index.html b/software/ps1/pro/index.html index 8fe36cd..edecf42 100644 --- a/software/ps1/pro/index.html +++ b/software/ps1/pro/index.html @@ -1,4 +1,3 @@ -Densha de GO! Professional :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps2/densha3/index.html b/software/ps2/densha3/index.html index 45b78fa..7d5a09d 100644 --- a/software/ps2/densha3/index.html +++ b/software/ps2/densha3/index.html @@ -1,4 +1,3 @@ -Densha de GO! 3 Tsūkin-hen :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software/ps2/final/index.html b/software/ps2/final/index.html index d15c367..8b7c717 100644 --- a/software/ps2/final/index.html +++ b/software/ps2/final/index.html @@ -1,4 +1,3 @@ -Densha de GO! Final :: Densha de GO! controller documentation - \ No newline at end of file diff --git a/software/ps2/index.html b/software/ps2/index.html index 3fa9313..5ffb061 100644 --- a/software/ps2/index.html +++ b/software/ps2/index.html @@ -1,4 +1,3 @@ -Sony PlayStation 2 :: Densha de GO! controller documentation -

Sony PlayStation 2

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/ps2/pro2/index.html b/software/ps2/pro2/index.html index 6f25170..4415103 100644 --- a/software/ps2/pro2/index.html +++ b/software/ps2/pro2/index.html @@ -1,4 +1,3 @@ -Densha de GO! Professional 2 :: Densha de GO! controller documentation -

Densha de GO! Professional 2

Overview

NameDensha de GO! Professional 2
Japanese name電車でGO!プロフェッショナル2
Release dateFebruary 27, 2003
Serial codeSLPM-65243
Notes

Supported controllers

ModelSupportNotes
Mamecon (Sony PlayStation)UnofficialRequires use of cheat codes.
Multi Train Controller (Sony PlayStation 2)NativeP5/B8 cartridge.
One handle controller (Sony PlayStation)UnofficialRequires use of cheat codes.
Ryojōhen controller (Sony PlayStation 2)Native
Shinkansen controller (Sony PlayStation 2)Native
Two handle controller (Sony PlayStation)UnofficialRequires use of cheat codes.
Two handle controller "Type 2" (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software/ps2/ryojouhen/index.html b/software/ps2/ryojouhen/index.html index 4e0667b..774af95 100644 --- a/software/ps2/ryojouhen/index.html +++ b/software/ps2/ryojouhen/index.html @@ -1,4 +1,3 @@ -Densha de GO! Ryojōhen :: Densha de GO! controller documentation - \ No newline at end of file diff --git a/software/ps2/shinkansen/index.html b/software/ps2/shinkansen/index.html index 2940f0b..9935268 100644 --- a/software/ps2/shinkansen/index.html +++ b/software/ps2/shinkansen/index.html @@ -1,4 +1,3 @@ -Densha de GO! Shinkansen San'yō Shinkansen-hen :: Densha de GO! controller documentation -

Densha de GO! Shinkansen San'yō Shinkansen-hen

Overview

NameDensha de GO! Shinkansen San'yō Shinkansen-hen
Japanese name電車でGO!新幹線 山陽新幹線編
Release dateSeptember 20, 2001
Serial codeSLPM-65039
Notes

Supported controllers

ModelSupportNotes
Mamecon (Sony PlayStation)Native
Multi Train Controller (Sony PlayStation 2)NativeP5/B8 cartridge.
One handle controller (Sony PlayStation)Native
Shinkansen controller (Sony PlayStation 2)Native
Two handle controller (Sony PlayStation)Native
Two handle controller "Type 2" (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software/ps4/index.html b/software/ps4/index.html index a5c55ce..f567d90 100644 --- a/software/ps4/index.html +++ b/software/ps4/index.html @@ -1,4 +1,3 @@ -Sony PlayStation 4 :: Densha de GO! controller documentation -

Sony PlayStation 4

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/ps4/yamanote/index.html b/software/ps4/yamanote/index.html index 38cf17e..2c2211c 100644 --- a/software/ps4/yamanote/index.html +++ b/software/ps4/yamanote/index.html @@ -1,4 +1,3 @@ -Densha de GO! Hashirō Yamanote‑sen :: Densha de GO! controller documentation -

Densha de GO! Hashirō Yamanote‑sen

Overview

NameDensha de GO! Hashirō Yamanote‑sen
Japanese name電車でGO!! はしろう山手線
Release dateDecember 3, 2020
Serial codePLJM-16643
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software/ss/densha/index.html b/software/ss/densha/index.html index f298e79..850d646 100644 --- a/software/ss/densha/index.html +++ b/software/ss/densha/index.html @@ -1,4 +1,3 @@ -Densha de GO! EX :: Densha de GO! controller documentation -

Densha de GO! EX

Overview

NameDensha de GO! EX
Japanese name電車でGO!EX
Release dateOctober 1, 1998
Serial codeT-10317G
Notes

Supported controllers

ModelSupportNotes
Two handle controller (Sega Saturn)NativeSelect controller on game startup.
\ No newline at end of file diff --git a/software/ss/index.html b/software/ss/index.html index 066312d..c9b3218 100644 --- a/software/ss/index.html +++ b/software/ss/index.html @@ -1,4 +1,3 @@ -Sega Saturn :: Densha de GO! controller documentation -

Sega Saturn

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/switch/index.html b/software/switch/index.html index 1739d15..e9dca8e 100644 --- a/software/switch/index.html +++ b/software/switch/index.html @@ -1,4 +1,3 @@ -Nintendo Switch :: Densha de GO! controller documentation -

Nintendo Switch

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/switch/yamanote/index.html b/software/switch/yamanote/index.html index cc5db48..2b89780 100644 --- a/software/switch/yamanote/index.html +++ b/software/switch/yamanote/index.html @@ -1,4 +1,3 @@ -Densha de GO! Hashirō Yamanote‑sen :: Densha de GO! controller documentation -

Densha de GO! Hashirō Yamanote‑sen

Overview

NameDensha de GO! Hashirō Yamanote‑sen
Japanese name電車でGO!! はしろう山手線
Release dateMarch 18, 2021
Serial codeHAC-P-A2BGA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software/wii/index.html b/software/wii/index.html index c366f29..4f364bd 100644 --- a/software/wii/index.html +++ b/software/wii/index.html @@ -1,4 +1,3 @@ -Nintendo Wii :: Densha de GO! controller documentation -

Nintendo Wii

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software/wii/shinkansen/index.html b/software/wii/shinkansen/index.html index 1d6619a..fb4389f 100644 --- a/software/wii/shinkansen/index.html +++ b/software/wii/shinkansen/index.html @@ -1,4 +1,3 @@ -Densha de GO! Shinkansen EX San'yō Shinkansen-hen :: Densha de GO! controller documentation -

Densha de GO! Shinkansen EX San'yō Shinkansen-hen

Overview

NameDensha de GO! Shinkansen EX San'yō Shinkansen-hen
Japanese name電車でGO!新幹線EX 山陽新幹線編
Release dateMarch 1, 2007
Serial codeRVL-P-RG4J
Notes

Supported controllers

ModelSupportNotes
Shinkansen controller (Nintendo Wii)Native
\ No newline at end of file diff --git a/software_other/index.html b/software_other/index.html index 5f2043f..5825b17 100644 --- a/software_other/index.html +++ b/software_other/index.html @@ -1,4 +1,3 @@ -Other software :: Densha de GO! controller documentation -

Other software

This section lists other software compatible with dedicated controllers in some way. Software is grouped by platform and sorted by release date.

\ No newline at end of file diff --git a/software_other/pc/bve/index.html b/software_other/pc/bve/index.html index bbe61ac..be7e7fb 100644 --- a/software_other/pc/bve/index.html +++ b/software_other/pc/bve/index.html @@ -1,4 +1,3 @@ -BVE Trainsim :: Densha de GO! controller documentation - \ No newline at end of file diff --git a/software_other/pc/hmmsimmetro/index.html b/software_other/pc/hmmsimmetro/index.html index 88b85ba..e26e5f0 100644 --- a/software_other/pc/hmmsimmetro/index.html +++ b/software_other/pc/hmmsimmetro/index.html @@ -1,4 +1,3 @@ -Hmmsim Metro :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_other/pc/index.html b/software_other/pc/index.html index 6994383..15bb99f 100644 --- a/software_other/pc/index.html +++ b/software_other/pc/index.html @@ -1,4 +1,3 @@ -PC :: Densha de GO! controller documentation -

PC

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_other/pc/index.xml b/software_other/pc/index.xml index c513ad8..752847a 100644 --- a/software_other/pc/index.xml +++ b/software_other/pc/index.xml @@ -1 +1 @@ -PC :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/index.htmlSelect a software from the menu on the left to view its details and controller compatibility.Hugoen-usBVE Trainsimhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlOverview Name BVE Trainsim Release date September 5, 2011 Website https://bvets.net/en/ Notes Compatibility applies to version 5 or later. Supported controllers Model Support Notes Mamecon (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Multi Train Controller (Sony PlayStation 2) Native Supported via input plugin. One handle controller (Nintendo Switch) Native Supported via input plugin. One handle controller (PC) Native Supported via input plugin. One handle controller (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Ryojōhen controller (PC) Native Supported via input plugin. Ryojōhen controller (Sony PlayStation 2) Native Supported via input plugin. Sangying one handle controller (PC) Native Supported via input plugin. Two handle controller (Nintendo 64) Native Requires USB adapter. Supported via input plugin. Two handle controller (PC) Native Supported via input plugin. Two handle controller (Sega Dreamcast) Native Requires USB adapter. Supported via input plugin. Two handle controller (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Two handle controller (Sega Saturn) Native Requires USB adapter. Supported via input plugin. Two handle controller "Type 2" (Sony PlayStation 2) Native Supported via input plugin.JR EAST Train Simulatorhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlOverview Name JR EAST Train Simulator Release date November 15, 2022 Website https://store.steampowered.com/app/2111630/JR_EAST_Train_Simulator/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) NativeOpenBVEhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlOverview Name OpenBVE Release date March 23, 2009 Website https://openbve-project.net/ Notes Controllers are supported on version 1.8.2.0 or later via built-in input plugins. Supported controllers Model Support Notes Mamecon (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Multi Train Controller (Sony PlayStation 2) Native Supported via input plugin. One handle controller (Nintendo Switch) Native Supported via input plugin. One handle controller (PC) Native Supported via input plugin. One handle controller (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Ryojōhen controller (PC) Native Supported via input plugin. Ryojōhen controller (Sony PlayStation 2) Native Supported via input plugin. Sangying one handle controller (PC) Native Supported via input plugin. Shinkansen controller (Sony PlayStation 2) Native Supported via input plugin. Train Mascon (Sony PlayStation 2) Native Supported via input plugin. Two handle controller (Nintendo 64) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (PC) Native Supported via input plugin. Two handle controller (Sega Dreamcast) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (Sega Saturn) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller "Type 2" (Sony PlayStation 2) Native Supported via input plugin.Hmmsim Metrohttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlOverview Name Hmmsim Metro Release date June 25, 2021 Website https://jeminie.kr/Hmmsim-Metro Notes Supported controllers Model Support Notes Master Controller (PC) Native Set to Type D. Master Controller II (PC) Native Set power to 4 and brake to 7. One handle controller (Nintendo Switch) NativeTrain Crewhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlOverview Name Train Crew Release date September 30, 2021 Website https://acty-soft.com/traincrew/ Notes Supported controllers Model Support Notes Master Controller (PC) Native Requires plugin from official website. Set to Type G. Master Controller II (PC) Native Requires plugin from official website. Set power to 5 and brake to 7. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Native Two handle controller (PC) NativeJapanese Rail Sim: Operating the MEITETSU Linehttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlOverview Name Japanese Rail Sim: Operating the MEITETSU Line Japanese name 鉄道にっぽん!RealPro 名古屋鉄道編 PC Edition Release date April 27, 2023 Website https://store.steampowered.com/app/2281540/Japanese_Rail_Sim_Operating_the_MEITETSU_Line/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) Native \ No newline at end of file +PC :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/index.htmlSelect a software from the menu on the left to view its details and controller compatibility.Hugoen-usBVE Trainsimhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/bve/index.htmlOverview Name BVE Trainsim Release date September 5, 2011 Website https://bvets.net/en/ Notes Compatibility applies to version 5 or later. Supported controllers Model Support Notes Mamecon (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Multi Train Controller (Sony PlayStation 2) Native Supported via input plugin. One handle controller (Nintendo Switch) Native Supported via input plugin. One handle controller (PC) Native Supported via input plugin. One handle controller (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Ryojōhen controller (PC) Native Supported via input plugin. Ryojōhen controller (Sony PlayStation 2) Native Supported via input plugin. Sangying one handle controller (PC) Native Supported via input plugin. Two handle controller (Nintendo 64) Native Requires USB adapter. Supported via input plugin. Two handle controller (PC) Native Supported via input plugin. Two handle controller (Sega Dreamcast) Native Requires USB adapter. Supported via input plugin. Two handle controller (Sony PlayStation) Native Requires USB adapter. Supported via input plugin. Two handle controller (Sega Saturn) Native Requires USB adapter. Supported via input plugin. Two handle controller "Type 2" (Sony PlayStation 2) Native Supported via input plugin.JR EAST Train Simulatorhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/jreasttrainsimulator/index.htmlOverview Name JR EAST Train Simulator Release date November 15, 2022 Website https://store.steampowered.com/app/2111630/JR_EAST_Train_Simulator/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) NativeOpenBVEhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/openbve/index.htmlOverview Name OpenBVE Release date March 23, 2009 Website https://openbve-project.net/ Notes Controllers are supported on version 1.8.2.0 or later via built-in input plugins. Supported controllers Model Support Notes Mamecon (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Multi Train Controller (Sony PlayStation 2) Native Supported via input plugin. One handle controller (Nintendo Switch) Native Supported via input plugin. One handle controller (PC) Native Supported via input plugin. One handle controller (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Ryojōhen controller (PC) Native Supported via input plugin. Ryojōhen controller (Sony PlayStation 2) Native Supported via input plugin. Sangying one handle controller (PC) Native Supported via input plugin. Shinkansen controller (Sony PlayStation 2) Native Supported via input plugin. Train Mascon (Sony PlayStation 2) Native Supported via input plugin. Two handle controller (Nintendo 64) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (PC) Native Supported via input plugin. Two handle controller (Sega Dreamcast) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (Sony PlayStation) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller (Sega Saturn) Native Requires USB adapter and calibration. Supported via input plugin. Two handle controller "Type 2" (Sony PlayStation 2) Native Supported via input plugin.Hmmsim Metrohttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/hmmsimmetro/index.htmlOverview Name Hmmsim Metro Release date June 25, 2021 Website https://jeminie.kr/Hmmsim-Metro Notes Supported controllers Model Support Notes Master Controller (PC) Native Set to Type D. Master Controller II (PC) Native Set power to 4 and brake to 7. One handle controller (Nintendo Switch) NativeTrain Crewhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/traincrew/index.htmlOverview Name Train Crew Release date September 30, 2021 Website https://acty-soft.com/traincrew/ Notes Supported controllers Model Support Notes Master Controller (PC) Native Requires plugin from official website. Set to Type G. Master Controller II (PC) Native Requires plugin from official website. Set power to 5 and brake to 7. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Native Two handle controller (PC) NativeJapanese Rail Sim: Operating the MEITETSU Linehttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/japanmeitetsu/index.htmlOverview Name Japanese Rail Sim: Operating the MEITETSU Line Japanese name 鉄道にっぽん!RealPro 名古屋鉄道編 PC Edition Release date April 27, 2023 Website https://store.steampowered.com/app/2281540/Japanese_Rail_Sim_Operating_the_MEITETSU_Line/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) NativeTramcity Hakodatehttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/tramcityhakodate/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/pc/tramcityhakodate/index.htmlOverview Name Tramcity Hakodate Release date January 4, 2024 Website https://store.steampowered.com/app/2614000/TRAMCITY_HAKODATE/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) Native \ No newline at end of file diff --git a/software_other/pc/japanmeitetsu/index.html b/software_other/pc/japanmeitetsu/index.html index 7abb933..35aeb6d 100644 --- a/software_other/pc/japanmeitetsu/index.html +++ b/software_other/pc/japanmeitetsu/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim: Operating the MEITETSU Line :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_other/pc/jreasttrainsimulator/index.html b/software_other/pc/jreasttrainsimulator/index.html index 0c1de88..9ac2360 100644 --- a/software_other/pc/jreasttrainsimulator/index.html +++ b/software_other/pc/jreasttrainsimulator/index.html @@ -1,4 +1,3 @@ -JR EAST Train Simulator :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_other/pc/openbve/index.html b/software_other/pc/openbve/index.html index efc5314..e078313 100644 --- a/software_other/pc/openbve/index.html +++ b/software_other/pc/openbve/index.html @@ -1,4 +1,3 @@ -OpenBVE :: Densha de GO! controller documentation -

OpenBVE

Overview

NameOpenBVE
Release dateMarch 23, 2009
Websitehttps://openbve-project.net/
NotesControllers are supported on version 1.8.2.0 or later via built-in input plugins.

Supported controllers

ModelSupportNotes
Mamecon (Sony PlayStation)NativeRequires USB adapter and calibration. Supported via input plugin.
Multi Train Controller (Sony PlayStation 2)NativeSupported via input plugin.
One handle controller (Nintendo Switch)NativeSupported via input plugin.
One handle controller (PC)NativeSupported via input plugin.
One handle controller (Sony PlayStation)NativeRequires USB adapter and calibration. Supported via input plugin.
Ryojōhen controller (PC)NativeSupported via input plugin.
Ryojōhen controller (Sony PlayStation 2)NativeSupported via input plugin.
Sangying one handle controller (PC)NativeSupported via input plugin.
Shinkansen controller (Sony PlayStation 2)NativeSupported via input plugin.
Train Mascon (Sony PlayStation 2)NativeSupported via input plugin.
Two handle controller (Nintendo 64)NativeRequires USB adapter and calibration. Supported via input plugin.
Two handle controller (PC)NativeSupported via input plugin.
Two handle controller (Sega Dreamcast)NativeRequires USB adapter and calibration. Supported via input plugin.
Two handle controller (Sony PlayStation)NativeRequires USB adapter and calibration. Supported via input plugin.
Two handle controller (Sega Saturn)NativeRequires USB adapter and calibration. Supported via input plugin.
Two handle controller "Type 2" (Sony PlayStation 2)NativeSupported via input plugin.
\ No newline at end of file diff --git a/software_other/pc/traincrew/index.html b/software_other/pc/traincrew/index.html index e0fc14f..814834b 100644 --- a/software_other/pc/traincrew/index.html +++ b/software_other/pc/traincrew/index.html @@ -1,4 +1,3 @@ -Train Crew :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_other/pc/tramcityhakodate/index.html b/software_other/pc/tramcityhakodate/index.html new file mode 100644 index 0000000..64228c6 --- /dev/null +++ b/software_other/pc/tramcityhakodate/index.html @@ -0,0 +1,3 @@ +Tramcity Hakodate :: Densha de GO! controller documentation
\ No newline at end of file diff --git a/software_other/pc/tramcityhakodate/index.xml b/software_other/pc/tramcityhakodate/index.xml new file mode 100644 index 0000000..bff5756 --- /dev/null +++ b/software_other/pc/tramcityhakodate/index.xml @@ -0,0 +1 @@ +Tramcity Hakodate :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/pc/tramcityhakodate/index.htmlOverview Name Tramcity Hakodate Release date January 4, 2024 Website https://store.steampowered.com/app/2614000/TRAMCITY_HAKODATE/ Notes Supported controllers Model Support Notes One handle controller (Nintendo Switch) NativeHugoen-us \ No newline at end of file diff --git a/software_other/ps4/index.html b/software_other/ps4/index.html index e96f59f..c09ef18 100644 --- a/software_other/ps4/index.html +++ b/software_other/ps4/index.html @@ -1,4 +1,3 @@ -Sony PlayStation 4 :: Densha de GO! controller documentation -

Sony PlayStation 4

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_other/ps4/japankyoto/index.html b/software_other/ps4/japankyoto/index.html index 2e65d43..effbcbe 100644 --- a/software_other/ps4/japankyoto/index.html +++ b/software_other/ps4/japankyoto/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim: Journey to Kyoto :: Densha de GO! controller documentation -

Japanese Rail Sim: Journey to Kyoto

Overview

NameJapanese Rail Sim: Journey to Kyoto
Japanese name電鉄道にっぽん!路線たび 叡山電車編
Release dateDecember 10, 2020
Serial codePLJM-16754
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/index.html b/software_other/switch/index.html index 9ecd1c3..919be6b 100644 --- a/software_other/switch/index.html +++ b/software_other/switch/index.html @@ -1,4 +1,3 @@ -Nintendo Switch :: Densha de GO! controller documentation -

Nintendo Switch

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_other/switch/index.xml b/software_other/switch/index.xml index ccd6be4..8abf03f 100644 --- a/software_other/switch/index.xml +++ b/software_other/switch/index.xml @@ -1 +1 @@ -Nintendo Switch :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/index.htmlSelect a software from the menu on the left to view its details and controller compatibility.Hugoen-usJapanese Rail Sim: Journey to Kyotohttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlOverview Name Japanese Rail Sim: Journey to Kyoto Japanese name 電鉄道にっぽん!路線たび 叡山電車編 Release date November 18, 2019 Serial code HAC-P-AU9WA NotesJapanese Rail Sim: Sangi Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlOverview Name Japanese Rail Sim: Sangi Railway Japanese name 電鉄道にっぽん!路線たび 三岐鉄道編 Release date December 23, 2021 Serial code HAC-P-A6R9A NotesJapanese Rail Sim: Akechi Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlOverview Name Japanese Rail Sim: Akechi Railway Japanese name 電鉄道にっぽん!路線たび 明知鉄道編 Release date August 25, 2022 Serial code HAC-P-A8YZA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Real Pro: Nagoya Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlOverview Name Japanese Rail Sim Real Pro: Nagoya Railway Japanese name 電鉄道にっぽん!Real Pro 特急走行!名古屋鉄道編 Release date December 15, 2022 Serial code HAC-P-A9QAA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim EX: Nagaragawa Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlOverview Name Japanese Rail Sim EX: Nagaragawa Railway Japanese name 鉄道にっぽん!路線たびEX 清流運転 長良川鉄道編 Release date August 24, 2023 Serial code HAC-P-BCXNA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Real Pro: Odakyu Electric Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlOverview Name Japanese Rail Sim Real Pro: Odakyu Electric Railway Japanese name 鉄道にっぽん!RealPro 特急ロマンスカー!小田急電鉄編 Release date December 14, 2023 Serial code HAC-P-BE2DA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim EX: Mountain Railway Odakyu Hakonehttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlOverview Name Japanese Rail Sim Hakone Japanese name 鉄道にっぽん!路線たびEX 登山電車 小田急箱根編 Release date September 19, 2024 Serial code HAC-P-BKFUA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nankihttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlOverview Name Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki Japanese name 鉄道にっぽん!メモリアル JR東海 キハ85 特急南紀 編 Release date December 19, 2024 Serial code HAC-P-BLUSA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device. \ No newline at end of file +Nintendo Switch :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/index.htmlSelect a software from the menu on the left to view its details and controller compatibility.Hugoen-usJapanese Rail Sim: Journey to Kyotohttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japankyoto/index.htmlOverview Name Japanese Rail Sim: Journey to Kyoto Japanese name 電鉄道にっぽん!路線たび 叡山電車編 Release date November 18, 2019 Serial code HAC-P-AU9WA NotesJapanese Rail Sim: Sangi Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japansangi/index.htmlOverview Name Japanese Rail Sim: Sangi Railway Japanese name 電鉄道にっぽん!路線たび 三岐鉄道編 Release date December 23, 2021 Serial code HAC-P-A6R9A NotesJapanese Rail Sim: Akechi Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanakechi/index.htmlOverview Name Japanese Rail Sim: Akechi Railway Japanese name 電鉄道にっぽん!路線たび 明知鉄道編 Release date August 25, 2022 Serial code HAC-P-A8YZA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Real Pro: Nagoya Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanpronagoya/index.htmlOverview Name Japanese Rail Sim Real Pro: Nagoya Railway Japanese name 電鉄道にっぽん!Real Pro 特急走行!名古屋鉄道編 Release date December 15, 2022 Serial code HAC-P-A9QAA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim EX: Nagaragawa Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexnagaragawa/index.htmlOverview Name Japanese Rail Sim EX: Nagaragawa Railway Japanese name 鉄道にっぽん!路線たびEX 清流運転 長良川鉄道編 Release date August 24, 2023 Serial code HAC-P-BCXNA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Real Pro: Odakyu Electric Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanproodakyu/index.htmlOverview Name Japanese Rail Sim Real Pro: Odakyu Electric Railway Japanese name 鉄道にっぽん!RealPro 特急ロマンスカー!小田急電鉄編 Release date December 14, 2023 Serial code HAC-P-BE2DA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim EX: Mountain Railway Odakyu Hakonehttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanexhakone/index.htmlOverview Name Japanese Rail Sim Hakone Japanese name 鉄道にっぽん!路線たびEX 登山電車 小田急箱根編 Release date September 19, 2024 Serial code HAC-P-BKFUA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nankihttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanmemnanki/index.htmlOverview Name Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki Japanese name 鉄道にっぽん!メモリアル JR東海 キハ85 特急南紀 編 Release date December 19, 2024 Serial code HAC-P-BLUSA Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Japanese Rail Sim Real Pro: Tōkyū Electric Railwayhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanprotokyu/index.htmlMon, 01 Jan 0001 00:00:00 +0000https://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanprotokyu/index.htmlOverview Name Japanese Rail Sim Real Pro: Tōkyū Electric Railway Japanese name 鉄道にっぽん!RealPro 東京-神奈川!東急電鉄 編 Release date August 21, 2025 Serial code HAC-P-????? Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device. \ No newline at end of file diff --git a/software_other/switch/japanakechi/index.html b/software_other/switch/japanakechi/index.html index 8399d99..d7ada57 100644 --- a/software_other/switch/japanakechi/index.html +++ b/software_other/switch/japanakechi/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim: Akechi Railway :: Densha de GO! controller documentation -

Japanese Rail Sim: Akechi Railway

Overview

NameJapanese Rail Sim: Akechi Railway
Japanese name電鉄道にっぽん!路線たび 明知鉄道編
Release dateAugust 25, 2022
Serial codeHAC-P-A8YZA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanexhakone/index.html b/software_other/switch/japanexhakone/index.html index 5164137..8eb4d3e 100644 --- a/software_other/switch/japanexhakone/index.html +++ b/software_other/switch/japanexhakone/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim EX: Mountain Railway Odakyu Hakone :: Densha de GO! controller documentation -

Japanese Rail Sim EX: Mountain Railway Odakyu Hakone

Overview

NameJapanese Rail Sim Hakone
Japanese name鉄道にっぽん!路線たびEX 登山電車 小田急箱根編
Release dateSeptember 19, 2024
Serial codeHAC-P-BKFUA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanexnagaragawa/index.html b/software_other/switch/japanexnagaragawa/index.html index c255731..eff6d06 100644 --- a/software_other/switch/japanexnagaragawa/index.html +++ b/software_other/switch/japanexnagaragawa/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim EX: Nagaragawa Railway :: Densha de GO! controller documentation -

Japanese Rail Sim EX: Nagaragawa Railway

Overview

NameJapanese Rail Sim EX: Nagaragawa Railway
Japanese name鉄道にっぽん!路線たびEX 清流運転 長良川鉄道編
Release dateAugust 24, 2023
Serial codeHAC-P-BCXNA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japankyoto/index.html b/software_other/switch/japankyoto/index.html index 0407f44..d69230f 100644 --- a/software_other/switch/japankyoto/index.html +++ b/software_other/switch/japankyoto/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim: Journey to Kyoto :: Densha de GO! controller documentation -

Japanese Rail Sim: Journey to Kyoto

Overview

NameJapanese Rail Sim: Journey to Kyoto
Japanese name電鉄道にっぽん!路線たび 叡山電車編
Release dateNovember 18, 2019
Serial codeHAC-P-AU9WA
Notes
\ No newline at end of file diff --git a/software_other/switch/japanmemnanki/index.html b/software_other/switch/japanmemnanki/index.html index faad827..cab123b 100644 --- a/software_other/switch/japanmemnanki/index.html +++ b/software_other/switch/japanmemnanki/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki :: Densha de GO! controller documentation -

Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki

Overview

NameJapanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki
Japanese name鉄道にっぽん!メモリアル JR東海 キハ85 特急南紀 編
Release dateDecember 19, 2024
Serial codeHAC-P-BLUSA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanpronagoya/index.html b/software_other/switch/japanpronagoya/index.html index 144b495..cb75b72 100644 --- a/software_other/switch/japanpronagoya/index.html +++ b/software_other/switch/japanpronagoya/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim Real Pro: Nagoya Railway :: Densha de GO! controller documentation -

Japanese Rail Sim Real Pro: Nagoya Railway

Overview

NameJapanese Rail Sim Real Pro: Nagoya Railway
Japanese name電鉄道にっぽん!Real Pro 特急走行!名古屋鉄道編
Release dateDecember 15, 2022
Serial codeHAC-P-A9QAA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanproodakyu/index.html b/software_other/switch/japanproodakyu/index.html index 4f60be1..660eaf4 100644 --- a/software_other/switch/japanproodakyu/index.html +++ b/software_other/switch/japanproodakyu/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim Real Pro: Odakyu Electric Railway :: Densha de GO! controller documentation -

Japanese Rail Sim Real Pro: Odakyu Electric Railway

Overview

NameJapanese Rail Sim Real Pro: Odakyu Electric Railway
Japanese name鉄道にっぽん!RealPro 特急ロマンスカー!小田急電鉄編
Release dateDecember 14, 2023
Serial codeHAC-P-BE2DA
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanprotokyu/index.html b/software_other/switch/japanprotokyu/index.html new file mode 100644 index 0000000..2adda1e --- /dev/null +++ b/software_other/switch/japanprotokyu/index.html @@ -0,0 +1,3 @@ +Japanese Rail Sim Real Pro: Tōkyū Electric Railway :: Densha de GO! controller documentation

Japanese Rail Sim Real Pro: Tōkyū Electric Railway

Overview

NameJapanese Rail Sim Real Pro: Tōkyū Electric Railway
Japanese name鉄道にっぽん!RealPro 東京-神奈川!東急電鉄 編
Release dateAugust 21, 2025
Serial codeHAC-P-?????
Notes

Supported controllers

ModelSupportNotes
Two handle controller (PC)UnofficialRequires use of Titan One/Two device.
One handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Mamecon (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
Two handle controller (Sony PlayStation)UnofficialRequires USB adapter. Requires use of Titan One/Two device.
One handle controller (Nintendo Switch)Native
Sangying one handle controller (PC)UnofficialRequires use of Titan One/Two device.
\ No newline at end of file diff --git a/software_other/switch/japanprotokyu/index.xml b/software_other/switch/japanprotokyu/index.xml new file mode 100644 index 0000000..167e197 --- /dev/null +++ b/software_other/switch/japanprotokyu/index.xml @@ -0,0 +1 @@ +Japanese Rail Sim Real Pro: Tōkyū Electric Railway :: Densha de GO! controller documentationhttps://marcriera.github.io/ddgo-controller-docs/software_other/switch/japanprotokyu/index.htmlOverview Name Japanese Rail Sim Real Pro: Tōkyū Electric Railway Japanese name 鉄道にっぽん!RealPro 東京-神奈川!東急電鉄 編 Release date August 21, 2025 Serial code HAC-P-????? Notes Supported controllers Model Support Notes Two handle controller (PC) Unofficial Requires use of Titan One/Two device. One handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Mamecon (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. Two handle controller (Sony PlayStation) Unofficial Requires USB adapter. Requires use of Titan One/Two device. One handle controller (Nintendo Switch) Native Sangying one handle controller (PC) Unofficial Requires use of Titan One/Two device.Hugoen-us \ No newline at end of file diff --git a/software_other/switch/japansangi/index.html b/software_other/switch/japansangi/index.html index dc3b9e2..c7b9e61 100644 --- a/software_other/switch/japansangi/index.html +++ b/software_other/switch/japansangi/index.html @@ -1,4 +1,3 @@ -Japanese Rail Sim: Sangi Railway :: Densha de GO! controller documentation -

Japanese Rail Sim: Sangi Railway

Overview

NameJapanese Rail Sim: Sangi Railway
Japanese name電鉄道にっぽん!路線たび 三岐鉄道編
Release dateDecember 23, 2021
Serial codeHAC-P-A6R9A
Notes
\ No newline at end of file diff --git a/software_ts/index.html b/software_ts/index.html index c046232..8959f89 100644 --- a/software_ts/index.html +++ b/software_ts/index.html @@ -1,4 +1,3 @@ -Train Simulator series :: Densha de GO! controller documentation -

Train Simulator series

This section lists software from the Train Simulator series by Ongakukan compatible with dedicated controllers. Software is grouped by platform and sorted by release date.

\ No newline at end of file diff --git a/software_ts/pc/index.html b/software_ts/pc/index.html index cab7073..5663157 100644 --- a/software_ts/pc/index.html +++ b/software_ts/pc/index.html @@ -1,4 +1,3 @@ -PC :: Densha de GO! controller documentation -

PC

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_ts/pc/trainsimplus/index.html b/software_ts/pc/trainsimplus/index.html index b879f4d..3b0f3a7 100644 --- a/software_ts/pc/trainsimplus/index.html +++ b/software_ts/pc/trainsimplus/index.html @@ -1,4 +1,3 @@ -Train Simulator PLUS :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_ts/pc/transim/index.html b/software_ts/pc/transim/index.html index 6e1e638..d322c38 100644 --- a/software_ts/pc/transim/index.html +++ b/software_ts/pc/transim/index.html @@ -1,4 +1,3 @@ -Train Simulator :: Densha de GO! controller documentation -

Train Simulator

Overview

NameTrain Simulator
Release dateAugust 19, 1995
NotesMultiple entries released from 1995 to 2000.

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeMany entries require companion software to use the controller.
Master Controller II (PC)NativeMany entries require companion software to use the controller.
\ No newline at end of file diff --git a/software_ts/ps2/index.html b/software_ts/ps2/index.html index 28651a9..9424b86 100644 --- a/software_ts/ps2/index.html +++ b/software_ts/ps2/index.html @@ -1,4 +1,3 @@ -Sony PlayStation 2 :: Densha de GO! controller documentation -

Sony PlayStation 2

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_ts/ps2/traindensha/index.html b/software_ts/ps2/traindensha/index.html index 98b0559..0a109e6 100644 --- a/software_ts/ps2/traindensha/index.html +++ b/software_ts/ps2/traindensha/index.html @@ -1,4 +1,3 @@ -Train Simulator + Densha de GO! Tokyu Line :: Densha de GO! controller documentation -

Train Simulator + Densha de GO! Tokyu Line

Overview

NameTrain Simulator + Densha de GO!: Tokyu Line
Japanese nameTrain Simulator+電車でGO! 東京急行編
Release dateDecember 18, 2003
Serial codeSLPM-65472
Notes

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeRequires official USB adapter. Set to Type D.
Master Controller II (PC)NativeRequires official USB adapter. Set power to 4 and brake to 7.
Multi Train Controller (Sony PlayStation 2)NativeP4/B7, P5/B5 cartridges.
Train Mascon (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software_ts/ps2/trainkeihin/index.html b/software_ts/ps2/trainkeihin/index.html index e2fba00..a5afe8a 100644 --- a/software_ts/ps2/trainkeihin/index.html +++ b/software_ts/ps2/trainkeihin/index.html @@ -1,4 +1,3 @@ -Train Simulator Real: THE Keihin Electric Express Railway :: Densha de GO! controller documentation -

Train Simulator Real: THE Keihin Electric Express Railway

Overview

NameTrain Simulator Real: THE Keihin Electric Express Railway
Japanese nameTrain Simulator Real THE 京浜急行
Release dateOctober 31, 2002
Serial codeSCPS-15035
Notes

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeRequires official USB adapter. Set to Type C.
Master Controller II (PC)NativeRequires official USB adapter. Set power to 5 and brake to 5.
Multi Train Controller (Sony PlayStation 2)NativeP5/B5 cartridge.
Train Mascon (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software_ts/ps2/trainkeitokei/index.html b/software_ts/ps2/trainkeitokei/index.html index 0c41b80..83fe59b 100644 --- a/software_ts/ps2/trainkeitokei/index.html +++ b/software_ts/ps2/trainkeitokei/index.html @@ -1,4 +1,3 @@ -Train Simulator: Keisei, Toei Asakusa, Keikyu Lines :: Densha de GO! controller documentation -

Train Simulator: Keisei, Toei Asakusa, Keikyu Lines

Overview

NameTrain Simulator: Keisei, Toei Asakusa, Keikyu Lines
Japanese nameTrain Simulator 京成・都営浅草・京急線
Release dateAugust 25, 2005
Serial codeSLPM-67007
Notes

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeRequires official USB adapter. Set to Type C.
Master Controller II (PC)NativeRequires official USB adapter. Set power to 5 and brake to 5.
Multi Train Controller (Sony PlayStation 2)NativeP5/B5, P13/B7 cartridges.
Shinkansen controller (Sony PlayStation 2)Native
Train Mascon (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software_ts/ps2/trainmidosuji/index.html b/software_ts/ps2/trainmidosuji/index.html index d5a32dd..33f9658 100644 --- a/software_ts/ps2/trainmidosuji/index.html +++ b/software_ts/ps2/trainmidosuji/index.html @@ -1,4 +1,3 @@ -Train Simulator: Midosuji Line :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_ts/ps2/trainshinkansen/index.html b/software_ts/ps2/trainshinkansen/index.html index c194396..fd9a694 100644 --- a/software_ts/ps2/trainshinkansen/index.html +++ b/software_ts/ps2/trainshinkansen/index.html @@ -1,4 +1,3 @@ -Train Simulator: Kyūshū Shinkansen :: Densha de GO! controller documentation -

Train Simulator: Kyūshū Shinkansen

Overview

NameTrain Simulator: Kyūshū Shinkansen
Japanese nameTrain Simulator 九州新幹線
Release dateOctober 1, 2005
Serial codeSLPM-67006
Notes

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeRequires official USB adapter. Set to Type G.
Master Controller II (PC)NativeRequires official USB adapter. Set power to 5 and brake to 7.
Multi Train Controller (Sony PlayStation 2)NativeP5/B7, P13/B7 cartridges.
Shinkansen controller (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software_ts/ps2/trainyamanote/index.html b/software_ts/ps2/trainyamanote/index.html index f994c39..ef59448 100644 --- a/software_ts/ps2/trainyamanote/index.html +++ b/software_ts/ps2/trainyamanote/index.html @@ -1,4 +1,3 @@ -Train Simulator Real: THE Yamanote Line :: Densha de GO! controller documentation -

Train Simulator Real: THE Yamanote Line

Overview

NameTrain Simulator Real: THE Yamanote Line
Japanese nameTrain Simulator Real THE 山手線
Release dateOctober 4, 2001
Serial codeSCPS-15018
Notes

Supported controllers

ModelSupportNotes
Master Controller (PC)NativeRequires official USB adapter. Set to Type F.
Master Controller II (PC)NativeRequires official USB adapter. Set power to 5 and brake to 8.
Multi Train Controller (Sony PlayStation 2)NativeP5/B8 cartridge.
Two handle controller "Type 2" (Sony PlayStation 2)Native
\ No newline at end of file diff --git a/software_ts/ps3/index.html b/software_ts/ps3/index.html index 3da3d6e..0ad5530 100644 --- a/software_ts/ps3/index.html +++ b/software_ts/ps3/index.html @@ -1,4 +1,3 @@ -Sony PlayStation 3 :: Densha de GO! controller documentation -

Sony PlayStation 3

Select a software from the menu on the left to view its details and controller compatibility.

\ No newline at end of file diff --git a/software_ts/ps3/railfanchicago/index.html b/software_ts/ps3/railfanchicago/index.html index f596ff4..2a8e74d 100644 --- a/software_ts/ps3/railfanchicago/index.html +++ b/software_ts/ps3/railfanchicago/index.html @@ -1,4 +1,3 @@ -Railfan: Chicago Transit Authority Brown Line :: Densha de GO! controller documentation -
\ No newline at end of file diff --git a/software_ts/ps3/railfantaiwan/index.html b/software_ts/ps3/railfantaiwan/index.html index b78b38c..75d0ed8 100644 --- a/software_ts/ps3/railfantaiwan/index.html +++ b/software_ts/ps3/railfantaiwan/index.html @@ -1,4 +1,3 @@ -Railfan: Taiwan High Speed Rail :: Densha de GO! controller documentation -

Railfan: Taiwan High Speed Rail

Overview

NameRailfan: Taiwan High Speed Rail
Japanese nameレールファン 台湾高鉄
Release dateJuly 12, 2007
Serial codeBLJS-10012
Notes
\ No newline at end of file diff --git a/tags/index.html b/tags/index.html index f1de8af..dbdea45 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,4 +1,3 @@ -Tags :: Densha de GO! controller documentation - \ No newline at end of file