Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Multiplexer

Pages: [1] 2
1
General Discussion & Help / Re: Windows 7 can't launch a batch file
« on: November 20, 2018, 08:45:38 PM »
It may sound silly but try adding @ECHO OFF at the start of the batch file and see if this helps.
If I recall I spent counless hours in the past trying to get batch files to launch and starting the batch file with @ECHO OFF seemed to do the trick.

2
General Discussion & Help / Re: Can't get custom launcher to work
« on: November 21, 2017, 04:59:43 PM »
Hi,

Try using \ instead of / for your executable command line

executable = F:\RocketLauncher\RocketLauncher.exe

3
Off Topic / Re: Windows 10: PS3 or PS4 controller?
« on: August 25, 2017, 11:35:28 PM »
I use a PS4 controller. You don't need any software/drivers as long as you have bluetooth capabilities in your PC. It is also plug n play via USB. I did however purchase the official Sony wireless adaptor as it seemed to have a more stable connection and longer range plus you can use the audio feature, however it isn't worth the cost in my opinion. You can also use DS4Windows. It has the added benefits of being able to map the DS4 touchpad as a mouse and use the DS4 controller as an xbox controller.

Oh, and it works very well!

4
I think it is button 7

5
General Discussion & Help / Re: Atari 2600
« on: April 05, 2017, 07:08:19 PM »
I don't actually use Stella but I do use the Stella core for Retroarch. If it helps this is what I use in my launcher:

executable = E:\Emulators\RetroArch\retroarch.exe
arguments = -L E:\Emulators\RetroArch\cores\stella_libretro.dll "%ITEM_FILEPATH%"

6
General Discussion & Help / Re: launchers per game
« on: March 04, 2017, 11:54:44 AM »
That sorted it, many thanks!

7
General Discussion & Help / launchers per game
« on: March 04, 2017, 01:32:56 AM »
I seem to be having problems with launchers per game for Amiga.
I am trying to create a separate launcher for Super Street Fighter II Turbo as the whdload lha/zip contains illegal characters that windows doesn't like.
The simplest method I could come up with other than installing through amiga workbench was using fs-uae and OpenRetro Game Database UUID.

The command line for this game should be 'fs-uae-launcher.exe 126f259e-6b5c-5438-a293-81b879969dc4'

I have created a .conf file

E:\RetroFE\collections\Commodore Amiga\launchers\Super Street Fighter II Turbo (AGA).conf
which contains:-

executable = C:\Windows\System32\cmd.exe
arguments = cmd.exe /C "%ITEM_FILEPATH%"


and a batch file

E:\RetroFE\collections\Commodore Amiga\roms\Super Street Fighter II Turbo (AGA).bat
which contains:-

@echo off
E:\Emulators\fs-uae\Programs\Windows\x86-64\fs-uae-launcher.exe 126f259e-6b5c-5438-a293-81b879969dc4

However, when I try to launch the game I get this error message in the log file

[2017-03-04 01:05:07] [ERROR] [Launcher] Failed to find launcher executable (launcher: executable = C:\Windows\System32\cmd.exe executable: )

If I try to launch the batch file manually it works fine, so I don't think there is a problem with that, so I am guessing there must be something wrong with my .conf file.
Any help with this would be greatly appreciated. I have spent hours trying to get it to work with no joy.



8
Hi,
I can't help I'm afraid, sorry. I do however have the same issue.
I have found that it doesn't crash though if I only have just the xbox controller alone plugged in and no others.

9
Quote
- R2/L2 = Letter Up / Down. Reason: I couldn't find the buttons for R2/L2. Without DS4Windows it's joy0Button6 and joy-Button7, but with it they're detected as Share and Options.

This is joy0Axis2- and joy0Axis2+ but Axis2- doesn't play nice. You have to hold the button down to stop it continuously scrolling. Tried changing dead zone without any luck


Quote
- Left Stick = Move (left, right). Reason: adding joy0XAxis0- and joy0XAxis0+ makes everything stop working.

I think this should be joy0Axis0- and not joy0XAxis0- also joy0Axis0+ and not joy0XAxis0+


Quote
- PS Button = Exit. Reason: I couldn't find the button for it. Withoout DS4Windows it's joy0Button12, but not anymore. I tried all buttons up to joy0Button20, so I gave up.

I don't think the PS button works anymore because it is now emulating the Xbox button. In windows 10 it activates the gamebar



10
See if this works as a basic setup, seems to work fine for me

up = joy0Hat0Up
down = joy0Hat0Down
left = joy0Hat0Left
right = joy0Hat0Right
pageUp = A
pageDown = B
letterUp = joy0Button5
letterDown = joy0Button4
nextPlaylist = P
addPlaylist = I
removePlaylist = O
random = R
select = joy0Button0
back = joy0Button2
quit = Q

That should be D-Pad for left/right/updown,  X=select, Square=back, Left/Right shoulder for skip letter

11
Hi firewater,
looking at your last post you still seem to have joy0Axis0- and joy0Axis0+ used twice

12
Hi firewater,
One thing I have noticed with your config file is that you are using joyXAxis when it maybe should be joy0Axis for the up, down, left, right
and also:-

prevPlaylist = N,joyYAxis0-
nextPlaylist = M,joyYAxis0+

maybe should be:-

prevPlaylist = N,joy0Axis0-
nextPlaylist = M,joy0Axis0+

But then it appears you have used Axis0 +/- twice

13
I have been doing a bit of playing around with the DS4 controller. I have been using it via the official PS USB wireless adaptor for some time and RetroFE seems to work fine other than randomly doing the spinning thing when skipping letter. I have tried it using DS4Windows v1.4.52 and if 'Hide DS4 Controller' isn't checked under settings tab of DS4Windows then RetroFE crashes at start up. If 'Hide DS4 Controller' is checked then RetroFE seems to work OK. Just to add, I am running Windows 10 Pro x64.

14
Quote
edit: actually, it's kind of hard using it without DS4Windows, since it goes crazy with some inputs. For example the select one selects twice from the main menu, so that'd be: open RetroFE > press select once on first system displayed > enters the system > enters the first game, rather than just entering the system. Also, the wheel goes crazy often, after doing page up/down or letter up/down, or just moving with the d-pad after some seconds. I thought it would have something to do with the deadzone, so I changed it to 50, but it still happens (though that fixed a previous problem in which the analog stick would be too sensitive).

To stop this happening make sure there is this line in settings.conf for RetroFE:-

collectionInputClear=true

15
Check that 'Hide DS4 Controller' is checked under the settings tab of DS4Windows. I think that may cause issues if it isn't.

Pages: [1] 2