Skip to content

Commit

Permalink
[temp] Import controller add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Oct 23, 2018
1 parent a28e47a commit f62cf2c
Show file tree
Hide file tree
Showing 368 changed files with 7,497 additions and 2 deletions.
16 changes: 16 additions & 0 deletions addons/game.controller.3do.gamegun/addon.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.3do.gamegun"
name="3DO Gamegun"
version="1.0.8"
provider-name="Team Kodi">
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">3DO Gamegun</summary>
<description lang="en_GB">The Gamegun was released for the 3DO in 1994 by American Laser Games.</description>
<disclaimer lang="en_GB">Image credit: Wikipedia (wikipedia.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,29 @@
# Kodi Media Center language file
# Addon Name: 3DO Gamegun
# Addon id: game.controller.3do.gamegun
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.3do.gamegun\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\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 "3DO Gamegun"
msgstr ""

msgctxt "#30001"
msgid "Trigger"
msgstr ""

msgctxt "#30002"
msgid "Crosshair"
msgstr ""
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions addons/game.controller.3do.gamegun/resources/layout.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
<category name="lightgun" label="35105">
<button name="trigger" type="digital" label="30001"/>
</category>
<category name="pointer" label="35104">
<relpointer name="crosshair" label="30002"/>
</category>
<physicaltopology providesinput="true">
<port id="1">
<accepts controller="game.controller.3do.gamegun"/>
<accepts controller="game.controller.3do"/>
</port>
</physicaltopology>
</layout>
16 changes: 16 additions & 0 deletions addons/game.controller.3do/addon.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.3do"
name="3DO Controller"
version="1.0.9"
provider-name="Team Kodi">
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">3D0 controller</summary>
<description lang="en_GB">The 3DO Interactive Multiplayer is a game console developed by the 3DO Company. Panasonic produced the first models in 1993, and further models were released by Sanyo and GoldStar (now LG) in 1994.</description>
<disclaimer lang="en_GB">Image credit: OpenEmu (openemu.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Binary file added addons/game.controller.3do/resources/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,66 @@
# Kodi Media Center language file
# Addon Name: 3DO Controller
# Addon id: game.controller.3do
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.3do\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\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 "3DO"
msgstr ""

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

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

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

msgctxt "#30004"
msgid "Up"
msgstr ""

msgctxt "#30005"
msgid "Right"
msgstr ""

msgctxt "#30006"
msgid "Down"
msgstr ""

msgctxt "#30007"
msgid "Left"
msgstr ""

msgctxt "#30008"
msgid "P (Play)"
msgstr ""

msgctxt "#30009"
msgid "X (Stop)"
msgstr ""

msgctxt "#30010"
msgid "Left Shoulder"
msgstr ""

msgctxt "#30011"
msgid "Right Shoulder"
msgstr ""

Binary file added addons/game.controller.3do/resources/layout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions addons/game.controller.3do/resources/layout.xml
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png" mask="mask.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="up" type="digital" label="30004"/>
<button name="right" type="digital" label="30005"/>
<button name="down" type="digital" label="30006"/>
<button name="left" type="digital" label="30007"/>
<button name="play" type="digital" label="30008"/>
<button name="stop" type="digital" label="30009"/>
</category>
<category name="shoulder" label="35075">
<button name="leftbumper" type="digital" label="30010"/>
<button name="rightbumper" type="digital" label="30011"/>
</category>
<physicaltopology providesinput="true">
<port id="1">
<accepts controller="game.controller.3do"/>
<accepts controller="game.controller.3do.gamegun"/>
</port>
</physicaltopology>
</layout>
Binary file added addons/game.controller.3do/resources/mask.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions addons/game.controller.amstrad.joystick/addon.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.amstrad.joystick"
name="Amstrad Joystick"
version="1.0.3"
provider-name="Team Kodi">
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Amstrad Joystick</summary>
<description lang="en_GB">The original Amstrad CPC models had only one joystick port. A Y-cable can be used to connect two joysticks.</description>
<disclaimer lang="en_GB">Image credit: Wikipedia (wikipedia.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,77 @@
# Kodi Media Center language file
# Addon Name: Amstrad Joystick
# Addon id: game.controller.amstrad.joystick
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.amstrad.joystick\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\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 "Amstrad Joystick"
msgstr ""

msgctxt "#30001"
msgid "Button 1"
msgstr ""

msgctxt "#30002"
msgid "Button 2"
msgstr ""

msgctxt "#30003"
msgid "Up"
msgstr ""

msgctxt "#30004"
msgid "Right"
msgstr ""

msgctxt "#30005"
msgid "Down"
msgstr ""

msgctxt "#30006"
msgid "Left"
msgstr ""

msgctxt "#30007"
msgid "Run"
msgstr ""

msgctxt "#30008"
msgid "Return"
msgstr ""

msgctxt "#30009"
msgid "VKBD Toggle"
msgstr ""

msgctxt "#30010"
msgid "Mouse toggle"
msgstr ""

msgctxt "#30011"
msgid "Cat"
msgstr ""

msgctxt "#30012"
msgid "Stat"
msgstr ""

msgctxt "#30013"
msgid "Reset"
msgstr ""

msgctxt "#30014"
msgid "Tape"
msgstr ""
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions addons/game.controller.amstrad.joystick/resources/layout.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
<category name="face" label="35074">
<button name="button1" type="digital" label="30001"/>
<button name="button2" type="digital" label="30002"/>
<button name="up" type="digital" label="30003"/>
<button name="right" type="digital" label="30004"/>
<button name="down" type="digital" label="30005"/>
<button name="left" type="digital" label="30006"/>
</category>
<category name="hardware" label="35108">
<button name="run" type="digital" label="30007"/>
<button name="vkbtoggle" type="digital" label="30008"/>
<button name="return" type="digital" label="30009"/>
<button name="mousetoggle" type="digital" label="30010"/>
<button name="cat" type="digital" label="30011"/>
<button name="stat" type="digital" label="30012"/>
<button name="reset" type="digital" label="30013"/>
<button name="tape" type="digital" label="30014"/>
</category>
</layout>
16 changes: 16 additions & 0 deletions addons/game.controller.amstrad.keyboard/addon.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.amstrad.keyboard"
name="Amstrad Keyboard"
version="1.0.3"
provider-name="Team Kodi">
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Amstrad Keyboard</summary>
<description lang="en_GB">The Amstrad CPC (short for Colour Personal Computer) is a series of 8-bit home computers produced by Amstrad between 1984 and 1990.</description>
<disclaimer lang="en_GB">Image credit: Wikipedia (wikipedia.org)</disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f62cf2c

Please sign in to comment.