mistermanne Posted February 7, 2024 Share Posted February 7, 2024 I'm attempting to use Configurable Hotkeys to use the included batch files to create a grenade cycle function similar to the kind found in Project Nevada for FNV. However, I can't find any reference of a script or console command that I could put into the .bat that would allow me to do that. Can anyone help me find the command/script (I'm not sure which I need, I'm not that experienced when it comes to modding) I need to call to create my own grenade cycle function? I've tried using Grenade Cycle Function, but it doesn't work with Configurable Hotkeys and is instead intended to be used with FO4 Hotkeys. I would just uninstall Configurable Hotkeys and use FO4 Hotkeys, except I'm almost 100 hours into my current save and I'd rather not uninstall for fear of breaking my save and I'd also rather not start a new save. This is a problem that has been bugging me for weeks now and I've been unable to solve it on my own. Any help would be greatly appreciated! Link to comment Share on other sites More sharing options...
DieFeM Posted February 7, 2024 Share Posted February 7, 2024 Use "Grenade cycle function" with "Configurable Hotkeys", you just need to create a file named HotkeyBatch.txt in the game folder ("Fallout 4" folder as is described in Batch File Execution Hotkeys) that contains the following command: cqf GT_GrenadeCycle GrenadeCycle That's it. The command stands for : cqf (call quest function) GT_GrenadeCycle (the name of the quest) GrenadeCycle (the function that performs the grenade cycling in the script of the given quest). Link to comment Share on other sites More sharing options...
Recommended Posts