A program that maps packets from Xbox One Rock Band 4 instruments to virtual controllers, for use in Clone Hero.
Both guitars and drums are supported through an Xbox One wireless receiver.
Jaguar guitars require a firmware update in order to connect to the receiver.
Some guitars/drumkits might not sync properly when using just the sync button. This includes the PDP drumkit. Follow these steps to sync your device correctly:
- Go to Windows settings > Devices > Bluetooth & other devices
- Click
Add Bluetooth or other device
and pick theEverything else
option. - Press and hold the sync button until the Xbox button light flashes quickly.
- Select
Xbox compatible game controller
from the list once it appears. - If that doesn't work, restart your PC and try again.
- Install WinPCap.
- While Npcap is newer, it does not seem to work with Xbox One receivers currently, and trying it isn't recommended unless WinPcap doesn't work and none of the other troubleshooting helps.
- Install USBPCap.
- Install ViGEmBus (recommended) or vJoy.
- If you installed vJoy, configure it:
- If you installed ViGEmBus, there's no configuration required. Outputs for guitars and drums will match that of their Xbox 360 counterparts.
- Restart your PC.
- Select your Xbox One receiver from the dropdown menu.
- Xbox receivers should be detected automatically by device name.
- If they are not, click the
Auto-Detect Pcap
button and follow its instructions. - You can also check the device list yourself for a device called
MT7612US_RL
. - If that doesn't work:
- Make sure you are not using a USB 3.0 port, as those may cause the receiver to not show up for some reason.
- If you installed WinPcap, try installing Npcap instead, or vice versa.
- Select either vJoy or ViGEmBus in the Controller Type dropdown.
- Connect your instruments if you haven't yet.
- Click the Start button. Devices will be detected automatically.
- Map the controls for each instrument in Clone Hero:
- Press Space on the main menu.
- Click the Assign Controller button and press a button on the instrument for it to be assigned.
- Click the slots in the Controller column to map each of the controls.
- Repeat for each connected device.
- Click
Done
.
Selections are saved and should persist across program sessions.
RB4InstrumentMapper is capable of logging packets to a file for debugging purposes. To do so, enable both the Show Packets (for debugging)
and Log packets to file
checkboxes, then hit Start. Packet logs get saved to a RB4InstrumentMapper
> PacketLogs
folder inside your Documents folder. Make sure to include it when getting help or creating an issue report for packet parsing issues.
Note that these settings are meant for debugging purposes only, leaving them enabled can reduce the performance of the program somewhat.
In the case that the program crashes, an error log is saved to a RB4InstrumentMapper
> Logs
folder inside your Documents folder. Make sure to include it when getting help or creating an issue report for the crash.
Packet Data:
- GuitarSniffer guitar packet logs
- GuitarSniffer guitar packet spreadsheets: New, Old
Additional documentation is available in the PlasticBand documentation repository.
To build this program, you will need:
- Visual Studio (or MSBuild + your code editor of choice) for the program
- WiX Toolset for the installer
Copyright (c) 2021 Andreas Schiffler
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.