Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Partager vos fichiers pad2keyboard (p2k.cfg)

    Emulateurs Arcade/PC/Console
    fichiers p2k.cfg pad2keyboards partager
    10
    27
    6497
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jechu2000
      Jechu2000 last edited by acris

      Pack Complet p2k Solarus, Lisez-moi à l'intérieur.
      ----- by soaresden, Jechu -----

      Liste des jeux :

      • Le Défi de Zeldo - Ch. 1 : La Revanche du Bingo
      • Le Défi de Zeldo - Ch. 2 : La Tour des Souvenirs
      • Osana's Revenge
      • Tunics!
      • The Legend of Zelda / Book of Mudora
      • The Legend of Zelda / Return of the Hylian SE
      • The Legend of Zelda / Mercuris Chest
      • The Legend of Zelda / Mystery of Solarus DX
      • The Legend of Zelda / Mystery of Solarus XD

      Lien: https://drive.google.com/file/d/1DfaZHviW4UkGMuGE3XhiXGQfH7g_Lgnh/view?usp=sharing

      1 Reply Last reply Reply Quote 2
      • acris
        acris last edited by Pitch64

        URIDIUM ZX SPECTRUM.

        Basé sur le manuel suivant :
        Uridium.jpg

        Création du fichier p2k.cfg :

        #Recalbox's Pad-to-Keyboard configuration
        # Uridium
        # Hewson Consultants Ltd (UK)
        #1986
        #Zx Spectrum
        
        # Moves
        0:left = z ;; Move left
        0:right = x ;; Move right
        0:up = l ;; Move up
        0:down = shift ;; Move Down
        
        # Fire
        0:a = enter ;; Fire!
        
        # Game control
        0:start =  1 ;; enter
        
        Scavy 1 Reply Last reply Reply Quote 1
        • Scavy
          Scavy Global moderator @acris last edited by

          @acris Un shoot'em up !
          What a surprise 😂

          • RPi0w : GPi Case
          • RPi4-2Go : Nespi4case - SN30 pro+ & PS3 DualShock pads - Logitech M170 (BT) keyboard/mouse set
          • Odroid Go Advance & Go Super
          • PC : CPU i5 core 2.8/3.4 GHz - GPU GeForce 850M - RAM 8Go DDR3L
          1 Reply Last reply Reply Quote 1
          • acris
            acris last edited by Pitch64

            Xecutor - Zx Spectrum

            Jeu shoot em up, deux joueurs en simultanées
            Ce p2k.cfg est un exemple pour déclarer deux joueurs keyboards sur un même jeu.
            Pour connaitre les touches, il suffit de se référer au manuel du jeu.

            #Recalbox's Pad-to-Keyboard configuration
            # XECUTOR
            # ACE Software [1] (UK)
            #1987
            #zx spectrum 
            
            
            # Moves player 1
            0:left = x ;; Move left
            0:right = c ;; Move right
            0:up = w ;; Move up
            0:down = s ;; Move Down
            
            # Moves player 2
            1:left = n ;; Move left
            1:right = m ;; Move right
            1:up = o ;; Move up
            1:down = k ;; Move Down
            
            # Fire
            0:a = q ;; Fire player 1
            1:a = p ;; Fire player 2
            
            # Start Game
            0:start =  1 ;; 1 player start game
            0:l2 = 2 ;; 2 players
            
            ```
            1 Reply Last reply Reply Quote 0
            • acris
              acris last edited by Pitch64

              Cybernoid - ZX SPECTRUM

              #Recalbox's Pad-to-Keyboard configuration
              # Cybernoid
              # Hewson Consultants Ltd (UK)
              # 1988
              #Language english
              
              # Moves
              0:left = o ;; Move left
              0:right = p ;; Move right
              0:up = q ;; move up
              
              # Fire
              0:b = space ;; Fire!
              
              # Game control
              0:start =  1 ;; start game
              

              Afternoids - ZX SPECTRUM

              #Recalbox's Pad-to-Keyboard configuration
              # Afteroids
              # Zigurat Software (Spain)
              #1988
              #Language spanish
              
              # Moves
              0:left = o ;; Move left
              0:right = p ;; Move right
              0:up = l ;; Move up
              0:down = leftshift ;; Move Down
              
              # Fire
              0:a = m ;; bomb!
              0:b = a ;; Fire
              0:x = q ;; accelere
              0:y = 1 ;; pause
              
              1 Reply Last reply Reply Quote 0
              • acris
                acris last edited by Pitch64

                AstroBlaster - ZX SPECTRUM

                fonctionnement un peu particulier avec AstroBlaster sous ZX SPECTRUM.
                Le fichier p2k.cfg doit être placé dans /roms/zx spectrum

                Ensuite :

                • entrer dans le menu via le bouton L1
                • valider avec le bouton R1
                • configurer le mode clavier (keyboard) avec les touches définis dans le fichier p2k.cfg
                • pour sortir du menu, presser le bouton x
                • pour débuter le partie appuyer sur le bouton start
                • choisir un joueur avec le bouton R1 , ou deux joueurs avec le bouton R2

                Le jeu se déroule à tour de rôle une fois les vies épuisées.
                Have Fun !

                #Recalbox's Pad-to-Keyboard configuration
                # AstroBlaster.tap
                # Quicksilva Ltd (UK)
                # 1983
                #Language english
                
                # GO TO MENU with L1 button ,  choice 2 - keyboard
                # to validate press R1 button
                # Configurer keyboard with buttons inside p2k.cfg
                # Press x button to return.
                # Press start button
                # Choice R1 to 1 player or R2 to 2 players.
                
                # Moves
                0:left = I ;; Move left
                0:right = O ;; Move right
                
                # Fire
                0:b = space ;; Fire
                
                # Game control
                0:start =  S ;; start game
                0:a = P ;; Pause
                0:l1 = M ;; game menu
                0:y = W ;; warp
                0:x = 0;; retour
                0:r1 = 1 ;; 1 player game
                0:r2 = 2 ;; 2 players game
                

                Merci @olivierdroid92 pour ton aide.

                1 Reply Last reply Reply Quote 1
                • olivierdroid92
                  olivierdroid92 Global moderator last edited by Pitch64

                  Bruce Lee (1984)(US Gold).dsk
                  Amstrad CPC

                  # Bruce Lee (1984)(US Gold).dsk
                  # Amstrad CPC
                  0:left = ; ;; Left
                  0:right = : ;; Right
                  0:up = A ;; Up
                  0:down = Z ;; Down
                  0:a = space ;; Punch
                  0:select = P ;; Pause 
                  0:start = enter ;; Start game
                  0:r1 = A ;; 1 or 2 players
                  0:l1 = B ;; Computer Vs Opponent
                  
                  1 Reply Last reply Reply Quote 1
                  • soaresden
                    soaresden last edited by Pitch64

                    je partage mon fichier "générique" que j'applique à tous mes dos
                    ".cfg.p2k" du coup

                    # Recalbox's Pad-to-Keyboard configuration
                    #GAMENAME GOES HERE
                    #PLATFORM GOES HERE
                    
                    # DPad and LeftJoystick - Player 1
                    0:up = up
                    0:down = down
                    0:left = left
                    0:right = right
                    0:j1up = up
                    0:j1down = down
                    0:j1left = left
                    0:j1right = right
                    # DPad and LeftJoystick - Player 2 - Uncomment to apply
                    #1:up = up
                    #1:down = down
                    #1:left = left
                    #1:right = right
                    #1:j1up = up
                    #1:j1down = down
                    #1:j1left = left
                    #1:j1right = right
                    
                    # RightJoystick - Player 1
                    0:j2up = kp8 ;; Edit/Remove this with an Action
                    0:j2down = kp2 ;; Edit/Remove this with an Action
                    0:j2left = kp4 ;; Edit/Remove this with an Action
                    0:j2right = kp6 ;; Edit/Remove this with an Action
                    
                    # RightJoystick - Player 2 - Uncomment to apply
                    #1:j2up = kp8 ;; Edit/Remove this with an Action
                    #1:j2down = kp2 ;; Edit/Remove this with an Action
                    #1:j2left = kp4 ;; Edit/Remove this with an Action
                    #1:j2right = kp6 ;; Edit/Remove this with an Action
                    
                    # Start and Select
                    0:start = enter ;; Enter Key
                    0:select = esc ;; Escape Key
                    #1:start = enter ;; Enter Key
                    #1:select = esc ;; Escape Key
                    
                    # Playstation Format for the Right Side of the Controller
                    # X Cross
                    0:b = space ;; Edit/Remove this with an Action
                    #1:b = space ;; Edit/Remove this with an Action
                    
                    # O Circle
                    0:a = leftctrl ;; Edit/Remove this with an Action
                    #1:a = leftctrl ;; Edit/Remove this with an Action
                    
                    # /\ Triangle
                    0:x = leftshift ;; Edit/Remove this with an Action
                    #1:x = leftshift ;; Edit/Remove this with an Action
                    
                    # [] Square
                    0:y = leftalt ;; Edit/Remove this with an Action
                    #1:y = leftalt ;; Edit/Remove this with an Action
                    
                    # Shoulder L's Buttons
                    0:l1 = F1 ;; Help
                    0:l2 = F2 ;; Edit/Remove this with an Action
                    #1:l1 = F1 ;; Help
                    #1:l2 = F2 ;; Edit/Remove this with an Action
                    
                    # Shoulder R's Buttons
                    0:r1 = F5 ;; Edit/Remove this with an Action
                    0:r2 = b ;; Edit/Remove this with an Action
                    #1:r1 = F5 ;; Edit/Remove this with an Action
                    #1:r2 = b ;; Edit/Remove this with an Action
                    
                    # L3 and R3
                    0:l3 = n ;; (N)o
                    0:r3 = y ;; (Y)es
                    #1:l3 = n ;; (N)o
                    #1:r3 = y ;; (Y)es
                    
                    #hotkey
                    0:hotkey = F9 ;; Hotkey + Circle to Exit
                    
                    1 Reply Last reply Reply Quote 2
                    • TITUS73
                      TITUS73 last edited by Pitch64

                      ORIC
                      Pour oricMunch (teste sur rgb )

                      #ORICMUNCH
                      #configuration touche par skos73
                      
                      # Moves
                      0:right = x ;;droite
                      0:left = z ;; gauche
                      0:up = S07 ;; en haut 
                      0:down = S11 ;; en bas
                      
                      # Menu
                      0:l1 = B ;; lancer partie
                      0:r1 = 1 ;; niveaux 1
                      1 Reply Last reply Reply Quote 1
                      • BinaryNumber
                        BinaryNumber last edited by BinaryNumber

                        Bonjour à tous,
                        Je me permets de relancer ce sujet. En effet, je suis à la recherche de configurations p2k pour le romset Amiga.
                        Un scrappe avec Skraper sur Screenscraper.fr ne semble pas me ramener de configuration p2k.

                        Savez-vous où je pourrais me procurer ces configurations?
                        L'un d'entre vous peut-il me partager les configurations p2k qu'il utilise?

                        Dans tous les cas, merci à vous 🙂

                        RecalboxOS 9.2.1-Pulstar Minisforum UM700

                        1 Reply Last reply Reply Quote 0
                        • M'Vi
                          M'Vi last edited by

                          ZORGON'S REVENGE – ORIC ATMOS

                          # Recalbox's Pad-to-Keyboard configuration
                          # Zorgon's Revenge (1983)(IJK Software Ltd)[a]
                          # ORIC ATMOS
                          
                          0:y = 1 ;; 1
                          0:x = 2 ;; 2
                          0:b = /100 space 3 ;; 3 / saut
                          0:a = /100 space 4 ;; 4 / saut
                          0:start = space ;; start / saut
                          0:select = esc ;; menu
                          0:l1 = s ;; niveau de difficulté
                          0:r1 = v ;; volume
                          0:left = left ;; à gauche
                          0:right = down ;; à droite 
                          0:up = x ;; monter
                          0:down = left ;; descendre
                          
                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post

                          Want to support us ?

                          90
                          Online

                          99.6k
                          Users

                          28.1k
                          Topics

                          187.1k
                          Posts

                          Copyright © 2021 recalbox.com