mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-10 18:37:05 +02:00
This commit is contained in:
parent
de39255ace
commit
22f93383b6
15 changed files with 17 additions and 31 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Welcome!
|
||||
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.
|
||||
|
|
|
@ -4,6 +4,4 @@ weight: 5
|
|||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -4,7 +4,5 @@ weight: 1
|
|||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "Classic consoles"
|
||||
title: "Classic console controllers"
|
||||
linkTitle: "Classic consoles"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "Game port"
|
||||
title: "Game port controllers"
|
||||
linkTitle: "Game port"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# Game port controllers
|
||||
|
||||
This section includes controllers for Microsoft Windows which use a [game port](https://en.wikipedia.org/wiki/Game_port).
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "Serial port"
|
||||
title: "Serial port controllers"
|
||||
linkTitle: "Serial port"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# Serial port controllers
|
||||
|
||||
This section includes controllers for Microsoft Windows which use a DE-9 [serial port](https://en.wikipedia.org/wiki/Serial_port).
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "Standalone"
|
||||
title: "Standalone controllers"
|
||||
linkTitle: "Standalone"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "USB"
|
||||
title: "USB controllers"
|
||||
linkTitle: "USB"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# USB controllers
|
||||
|
||||
This section includes controllers for Microsoft Windows and consoles which use a USB-A connector.
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: "Nintendo Wii"
|
||||
title: "Nintendo Wii controllers"
|
||||
linkTitle: "Nintendo Wii"
|
||||
alwaysopen: false
|
||||
chapter: true
|
||||
---
|
||||
|
||||
# Wii controllers
|
||||
|
||||
This section includes controllers for the Nintendo Wii which use a Wii expansion cable and connect to a [Wiimote's extension port](https://wiibrew.org/wiki/Wiimote/Extension_Controllers).
|
||||
|
|
|
@ -4,6 +4,4 @@ weight: 2
|
|||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -4,6 +4,4 @@ weight: 4
|
|||
chapter: true
|
||||
---
|
||||
|
||||
# Other software
|
||||
|
||||
This section lists other software compatible with dedicated controllers in some way. Software is grouped by platform and sorted by release date.
|
||||
|
|
|
@ -4,6 +4,4 @@ weight: 3
|
|||
chapter: true
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module github.com/marcriera/ddgo-controller-docs
|
|||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa // indirect
|
||||
require github.com/McShelby/hugo-theme-relearn v0.0.0-20250501121145-0b83617ee9da // indirect
|
||||
|
|
2
go.sum
2
go.sum
|
@ -1,2 +1,4 @@
|
|||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa h1:G+OnMEzK4XOzbbcf1SmaGyOYJ0h5idp/IJdguWs8ioU=
|
||||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
|
||||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250501121145-0b83617ee9da h1:AqlaRjh4lmlk6xrFXnnU6qBS4JCwYLQ0r8HlteFAKC0=
|
||||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250501121145-0b83617ee9da/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue