Posted January 30, 2015
Thanks to some of the other things posted here, I think I've figured out how to fix the problems we've been having with our joystick settings. I'm betting this is a problem just for those of us running 64-bit Windows, based on what the problem is.
It looks like, when you make changes to the controller setup, it saves the settings in the wrong registry section. It puts them into:
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
But the game looks for them in:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
Here's how I fixed mine.
1. Hit Start, and in the box that comes up, type regedit and hit enter.
2. Go to HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
3. Choose File/Export and save this set of registry entries. This will be the settings from which we will copy.
4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
5. Choose File/Export and save this set of registry entries. This will be the settings to which we will copy our changes.
6. Exit Regedit.
7. Open both files in a text editor like Notepad.
8. From the first set of settings, copy any line that begins with btn or Axis and paste it into the second set of settings.
9. From the first set of settings, copy the Flip Y line and paste it into the second set of settings.
10. Add a new line to the second set of settings that reads "Controller"="Custom".
11. Find the line in the second set of setings for NumJoysticks and change the final 0 to a 1, so that it reads "NumJoysticks"=dword:00000001
12. Exit the file, and make sure to save your second set of settings.
13. Once you have saved the second set of settings, double-click its file to add it back into your registry, making those settings active.
When I got back into my game, my joystick worked correctly, so I hope it does the same for you!
If you have problems, attach your second set of settings to a post and I'll take a look.
It looks like, when you make changes to the controller setup, it saves the settings in the wrong registry section. It puts them into:
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
But the game looks for them in:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
Here's how I fixed mine.
1. Hit Start, and in the box that comes up, type regedit and hit enter.
2. Go to HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
3. Choose File/Export and save this set of registry entries. This will be the settings from which we will copy.
4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LucasArts Entertainment Company LLC\Star Wars Starfighter\1.0\InputDevices
5. Choose File/Export and save this set of registry entries. This will be the settings to which we will copy our changes.
6. Exit Regedit.
7. Open both files in a text editor like Notepad.
8. From the first set of settings, copy any line that begins with btn or Axis and paste it into the second set of settings.
9. From the first set of settings, copy the Flip Y line and paste it into the second set of settings.
10. Add a new line to the second set of settings that reads "Controller"="Custom".
11. Find the line in the second set of setings for NumJoysticks and change the final 0 to a 1, so that it reads "NumJoysticks"=dword:00000001
12. Exit the file, and make sure to save your second set of settings.
13. Once you have saved the second set of settings, double-click its file to add it back into your registry, making those settings active.
When I got back into my game, my joystick worked correctly, so I hope it does the same for you!
If you have problems, attach your second set of settings to a post and I'll take a look.