SonAnima Posted July 4, 2024 Share Posted July 4, 2024 Does anyone know how to make a hotkey? I been searching for tutorials on how to and came up short. I want to make a hotkey that lets the player switch shotgun ammo types for my weapon mods. Link to comment Share on other sites More sharing options...
RaidersClamoring Posted July 5, 2024 Share Posted July 5, 2024 Is it for personal use and how is the ammo switched in those mods per design? Hotkeys for personal use are pretty easy to set up. There is a hotkey ini file somewhere in your game folders. Under [Hotkeys], put something like: G=cqf SomeMod SomeQuestFunction If the file isn't there you can create it by hand. You can also add hotkeys via console. I think this is the syntax: hotkey G = cqf SomeModQuest SomeQuestFunction or possibly "G" instead of G, and with or without the = Link to comment Share on other sites More sharing options...
SonAnima Posted July 5, 2024 Author Share Posted July 5, 2024 46 minutes ago, RaidersClamoring said: Is it for personal use and how is the ammo switched in those mods per design? Hotkeys for personal use are pretty easy to set up. There is a hotkey ini file somewhere in your game folders. Under [Hotkeys], put something like: G=cqf SomeMod SomeQuestFunction If the file isn't there you can create it by hand. You can also add hotkeys via console. I think this is the syntax: hotkey G = cqf SomeModQuest SomeQuestFunction or possibly "G" instead of G, and with or without the = Sorry if I didnt explain it well. Im thinking of creating a mod with different shotshell types and like the syringer I want the player to be able to switch the different ammo types while the weapon is in use Link to comment Share on other sites More sharing options...
Recommended Posts