Forum Replies Created
-
AuthorPosts
-
dpicc68Participant
Hey….. I too have a THT controller and so far have it set up for Mame, RetroArch (SNES, NES, SEGA etc)
Having some issues with PiFBA.. But thick I’ll have a solution soon.Hang Tight… And I’ll post my setting / procedure when I get home from work.
In the mean time…
Perform a Jtest..Go to terminal and type-
sudo apt-get install joystick
Then
jstest /dev/input/js0
Click your buttons… And write down the “btn” and “Axes” values.
You should draw out your CP and write the values over the layout. (Makes it easier to tweak)
You should also hunt around the forums.. / floob have a number of tutorials on YouTube that should point you in the right direction..
Hope that helps in the mean time.
Sent from my iPhone using Tapatalk
dpicc68ParticipantThanks….
Here in oz… They have flat pack kits… But it gets pricey… I.e $200AU for MDF laser cut kit vs $30AU raw materials.Sent from my iPhone using Tapatalk
dpicc68ParticipantJust in time for Christmas……
Of coarse I built this for my kids…. ;)dpicc68ParticipantPlexiglass and marquee
Plexi glass is a bit off… Has lines running through it when lit up…
Who needs shaders……Might need to replace it some time…
Looking around for a decent retro Marquee… Does anybody know a good site?
dpicc68Participant19″ monitor….. Terrible viewing angle when sitting down… You get what you pay for…
dpicc68ParticipantDecided to go with…..
Cheap $10 speakers to give a bit of a crackle….
A couple of little mono amps…
Volume pot’Power board…. I wanted to install an power supply but didn’t trust myself..might get an electrician to look into it for me..
dpicc68ParticipantFound my soldering iron in the garage… Haven’t used it in 25 years….
dpicc68ParticipantTHT USB ENCODER 2 player…(having a couple of issues with FBA at the moment)
dpicc68ParticipantPainting time…
dpicc68ParticipantStarting to come together….
dpicc68ParticipantSpeaker holes and sides
dpicc68ParticipantIt doesn’t work…..
I am going to have to switch my wires… To fix the inverted joystick…
The other issue I am having is getting 2 players to work in PiFBA.
The THT usb encoder is mapped to js0 for both controllers…
The joysticks are “0”,”1″ + “2”,”3″ both use + & – 32767 respectively.
Buttons are from 0 to 17…..Ran a jtest and all are responsive.(other emu work)
But PiFBA does not recognise the second player.See cfg file.
[Keyboard]
# Get codes from /usr/include/SDL/SDL_keysym.h
A_1=306
B_1=32
X_1=308
Y_1=304
L_1=122
R_1=120
START_1=13
SELECT_1=9
LEFT_1=-32767
RIGHT_1=32767
UP_1=+32767
DOWN_1=-32767
QUIT=27
#player 2 keyboard controls, disabled by default
A_2=999
B_2=999
X_2=999
Y_2=999
L_2=999
R_2=999
START_2=999
SELECT_2=999
LEFT_2=-32767
RIGHT_2=+32767
UP_2=+32767
DOWN_2=-32767[Joystick]
# Get codes from “jstest /dev/input/js0”
# from package “joystick”
A_1=1
B_1=0
X_1=4
Y_1=3
L_1=4
R_1=5
START_1=7
SELECT_1=6
#Joystick axis
JA_LR=1
JA_UD=0
#player 2 button configuration
A_2=11
B_2=10
X_2=14
Y_2=13
L_2=15
R_2=12
START_2=9
SELECT_2=16
#Joystick axis
JA_LR_2=3
JA_UD_2=2[Graphics]
DisplaySmoothStretch=1
# Display Effect: 0 none, 1 scanlines
DisplayEffect=0
DisplayBorder=0
MaintainAspectRatio=1[Sound]
Any help would be good?.
ALSO…….
I’ve READ that you can edit the /rpi/fba_player.cpp as setout on
https://github.com/retropie/RetroPie-Setup/wiki/Troubles-with-the-Xin-Mo-Controller
apparently the XinMo + THT are similar.
I’m not sure where to find the cpp file… is it already on retropie image?? or do I need to compile it?? if so…. how do you compile it??
System is nearly setup… see attached image of my first Cab build….
Big shoutout to floob and others on the forum.dpicc68ParticipantI’m having the same issue.
Joystick is inverted……
I’m using a THT sub encoder 2 player.Did you ever resolve this??
-
AuthorPosts