Cananas | |
 Martian Soldier
Grupo: MemberMensajes: 224 Location: Into the Spectrum Status:  | |
| QUOTE Aquí un coñazo pero muy grande, crear las configuración NeoGeo para los tropecientos mil juegos que hay, uno a uno, primero el mando 1 y, luego, el mando 2. Llevo un par de días con ello. Uff! ¡¡Joder, MIkonos!! Lo tuyo es tener moral. Copia este fichero en la carpeta Ctrlr del mame, llámalo como quieras (Mikonos.cfg, por ejemplo). CODE <mameconfig version="10">
<!-- King of Fighters'0X input configuration file -->
<system name="default"> <input> <port type="UI_UP"> <newseq type="standard">JOYCODE_1_UP OR JOYCODE_2_UP</newseq> </port> <port type="UI_DOWN"> <newseq type="standard">JOYCODE_1_DOWN OR JOYCODE_2_DOWN</newseq> </port> <port type="UI_LEFT"> <newseq type="standard">JOYCODE_1_LEFT OR JOYCODE_2_LEFT</newseq> </port> <port type="UI_RIGHT"> <newseq type="standard">JOYCODE_1_RIGHT OR JOYCODE_2_RIGHT</newseq> </port> <port type="UI_SELECT"> <newseq type="standard">KEYCODE_ENTER OR KEYCODE_LCONTROL</newseq> </port>
<port type="UI_CONFIGURE"> <newseq type="standard">KEYCODE_TAB</newseq> </port> <port type="UI_CANCEL"> <newseq type="standard">KEYCODE_ESC</newseq> </port>
<port type="START1"> <newseq type="standard">JOYCODE_1_BUTTON8</newseq> </port> <port type="START2"> <newseq type="standard">JOYCODE_2_BUTTON8</newseq> </port> <port type="COIN1"> <newseq type="standard">JOYCODE_2_BUTTON12</newseq> </port> <port type="COIN2"> <newseq type="standard">JOYCODE_2_BUTTON8</newseq> </port> <port type="START3"> <newseq type="standard">KEYCODE_5</newseq> </port> <port type="START4"> <newseq type="standard">KEYCODE_6</newseq> </port>
<port type="P1_JOYSTICK_UP"> <newseq type="standard">JOYCODE_1_UP</newseq> </port> <port type="P1_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_1_DOWN</newseq> </port> <port type="P1_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_1_LEFT</newseq> </port> <port type="P1_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_1_RIGHT</newseq> </port> <port type="P2_JOYSTICK_UP"> <newseq type="standard">JOYCODE_2_UP</newseq> </port> <port type="P2_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_2_DOWN</newseq> </port> <port type="P2_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_2_LEFT</newseq> </port> <port type="P2_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_2_RIGHT</newseq> </port>
<port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON1 OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON2 OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON3 OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON4</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON5</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON1</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON2</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON3</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON4</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON5</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6</newseq> </port> </input> </system>
<system name="neogeo"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON7</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">NONE</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">NONE</newseq> </port> <port type="P1_BUTTON7"> <newseq type="standard">NONE</newseq> </port> <port type="P1_BUTTON8"> <newseq type="standard">NONE</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON7</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON1</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON2</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON3</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">NONE</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">NONE</newseq> </port> <port type="P2_BUTTON7"> <newseq type="standard">NONE</newseq> </port> <port type="P2_BUTTON8"> <newseq type="standard">NONE</newseq> </port> </input> </system>
</mameconfig> Ahora en la línea #CRTLR del mame, pon "crtlr Mikonos.cfg". Echale un vistazo al fichero y verás que hay dos apartados: default y neogeo, donde vienen especificadas las teclas para cada sistema. Esto se puede particularizar incluso para cada juego, pero tiene su utilidad al configurar algún sistema o método de control (las pistolas, por ejemplo) sin tener que ir uno a uno. Además si por algún motivo tienes que hacer algún cambio, no tienes que cambiar todos otra vez... Pa' otra vez, ya sabes...  |