domingo, 1 de agosto de 2010

DOSBOX para PSP

DosboxEasyNavigator es un homebrew que sirve para emular los clasicos juegos de DOS en la PSP, tiene un menu bastante fácil para emular los juegos y la configuración de teclas para los juegos no es muy dificil.

DosboxEasyNavigator is a homebrew for emulating the classic DOS games on the PSP, it's easy to emulate the games and the key configuration for the games is not very difficult.

Descarga DosboxEasyNavigator / Download DosboxEasyNavigator

Aquí / Here

Descompriman todo el contenido del zip (menos el archivo leeme) en la raiz de la psp.
Los juegos se ponen dentro de la carpeta Games que se encuentra
dentro de la carpeta del dosbox (ejemplo: H:\dosbox\Games).
Para configurar las teclas en los juegos simplemente hay que crear un archivo en el block de notas que diga mas o menos lo siguiente:

@ECHO OFF
INPUTMAP up X
INPUTMAP right X
INPUTMAP down X
INPUTMAP left X
INPUTMAP triangle X
INPUTMAP square X
INPUTMAP ltrigger X
INPUTMAP rtrigger X
INPUTMAP cross X
INPUTMAP circle X
INPUTMAP start X
INPUTMAP select X
INPUTMAP exec Y

Siendo la letra "X" la tecla correspondiente del teclado y la letra "y" para el archivo .exe ejecutable.

Ejemplo:
@ECHO OFF
INPUTMAP up up
INPUTMAP right right
INPUTMAP down down
INPUTMAP left left
INPUTMAP triangle 5
INPUTMAP square space
INPUTMAP ltrigger y
INPUTMAP rtrigger t
INPUTMAP cross lctrl
INPUTMAP circle lalt
INPUTMAP start enter
INPUTMAP select esc
INPUTMAP exec keen4e

y luego hay que guardar el block de notas con una extensión .bat

Ejemplo: Keen.bat

NOTA: Proximamente voy a subir los juegos con las respectivas configuraciones de teclas para que no se compliquen.

Y finalmente para poder jugar el juego solo tienes que abrir el
DosboxEasyNavigator desde tu PSP, ir a games y abrir el archivo ".bat"

Unzip the entire contents of the zip (except the readme file) in the root of the psp.
You have to put the games in the Games folder found inside the dosbox folder (example: H: \ dosbox \ Games).
To configure the keys in the games just have to create a file in notepad that says something like this:


@ECHO OFF
INPUTMAP up X
INPUTMAP right X
INPUTMAP down X
INPUTMAP left X
INPUTMAP triangle X
INPUTMAP square X
INPUTMAP ltrigger X
INPUTMAP rtrigger X
INPUTMAP cross X
INPUTMAP circle X
INPUTMAP start X
INPUTMAP select X
INPUTMAP exec Y


Putting in the place of the letter "X" the appropriate key of the keyboard and the letter "Y" for the .exe file to run the game.

Example:
@ECHO OFF
INPUTMAP up up
INPUTMAP right right
INPUTMAP down down
INPUTMAP left left
INPUTMAP triangle 5
INPUTMAP square space
INPUTMAP ltrigger y
INPUTMAP rtrigger t
INPUTMAP cross lctrl
INPUTMAP circle lalt
INPUTMAP start enter
INPUTMAP select esc
INPUTMAP exec keen4e


and then you have to save the notepad with a ".bat" extension

Example: Keen.bat

NOTE: Soon I will upload the games with the respective key settings, so dont get confused.

And finally to play the game you have to open the DosboxEasyNavigator from your PSP, go to games and open the file. "Bat".


No hay comentarios:

Publicar un comentario