Skip to content

Commit

Permalink
Import Saturn controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 24, 2017
1 parent 6a3e4b8 commit bede7ad
Show file tree
Hide file tree
Showing 53 changed files with 865 additions and 0 deletions.
18 changes: 18 additions & 0 deletions addons/game.controller.saturn.3d/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.saturn.3d"
name="Sega Saturn 3D Control Pad"
version="1.0.5"
provider-name="Team Kodi">
<requires>
</requires>
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Sega Saturn 3D Control Pad</summary>
<description lang="en_GB">The Sega Saturn 3D Control Pad was released in 1996. It was Sega's answer to the revolutionary Nintendo 64 controller, which featured an analogue stick for greater precision in a 3D environment.</description>
<disclaimer>Image credit: Wikipedia (wikipedia.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon_western.png</icon>
</assets>
</extension>
</addon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# Kodi Media Center language file
# Addon Name: Sega Saturn 3D Control Pad
# Addon id: game.controller.saturn.3d
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.saturn.3d\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2014-05-30 17:00+8\n"
"PO-Revision-Date: 2014-05-30 17:00+8\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "#30000"
msgid "Sega Saturn 3D"
msgstr ""

msgctxt "#30001"
msgid "A"
msgstr ""

msgctxt "#30002"
msgid "B"
msgstr ""

msgctxt "#30003"
msgid "C"
msgstr ""

msgctxt "#30004"
msgid "X"
msgstr ""

msgctxt "#30005"
msgid "Y"
msgstr ""

msgctxt "#30006"
msgid "Z"
msgstr ""

msgctxt "#30007"
msgid "Start"
msgstr ""

msgctxt "#30008"
msgid "Up"
msgstr ""

msgctxt "#30009"
msgid "Right"
msgstr ""

msgctxt "#30010"
msgid "Down"
msgstr ""

msgctxt "#30011"
msgid "Left"
msgstr ""

msgctxt "#30012"
msgid "Left Shoulder"
msgstr ""

msgctxt "#30013"
msgid "Right Shoulder"
msgstr ""

msgctxt "#30014"
msgid "Analog Stick"
msgstr ""

msgctxt "#30015"
msgid "3D Control Pad (Western)"
msgstr ""

msgctxt "#30016"
msgid "Sega Multi Controller (Japanese)"
msgstr ""
23 changes: 23 additions & 0 deletions addons/game.controller.saturn.3d/resources/layout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout_western.png">
<category name="face" label="35074">
<button name="a" type="digital" label="30001"/>
<button name="b" type="digital" label="30002"/>
<button name="c" type="digital" label="30003"/>
<button name="x" type="digital" label="30004"/>
<button name="y" type="digital" label="30005"/>
<button name="z" type="digital" label="30006"/>
<button name="start" type="digital" label="30007"/>
<button name="up" type="digital" label="30008"/>
<button name="right" type="digital" label="30009"/>
<button name="down" type="digital" label="30010"/>
<button name="left" type="digital" label="30011"/>
</category>
<category name="shoulder" label="35075">
<button name="leftbumper" type="analog" label="30012"/>
<button name="rightbumper" type="analog" label="30013"/>
</category>
<category name="analogsticks" label="35077">
<analogstick name="analogstick" label="30014"/>
</category>
</layout>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions addons/game.controller.saturn.3d/resources/models.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<models>
<model name="western">
<layout label="30015"/>
</model>
<model name="japanese ">
<layout label="30016" icon="icon_japenese.png" image="layout_japanese.png"/>
</model>
</models>
18 changes: 18 additions & 0 deletions addons/game.controller.saturn.arcade.racer/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.saturn.arcade.racer"
name="Sega Arcade Racer"
version="1.0.5"
provider-name="Team Kodi">
<requires>
</requires>
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Sega Saturn Arcade Racer</summary>
<description lang="en_GB">The Arcade Racer, released in 1995, is a racing wheel style controller for the Sega Saturn.</description>
<disclaimer>Image credit: Sega Retro (segaretro.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Kodi Media Center language file
# Addon Name: Sega Twin Stick
# Addon id: game.controller.twin.stick
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.twin.stick\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2014-05-30 17:00+8\n"
"PO-Revision-Date: 2014-05-30 17:00+8\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "#30000"
msgid "Sega Arcade Racer"
msgstr ""

msgctxt "#30001"
msgid "A"
msgstr ""

msgctxt "#30002"
msgid "B"
msgstr ""

msgctxt "#30003"
msgid "C"
msgstr ""

msgctxt "#30004"
msgid "X"
msgstr ""

msgctxt "#30005"
msgid "Y"
msgstr ""

msgctxt "#30006"
msgid "Z"
msgstr ""

msgctxt "#30007"
msgid "Start"
msgstr ""

msgctxt "#30008"
msgid "Wheel"
msgstr ""

msgctxt "#30009"
msgid "Left Shift"
msgstr ""

msgctxt "#30010"
msgid "Right Shift"
msgstr ""
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions addons/game.controller.saturn.arcade.racer/resources/layout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
<category name="wheel" label="35071">
<button name="a" type="digital" label="30001"/>
<button name="b" type="digital" label="30002"/>
<button name="c" type="digital" label="30003"/>
<button name="x" type="digital" label="30004"/>
<button name="y" type="digital" label="30005"/>
<button name="z" type="digital" label="30006"/>
<button name="start" type="digital" label="30007"/>
<wheel name="wheel" label="30008"/>
</category>
<category name="paddles" label="35072">
<button name="leftshift" type="digital" label="30009"/>
<button name="rightshift" type="digital" label="30010"/>
</category>
</layout>
18 changes: 18 additions & 0 deletions addons/game.controller.saturn.mission.stick/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.saturn.mission.stick"
name="Sega Mission Stick"
version="1.0.5"
provider-name="Team Kodi">
<requires>
</requires>
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Sega Mission Stick</summary>
<description lang="en_GB">The Sega Mission Stick is a fight stick for the Sega Saturn released in 1995. A second stick could be connected to allow twin sticks in Panzer Dragoon Zwei.</description>
<disclaimer>Image credit: Sega Retro (segaretro.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Kodi Media Center language file
# Addon Name: Sega Mission Stick
# Addon id: game.controller.mission.stick
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.mission.stick\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2014-05-30 17:00+8\n"
"PO-Revision-Date: 2014-05-30 17:00+8\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "#30000"
msgid "Sega Mission Stick"
msgstr ""

msgctxt "#30001"
msgid "A"
msgstr ""

msgctxt "#30002"
msgid "B"
msgstr ""

msgctxt "#30003"
msgid "C"
msgstr ""

msgctxt "#30004"
msgid "X"
msgstr ""

msgctxt "#30005"
msgid "Y"
msgstr ""

msgctxt "#30006"
msgid "Z"
msgstr ""

msgctxt "#30007"
msgid "L"
msgstr ""

msgctxt "#30008"
msgid "R"
msgstr ""

msgctxt "#30009"
msgid "Start"
msgstr ""

msgctxt "#30010"
msgid "Joystick"
msgstr ""

msgctxt "#30011"
msgid "Throttle"
msgstr ""

msgctxt "#30012"
msgid "Throttle Latch"
msgstr ""
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions addons/game.controller.saturn.mission.stick/resources/layout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
<category name="face" label="35074">
<button name="a" type="digital" label="30001"/>
<button name="b" type="digital" label="30002"/>
<button name="c" type="digital" label="30003"/>
<button name="x" type="digital" label="30004"/>
<button name="y" type="digital" label="30005"/>
<button name="z" type="digital" label="30006"/>
<button name="l" type="digital" label="30007"/>
<button name="r" type="digital" label="30008"/>
<button name="start" type="digital" label="30009"/>
</category>
<category name="joysticks" label="35073">
<analogstick name="joystick" label="30010"/>
<throttle name="throttle" label="30011"/>
<button name="throttlelatch" type="digital" label="30012"/>
</category>
</layout>
18 changes: 18 additions & 0 deletions addons/game.controller.saturn.mission.sticks/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.saturn.mission.sticks"
name="Sega Mission Sticks"
version="1.0.5"
provider-name="Team Kodi">
<requires>
</requires>
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Sega Dual Mission Sticks</summary>
<description lang="en_GB">The Sega Mission Stick is a fight stick for the Sega Saturn released in 1995. A second stick could be connected to allow twin sticks in Panzer Dragoon Zwei.</description>
<disclaimer>Image credit: Sega Retro (segaretro.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bede7ad

Please sign in to comment.