mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-20 02:29:29 +02:00
deploy: 9b3117f072
This commit is contained in:
parent
42b50c9011
commit
0da8b3f5b4
16 changed files with 95 additions and 84 deletions
4
404.html
4
404.html
|
@ -1,2 +1,2 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="height=device-height,width=device-width,initial-scale=1,minimum-scale=1"><meta name=generator content="Hugo 0.96.0"><meta name=generator content="Relearn 3.4.1+tip"><meta name=description content><title>404 Page not found :: Densha de GO! controller documentation</title><link href=/ddgo-controller-docs/css/nucleus.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/fontawesome-all.min.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/featherlight.min.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/perfect-scrollbar.min.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/auto-complete.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/theme.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/theme-relearn-light.css?1649197620 rel=stylesheet id=variant-style><link href=/ddgo-controller-docs/css/variant.css?1649197620 rel=stylesheet><link href=/ddgo-controller-docs/css/print.css?1649197620 rel=stylesheet media=print><script src=/ddgo-controller-docs/js/variant.js?1649197620></script>
|
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="height=device-height,width=device-width,initial-scale=1,minimum-scale=1"><meta name=generator content="Hugo 0.96.0"><meta name=generator content="Relearn 3.4.1+tip"><meta name=description content><title>404 Page not found :: Densha de GO! controller documentation</title><link href=https://marcriera.github.io/ddgo-controller-docs/css/nucleus.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/fontawesome-all.min.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/featherlight.min.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/perfect-scrollbar.min.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/auto-complete.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/theme.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/theme-relearn-light.css?1649281073 rel=stylesheet id=variant-style><link href=https://marcriera.github.io/ddgo-controller-docs/css/variant.css?1649281073 rel=stylesheet><link href=https://marcriera.github.io/ddgo-controller-docs/css/print.css?1649281073 rel=stylesheet media=print><link href=https://marcriera.github.io/ddgo-controller-docs/css/custom.css?1649281073 rel=stylesheet><script src=https://marcriera.github.io/ddgo-controller-docs/js/variant.js?1649281073></script>
|
||||||
<script>var index_url="/ddgo-controller-docs/index.json",baseUriFull,root_url="/",baseUri=root_url.replace(/\/$/,'');window.T_Copy_to_clipboard="Copy to clipboard",window.T_Copied_to_clipboard="Copied to clipboard!",window.T_Copy_link_to_clipboard="Copy link to clipboard",window.T_Link_copied_to_clipboard="Copied link to clipboard!",baseUriFull="https://marcriera.github.io/ddgo-controller-docs/",variants.init(["relearn-light","relearn-dark"])</script><script src=/ddgo-controller-docs/js/jquery.min.js?1649197620></script><style>p,li,ul{text-align:center}ul{list-style-type:none}</style></head><body class=mobile-support data-url=/><div id=body class=default-animation style=margin-left:0><div id=sidebar-overlay></div><main id=body-inner class=chapter><div class=flex-block-wrapper><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=/ddgo-controller-docs>Go to homepage</a></p><p><img src=/ddgo-controller-docs/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></main></div></body></html>
|
<script>var index_url="https://marcriera.github.io/ddgo-controller-docs/index.json",baseUriFull,root_url="https://marcriera.github.io/ddgo-controller-docs/",baseUri=root_url.replace(/\/$/,'');window.T_Copy_to_clipboard="Copy to clipboard",window.T_Copied_to_clipboard="Copied to clipboard!",window.T_Copy_link_to_clipboard="Copy link to clipboard",window.T_Link_copied_to_clipboard="Copied link to clipboard!",baseUriFull="https://marcriera.github.io/ddgo-controller-docs/",variants.init(["relearn-light","relearn-dark"])</script><script src=https://marcriera.github.io/ddgo-controller-docs/js/jquery.min.js?1649281073></script><style>p,li,ul{text-align:center}ul{list-style-type:none}</style></head><body class=mobile-support data-url=https://marcriera.github.io/ddgo-controller-docs/><div id=body class=default-animation style=margin-left:0><div id=sidebar-overlay></div><main id=body-inner class=chapter><div class=flex-block-wrapper><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=https://marcriera.github.io/ddgo-controller-docs/>Go to homepage</a></p><p><img src=https://marcriera.github.io/ddgo-controller-docs/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></main></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
css/custom.css
Normal file
9
css/custom.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#body .flex-block-wrapper {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-block-wrapper table {
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: wrap;
|
||||||
|
width: 100%;
|
||||||
|
}
|
12
index.html
12
index.html
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Densha de GO! controller documentation</title><link>https://marcriera.github.io/ddgo-controller-docs/</link><description>Recent content on Densha de GO! controller documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://marcriera.github.io/ddgo-controller-docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Models</title><link>https://marcriera.github.io/ddgo-controller-docs/models/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/models/</guid><description/></item><item><title>Software compatibility (WIP)</title><link>https://marcriera.github.io/ddgo-controller-docs/compatibility/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/compatibility/</guid><description>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.
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Densha de GO! controller documentation</title><link>https://marcriera.github.io/ddgo-controller-docs/</link><description>Recent content on Densha de GO! controller documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://marcriera.github.io/ddgo-controller-docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Models</title><link>https://marcriera.github.io/ddgo-controller-docs/models/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/models/</guid><description/></item><item><title>Software compatibility (WIP)</title><link>https://marcriera.github.io/ddgo-controller-docs/compatibility/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/compatibility/</guid><description>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.
|
||||||
Software Classic console controller DGOC-44 DGC-255
|
Software Classic
|
||||||
|
console
|
||||||
|
controller DGOC-44 DGC-255
|
||||||
DGOC-44U DRC-184
|
DGOC-44U DRC-184
|
||||||
DYC-288 TCPP-20009
|
DYC-288 TCPP-20009
|
||||||
TCPP-20012 TCPP-20011 TCPP-20014 TCPP-20017 MTC ZKNS-001 OHC-PC01 Densha de GO!</description></item><item><title>Adapters and hacks</title><link>https://marcriera.github.io/ddgo-controller-docs/adapters/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/adapters/</guid><description>Besides the official compatibility, it is possible to use unofficial adapters, tools and hacks to use controllers with games which is unsupported officially.
|
TCPP-20012 TCPP-20011 TCPP-20014 TCPP-20017 MTC ZKNS-001 OHC-PC01 Densha de GO!</description></item><item><title>Adapters and hacks</title><link>https://marcriera.github.io/ddgo-controller-docs/adapters/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://marcriera.github.io/ddgo-controller-docs/adapters/</guid><description>Besides the official compatibility, it is possible to use unofficial adapters, tools and hacks to use controllers with games which is unsupported officially.
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue