First post, by keropi
- Rank
- l33t++
Hiya!
I am pretty sure I cannot do what I am about to say, but I had some thoughts due to the recent ports of DOSBOX to ps3/x360 that are limited to gamepads unless you connect real kb/mice...
Let's say I have 2 games in my virtual C:\ drive , and both use different keys and I have made for both different .map files that work awesome with the gamepad. Is there a way to make DOSbox use either .map file on demand without having to exit and load DOSbox again with a different .map ? Just like you load/unload cdrom images for example , maybe a command to load/unload .map files so before you run your game you load the correct .map ...
The main idea behind that is that you only boot dosbox one time and you change .map files manually before starting a game , something like that imaginary batch file:
:GAME1
use_map /dev/HDD0/..../keymaps/game1.map
C:\GAME1\GAME1.exe
goto GAME2
:GAME2
use_map /dev/HDD0/..../keymaps/game2.map
C:\GAME2\GAME2.exe
goto EXIT
Does this make any sense? 😀