Hi, may I ask if anyone knows how to play multiplayer (3-4 players) using psx-fpkg v0.3? I can't seem to make it work with the games that supports 1-4 players like Blaze & Blade: Eternal Quest, Crash Team Racing and Rally Cross. I even try these or combination of these in custom config-title.txt but to no avail and some even makes error crashes:
Has anyone successfully played any games with 3-4 players using it? Are there any configs (txt/lua) that will make it work? Can anyone enlighten me how to change ps1hd emu version of it if needed? What are other tools or options that works with 3-4 players aside from retroarch?
I really want to play the multiplayer (3-4 players) of Blaze & Blade: Eternal Quest (Europe) in PS4 with beautiful graphics used with PSX-FPKG and with Retroarch PS4 it is very pixelated and distorted even when using different shaders aside from there is no vulcan option.
Thank you in advance for any help and/or replies...
Code:
Multitap support is best in the emulator Rally Cross. This is an example config from PSXPLACE user andshrew.
MTAP on controller 1:
# PORTS MULTI 1 MULTI 2 # 1 2 1B 1C 1D 2B 2C 2D # PS4 Player 1 - 2 3 4 - - - --mtap-to-host-pad=0,-1, 1,2,3, -1,-1,-1
MTAP on controller 2:
# PORTS MULTI 1 MULTI 2 # 1 2 1B 1C 1D 2B 2C 2D # PS4 Player 1 2 - - - 3 4 --mtap-to-host-pad=0,1, -1,-1,-1, 2,3,4
Code:
--pad%d-plug-state
Compatibility
Rally Cross V1.00+ ✅
No examples from official releases
Sets the state of a specific PS1 controller to always be seen as connected.
The PS1 supported 8 controllers (with 2 multitaps) and each pad number seems to correspond to a fixed controller slot:
PS1 Controller Slot Pad Number
1 (1A) 0
2 (1B) 1
1B 2
1C 3
1D 4
2B 5
2C 6
2D 7
Example 1
# Force controllers in ports 1 and 2 to always be connected
--pad0-plug-state=1
--pad1-plug-state=1
This can be useful for testing multitap configurations when you only have access to a limited number of actual controllers.
For example when you have a multitap connected to port 1 with 4 controllers connected to it, you could configure controllers 2 to 4 to always be connected. You can then swap users in the PS4 to test different player slots.
Example 2
# Force controllers in ports 1B, 1C, 1D to always be connected
--pad2-plug-state=1 # Player 2
--pad3-plug-state=1 # Player 3
--pad4-plug-state=1 # Player 4
# You can of course also make the controller in 1A always connected too:
--pad0-plug-state=1 # Player 1
Code:
--mtap-to-host-pad=0,-1, 1,2,3, -1,-1,-1
--multitap0=connected
--multitap1=disabled
#Emu = Rally Cross
Code:
--multitap=on
--multitap=true
Has anyone successfully played any games with 3-4 players using it? Are there any configs (txt/lua) that will make it work? Can anyone enlighten me how to change ps1hd emu version of it if needed? What are other tools or options that works with 3-4 players aside from retroarch?
I really want to play the multiplayer (3-4 players) of Blaze & Blade: Eternal Quest (Europe) in PS4 with beautiful graphics used with PSX-FPKG and with Retroarch PS4 it is very pixelated and distorted even when using different shaders aside from there is no vulcan option.
Thank you in advance for any help and/or replies...