After a change to the last release there is an easy fix for this without having to make a bunch of changes in launchbox. The plugin config file now has a field with a list of 4-way and 8-way controllers. all we have to do is add atari jokstick to the list and blam it will work for all atari joysticks. I'll update the plugin but if you don't want to wait you can make the fix yourself following these steps.
1. open the servosticker config file. This is located in the launchbox plugin folder. the file is called ServoStiker.conf.
in this file find the line like this:
"4-way-names": "4-Way Joystick,Double 4-Way Joysticks,Half 4-Way Joystick,Double Horizontal Joysticks,Double Vertical JoysticksHorizontal Joystick,Vertical Joystick",
Add ",atari joystick" to the list in the quotes
the line should read something like this:
"4-way-names": "4-Way Joystick,Double 4-Way Joysticks,Half 4-Way Joystick,Double Horizontal Joysticks,Double Vertical JoysticksHorizontal Joystick,Vertical Joystick,Atari Joystick",
Save the file and restart launchbox
If you have any others controller types you can add them just like that.
Out of curiosity, Are there other controller types that i should add by default to the list? I wasn't aware of atari joysticks so i didn't know i should include it.