cleanup
@ -1,2 +0,0 @@
|
||||
image:
|
||||
file: .gitpod/build/Dockerfile
|
@ -1,49 +0,0 @@
|
||||
FROM manjarolinux/base
|
||||
|
||||
RUN pacman -Syu --noconfirm --needed \
|
||||
git \
|
||||
git-lfs \
|
||||
docker \
|
||||
sudo \
|
||||
base-devel
|
||||
|
||||
### Gitpod user ###
|
||||
### Minor Modifications have been made ###
|
||||
|
||||
# '-l': see https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user
|
||||
RUN useradd -l -u 33333 -G wheel -md /home/gitpod -s /bin/bash -p gitpod gitpod \
|
||||
# passwordless sudo for users in the 'sudo' group
|
||||
&& sed -i.bkp -e 's/%wheel\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%wheel ALL=NOPASSWD:ALL/g' /etc/sudoers \
|
||||
&& echo "gitpod ALL = NOPASSWD : ALL" >> /etc/sudoers \
|
||||
# To emulate the workspace-session behavior within dazzle build env
|
||||
&& mkdir /workspace && chown -hR gitpod:gitpod /workspace \
|
||||
&& mkdir -p $HOME/.config/EmuDeck/backend
|
||||
|
||||
ENV HOME=/home/gitpod
|
||||
WORKDIR $HOME/.config/EmuDeck/backend
|
||||
# custom Bash prompt
|
||||
RUN { echo && echo "PS1='\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]\$(__git_ps1 \" (%s)\") $ '" ; } >> .bashrc
|
||||
|
||||
### Gitpod user (2) ###
|
||||
USER gitpod
|
||||
# use sudo so that user does not get sudo usage info on (the first) login
|
||||
RUN sudo echo "Running 'sudo' for Gitpod: success" && \
|
||||
# create .bashrc.d folder and source it in the bashrc
|
||||
mkdir -p /home/gitpod/.bashrc.d && \
|
||||
(echo; echo "for i in \$(ls -A \$HOME/.bashrc.d/); do source \$HOME/.bashrc.d/\$i; done"; echo) >> /home/gitpod/.bashrc && \
|
||||
# create a completions dir for gitpod user
|
||||
mkdir -p /home/gitpod/.local/share/bash-completion/completions
|
||||
|
||||
# configure git-lfs
|
||||
RUN sudo git lfs install --system
|
||||
|
||||
# add yay for aur
|
||||
RUN sudo su gitpod -c cd /tmp && \
|
||||
git clone https://aur.archlinux.org/yay-bin && \
|
||||
cd yay-bin && \
|
||||
makepkg -si --noconfirm
|
||||
RUN sudo su gitpod -c "yay -Syu --noconfirm neofetch"
|
||||
|
||||
### Input Your Environment and packages here
|
||||
|
||||
RUN sudo su gitpod -c "yay -S flatpak flatpak-builder --noconfirm"
|
331
changelog.md
@ -1,331 +0,0 @@
|
||||
0.1 > 0.4
|
||||
|
||||
- Several fixes
|
||||
|
||||
0.5
|
||||
|
||||
- RetroArch Core downloader
|
||||
- MAME 2003 Plus
|
||||
- Genesis
|
||||
|
||||
0.5.1
|
||||
|
||||
- Dreamcast 16:9 hacks
|
||||
|
||||
0.5.2
|
||||
|
||||
- Fixes Genesis (SRM) & Gamecube(folder name)
|
||||
|
||||
0.5.3
|
||||
|
||||
- Fullscreen Citra + Steam Input for Citra Roms
|
||||
steam://controllerconfig/3151590086/2784099045
|
||||
|
||||
0.6
|
||||
|
||||
- Added Yuzu and NDS support
|
||||
|
||||
0.6.1
|
||||
|
||||
- Added FBNeo support
|
||||
|
||||
0.6.2
|
||||
|
||||
- Fix BIOS folder RA
|
||||
|
||||
0.6.3
|
||||
|
||||
- Cemu Experimental
|
||||
|
||||
0.6.4
|
||||
|
||||
- Ryujinx controls
|
||||
- Fix RA Toggle Menu L3+R3
|
||||
- Nunchuk fix
|
||||
|
||||
0.7
|
||||
|
||||
- PrimeHacks support
|
||||
- Fix .md on genesis folders
|
||||
|
||||
0.8
|
||||
|
||||
- Automatic Steam Input for Citra and Cemu
|
||||
|
||||
0.8.1
|
||||
|
||||
- CEMU Steam Input fix
|
||||
|
||||
0.9
|
||||
|
||||
- Added EmulationStation rom path configuration, folders and cores
|
||||
|
||||
0.10
|
||||
|
||||
- Fixed Yuzu's controls on Steam UI
|
||||
- Added standalone PPSSPP
|
||||
- Added PS2 optimized configuration
|
||||
|
||||
0.11
|
||||
|
||||
- Automatic Emulator Installation
|
||||
- No need to launch the emulators before playing for the first time
|
||||
- Yuzu paths for Firmware and Keys are symlinked in Emulation/bios
|
||||
|
||||
0.12
|
||||
|
||||
- Fixes several Bugs
|
||||
- Adds cores for EmulationStation DE
|
||||
- Installs EmulationStation DE
|
||||
- Creates EmulationStation DE icon on SteamUI
|
||||
- Removes readme.md files to prevent problems with Sega Systems
|
||||
- Added Cemu icon to SteamUI
|
||||
- Vulkan for CEMU
|
||||
- ES Fix
|
||||
|
||||
0.13
|
||||
|
||||
- RA Fix
|
||||
- Cemu autoinstallation
|
||||
- Log file
|
||||
- RPCS3 Controls
|
||||
- SRM autoinstallation
|
||||
- ES Fix
|
||||
|
||||
0.14
|
||||
|
||||
- RPCS3 is working from SteamUI thanks to Flatseal
|
||||
|
||||
0.15
|
||||
|
||||
- Complete revamp of the interface
|
||||
- Now you can customize some RetroArch Options: Bezels
|
||||
- Emulators can now be skipped so you can mantain your custom configuration
|
||||
|
||||
0.15.1
|
||||
|
||||
- Added support for .rpx Wii U Games
|
||||
|
||||
0.15.2
|
||||
|
||||
- Fixed Gamecube and Wii controls
|
||||
- Dolphin FPS meter disabled by default
|
||||
|
||||
0.15.3
|
||||
|
||||
- Fixed RA bios path on internal storage
|
||||
- RA changed fast forward mode from hold to toggle
|
||||
- Added MAME folders for 2010, 2003 and current.
|
||||
- Fixed some EmuDeck customize menus that weren't appearing
|
||||
- Fixed Citra buttons to original hardware button positions A<->B
|
||||
|
||||
0.15.4
|
||||
|
||||
- Fixes a bug on 0.15.3 that prevented the script to finish
|
||||
- Amber Elec Hotkeys configured for almost all emulators
|
||||
- Hotkeys and Emulators cheatsheet available on github: https://github.com/dragoonDorise/EmuDeck
|
||||
|
||||
0.15.5
|
||||
|
||||
- More PS1 formats supported. Thanks to https://github.com/Godsbane
|
||||
- SRM always up to date. Thanks to https://github.com/Nikki1993
|
||||
- Fixed Atary Linx
|
||||
- Fixed symlinks repeating itselfs inside folders
|
||||
- Fixes RA save configuration file issue
|
||||
- Removes symlinks for MegaDrive y MegaCD
|
||||
- Fixed recursive symlinks on yuzu folders
|
||||
- Added 3DO support
|
||||
- Fixed issues with bios paths when using internal storage
|
||||
- Better BIOS detection for PS1 and PS2
|
||||
- Fixes autoload / autosave option on RetroArch
|
||||
|
||||
0.16
|
||||
|
||||
- Fixes Nes Bezels when using Mesen Core
|
||||
- Fixes RA warning "Controller not configured, using fallback"
|
||||
- Showing latest changelog when updating EmuDeck
|
||||
- New Easy mode - 100% Plug and play for non tech savvy users.
|
||||
- New Expert mode - Power users can now customize EmuDeck installations:
|
||||
|
||||
- Choose what Emulators to install
|
||||
- Choose if you want to keep your configuration or if you want EmuDeck to overwrite it.
|
||||
- RA configuration: Bezels ON/OFF Autosave ON/OFF
|
||||
- Allows users to be able to save its own RA configuration ( Bezels needs to be turned OFF, it's a RA Bug)
|
||||
- This mode will allow a lot more in the future: Use non EXT4 SD Cards, use experimental emulators, choose different frontends, etc.
|
||||
|
||||
0.16.2
|
||||
|
||||
- Cemu installation fixes
|
||||
|
||||
0.17
|
||||
|
||||
- Added Beta and Dev release channels
|
||||
- ESDE Downloaded data moved to SD Card if the user chose SD card on install
|
||||
- Uninstall icon for those that want to uninstall EmuDeck
|
||||
- Updated Icon with current version installed
|
||||
- Fixes Bezels and Autosave configuration
|
||||
- Added Xemu emulator support - Godsbane
|
||||
- Enabled rumble motor on Dolphin
|
||||
- Improved SD Card detection - Godsbane
|
||||
- Added .wua support for upcoming Cemu 1.27 - v-tron
|
||||
|
||||
0.17.1
|
||||
|
||||
- New Emulation/saves folder so you can sync your saved games and states using Dropbox or similar
|
||||
- Snes Aspect Ratio selection (4:3 or 8:7)
|
||||
- Widescreen Hacks selection (Flycast RA, Dolphin, DuckStation)
|
||||
- CHD Conversion script
|
||||
- Support for PowerTools on Expert Mode - Improves Yuzu and Dolphin performance
|
||||
- Added support for DualShock 4 and DualSense controllers for player 2 and 3
|
||||
- Wii U Rom folder creation fix
|
||||
- Fixed PrimeHack SRM config - Godsbane
|
||||
- Fixed PS1 SRM parsers to avoid duplicated titles - Godsbane
|
||||
- Fixed PrimeHack controller config
|
||||
- Fixes for people with custom flathubs repos - Godsbane
|
||||
- New SD Card detection method ( BTRFS Support is back ) - popsUlfr + Godsbane
|
||||
- Added Emulators parser on SRM
|
||||
|
||||
0.17.2
|
||||
|
||||
- Added RetroAchievments for RA
|
||||
- Added Amiga support on SRM
|
||||
- Set default emulators on ESDE
|
||||
- Uninstaller fixes
|
||||
- Fixed Widescreen toggle for Dolphin
|
||||
- RA video driver changed to Vulkan except for Dolphin - AngelofWoe
|
||||
- Xbox Parser turned on by default on SRM - Godsbane
|
||||
- Added PS1 Beetle PSX RA Core on SRM (disabled by default) - Godsbane
|
||||
- Added DOSBOX to SRM - AngelofWoe
|
||||
- FIX 3DS parser on SRM, Remove CIA / Add CCI - Godsbane
|
||||
- Updated Xemu toml config file - Godsbane
|
||||
- RPCS3 Installed games moved to /Emulation/saves/rpcs3 - Godsbane
|
||||
- Added PS3 PKG games on SRM - Godsbane
|
||||
- Fixed Emulators flatpak permission to access their roms folder when not using SRM or ESDE - Godsbane
|
||||
- Fixed Emulator launchers, only created for the ones the user chooses to install - Godsbane
|
||||
- Get ESDE latest version from Dynamic url - Godsbane
|
||||
- CHD script improvements - Godsbane
|
||||
- Fix PCSX2 Save/Load state mappings - LBRapid
|
||||
|
||||
0.17.3
|
||||
|
||||
- New ESDE Epic Noir Theme set as default & Theme Selector
|
||||
- Ability to launch WiiU Games from ESDE
|
||||
- Cemu Script added to installers. Adding WiiU games to SRM no longer requires proton to be set, it just works TM!
|
||||
- Widescreen Hacks for PS2 Games - Only US
|
||||
- Widescreen for 70 Wii and GC games - SkyHighBrownie
|
||||
- Added log files for Community Dolphin ini hacks. Send us your own!
|
||||
- Added new ExpertMode feature - SteamGyroDSU. (requires sudo)
|
||||
- Added logging to CHDman script so you can check what it did after the run.
|
||||
- Added paths to Yuzu for roms directory.
|
||||
- Added paths to Citra for roms directory.
|
||||
- Added paths to Primehack for roms directory.
|
||||
- Added permissions for PCSX2 to do netplay.
|
||||
- Added permissions for Xemu to write to its hdd if it's internal.
|
||||
- Added default paths for Cemu to mlc01
|
||||
- Added default paths for Cemu to roms folder. When you launch cemu with proton, you may need to refresh the games list manually for them to show up.
|
||||
- Set new default emulators for ES-DE to be more in line with the ones we set for SRM and set preparations for future ESDE updates
|
||||
- New emulation station defaults:
|
||||
'Genesis Plus GX' gamegear
|
||||
'Gambatte' gb
|
||||
'Gambatte' gbc
|
||||
'Dolphin (Standalone)' gc
|
||||
'PPSSPP (Standalone)' psp
|
||||
'Dolphin (Standalone)' wii
|
||||
'Mesen' nes
|
||||
'DOSBox-Pure' dos
|
||||
'PCSX2 (Standalone)' ps2
|
||||
'melonDS' nds
|
||||
- Update RPCS3 config with new version, as its config had changed
|
||||
- Update PowerTools to version 4.1 ( Expert mode ). SMT Toggle is in. Be aware that this may crash MangoHud(stats) if enabled, but it won't hurt anything. MangoHud will come back on reboot.
|
||||
- Fixed SRM Parser for Installed PS3 games for internal users.
|
||||
- Expert mode will ask about Bezels and Autosave again
|
||||
- Dolphin set as 16:9 by default on easy mode
|
||||
- Fix Sega Genesis missing extension and adds Commodore 64
|
||||
- Add support for holoISO
|
||||
|
||||
0.17.4
|
||||
|
||||
- New user interface on install both on Easy and Expert modes
|
||||
- Rom folder creation will respect user's custom symlinks
|
||||
- When you first install EmuDeck an you Launch SteamRomManager we will get you back to GamingMode when closing SteamRomManager
|
||||
- SRM is now located on Emulation/tools and will close Steam automatically for you.
|
||||
- Fixed RPCS3 Controller not working on new install
|
||||
- Updated Mupen64Plus-Next defaults for N64. Should be much better now. more accurate, faster, and look better.
|
||||
- New tool added - proton-launch.sh (for all your non-steam windows app shenanigans, courtesy of Angel)
|
||||
- Citra left trackpad used now as mouse instead of D-pad on our SteamInput template
|
||||
- Fix Citra non exiting while pressing R5
|
||||
- PPSSPP Audio Fix when the Deck goes into Sleep Mode
|
||||
- Fixed 3ds bad symlink for older installations
|
||||
- PrimeHack Controller tweaks and performance gain
|
||||
- Fix PCSX2 Turbo Mode
|
||||
- Wii nkit.gcz support
|
||||
- FBNeo fixes on SteamRomManager
|
||||
- SD card is only available if one is inserted, writable, and supports symlinks
|
||||
- Expert mode - Fixes RA Autosave selection
|
||||
- Expert mode - Changed Cemu default controller to gamepad with gyro (gyro requires SteamDeckGyroDSU installation. See Expert mode for more details)
|
||||
- Expert mode - You can now chose a custom install location. It will be tested for the ability to both write and link, and rejected if either fail.
|
||||
|
||||
0.17.5
|
||||
|
||||
- EmuDeck internal fixes and modularity.. setting it up for great things on the future...
|
||||
- New - Steam Input Template for DuckStation with left trackpad Touch Menu (Thanks Moskeeto)
|
||||
- New - Yuzu AppImage ( Seemingly better performance than the one in discover store, also right click to open menus work! )
|
||||
It is VERY important you let Emudeck run the updates on Yuzu so the
|
||||
data migration can happen seamlessly. You will be notified if we find data in the default appimage location
|
||||
and can choose to keep and migrate the old Flatpak data, or you can use the existing AppImage data you have.
|
||||
The chosen data will be migrated to the AppImage location, and linked back to the flatpak data location.
|
||||
Steam ROM Manager users will need to re-parse for Yuzu games to use the new AppImage.
|
||||
The Flatpak installation is NOT removed, but must be for EmulationStation-DE to use the AppImage instead.
|
||||
- New - Storage folder to keep Xemu, Yuzu, and RPCS3 data in the Emulation folder. Migration will happen at the start.
|
||||
You may need to re-parse for rpcs3 installed files.
|
||||
- New - Binary Updater tool added. Ths new tool can update EmulationStation-DE, SteamRomManager, Cemu, Yuzu, or Xenia
|
||||
to their latest versions without going through the EmuDeck install process.
|
||||
- New - CHD Script now handles wii / gc iso --> rvz conversion
|
||||
- New - Citra now has the microphone mapped for games that need it.
|
||||
- New - Citra now has the gyro mapped for those that need it. (requires SteamDeckGyroDSU)
|
||||
- New - Citra has load textures and precache on by default. (for users who want custom texture packs)
|
||||
- New - Added a few properly labeled WiiMote profiles for dolphin
|
||||
- New - Wiimote 2,3,4 are mapped to steaminput devices 2,3,4 - but not connected by default to avoid phantom cursors
|
||||
- New - Auto download xbox hdd from xemu site on xemu install if it doesn't exist. User only needs to provide files in bios after this.
|
||||
- New - Dolphin load textures and precache is now on by default. (for users who want custom texture packs)
|
||||
- New - Dolphin Auto Change disc is now on by default.
|
||||
- New - Dolphin cursor is now hidden by default.
|
||||
- New - PCSX2 vsync is now on by default
|
||||
- New - DuckStation rom path added. New hotkeys added to coincide with Steam Input Template. Changed quickMenu to Esc. (Steam + Dpad Left)
|
||||
- Fix - Citra Steam Input. R5 only closes Citra after a long a press
|
||||
- Fix - Cemu is now at 100% volume instead of 50% volume by default for new installs
|
||||
- Fix - Dolphin pointer is now right trackpad and the joystick and works more smoothly.
|
||||
If you have SteamGyro setup, there is are extra Wiimote profiles included that can use it.
|
||||
_You may need to set the controller to Default Gamepad With Mouse Trackpad if steam decided to use Touchpad as Joystick instead._
|
||||
- Fix - Widescreen Hacks are now off by default for all emulators. They can be enabled by running in Expert Mode and choosing to customize Widescreen.
|
||||
- Fix - PCSX2 Steam Input profile updated so it wont pause on RT. (Thanks Wintermute)
|
||||
- Fix - Updates won't wipe out EmulationStation-DE custom systems and EmulationStation-DE metadata info anymore.
|
||||
- Fix - Updates won't wipe out Cemu graphics pack settings anymore.
|
||||
- Fix - EmulationStation-DE's hidden downloaded_media wouldn't get moved
|
||||
to the Emulation/tools directory if the setting existed but was blank.
|
||||
- Fix - Expert Mode: Widescreen Hacks Selection.
|
||||
- Fix - Expert Mode: Emulator install Selection.
|
||||
- Fix - Expert Mode: Emulator reconfiguration selection.
|
||||
- Fix - Expert Mode: Entering a password wrong in the pop up will make it re-pop.
|
||||
You have 2 chances and then it will disable the Expert mode settings that require a password.
|
||||
- Fix - Citra is now 2x instead of 3x res by default for performance reasons
|
||||
- Fix - Dolphin hotkey for Fast Forward has been updated from just Select to Select + R2 to match the other hotkeys
|
||||
|
||||
0.17.6
|
||||
|
||||
- Added 16:9 bezel support for holoISO and Anbernic Win600 (or other 16:9 devices)
|
||||
- Icon renamed to Update EmuDeck to avoid confusion
|
||||
- Fixed Atari Bezels. Added bezels to Dreamcast, N64 and Saturn
|
||||
- Fixed Dolphin and Primehack from sending button presses as part of hotkeys as in-game button presses
|
||||
- Added Naomi (flycast) parser for Steam ROM Manager. Uses roms/naomi folder
|
||||
- Fixed retroachievements not working for users with certain special characters in their passwords.
|
||||
- Added easyRPG core to RA. Required additional files are not yet downloaded. You can add them manually.
|
||||
- Added PCSX2-Qt AppImage and Steam ROM Manager Parser. This can live side by side with your existing pcsx2, but it should be removed.
|
||||
- Migrate pcsx2 saves files to the Emulation folder. This is no longer a link.
|
||||
- Both versions of Pcsx2 use the same saves location in their config so no matter which, you can save / load state.
|
||||
- Expert mode settings are remembered.
|
||||
If you run expert mode, and change a setting it will be retained and used on the next run of easy mode. (except install / reconfigure)
|
||||
- RetroArch settings will be backed up before update. Settings files for this are no longer replaced. The options are updated or appended.
|
||||
- Installing PluginLoader (powertools) now activates dev mode and installs the new version of the loader and plugin. Reboot may be required
|
||||
- CHD script Renamed to Emudeck Compression Tool. New support for Wii games to convert them to rvz format
|
||||
- ... too much more to fit here!
|
@ -1 +0,0 @@
|
||||
../../configs/org.libretro.RetroArch/config/retroarch
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 7.9 KiB |
@ -1,992 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "21"
|
||||
"title" "EmuDeck - ares"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
"creator" "76561199036238022"
|
||||
"progenitor" ""
|
||||
"url" "template://ares_controller_config.vdf"
|
||||
"export_type" "template"
|
||||
"controller_type" "controller_neptune"
|
||||
"controller_caps" "23117823"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - ares"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s ovládáním kamery"
|
||||
"description" "Tato šablona je pro většinu her podporujících gamepad a disponujících kamerou z pohledu první nebo třetí osoby. Mezi takové hry patří například akční hry z pohledu první nebo třetí osoby."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med kamerastyring"
|
||||
"description" "Denne skabelon er til de fleste spil, der allerede har indbygget gamepad-understøttelse og har et første- eller tredjepersonskontrolleret kamera. FPS eller tredjepersons adventure-spil osv."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met camerabesturing"
|
||||
"description" "Deze template is voor de meeste spellen die reeds ingebouwde gamepadondersteuning hebben en die een camera hebben die wordt bestuurd in de eerste of derde persoon. FPS, third person-avontuurspellen, etc."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Kameraa ohjaava peliohjain"
|
||||
"description" "Tämä malli on useimmille muita ohjaimia valmiiksi tukeville peleille, joissa on ensimmäisessä tai kolmannessa persoonassa ohjattava kamera. FPS-pelit, kolmannen persoonan seikkailupelit jne."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec contrôles caméra"
|
||||
"description" "Ce modèle fonctionne pour la plupart des jeux ayant un support manette intégré et une caméra contrôlée à la première ou à la troisième personne. FPS, jeux d'aventure à la troisième personne, etc."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit Kamerasteuerung"
|
||||
"description" "Diese Vorlage ist für die meisten Spiele konzipiert, die bereits volle Untersützung für Gamepads mit sich bringen und eine First- oder Third-Person-Kamerasteuerung haben. Gedacht für Ego-Shooter, Third-Person-Abenteuerspiele usw."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad kamerairányítással"
|
||||
"description" "Ez a sablon a legtöbb olyan játékhoz való, melyek már rendelkeznek beépített gamepad-támogatással, és van első vagy harmadik személyű kezelésű kamerájuk. Ilyenek az FPS vagy harmadik személyű kalandjátékok stb."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Gamepad con controlli della telecamera"
|
||||
"description" "Questo template è pensato per la maggior parte dei giochi che hanno già il supporto per gamepad integrato e hanno la visuale controllata in prima o terza persona. Giochi d'avventura in terza persona, FPS ecc."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "カメラコントロール機能を持つゲームパッド"
|
||||
"description" "FPS や、アドベンチャーゲームのような、一人称または三人称のカメラ操作を行うゲームパッドに標準対応したゲーム用のテンプレートです。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "카메라 조작 기능이 있는 게임패드"
|
||||
"description" "이 템플릿은 이미 게임패드 지원이 내장되어 있으며 1인칭 또는 3인칭 시점 카메라 조작을 지원하는 대부분의 게임을 위한 것입니다. FPS, 3인칭 어드벤쳐 게임 및 기타."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler obsługujący kamerę"
|
||||
"description" "Ten szablon jest dla większości gier, które mają wbudowane wsparcie dla kontrolerów, a także kamerę kontrolowaną z perspektywy pierwszej lub trzeciej osoby, np. FPS-y bądź gry przygodowe."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com controlos de câmara"
|
||||
"description" "Este modelo é indicado para jogos que já têm compatibilidade nativa com comando e têm uma câmara que pode ser controlada. Por exemplo, jogos em primeira ou terceira pessoa, do género de aventura, de tiros, etc."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu controale pentru cameră"
|
||||
"description" "Acest șablon este pentru majoritatea jocurilor care au deja suport pentru gamepad implementat și au o cameră controlată din perspectivă first sau third person. FPS sau jocuri de aventură third person, etc."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с управлением камерой"
|
||||
"description" "Этот шаблон предназначен для большинства игр от первого или третьего лица, в которых уже есть встроенная поддержка геймпада (например, для шутеров или экшенов)."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con controles de cámara"
|
||||
"description" "Esta plantilla es para la mayoría de juegos que ya incluyen de serie compatibilidad con mando y disponen de cámara controlada en primera o tercera persona: FPS, juegos de aventura en tercera persona, etc."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med kamerakontroller"
|
||||
"description" "Denna mall är för de flesta spel som redan har inbyggt stöd för spelkontroller och har en kamera som styrs i första- eller tredjeperson. FPS eller äventyrsspel etc."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "支持视角控制的手柄"
|
||||
"description" "该模板适用于已内置手柄支持,并且拥有第一或第三人称控制视角的大多数游戏。包括 FPS 或第三人称冒险游戏等。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมการควบคุมมุมกล้อง"
|
||||
"description" "แม่แบบนี้ใช้สำหรับเกมส่วนมากที่มีการรองรับเกมแพดมาในตัวอยู่แล้ว และมีการควบคุมมุมกล้องในมุมมองบุคคลที่หนึ่งหรือสาม เช่น เกมยิงมุมมองบุคคลที่หนึ่ง หรือเกมผจญภัยมุมมองบุคคลที่สาม ฯลฯ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com controle de câmera"
|
||||
"description" "Este modelo é para jogos já compatíveis com controles que possuem uma câmera controlável, seja em primeira ou terceira pessoa, como jogos de tiro, aventura, etc."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с управление на камерата"
|
||||
"description" "Този шаблон е за повечето игри, които вече имат вградена поддръжка на геймпад и включват управление на камерата от първо или трето лице. Екшъни от първо лице, приключенски игри от трето лице и т.н."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με πλήκτρα κάμερας"
|
||||
"description" "Αυτό το πρότυπο είναι για τα περισσότερα παιχνίδια που έχουν ενσωματωμένη υποστήριξη χειριστηρίου και έχουν μια ελεγχόμενη κάμερα πρώτου ή τρίτου προσώπου. FPS ή παιχνίδια περιπέτειας τρίτου προσώπου κλπ."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Kamera Kontrollü Oyun Kumandası"
|
||||
"description" "Bu şablon hali hazırda oyun içi oyun kumandası desteği ve birincil veya üçüncü kişi kontrollü kameraya sahip oyunlar içindir. FPS veya Üçüncü Kişi Macera oyunları vb."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з елементами керування камерою"
|
||||
"description" "Цей шаблон для більшості ігор, що вже мають вбудовану підтримку ґеймпада і у яких камера керується від першої або третьої особи. Шутери від першої особи чи пригодницькі ігри від третьої особи тощо."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "mouse_joystick"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "14"
|
||||
"mode" "radial_menu"
|
||||
"name" "ares Radial Menu"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"touch_menu_button_1"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action empty_sub_command, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_2"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F10, Load State, EmuDeck_LoadState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_3"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F11, Prev Slot, EmuDeck_SaveSlotDown.png, #232323 #ADA200"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_4"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F8, Screenshot, EmuDeck_Screenshot.png, "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_5"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press HOME, Pause/Play, EmuDeck_Pause.png, #232323 #00AD3D"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_6"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press INSERT, Stop Emulation, EmuDeck_Quit-Exit.png, #232323 #AD0000"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"long_press_time" "3000"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_7"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F3, Enable Keyboard, ghost_080_input_0140.png, #232323 #FFFFFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_8"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F2, Enable Mouse, ghost_080_input_0040.png, #232323 #FFFFFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_9"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press END, Reset Emulation, EmuDeck_Reset.png, #232323 #AD0000"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"long_press_time" "3000"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_10"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F5, Fast Forward, EmuDeck_FastForward.png, #232323 #00AD3D"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_11"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F1, Toggle Full Screen, EmuDeck_Menu.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_12"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F12, Next Slot, EmuDeck_SaveSlotUp.png, #232323 #ADA200"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_13"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F9, Save State, EmuDeck_SaveState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"touch_menu_button_count" "9"
|
||||
"touch_menu_scale" "120"
|
||||
"touch_menu_show_labels" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "16"
|
||||
"mode" "absolute_mouse"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "mouse_button LEFT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad inactive"
|
||||
"11" "left_trackpad inactive"
|
||||
"14" "left_trackpad active"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad inactive"
|
||||
"16" "right_trackpad active"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,866 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "15"
|
||||
"title" "EmuDeck - Cemu"
|
||||
"description" "L4/R4 - Toggle Screens. L5/R5 - Swap Screens. L5/R5 (Long Press) - Toggle Full Screen."
|
||||
"creator" "76561197971521082"
|
||||
"progenitor" ""
|
||||
"url" "template://cemu_controller_config.vdf"
|
||||
"export_type" "template"
|
||||
"controller_type" "controller_neptune"
|
||||
"controller_caps" "23117823"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - Cemu"
|
||||
"description" "L4/R4 - Toggle Screens. L5/R5 - Swap Screens. L5/R5 (Long Press) - Toggle Full Screen."
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s přesným ovládáním zaměřováním/kamery"
|
||||
"description" "Tato šablona je pro hry vytvořené pro ovládání gamepadem, ale podporující také myš pro ovládání kamery nebo míření. V této šabloně je využito pravého trackpadu ovladače pro přesné ovládání zmíněné kamery nebo míření."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med højpræcisionskamera/-sigte"
|
||||
"description" "Denne skabelon virker bedst med spil, der er designet med en gamepad i tankerne, som også understøtter en mus til kamerastyring eller sigte. Denne skabelon gør bedst brug af fladen på højre side af din controller til præcis sigte og kamerastyring."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met zeer precieze camera/vizier"
|
||||
"description" "Het sjabloon werkt het beste met spellen die zijn ontworpen met ondersteuning voor een gamepad, maar die ook een desktopmuis ondersteunen voor camerabesturing of om te richten. Hiermee profiteer je het meeste van de rechterpad van je controller voor nauwkeurig richten en camerabesturing."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Ohjain korkeatarkkuuksisella kameralla/tähtäimellä"
|
||||
"description" "Tämä malli sopii parhaiten peleille, jotka on suunniteltu ohjaimille, mutta jotka hyötyvät hiiren tarkkuudesta. Tämä malli ottaa suurimman hyödyn irti ohjainlevyistä."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec une caméra/visée de haute précision"
|
||||
"description" "Ce modèle fonctionne particulièrement bien pour les jeux conçus pour un certain type de manette mais qui sont également compatibles avec une souris pour le contrôle de la caméra et la visée. Grâce au modèle, vous pourrez profiter du côté droit du pad de votre contrôleur pour une visée précise et le contrôle de la caméra."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit hochpräziser Kamera/Zielgenauigkeit"
|
||||
"description" "Diese Vorlage funktioniert am besten mit Spielen, die für die Steuerung mit einem Gamepad ausgelegt sind, jedoch ebenfalls Unterstützung für eine Maus zur Kamerabewegung oder zum Zielen besitzen. Somit können Sie das rechte Pad Ihres Controllers zum genauen Zielen und Steuern der Kamera nutzen."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad nagy pontosságú kamerával/célzással"
|
||||
"description" "Ez a sablon gamepadhez tervezett játékokkal működik a legjobban, de támogat egeret is a kamerairányításhoz vagy célzáshoz. Ez használja ki a legjobban játékvezérlőd jobb oldali felületét pontos célzáshoz és kamerairányításhoz."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Controller con telecamera/mirino ad alta precisione"
|
||||
"description" "Il template si applica idealmente ai giochi progettati per l'utilizzo del controller, ma supporta anche un mouse da desktop per le funzioni di mirino e controllo della telecamera. Grazie a questo template potrete sfruttare il lato destro del trackpad per prendere la mira con precisione e controllare la telecamera."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "高精度のカメラ/エイム機能を持つゲームパッド"
|
||||
"description" "ゲームパッドでの操作を中心にデザインされていて、カメラ操作もしくはエイムをデスクトップマウスでも行えるゲームに最適なテンプレートです。正確なエイミングとカメラ操作をコントローラの右側のパッドを使用して行えます。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "정밀 카메라/조준 기능이 있는 게임 패드"
|
||||
"description" "이 설정은 게임 패드의 사용을 염두에 두고 만들어진 게임을 플레이할 때 가장 적합하지만 카메라 조정이나 조준을 돕기 위해 마우스도 지원합니다. 컨트롤러의 우측 패드로 정밀 조준과 카메라 조정을 할 때 이 설정을 쓰는 것이 좋습니다."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler, wysoka precyzja poruszania kamerą / celowania"
|
||||
"description" "Ten szablon będzie działać najlepiej dla gier, które zostały zaprojektowane z myślą o kontrolerze, ale wspierają także myszkę do poruszania kamerą lub celowania. Wykorzysta to w najlepszy sposób prawy panel dotykowy twojego kontrolera do precyzyjnego celowania i sterowania kamerą."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com câmara/mira precisa"
|
||||
"description" "Este modelo é indicado para jogos concebidos com o uso do comando em mente, mas que também permitem o uso de um rato para apontar ou controlar a câmara. Logo, este modelo tirará um melhor proveito do pad direito do teu comando para controlos de câmara e mira precisos."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu cameră/țintă de precizie înaltă"
|
||||
"description" "Șablonul funcționează cel mai bine pentru jocuri care sunt proiectate pentru gamepad, dar care suportă și mouse pentru desktop, cu scopul de a controla camera sau a fixa ținta. Acesta va face cea mai bună treabă, profitând anume de partea dreaptă a pad-ului pentru a ținti cu precizie și a controla camera."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с высокоточными осями"
|
||||
"description" "Этот шаблон подходит для игр, разработанных под контроллер и поддерживающих управление камерой и прицеливание с помощью компьютерной мыши. Для достижения максимальной точности будет использоваться правый трекпад."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con cámara/apuntado de alta precisión"
|
||||
"description" "La plantilla funciona mejor con juegos que han sido diseñados con un mando en mente, pero también es compatible con un ratón de escritorio para controlar la cámara y apuntar. En concreto, sacará el mejor partido aprovechando el pad derecho del mando para apuntar con precisión y controlar la cámara."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med högprecisionskamera/sikte"
|
||||
"description" "Mallen fungerar bäst för spel som designats med en gamepad i åtanke, men även stödjer mus för kamerakontroll eller sikte. Denna är bäst på att dra fördel av den högra plattan på din handkontroll för noggrant siktande och kamerakontroll."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "高精度视角/瞄准手柄"
|
||||
"description" "此模板在那些为手柄设计,但也支持鼠标控制视角和瞄准的游戏上最为合适。此模板将最大化限度利用您控制器上的右侧十字键,将其用于精确瞄准以及视角控制。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมมุมกล้องหรือการเล็งแบบความแม่นยำสูง"
|
||||
"description" "แม่แบบนี้ทำงานได้ดีที่สุดสำหรับเกมที่ออกแบบมาสำหรับเกมแพดเป็นหลัก แต่ยังคงรองรับเมาส์ของเดสก์ทอปสำหรับการควมคุมกล้องหรือการเล็งยิงด้วย นี่จะทำงานได้ดีที่สุดจากการใช้ประโยชน์จากแพดขวาบนคอนโทรลเลอร์ของคุณโดยเฉพาะ สำหรับการเล็งยิงและการควบคุมกล้องอย่างแม่นยำ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com câmera/mira precisa"
|
||||
"description" "Este modelo funciona melhor em jogos projetados para controles, mas que permitem o uso de um mouse para controlar a câmera ou a mira, tirando assim proveito do trackpad direito do seu controle para mira e controle de câmera precisos."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с висока точност за камера/прицелване"
|
||||
"description" "Този шаблон върши най-добра работа при игри, които са проектирани, вземайки предвид геймпада, но също така поддържат мишка за управление на камерата или прицелване. Това ще е най-удачно при специфичното възползване от десния пад на контролера Ви за точно прицелване и управление на камерата."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με υψηλής ακρίβειας κάμερα/στόχο"
|
||||
"description" "Το πρότυπο αυτό λειτουργεί καλά για παιχνίδια σχεδιασμένα για την χρήση χειριστηρίου αλλά επίσης υποστηρίζει ποντίκι για τον έλεγχο κάμερας ή την στόχευση. Αυτό θα δουλέψει καλύτερα χρησιμοποιώντας το pad στην δεξιά πλευρά του χειριστηρίου για ακρίβεια στόχευσης και έλεγχο κάμερας."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Yüksek Hassasiyetli Kamera/Nişanlı Oyun Kumandası"
|
||||
"description" "Şablon kontrolcü desteği ile tasarlanmış ama aynı zamanda da hedef alma ve kamera kontrolü için masaüstü faresini destekleyen oyunlar için çok iyidir. Bu şablon, özellikle pad'inizin sağ tarafını hassas nişan alma ve kamera kontrolü için en iyi şekilde kullanır."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з високоточною камерою"
|
||||
"description" "Шаблон працює найкраше з іграми, що були розроблені з урахуванням підтримки ґеймпадів, але також підтримують комп'ютерну мишу для керування камерою та прицілюванням. Особливо, відмінних результатів можна досягти при використанні правої сенсорної панелі вашого ґеймпада для точного прицілювання та керування камерою."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "absolute_mouse"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "13"
|
||||
"mode" "joystick_camera"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "15"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start, , "
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F4, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select, , "
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_ALT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left, , "
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press K, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right, , "
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press L, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_left"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Swap Screens/Full Screen, , "
|
||||
"binding" "key_press TAB, Swap Screens/Full Screen, , "
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F11, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_right"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Swap Screens/Full Screen, , "
|
||||
"binding" "key_press TAB, Swap Screens/Full Screen, , "
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F11, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_left_upper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press TAB, Layout Toggle, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_right_upper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press TAB, Layout Toggle, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad active"
|
||||
"11" "left_trackpad inactive"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad active"
|
||||
"13" "right_trackpad inactive"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
"15" "gyro active"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,894 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "21"
|
||||
"title" "EmuDeck - DuckStation"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
"creator" "76561198025051816"
|
||||
"progenitor" ""
|
||||
"url" "template://duckstation_controller_config.vdf"
|
||||
"export_type" "template"
|
||||
"controller_type" "controller_neptune"
|
||||
"controller_caps" "23117823"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - DuckStation"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s ovládáním kamery"
|
||||
"description" "Tato šablona je pro většinu her podporujících gamepad a disponujících kamerou z pohledu první nebo třetí osoby. Mezi takové hry patří například akční hry z pohledu první nebo třetí osoby."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med kamerastyring"
|
||||
"description" "Denne skabelon er til de fleste spil, der allerede har indbygget gamepad-understøttelse og har et første- eller tredjepersonskontrolleret kamera. FPS eller tredjepersons adventure-spil osv."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met camerabesturing"
|
||||
"description" "Deze template is voor de meeste spellen die reeds ingebouwde gamepadondersteuning hebben en die een camera hebben die wordt bestuurd in de eerste of derde persoon. FPS, third person-avontuurspellen, etc."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Kameraa ohjaava peliohjain"
|
||||
"description" "Tämä malli on useimmille muita ohjaimia valmiiksi tukeville peleille, joissa on ensimmäisessä tai kolmannessa persoonassa ohjattava kamera. FPS-pelit, kolmannen persoonan seikkailupelit jne."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec contrôles caméra"
|
||||
"description" "Ce modèle fonctionne pour la plupart des jeux ayant un support manette intégré et une caméra contrôlée à la première ou à la troisième personne. FPS, jeux d'aventure à la troisième personne, etc."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit Kamerasteuerung"
|
||||
"description" "Diese Vorlage ist für die meisten Spiele konzipiert, die bereits volle Untersützung für Gamepads mit sich bringen und eine First- oder Third-Person-Kamerasteuerung haben. Gedacht für Ego-Shooter, Third-Person-Abenteuerspiele usw."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad kamerairányítással"
|
||||
"description" "Ez a sablon a legtöbb olyan játékhoz való, melyek már rendelkeznek beépített gamepad-támogatással, és van első vagy harmadik személyű kezelésű kamerájuk. Ilyenek az FPS vagy harmadik személyű kalandjátékok stb."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Gamepad con controlli della telecamera"
|
||||
"description" "Questo template è pensato per la maggior parte dei giochi che hanno già il supporto per gamepad integrato e hanno la visuale controllata in prima o terza persona. Giochi d'avventura in terza persona, FPS ecc."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "カメラコントロール機能を持つゲームパッド"
|
||||
"description" "FPS や、アドベンチャーゲームのような、一人称または三人称のカメラ操作を行うゲームパッドに標準対応したゲーム用のテンプレートです。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "카메라 조작 기능이 있는 게임패드"
|
||||
"description" "이 템플릿은 이미 게임패드 지원이 내장되어 있으며 1인칭 또는 3인칭 시점 카메라 조작을 지원하는 대부분의 게임을 위한 것입니다. FPS, 3인칭 어드벤쳐 게임 및 기타."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler obsługujący kamerę"
|
||||
"description" "Ten szablon jest dla większości gier, które mają wbudowane wsparcie dla kontrolerów, a także kamerę kontrolowaną z perspektywy pierwszej lub trzeciej osoby, np. FPS-y bądź gry przygodowe."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com controlos de câmara"
|
||||
"description" "Este modelo é indicado para jogos que já têm compatibilidade nativa com comando e têm uma câmara que pode ser controlada. Por exemplo, jogos em primeira ou terceira pessoa, do género de aventura, de tiros, etc."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu controale pentru cameră"
|
||||
"description" "Acest șablon este pentru majoritatea jocurilor care au deja suport pentru gamepad implementat și au o cameră controlată din perspectivă first sau third person. FPS sau jocuri de aventură third person, etc."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с управлением камерой"
|
||||
"description" "Этот шаблон предназначен для большинства игр от первого или третьего лица, в которых уже есть встроенная поддержка геймпада (например, для шутеров или экшенов)."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con controles de cámara"
|
||||
"description" "Esta plantilla es para la mayoría de juegos que ya incluyen de serie compatibilidad con mando y disponen de cámara controlada en primera o tercera persona: FPS, juegos de aventura en tercera persona, etc."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med kamerakontroller"
|
||||
"description" "Denna mall är för de flesta spel som redan har inbyggt stöd för spelkontroller och har en kamera som styrs i första- eller tredjeperson. FPS eller äventyrsspel etc."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "支持视角控制的手柄"
|
||||
"description" "该模板适用于已内置手柄支持,并且拥有第一或第三人称控制视角的大多数游戏。包括 FPS 或第三人称冒险游戏等。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมการควบคุมมุมกล้อง"
|
||||
"description" "แม่แบบนี้ใช้สำหรับเกมส่วนมากที่มีการรองรับเกมแพดมาในตัวอยู่แล้ว และมีการควบคุมมุมกล้องในมุมมองบุคคลที่หนึ่งหรือสาม เช่น เกมยิงมุมมองบุคคลที่หนึ่ง หรือเกมผจญภัยมุมมองบุคคลที่สาม ฯลฯ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com controle de câmera"
|
||||
"description" "Este modelo é para jogos já compatíveis com controles que possuem uma câmera controlável, seja em primeira ou terceira pessoa, como jogos de tiro, aventura, etc."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с управление на камерата"
|
||||
"description" "Този шаблон е за повечето игри, които вече имат вградена поддръжка на геймпад и включват управление на камерата от първо или трето лице. Екшъни от първо лице, приключенски игри от трето лице и т.н."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με πλήκτρα κάμερας"
|
||||
"description" "Αυτό το πρότυπο είναι για τα περισσότερα παιχνίδια που έχουν ενσωματωμένη υποστήριξη χειριστηρίου και έχουν μια ελεγχόμενη κάμερα πρώτου ή τρίτου προσώπου. FPS ή παιχνίδια περιπέτειας τρίτου προσώπου κλπ."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Kamera Kontrollü Oyun Kumandası"
|
||||
"description" "Bu şablon hali hazırda oyun içi oyun kumandası desteği ve birincil veya üçüncü kişi kontrollü kameraya sahip oyunlar içindir. FPS veya Üçüncü Kişi Macera oyunları vb."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з елементами керування камерою"
|
||||
"description" "Цей шаблон для більшості ігор, що вже мають вбудовану підтримку ґеймпада і у яких камера керується від першої або третьої особи. Шутери від першої особи чи пригодницькі ігри від третьої особи тощо."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "mouse_joystick"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "14"
|
||||
"mode" "touch_menu"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"touch_menu_button_0"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F2, Save State, EmuDeck_SaveState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_1"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action empty_binding, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_2"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F1, Load State, EmuDeck_LoadState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_3"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press SPACE, Pause/Play, EmuDeck_Pause.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_4"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press ESCAPE, Quick Menu, EmuDeck_Menu.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_5"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F7, Swap Disc, EmuDeck_SwapDisc.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_6"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F3, Prev Slot, EmuDeck_SaveSlotDown.png, #232323 #ADA200"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_7"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F5, FFWD, EmuDeck_FastForward.png, #232323 #48B119"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_8"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F4, Next Slot, EmuDeck_SaveSlotUp.png, #232323 #ADA200"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"mouse_smoothing" "0"
|
||||
"touch_menu_button_count" "9"
|
||||
"touch_menu_scale" "120"
|
||||
"touch_menu_show_labels" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad inactive"
|
||||
"11" "left_trackpad inactive"
|
||||
"14" "left_trackpad active"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad active"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,980 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "46"
|
||||
"title" "EmuDeck - mGBA (Standalone)"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
"creator" "76561199036238022"
|
||||
"progenitor" ""
|
||||
"url" "template://mgba_controller_config.vdf"
|
||||
"export_type" "template"
|
||||
"controller_type" "controller_neptune"
|
||||
"controller_caps" "23117823"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - mGBA (Standalone)"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s ovládáním kamery"
|
||||
"description" "Tato šablona je pro většinu her podporujících gamepad a disponujících kamerou z pohledu první nebo třetí osoby. Mezi takové hry patří například akční hry z pohledu první nebo třetí osoby."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med kamerastyring"
|
||||
"description" "Denne skabelon er til de fleste spil, der allerede har indbygget gamepad-understøttelse og har et første- eller tredjepersonskontrolleret kamera. FPS eller tredjepersons adventure-spil osv."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met camerabesturing"
|
||||
"description" "Deze template is voor de meeste spellen die reeds ingebouwde gamepadondersteuning hebben en die een camera hebben die wordt bestuurd in de eerste of derde persoon. FPS, third person-avontuurspellen, etc."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Kameraa ohjaava peliohjain"
|
||||
"description" "Tämä malli on useimmille muita ohjaimia valmiiksi tukeville peleille, joissa on ensimmäisessä tai kolmannessa persoonassa ohjattava kamera. FPS-pelit, kolmannen persoonan seikkailupelit jne."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec contrôles caméra"
|
||||
"description" "Ce modèle fonctionne pour la plupart des jeux ayant un support manette intégré et une caméra contrôlée à la première ou à la troisième personne. FPS, jeux d'aventure à la troisième personne, etc."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit Kamerasteuerung"
|
||||
"description" "Diese Vorlage ist für die meisten Spiele konzipiert, die bereits volle Untersützung für Gamepads mit sich bringen und eine First- oder Third-Person-Kamerasteuerung haben. Gedacht für Ego-Shooter, Third-Person-Abenteuerspiele usw."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad kamerairányítással"
|
||||
"description" "Ez a sablon a legtöbb olyan játékhoz való, melyek már rendelkeznek beépített gamepad-támogatással, és van első vagy harmadik személyű kezelésű kamerájuk. Ilyenek az FPS vagy harmadik személyű kalandjátékok stb."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Gamepad con controlli della telecamera"
|
||||
"description" "Questo template è pensato per la maggior parte dei giochi che hanno già il supporto per gamepad integrato e hanno la visuale controllata in prima o terza persona. Giochi d'avventura in terza persona, FPS ecc."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "カメラコントロール機能を持つゲームパッド"
|
||||
"description" "FPS や、アドベンチャーゲームのような、一人称または三人称のカメラ操作を行うゲームパッドに標準対応したゲーム用のテンプレートです。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "카메라 조작 기능이 있는 게임패드"
|
||||
"description" "이 템플릿은 이미 게임패드 지원이 내장되어 있으며 1인칭 또는 3인칭 시점 카메라 조작을 지원하는 대부분의 게임을 위한 것입니다. FPS, 3인칭 어드벤쳐 게임 및 기타."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler obsługujący kamerę"
|
||||
"description" "Ten szablon jest dla większości gier, które mają wbudowane wsparcie dla kontrolerów, a także kamerę kontrolowaną z perspektywy pierwszej lub trzeciej osoby, np. FPS-y bądź gry przygodowe."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com controlos de câmara"
|
||||
"description" "Este modelo é indicado para jogos que já têm compatibilidade nativa com comando e têm uma câmara que pode ser controlada. Por exemplo, jogos em primeira ou terceira pessoa, do género de aventura, de tiros, etc."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu controale pentru cameră"
|
||||
"description" "Acest șablon este pentru majoritatea jocurilor care au deja suport pentru gamepad implementat și au o cameră controlată din perspectivă first sau third person. FPS sau jocuri de aventură third person, etc."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с управлением камерой"
|
||||
"description" "Этот шаблон предназначен для большинства игр от первого или третьего лица, в которых уже есть встроенная поддержка геймпада (например, для шутеров или экшенов)."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con controles de cámara"
|
||||
"description" "Esta plantilla es para la mayoría de juegos que ya incluyen de serie compatibilidad con mando y disponen de cámara controlada en primera o tercera persona: FPS, juegos de aventura en tercera persona, etc."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med kamerakontroller"
|
||||
"description" "Denna mall är för de flesta spel som redan har inbyggt stöd för spelkontroller och har en kamera som styrs i första- eller tredjeperson. FPS eller äventyrsspel etc."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "支持视角控制的手柄"
|
||||
"description" "该模板适用于已内置手柄支持,并且拥有第一或第三人称控制视角的大多数游戏。包括 FPS 或第三人称冒险游戏等。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมการควบคุมมุมกล้อง"
|
||||
"description" "แม่แบบนี้ใช้สำหรับเกมส่วนมากที่มีการรองรับเกมแพดมาในตัวอยู่แล้ว และมีการควบคุมมุมกล้องในมุมมองบุคคลที่หนึ่งหรือสาม เช่น เกมยิงมุมมองบุคคลที่หนึ่ง หรือเกมผจญภัยมุมมองบุคคลที่สาม ฯลฯ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com controle de câmera"
|
||||
"description" "Este modelo é para jogos já compatíveis com controles que possuem uma câmera controlável, seja em primeira ou terceira pessoa, como jogos de tiro, aventura, etc."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с управление на камерата"
|
||||
"description" "Този шаблон е за повечето игри, които вече имат вградена поддръжка на геймпад и включват управление на камерата от първо или трето лице. Екшъни от първо лице, приключенски игри от трето лице и т.н."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με πλήκτρα κάμερας"
|
||||
"description" "Αυτό το πρότυπο είναι για τα περισσότερα παιχνίδια που έχουν ενσωματωμένη υποστήριξη χειριστηρίου και έχουν μια ελεγχόμενη κάμερα πρώτου ή τρίτου προσώπου. FPS ή παιχνίδια περιπέτειας τρίτου προσώπου κλπ."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Kamera Kontrollü Oyun Kumandası"
|
||||
"description" "Bu şablon hali hazırda oyun içi oyun kumandası desteği ve birincil veya üçüncü kişi kontrollü kameraya sahip oyunlar içindir. FPS veya Üçüncü Kişi Macera oyunları vb."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з елементами керування камерою"
|
||||
"description" "Цей шаблон для більшості ігор, що вже мають вбудовану підтримку ґеймпада і у яких камера керується від першої або третьої особи. Шутери від першої особи чи пригодницькі ігри від третьої особи тощо."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "mouse_joystick"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "14"
|
||||
"mode" "touch_menu"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"touch_menu_button_0"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_SHIFT, Save State, EmuDeck_SaveState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F10, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_1"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Cheats, EmuDeck_Cheats.png, #232323 #33AD69"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press C, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_2"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F10, Load State, EmuDeck_LoadState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_3"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Pause/Play, EmuDeck_Pause.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press P, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_4"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Menu, EmuDeck_Menu.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press M, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_5"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_SHIFT, Fast Forward, EmuDeck_FastForward.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press TAB, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_6"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Stop Emulation, EmuDeck_Quit-Exit.png, #232323 #AD0000"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"long_press_time" "3000"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press Q, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"long_press_time" "3000"
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_7"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F12, Screenshot, EmuDeck_Screenshot.png, #232323 #33AD69"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_8"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_CONTROL, Reset, EmuDeck_Reset.png, #232323 #AD0000"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"long_press_time" "3000"
|
||||
}
|
||||
}
|
||||
"Long_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press R, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"delay_start" "25"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"mouse_smoothing" "0"
|
||||
"touch_menu_button_count" "9"
|
||||
"touch_menu_scale" "120"
|
||||
"touch_menu_show_labels" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad inactive"
|
||||
"11" "left_trackpad inactive"
|
||||
"14" "left_trackpad active"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad active"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,820 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "14"
|
||||
"title" "EmuDeck - PCSX2 PS2"
|
||||
"description" "Amber Elec Keys"
|
||||
"creator" "76561197971521082"
|
||||
"progenitor" "template://pcsx2_controller_config.vdf"
|
||||
"url" "template://pcsx2_controller_config.vdf"
|
||||
"export_type" "personal_cloud"
|
||||
"controller_type" "controller_neptune"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - PCSX2 PS2"
|
||||
"description" "Amber Elec Keys"
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s přesným ovládáním zaměřováním/kamery"
|
||||
"description" "Tato šablona je pro hry vytvořené pro ovládání gamepadem, ale podporující také myš pro ovládání kamery nebo míření. V této šabloně je využito pravého trackpadu ovladače pro přesné ovládání zmíněné kamery nebo míření."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med højpræcisionskamera/-sigte"
|
||||
"description" "Denne skabelon virker bedst med spil, der er designet med en gamepad i tankerne, som også understøtter en mus til kamerastyring eller sigte. Denne skabelon gør bedst brug af fladen på højre side af din controller til præcis sigte og kamerastyring."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met zeer precieze camera/vizier"
|
||||
"description" "Het sjabloon werkt het beste met spellen die zijn ontworpen met ondersteuning voor een gamepad, maar die ook een desktopmuis ondersteunen voor camerabesturing of om te richten. Hiermee profiteer je het meeste van de rechterpad van je controller voor nauwkeurig richten en camerabesturing."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Ohjain korkeatarkkuuksisella kameralla/tähtäimellä"
|
||||
"description" "Tämä malli sopii parhaiten peleille, jotka on suunniteltu ohjaimille, mutta jotka hyötyvät hiiren tarkkuudesta. Tämä malli ottaa suurimman hyödyn irti ohjainlevyistä."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec une caméra/visée de haute précision"
|
||||
"description" "Ce modèle fonctionne particulièrement bien pour les jeux conçus pour un certain type de manette mais qui sont également compatibles avec une souris pour le contrôle de la caméra et la visée. Grâce au modèle, vous pourrez profiter du côté droit du pad de votre contrôleur pour une visée précise et le contrôle de la caméra."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit hochpräziser Kamera/Zielgenauigkeit"
|
||||
"description" "Diese Vorlage funktioniert am besten mit Spielen, die für die Steuerung mit einem Gamepad ausgelegt sind, jedoch ebenfalls Unterstützung für eine Maus zur Kamerabewegung oder zum Zielen besitzen. Somit können Sie das rechte Pad Ihres Controllers zum genauen Zielen und Steuern der Kamera nutzen."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad nagy pontosságú kamerával/célzással"
|
||||
"description" "Ez a sablon gamepadhez tervezett játékokkal működik a legjobban, de támogat egeret is a kamerairányításhoz vagy célzáshoz. Ez használja ki a legjobban játékvezérlőd jobb oldali felületét pontos célzáshoz és kamerairányításhoz."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Controller con telecamera/mirino ad alta precisione"
|
||||
"description" "Il template si applica idealmente ai giochi progettati per l'utilizzo del controller, ma supporta anche un mouse da desktop per le funzioni di mirino e controllo della telecamera. Grazie a questo template potrete sfruttare il lato destro del trackpad per prendere la mira con precisione e controllare la telecamera."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "高精度のカメラ/エイム機能を持つゲームパッド"
|
||||
"description" "ゲームパッドでの操作を中心にデザインされていて、カメラ操作もしくはエイムをデスクトップマウスでも行えるゲームに最適なテンプレートです。正確なエイミングとカメラ操作をコントローラの右側のパッドを使用して行えます。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "정밀 카메라/조준 기능이 있는 게임 패드"
|
||||
"description" "이 설정은 게임 패드의 사용을 염두에 두고 만들어진 게임을 플레이할 때 가장 적합하지만 카메라 조정이나 조준을 돕기 위해 마우스도 지원합니다. 컨트롤러의 우측 패드로 정밀 조준과 카메라 조정을 할 때 이 설정을 쓰는 것이 좋습니다."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler, wysoka precyzja poruszania kamerą / celowania"
|
||||
"description" "Ten szablon będzie działać najlepiej dla gier, które zostały zaprojektowane z myślą o kontrolerze, ale wspierają także myszkę do poruszania kamerą lub celowania. Wykorzysta to w najlepszy sposób prawy panel dotykowy twojego kontrolera do precyzyjnego celowania i sterowania kamerą."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com câmara/mira precisa"
|
||||
"description" "Este modelo é indicado para jogos concebidos com o uso do comando em mente, mas que também permitem o uso de um rato para apontar ou controlar a câmara. Logo, este modelo tirará um melhor proveito do pad direito do teu comando para controlos de câmara e mira precisos."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu cameră/țintă de precizie înaltă"
|
||||
"description" "Șablonul funcționează cel mai bine pentru jocuri care sunt proiectate pentru gamepad, dar care suportă și mouse pentru desktop, cu scopul de a controla camera sau a fixa ținta. Acesta va face cea mai bună treabă, profitând anume de partea dreaptă a pad-ului pentru a ținti cu precizie și a controla camera."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с высокоточными осями"
|
||||
"description" "Этот шаблон подходит для игр, разработанных под контроллер и поддерживающих управление камерой и прицеливание с помощью компьютерной мыши. Для достижения максимальной точности будет использоваться правый трекпад."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con cámara/apuntado de alta precisión"
|
||||
"description" "La plantilla funciona mejor con juegos que han sido diseñados con un mando en mente, pero también es compatible con un ratón de escritorio para controlar la cámara y apuntar. En concreto, sacará el mejor partido aprovechando el pad derecho del mando para apuntar con precisión y controlar la cámara."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med högprecisionskamera/sikte"
|
||||
"description" "Mallen fungerar bäst för spel som designats med en gamepad i åtanke, men även stödjer mus för kamerakontroll eller sikte. Denna är bäst på att dra fördel av den högra plattan på din handkontroll för noggrant siktande och kamerakontroll."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "高精度视角/瞄准手柄"
|
||||
"description" "此模板在那些为手柄设计,但也支持鼠标控制视角和瞄准的游戏上最为合适。此模板将最大化限度利用您控制器上的右侧十字键,将其用于精确瞄准以及视角控制。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมมุมกล้องหรือการเล็งแบบความแม่นยำสูง"
|
||||
"description" "แม่แบบนี้ทำงานได้ดีที่สุดสำหรับเกมที่ออกแบบมาสำหรับเกมแพดเป็นหลัก แต่ยังคงรองรับเมาส์ของเดสก์ทอปสำหรับการควมคุมกล้องหรือการเล็งยิงด้วย นี่จะทำงานได้ดีที่สุดจากการใช้ประโยชน์จากแพดขวาบนคอนโทรลเลอร์ของคุณโดยเฉพาะ สำหรับการเล็งยิงและการควบคุมกล้องอย่างแม่นยำ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com câmera/mira precisa"
|
||||
"description" "Este modelo funciona melhor em jogos projetados para controles, mas que permitem o uso de um mouse para controlar a câmera ou a mira, tirando assim proveito do trackpad direito do seu controle para mira e controle de câmera precisos."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с висока точност за камера/прицелване"
|
||||
"description" "Този шаблон върши най-добра работа при игри, които са проектирани, вземайки предвид геймпада, но също така поддържат мишка за управление на камерата или прицелване. Това ще е най-удачно при специфичното възползване от десния пад на контролера Ви за точно прицелване и управление на камерата."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με υψηλής ακρίβειας κάμερα/στόχο"
|
||||
"description" "Το πρότυπο αυτό λειτουργεί καλά για παιχνίδια σχεδιασμένα για την χρήση χειριστηρίου αλλά επίσης υποστηρίζει ποντίκι για τον έλεγχο κάμερας ή την στόχευση. Αυτό θα δουλέψει καλύτερα χρησιμοποιώντας το pad στην δεξιά πλευρά του χειριστηρίου για ακρίβεια στόχευσης και έλεγχο κάμερας."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Yüksek Hassasiyetli Kamera/Nişanlı Oyun Kumandası"
|
||||
"description" "Şablon kontrolcü desteği ile tasarlanmış ama aynı zamanda da hedef alma ve kamera kontrolü için masaüstü faresini destekleyen oyunlar için çok iyidir. Bu şablon, özellikle pad'inizin sağ tarafını hassas nişan alma ve kamera kontrolü için en iyi şekilde kullanır."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з високоточною камерою"
|
||||
"description" "Шаблон працює найкраше з іграми, що були розроблені з урахуванням підтримки ґеймпадів, але також підтримують комп'ютерну мишу для керування камерою та прицілюванням. Особливо, відмінних результатів можна досягти при використанні правої сенсорної панелі вашого ґеймпада для точного прицілювання та керування камерою."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "absolute_mouse"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "13"
|
||||
"mode" "joystick_camera"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "14"
|
||||
"mode" "disabled"
|
||||
"description" ""
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select"
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press LEFT_SHIFT"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left"
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F3"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right"
|
||||
}
|
||||
}
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_left"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press E"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_right"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press X"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_left_upper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press ESCAPE"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_back_right_upper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press TAB"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad active"
|
||||
"11" "left_trackpad inactive"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad active"
|
||||
"13" "right_trackpad inactive"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
"14" "gyro inactive"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,851 +0,0 @@
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
"revision" "21"
|
||||
"title" "EmuDeck - PPSSPP (Standalone)"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
"creator" "76561198025051816"
|
||||
"progenitor" ""
|
||||
"url" "template://ppsspp_controller_config.vdf"
|
||||
"export_type" "template"
|
||||
"controller_type" "controller_neptune"
|
||||
"controller_caps" "23117823"
|
||||
"major_revision" "0"
|
||||
"minor_revision" "0"
|
||||
"Timestamp" "4"
|
||||
"localization"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"title" "EmuDeck - PPSSPP (Standalone)"
|
||||
"description" "Left Touchpad - Quick Actions. Long press to perform an action."
|
||||
}
|
||||
"czech"
|
||||
{
|
||||
"title" "Gamepad s ovládáním kamery"
|
||||
"description" "Tato šablona je pro většinu her podporujících gamepad a disponujících kamerou z pohledu první nebo třetí osoby. Mezi takové hry patří například akční hry z pohledu první nebo třetí osoby."
|
||||
}
|
||||
"danish"
|
||||
{
|
||||
"title" "Gamepad med kamerastyring"
|
||||
"description" "Denne skabelon er til de fleste spil, der allerede har indbygget gamepad-understøttelse og har et første- eller tredjepersonskontrolleret kamera. FPS eller tredjepersons adventure-spil osv."
|
||||
}
|
||||
"dutch"
|
||||
{
|
||||
"title" "Gamepad met camerabesturing"
|
||||
"description" "Deze template is voor de meeste spellen die reeds ingebouwde gamepadondersteuning hebben en die een camera hebben die wordt bestuurd in de eerste of derde persoon. FPS, third person-avontuurspellen, etc."
|
||||
}
|
||||
"finnish"
|
||||
{
|
||||
"title" "Kameraa ohjaava peliohjain"
|
||||
"description" "Tämä malli on useimmille muita ohjaimia valmiiksi tukeville peleille, joissa on ensimmäisessä tai kolmannessa persoonassa ohjattava kamera. FPS-pelit, kolmannen persoonan seikkailupelit jne."
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"title" "Manette avec contrôles caméra"
|
||||
"description" "Ce modèle fonctionne pour la plupart des jeux ayant un support manette intégré et une caméra contrôlée à la première ou à la troisième personne. FPS, jeux d'aventure à la troisième personne, etc."
|
||||
}
|
||||
"german"
|
||||
{
|
||||
"title" "Gamepad mit Kamerasteuerung"
|
||||
"description" "Diese Vorlage ist für die meisten Spiele konzipiert, die bereits volle Untersützung für Gamepads mit sich bringen und eine First- oder Third-Person-Kamerasteuerung haben. Gedacht für Ego-Shooter, Third-Person-Abenteuerspiele usw."
|
||||
}
|
||||
"hungarian"
|
||||
{
|
||||
"title" "Gamepad kamerairányítással"
|
||||
"description" "Ez a sablon a legtöbb olyan játékhoz való, melyek már rendelkeznek beépített gamepad-támogatással, és van első vagy harmadik személyű kezelésű kamerájuk. Ilyenek az FPS vagy harmadik személyű kalandjátékok stb."
|
||||
}
|
||||
"italian"
|
||||
{
|
||||
"title" "Gamepad con controlli della telecamera"
|
||||
"description" "Questo template è pensato per la maggior parte dei giochi che hanno già il supporto per gamepad integrato e hanno la visuale controllata in prima o terza persona. Giochi d'avventura in terza persona, FPS ecc."
|
||||
}
|
||||
"japanese"
|
||||
{
|
||||
"title" "カメラコントロール機能を持つゲームパッド"
|
||||
"description" "FPS や、アドベンチャーゲームのような、一人称または三人称のカメラ操作を行うゲームパッドに標準対応したゲーム用のテンプレートです。"
|
||||
}
|
||||
"koreana"
|
||||
{
|
||||
"title" "카메라 조작 기능이 있는 게임패드"
|
||||
"description" "이 템플릿은 이미 게임패드 지원이 내장되어 있으며 1인칭 또는 3인칭 시점 카메라 조작을 지원하는 대부분의 게임을 위한 것입니다. FPS, 3인칭 어드벤쳐 게임 및 기타."
|
||||
}
|
||||
"polish"
|
||||
{
|
||||
"title" "Kontroler obsługujący kamerę"
|
||||
"description" "Ten szablon jest dla większości gier, które mają wbudowane wsparcie dla kontrolerów, a także kamerę kontrolowaną z perspektywy pierwszej lub trzeciej osoby, np. FPS-y bądź gry przygodowe."
|
||||
}
|
||||
"portuguese"
|
||||
{
|
||||
"title" "Comando com controlos de câmara"
|
||||
"description" "Este modelo é indicado para jogos que já têm compatibilidade nativa com comando e têm uma câmara que pode ser controlada. Por exemplo, jogos em primeira ou terceira pessoa, do género de aventura, de tiros, etc."
|
||||
}
|
||||
"romanian"
|
||||
{
|
||||
"title" "Gamepad cu controale pentru cameră"
|
||||
"description" "Acest șablon este pentru majoritatea jocurilor care au deja suport pentru gamepad implementat și au o cameră controlată din perspectivă first sau third person. FPS sau jocuri de aventură third person, etc."
|
||||
}
|
||||
"russian"
|
||||
{
|
||||
"title" "Геймпад с управлением камерой"
|
||||
"description" "Этот шаблон предназначен для большинства игр от первого или третьего лица, в которых уже есть встроенная поддержка геймпада (например, для шутеров или экшенов)."
|
||||
}
|
||||
"spanish"
|
||||
{
|
||||
"title" "Mando con controles de cámara"
|
||||
"description" "Esta plantilla es para la mayoría de juegos que ya incluyen de serie compatibilidad con mando y disponen de cámara controlada en primera o tercera persona: FPS, juegos de aventura en tercera persona, etc."
|
||||
}
|
||||
"swedish"
|
||||
{
|
||||
"title" "Gamepad med kamerakontroller"
|
||||
"description" "Denna mall är för de flesta spel som redan har inbyggt stöd för spelkontroller och har en kamera som styrs i första- eller tredjeperson. FPS eller äventyrsspel etc."
|
||||
}
|
||||
"schinese"
|
||||
{
|
||||
"title" "支持视角控制的手柄"
|
||||
"description" "该模板适用于已内置手柄支持,并且拥有第一或第三人称控制视角的大多数游戏。包括 FPS 或第三人称冒险游戏等。"
|
||||
}
|
||||
"thai"
|
||||
{
|
||||
"title" "เกมแพดพร้อมการควบคุมมุมกล้อง"
|
||||
"description" "แม่แบบนี้ใช้สำหรับเกมส่วนมากที่มีการรองรับเกมแพดมาในตัวอยู่แล้ว และมีการควบคุมมุมกล้องในมุมมองบุคคลที่หนึ่งหรือสาม เช่น เกมยิงมุมมองบุคคลที่หนึ่ง หรือเกมผจญภัยมุมมองบุคคลที่สาม ฯลฯ"
|
||||
}
|
||||
"brazilian"
|
||||
{
|
||||
"title" "Controle com controle de câmera"
|
||||
"description" "Este modelo é para jogos já compatíveis com controles que possuem uma câmera controlável, seja em primeira ou terceira pessoa, como jogos de tiro, aventura, etc."
|
||||
}
|
||||
"bulgarian"
|
||||
{
|
||||
"title" "Геймпад с управление на камерата"
|
||||
"description" "Този шаблон е за повечето игри, които вече имат вградена поддръжка на геймпад и включват управление на камерата от първо или трето лице. Екшъни от първо лице, приключенски игри от трето лице и т.н."
|
||||
}
|
||||
"greek"
|
||||
{
|
||||
"title" "Χειριστήριο με πλήκτρα κάμερας"
|
||||
"description" "Αυτό το πρότυπο είναι για τα περισσότερα παιχνίδια που έχουν ενσωματωμένη υποστήριξη χειριστηρίου και έχουν μια ελεγχόμενη κάμερα πρώτου ή τρίτου προσώπου. FPS ή παιχνίδια περιπέτειας τρίτου προσώπου κλπ."
|
||||
}
|
||||
"turkish"
|
||||
{
|
||||
"title" "Kamera Kontrollü Oyun Kumandası"
|
||||
"description" "Bu şablon hali hazırda oyun içi oyun kumandası desteği ve birincil veya üçüncü kişi kontrollü kameraya sahip oyunlar içindir. FPS veya Üçüncü Kişi Macera oyunları vb."
|
||||
}
|
||||
"ukrainian"
|
||||
{
|
||||
"title" "Ґеймпад з елементами керування камерою"
|
||||
"description" "Цей шаблон для більшості ігор, що вже мають вбудовану підтримку ґеймпада і у яких камера керується від першої або третьої особи. Шутери від першої особи чи пригодницькі ігри від третьої особи тощо."
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "0"
|
||||
"mode" "four_buttons"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_a"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button A, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_b"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button B, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_x"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button X, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_y"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button Y, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "1"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_up, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_down, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_right, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button dpad_left, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "2"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "3"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"deadzone_inner_radius" "7199"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "4"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "1"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "5"
|
||||
"mode" "trigger"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"output_trigger" "2"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "6"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "8"
|
||||
"mode" "joystick_move"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "9"
|
||||
"mode" "dpad"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"dpad_north"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_UP, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_south"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_DOWN, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_east"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_RIGHT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"dpad_west"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button DPAD_LEFT, , "
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"haptic_intensity" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"requires_click" "0"
|
||||
"haptic_intensity_override" "0"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "10"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button START, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "11"
|
||||
"mode" "single_button"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button SELECT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "12"
|
||||
"mode" "mouse_joystick"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"click"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Soft_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button JOYSTICK_RIGHT, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "14"
|
||||
"mode" "radial_menu"
|
||||
"name" "PPSSPP Hotkeys"
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"touch_menu_button_1"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press ESCAPE, Quick Menu, EmuDeck_Menu.png, #232323 #E4E4E4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_2"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F1, Load State, EmuDeck_LoadState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_3"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F5, Fast Forward, EmuDeck_FastForward.png, #232323 #00AD00"
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"toggle" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_4"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action empty_binding, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_5"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F4, Next Save Slot, EmuDeck_SaveSlotUp.png, #232323 #ADA200"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"touch_menu_button_6"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "key_press F2, Save State, EmuDeck_SaveState.png, #232323 #0045AD"
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"touchmenu_button_fire_type" "2"
|
||||
"touch_menu_button_count" "9"
|
||||
"touch_menu_opacity" "75"
|
||||
"touch_menu_position_y" "70"
|
||||
"touch_menu_scale" "120"
|
||||
}
|
||||
}
|
||||
"group"
|
||||
{
|
||||
"id" "7"
|
||||
"mode" "switches"
|
||||
"name" ""
|
||||
"description" ""
|
||||
"inputs"
|
||||
{
|
||||
"button_escape"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button start, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_menu"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button select, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"left_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_left, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"right_bumper"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"Full_Press"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "xinput_button shoulder_right, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
"button_capture"
|
||||
{
|
||||
"activators"
|
||||
{
|
||||
"release"
|
||||
{
|
||||
"bindings"
|
||||
{
|
||||
"binding" "controller_action system_key_1, , "
|
||||
}
|
||||
}
|
||||
}
|
||||
"disabled_activators"
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"preset"
|
||||
{
|
||||
"id" "0"
|
||||
"name" "Default"
|
||||
"group_source_bindings"
|
||||
{
|
||||
"7" "switch active"
|
||||
"0" "button_diamond active"
|
||||
"1" "left_trackpad inactive"
|
||||
"11" "left_trackpad inactive"
|
||||
"14" "left_trackpad active"
|
||||
"2" "right_trackpad inactive"
|
||||
"6" "right_trackpad inactive"
|
||||
"10" "right_trackpad inactive"
|
||||
"12" "right_trackpad active"
|
||||
"3" "joystick active"
|
||||
"4" "left_trigger active"
|
||||
"5" "right_trigger active"
|
||||
"8" "right_joystick active"
|
||||
"9" "dpad active"
|
||||
}
|
||||
}
|
||||
"settings"
|
||||
{
|
||||
"left_trackpad_mode" "0"
|
||||
"right_trackpad_mode" "0"
|
||||
}
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "ESDE - EmulationStationDE",
|
||||
"steamCategory": "${Emulation}",
|
||||
"executableArgs": "",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "/run/media/mmcblk0p1/Emulation/tools/",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "EmulationStation DE",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/es-de/es-de.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "${title}@(.sh)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164824496516097458",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": null
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Pegasus - Pegasus Frontend",
|
||||
"steamCategory": "${Emulation}",
|
||||
"executableArgs": "",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "/run/media/mmcblk0p1/Emulation/tools/",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "Pegasus Frontend",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/pegasus-frontend.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "${title}@(.sh)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164824496516097458",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": null
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Amiga - RetroArch PUAE",
|
||||
"steamCategory": "${Amiga}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/amiga",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}puae_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.adf|.ADF|.adz|.ADZ|.dms|.DMS|.fdi|.FDI|.ipf|.IPF|.hdf|.HDF|.hdz|.HDZ|.lha|.LHA|.slave|.SLAVE|.info|.INFO|.cue|.CUE|.ccd|.CCD|.chd|.CHD|.nrg|.NRG|.mds|.MDS|.iso|.ISO|.uae|.UAE|.m3u|.M3U|.zip|.ZIP|.7z|.7Z)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598905398120",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Amiga 1200 - RetroArch PUAE",
|
||||
"steamCategory": "${Amiga 1200}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/amiga1200",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}puae_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.adf|.ADF|.adz|.ADZ|.dms|.DMS|.fdi|.FDI|.ipf|.IPF|.hdf|.HDF|.hdz|.HDZ|.lha|.LHA|.slave|.SLAVE|.info|.INFO|.cue|.CUE|.ccd|.CCD|.chd|.CHD|.nrg|.NRG|.mds|.MDS|.iso|.ISO|.uae|.UAE|.m3u|.M3U|.zip|.ZIP|.7z|.7Z)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598905398122",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Amiga 600 - RetroArch PUAE",
|
||||
"steamCategory": "${Amiga 600}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/amiga600",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}puae_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.adf|.ADF|.adz|.ADZ|.dms|.DMS|.fdi|.FDI|.ipf|.IPF|.hdf|.HDF|.hdz|.HDZ|.lha|.LHA|.slave|.SLAVE|.info|.INFO|.cue|.CUE|.ccd|.CCD|.chd|.CHD|.nrg|.NRG|.mds|.MDS|.iso|.ISO|.uae|.UAE|.m3u|.M3U|.zip|.ZIP|.7z|.7Z)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598905398121",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Amiga CD - RetroArch PUAE",
|
||||
"steamCategory": "${Amiga CD}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/amigacd32",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}puae_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.adf|.ADF|.adz|.ADZ|.dms|.DMS|.fdi|.FDI|.ipf|.IPF|.hdf|.HDF|.hdz|.HDZ|.lha|.LHA|.slave|.SLAVE|.info|.INFO|.cue|.CUE|.ccd|.CCD|.chd|.CHD|.nrg|.NRG|.mds|.MDS|.iso|.ISO|.uae|.UAE|.m3u|.M3U|.zip|.ZIP|.7z|.7Z)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598905398123",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Amstrad CPC - RetroArch Caprice32",
|
||||
"steamCategory": "${Amstrad CPC}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/amstradcpc",
|
||||
"executableArgs": "-L /cap32_libretro.so \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "${title}@(.7z|.7Z|.cdt|.CDT|.dsk|.DSK|.sna|.SNA|.tap|.TAP|.voc|.VOC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "166486574949993186",
|
||||
"version": 10
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - MAME (Standalone)",
|
||||
"steamCategory": "${Arcade}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/arcade",
|
||||
"executableArgs": " \"${fileName}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/mame.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "${title}@(.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "165964954316677671",
|
||||
"version": 10
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - RetroArch FBNeo",
|
||||
"steamCategory": "${Arcade - FBNeo}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}fbneo_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/fbneo",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(7z|7Z|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164824416516097457",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - RetroArch MAME Current",
|
||||
"steamCategory": "${Arcade - MAME Current}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/arcade",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mame_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785567134372556",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - RetroArch MAME 2003 Plus",
|
||||
"steamCategory": "${Arcade - MAME 2003 Plus}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/mame",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mame2003_plus_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785580134372556",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - RetroArch MAME 2010",
|
||||
"steamCategory": "${Arcade - MAME 2010}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/mame2010",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mame2010_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164585567134532556",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Arcade - Naomi - RetroArch Flycast",
|
||||
"steamCategory": "${Arcade - Naomi}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/naomi",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}flycast_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "${MAME}",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "165768545254166037",
|
||||
"version": 10
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Atari 2600 - RetroArch Stella",
|
||||
"steamCategory": "${Atari 2600}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/atari2600",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}stella_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.a26|.A26|.bin|.BIN|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785583010740299",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Atari Lynx - RetroArch Beetle Handy",
|
||||
"steamCategory": "${Atari Lynx}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/atarilynx",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mednafen_lynx_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.lnx|.LNX|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785590686474494",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Bandai WonderSwan - RetroArch Beetle Cygne",
|
||||
"steamCategory": "${Bandai WonderSwan}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/wonderswan",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mednafen_wswan_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.pc2|.PC2|.ws|.WS|.wsc|.WSC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785595449272606",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Bandai WonderSwan Color - RetroArch Beetle Cygne",
|
||||
"steamCategory": "${Bandai WonderSwan Color}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/wonderswancolor",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "run org.libretro.RetroArch -L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mednafen_wswan_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.pc2|.PC2|.ws|.WS|.wsc|.WSC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785595449272606",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Commodore 16 - RetroArch VICE",
|
||||
"steamCategory": "${Commodore 16}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/c16",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}vice_xplus4_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.d64|.D64|.d71|.D71|.d80|.D80|.d81|.D81|.d82|.D82|.g64|.G64|.g41|.G41|.x64|.X64|.t64|.T64|.tap|.TAP|.prg|.PRG|.p00|.P00|.crt|.CRT|.bin|.BIN|.d6z|.D6Z|.d7z|.D7Z|.d8z|.D8Z|.g6z|.G6Z|.g4z|.G4Z|.x6z|.X6Z|.cmd|.CMD|.m3u|.M3U|.vsf|.VSF|.nib|.NIB|.nbz|.NBZ|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "164712598905497531",
|
||||
"version": 10
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Commodore 64 - RetroArch VICE",
|
||||
"steamCategory": "${Commodore 64}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/c64",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}vice_x64_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.d64|.D64|.d71|.D71|.d80|.D80|.d81|.D81|.d82|.D82|.g64|.G64|.g41|.G41|.x64|.X64|.t64|.T64|.tap|.TAP|.prg|.PRG|.p00|.P00|.crt|.CRT|.bin|.BIN|.d6z|.D6Z|.d7z|.D7Z|.d8z|.D8Z|.g6z|.G6Z|.g4z|.G4Z|.x6z|.X6Z|.cmd|.CMD|.m3u|.M3U|.vsf|.VSF|.nib|.NIB|.nbz|.NBZ|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "164785598905497512",
|
||||
"version": 10
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Commodore VIC-20 - RetroArch VICE",
|
||||
"steamCategory": "${Commodore VIC-20}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/vic20",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}vice_xvic_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.d64|.d6z|.d71|.d7z|.d80|.d81|.d82|.d8z|.g64|.g6z|.g41|.g4z|.x64|.x6z|.nib|.nbz|.d2m|.d4m|.t64|.tap|.tcrt|.prg|.p00|.crt|.bin|.cmd|.m3u|.vfl|.vsf|.zip|.7z|.gz|.20|.40|.60|.a0|.b0|.rom|.D64|.D6Z|.D71|.D7Z|.D80|.D81|.D82|.D8Z|.G64|.G6Z|.G41|.G4Z|.X64|.X6Z|.NIB|.NBZ|.D2M|.D4M|.T64|.TAP|.TCRT|.PRG|.P00|.CRT|.BIN|.CMD|.M3U|.VFL|.VSF|.ZIP|.7Z|.GZ|.20|.40|.60|.A0|.B0|.ROM|)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785127820983556",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "DooM - RetroArch PrBoom",
|
||||
"steamCategory": "${DooM}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/doom",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}prboom_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.wad|.WAD|.iwad|.IWAD|.pwad|.PWAD|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785092749272606",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "DOS - RetroArch DOSBox Pure",
|
||||
"steamCategory": "${DOS}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}dosbox_pure_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/dos",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "165155371770791847",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Microsoft Xbox - Xemu",
|
||||
"steamCategory": "${Microsoft Xbox}",
|
||||
"executableArgs": " -full-screen -dvd_path \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/xbox",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/xemu.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.iso|.ISO)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "165103607715056732",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,71 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Microsoft Xbox 360 - Xbox Live Arcade - Xenia",
|
||||
"steamCategory": "${Microsoft Xbox 360 - Xbox Live Arcade}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/xbox360/roms/",
|
||||
"executableArgs": "\"Z:${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"fetchControllersButton": null,
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/xenia.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "xbla/**/${title}"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon": null,
|
||||
"switch_pro": null,
|
||||
"neptune": null
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "167851246183635366",
|
||||
"version": 11
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Microsoft Xbox 360 - Xenia",
|
||||
"steamCategory": "${Microsoft Xbox 360}",
|
||||
"executableArgs": "\"Z:${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/xbox360/",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/xenia.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{roms/**/!(xbla),roms}/**/${title}@(.iso|.ISO|.xex|.XEX)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "135113607715086732",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "NEC PC-98 - RetroArch NP2kai",
|
||||
"steamCategory": "${NEC PC-98}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/pc98",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}np2kai_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.d98|.zip|.98d|.fdi|.fdd|.2hd|.tfd|.d88|.88d|.hdm|.xdf|.dup|.cmd|.hdi|.thd|.nhd|.hdd|.hdn|.D98|.ZIP|.98D|.FDI|.FDD|.2HD|.TFD|.D88|.88D|.HDM|.XDF|.DUP|.CMD|.HDI|.THD|.NHD|.HDD|.HDN)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": true
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "1647850989120983556",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "NEC PC Engine/TurboGrafx 16 - RetroArch Beetle PCE",
|
||||
"steamCategory": "${NEC PC Engine/TurboGrafx 16}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mednafen_pce_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "@(pcengine|tg16)/**/${title}@(.7z|.7Z|.bin|.BIN|.pce|.PCE|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "165855998563219386",
|
||||
"version": 10
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "NEC PC Engine/TurboGrafx 16 CD - RetroArch Beetle PCE",
|
||||
"steamCategory": "${NEC PC Engine/TurboGrafx 16 CD}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mednafen_pce_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "@(pcenginecd|tg-cd)/**/${title}@(.7z|.7Z|.ccd|.CCD|.chd|.CHD|.cue|.CUE|.iso|.ISO|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "165856080826916450",
|
||||
"version": 10
|
||||
}
|
@ -1,78 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo 3DS - Citra",
|
||||
"steamCategory": "${Nintendo 3DS}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/n3ds",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": " \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF|.cci|.CCI)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/citra.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "16478559884003904",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - Citra 3DS",
|
||||
"mappingId": "citra_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"fetchControllerTemplatesButton": null,
|
||||
"removeControllersButton": null,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo 64 - RetroArch Mupen64Plus Next",
|
||||
"steamCategory": "${Nintendo 64}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/n64",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mupen64plus_next_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.bin|.BIN|.n64|.N64|.ndd|.NDD|.u1|.U1|.v64|.V64|.z64|.Z64|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598905398114",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo 64 - Rosalie's Mupen GUI",
|
||||
"steamCategory": "${Nintendo 64 - Rosalie's Mupen GUI}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"executableArgs": "--fullscreen --nogui --quit-after-emulation \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/rosaliesmupengui.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "@(n64|n64dd)/**/${title}@(.7z|.7Z|.bin|.BIN|.n64|.N64|.ndd|.NDD|.u1|.U1|.v64|.V64|.z64|.Z64|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - RMG",
|
||||
"mappingId": "rmg_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "167184642099963041",
|
||||
"version": 13
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo DS - melonDS (Standalone)",
|
||||
"steamCategory": "${Nintendo DS - melonDS (Standalone)}",
|
||||
"executableArgs": "run net.kuribo64.melonDS \"${filePath}\" -f",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/nds",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/melonds.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.nds|.NDS|.app|.APP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164823604520657523",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - melonDS",
|
||||
"mappingId": "melonds_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo DS - RetroArch melonDS",
|
||||
"steamCategory": "${Nintendo DS}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}melonds_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/nds",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.nds|.NDS|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164823604520657522",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy - mGBA (Standalone)",
|
||||
"steamCategory": "${Nintendo Game Boy - mGBA (Standalone)}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-f \"'${filePath}'\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gb/**/!(homebrew),gb}/${title}@(.7z|.7Z|.gb|.GB|.dmg|.DMG|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/mgba.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"parserId": "164385421865061350",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - mGBA",
|
||||
"mappingId": "mGBA_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy - RetroArch Gambatte",
|
||||
"steamCategory": "${Nintendo Game Boy}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}gambatte_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gb/**/!(homebrew),gb}/${title}@(.7z|.7Z|.gb|.GB|.dmg|.DMG|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598952083233",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy - RetroArch SameBoy",
|
||||
"steamCategory": "${Nintendo Game Boy - SameBoy}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}sameboy_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gb/**/!(homebrew),gb}/${title}@(.7z|.7Z|.gb|.GB|.dmg|.DMG|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785590985613233",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy Advance - mGBA (Standalone)",
|
||||
"steamCategory": "${Nintendo Game Boy Advance - mGBA (Standalone)}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-f \"'${filePath}'\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gba/**/!(homebrew),gba}/${title}@(.7z|.7Z|.gba|.GBA|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/mgba.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"parserId": "164785621855061652",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - mGBA",
|
||||
"mappingId": "mGBA_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy Advance - RetroArch mGBA",
|
||||
"steamCategory": "${Nintendo Game Boy Advance}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mgba_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gba/**/!(homebrew),gba}/${title}@(.7z|.7Z|.gba|.GBA|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598920514822",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy Color - mGBA (Standalone)",
|
||||
"steamCategory": "${Nintendo Game Boy Color - mGBA (Standalone)}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-f \"'${filePath}'\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gbc/**/!(homebrew),gbc}/${title}@(.7z|.7Z|.gb|.GB|.gbc|.GBC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/mgba.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"parserId": "164785621855061661",
|
||||
"version": 13,
|
||||
"controllers": {
|
||||
"ps4": null,
|
||||
"ps5": null,
|
||||
"xbox360": null,
|
||||
"xboxone": null,
|
||||
"switch_joycon_left": null,
|
||||
"switch_joycon_right": null,
|
||||
"switch_pro": null,
|
||||
"neptune": {
|
||||
"title": "EmuDeck - mGBA",
|
||||
"mappingId": "mGBA_controller_config.vdf",
|
||||
"profileType": "template"
|
||||
}
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy Color - RetroArch Gambatte",
|
||||
"steamCategory": "${Nintendo Game Boy Color}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}gambatte_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gbc/**/!(homebrew),gbc}/${title}@(.7z|.7Z|.gb|.GB|.gbc|.GBC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785598936495323",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Game Boy Color - RetroArch SameBoy",
|
||||
"steamCategory": "${Nintendo Game Boy Color - SameBoy}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}sameboy_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{gbc/**/!(homebrew),gbc}/${title}@(.7z|.7Z|.gb|.GB|.gbc|.GBC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785590985613234",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo GameCube - Dolphin",
|
||||
"steamCategory": "${Nintendo GameCube}",
|
||||
"executableArgs": "vblank_mode=0 %command% -b -e \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/gamecube",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/dolphin-emu.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.ciso|.CISO|.dol|.DOL|.elf|.ELF|.gcm|.GCM|.gcz|.GCZ|.iso|.ISO|.json|.JSON|.nkit.iso|.NKIT.ISO|.nkit.gcz|.NKIT.GCZ|.rvz|.RVZ|.wad|.WAD|.wia|.WIA|.m3u|.M3U)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"parserId": "164770728884890304",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Entertainment System - RetroArch Mesen",
|
||||
"steamCategory": "${Nintendo Entertainment System}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}mesen_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{nes/**/!(homebrew),nes,famicom/**}/${title}@(.7z|.7Z|.nes|.NES|.fds|.FDS|.unf|.UNF|.unif|.UNIF|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785621824841888",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Metroid Prime Trilogy - PrimeHack",
|
||||
"steamCategory": "${Nintendo Wii}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/primehacks",
|
||||
"executableArgs": "vblank_mode=0 %command% run io.github.shiiion.primehack -b -e \"${filePath}\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/primehack.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": false
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.ciso|.CISO|.dol|.DOL|.elf|.ELF|.gcm|.GCM|.gcz|.GCZ|.iso|.ISO|.json|.JSON|.nkit.iso|.NKIT.ISO|.rvz|.RVZ|.wad|.WAD|.wia|.WIA|.wbfs|.WBFS)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "164770728884890305",
|
||||
"version": 10
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo SNES (Super Nintendo) HD - RetroArch bsnes-hd",
|
||||
"steamCategory": "${Nintendo SNES (Super Nintendo) HD - bsnes-hd}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}/sneshd",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}bsnes_hd_beta_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.7z|.7Z|.bs|.BS|.fig|.FIG|.sfc|.SFC|.smc|.SMC|.swc|.SWC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "166785621840217949",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo SNES (Super Nintendo) - RetroArch Snes9x",
|
||||
"steamCategory": "${Nintendo SNES (Super Nintendo)}",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}snes9x_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"disabled": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "{snes/**/!(homebrew),snes,snesna/**}/${title}@(.7z|.7Z|.bs|.BS|.fig|.FIG|.sfc|.SFC|.smc|.SMC|.swc|.SWC|.zip|.ZIP)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"executable": {
|
||||
"path": "${retroarchpath}",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserId": "164785621840217949",
|
||||
"version": 10,
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"imageMotionTypes": ["static"],
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": []
|
||||
}
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"parserType": "Glob",
|
||||
"configTitle": "Nintendo Switch - Ryujinx",
|
||||
"steamCategory": "${Nintendo Switch - Ryujinx}",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"romDirectory": "${romsdirglobal}/switch",
|
||||
"executableArgs": "--fullscreen \"'${filePath}'\"",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle} (Ryujinx)",
|
||||
"imageProviders": ["SteamGridDB"],
|
||||
"onlineImageQueries": "${${fuzzyTitle}}",
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"defaultImage": "",
|
||||
"defaultTallImage": "",
|
||||
"defaultHeroImage": "",
|
||||
"defaultLogoImage": "",
|
||||
"defaultIcon": "",
|
||||
"localImages": "",
|
||||
"localTallImages": "",
|
||||
"localHeroImages": "",
|
||||
"localLogoImages": "",
|
||||
"localIcons": "",
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": "",
|
||||
"skipWithMissingDataDir": true,
|
||||
"useCredentials": true
|
||||
},
|
||||
"disabled": false,
|
||||
"executable": {
|
||||
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/ryujinx.sh",
|
||||
"shortcutPassthrough": false,
|
||||
"appendArgsToExecutable": true
|
||||
},
|
||||
"parserInputs": {
|
||||
"glob": "**/${title}@(.kip|.KIP|.nca|.NCA|.nro|.NRO|.nso|.NSO|.nsp|.NSP|.nsz|.NSZ|.xci|.XCI)"
|
||||
},
|
||||
"titleFromVariable": {
|
||||
"limitToGroups": "",
|
||||
"caseInsensitiveVariables": false,
|
||||
"skipFileIfVariableWasNotFound": false,
|
||||
"tryToMatchTitle": false
|
||||
},
|
||||
"fuzzyMatch": {
|
||||
"replaceDiacritics": true,
|
||||
"removeCharacters": true,
|
||||
"removeBrackets": true
|
||||
},
|
||||
"imageProviderAPIs": {
|
||||
"SteamGridDB": {
|
||||
"nsfw": false,
|
||||
"humor": false,
|
||||
"styles": [],
|
||||
"stylesHero": [],
|
||||
"stylesLogo": [],
|
||||
"stylesIcon": [],
|
||||
"imageMotionTypes": ["static"]
|
||||
}
|
||||
},
|
||||
"parserId": "164788906872922785",
|
||||
"version": 10
|
||||
}
|