RoyBatterian Posted March 17, 2014 Share Posted March 17, 2014 I've been digging in hard with the GECK lately, searching for the functions which control the hotkey assignments for weapons. Any idea's about where this function is located, or is it hard coded in the game? Also, is there a vanilla or NVSE command to return what weapons are assigned to which hotkey, and corresponding command to set them? I really want to create a mod that handles two issues I have... first I hate that the "2" key is stuck with selecting ammo and I can't change it to another weapon. Second is I want to save and restore load-out when leaving/entering casino's. Surely someone else finds that as annoying as I do. Link to comment Share on other sites More sharing options...
jazzisparis Posted March 17, 2014 Share Posted March 17, 2014 Also, is there a vanilla or NVSE command to return what weapons are assigned to which hotkey, and corresponding command to set them?GetHotkeyItemYou cannot assign an item to a hotkey via script, however. Link to comment Share on other sites More sharing options...
RoyBatterian Posted March 18, 2014 Author Share Posted March 18, 2014 I suppose asking the coders to add SetHotkeyItem is out of the question... maybe it's possible to make a plugin to do it? I can't seem to locate any docs on that either, or the source for nvse, or a great many other things that probably aren't appropriate to talk about in public. Link to comment Share on other sites More sharing options...
Gribbleshnibit8 Posted March 19, 2014 Share Posted March 19, 2014 The source for NVSE is distributed with the download, it's in the "src" folder. It comes with the Visual Studio project file necessary to load it all in Visual Stuido, and has an example project for how to make your own plugin. If you figure out how to make a plugin, for the love of whatever you consider sacred, please let me know. :smile: Link to comment Share on other sites More sharing options...
Recommended Posts