{"id":13620687,"url":"https://github.com/InvoxiPlayGames/FestivalInstrumentMapper","last_synced_at":"2025-04-14T22:32:18.023Z","repository":{"id":236607767,"uuid":"792578926","full_name":"InvoxiPlayGames/FestivalInstrumentMapper","owner":"InvoxiPlayGames","description":"Maps most existing Rock Band / Guitar Hero instruments as Xbox One instruments for Fortnite Festival.","archived":false,"fork":false,"pushed_at":"2024-08-20T20:59:42.000Z","size":218,"stargazers_count":187,"open_issues_count":97,"forks_count":9,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-10T07:12:07.743Z","etag":null,"topics":["fortnite-festival"],"latest_commit_sha":null,"homepage":"http://festivalinstrumentmapper.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InvoxiPlayGames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-27T01:22:46.000Z","updated_at":"2025-04-05T02:45:33.000Z","dependencies_parsed_at":"2024-04-28T02:27:39.591Z","dependency_job_id":"f677799f-9489-4981-8eab-99aa46542e58","html_url":"https://github.com/InvoxiPlayGames/FestivalInstrumentMapper","commit_stats":null,"previous_names":["invoxiplaygames/festivalinstrumentmapper"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvoxiPlayGames%2FFestivalInstrumentMapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvoxiPlayGames%2FFestivalInstrumentMapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvoxiPlayGames%2FFestivalInstrumentMapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvoxiPlayGames%2FFestivalInstrumentMapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InvoxiPlayGames","download_url":"https://codeload.github.com/InvoxiPlayGames/FestivalInstrumentMapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972030,"owners_count":21191712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fortnite-festival"],"created_at":"2024-08-01T21:00:58.454Z","updated_at":"2025-04-14T22:32:13.007Z","avatar_url":"https://github.com/InvoxiPlayGames.png","language":"C#","funding_links":[],"categories":["C\\#","C#","C# #"],"sub_categories":[],"readme":"# FestivalInstrumentMapper\n\nMaps a variety of Guitar Hero and Rock Band instruments as Xbox One guitars, for usage in Fortnite Festival's new plastic/\"pro\" modes.\n\nIn theory, it supports Santroller, Xbox 360, PS3, Wii Rock Band, and Raphnet guitars and adapters.\n\n**Currently in beta, please expect bugs!**\n\n**This is an unofficial third-party tool, provided with NO WARRANTY OR GUARANTEE. This utility is not associated with or endorsed by Epic Games, Inc.**\n\n## Looking for downloads? [See Releases](https://github.com/InvoxiPlayGames/FestivalInstrumentMapper/releases/latest)\n\n## Instructions:\n\nCurrently, only the latest versions of Windows 10 (10.0.19045.0) and Windows 11 (10.0.22631.0) are supported.\n\n1. [Download FestivalInstrumentMapper](https://github.com/InvoxiPlayGames/FestivalInstrumentMapper/releases/latest)\n2. Extract the ZIP file somewhere memorable on your computer.\n3. Enable Windows Developer Mode.\n    * On **Windows 11**: Settings -\u003e System -\u003e For developers -\u003e Developer Mode\n    * On **Windows 10**: Settings -\u003e Update \u0026 Security -\u003e For developers -\u003e Developer Mode\n4. Launch FestivalInstrumentMapper.exe.\n5. Select your guitar from the drop down selection.\n6. Hit \"Start Mapping\", and Fortnite should now see a guitar controller and let you play Plastic Lead and Plastic Bass.\n\n*For Xbox 360 guitars, please see info in the \"Set up Xbox 360 Controller Hiding\" page of FestivalInstrumentMapper.*\n\n## Known Issues:\n\n* Whammy and tilt, for overdrive activations, can be tempremental.\n* Sometimes the app won't fully close and will be stuck in the background.\n* Xbox 360 controllers can cause framerate issues.\n* Versions of Windows with random services removed (\"debloated\") won't work. This can not be fixed.\n\nPlease report any other issues you run into on the [issue tracker](https://github.com/InvoxiPlayGames/FestivalInstrumentMapper/issues).\nWhen reporting issues, please read the [FAQ](https://github.com/InvoxiPlayGames/FestivalInstrumentMapper/wiki/FAQ-and-About) and check\nfor any existing issues before submitting a new report.\n\n## Credits\n\n* [TheNathannator](https://github.com/TheNathannator) for helping get this project off the ground and documenting every guitar under the sun.\n* [sanjay900](https://github.com/sanjay900) for documentation help, testing and the amazing Santroller Guitar firmware.\n* [Nefarius](https://github.com/Nefarius) for the HidHide utility and DeviceManagement library.\n* xX760Xx, Acai, JasonParadise and aWiseMoose from Lore Hero for helping test a bunch of different guitars, and being cool.\n\n## Building\n\n**This is only for advanced users and developers who want to work on the tool! If you just want to use it,\ndownload the latest release from the releases page.**\n\nTo compile this yourself, you need Visual Studio 2022 with the C++ and C# development tools installed, as well\nas the .NET 8 SDK.\n\nCompiling the main mapper utility can be done by opening the .sln and building it normally.\n\nFor the compiled ou'll need to compile the following 2 DLLs and put them next to the resulting EXE file:\n\n* [PlasticBandToGip](https://github.com/InvoxiPlayGames/PlasticBandToGip) - native components for translating controllers\n* [GipSyntheticEx](https://github.com/InvoxiPlayGames/GipSyntheticEx) - extensions to the Xbox GIP Synthetic library.\n\n## License\n\nFestivalInstrumentMapper is Free Software, licensed to you under version 2 of the GNU General Public License.\nRead the LICENSE.txt file for more information.\n\nFestivalInstrumentMapper uses the following third-party libraries:\n\n* Nefarius.Drivers.HidHide, licensed under the MIT License.\n* Nefarius.Utilities.DeviceManagement, licensed under the MIT License.\n\nCode is used from [HedgeModManager](https://github.com/thesupersonic16/HedgeModManager/blob/rewrite/HedgeModManager/Epic.cs)\nfor Heroic Games Launcher detection, licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInvoxiPlayGames%2FFestivalInstrumentMapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInvoxiPlayGames%2FFestivalInstrumentMapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInvoxiPlayGames%2FFestivalInstrumentMapper/lists"}