Gameplayer Posted August 28, 2023 Posted August 28, 2023 (edited) Ok, so modded game it is working fine. The issue, When crafting at an enchantment table we have the option to name an item. So, start typing the custom name of the item, Example, "Bra of the Valkrie" Alright so understand it is a modded game, so upon hitting the "V" key, right away my pubic hair shaving menu opens. And of course this prevents me from actually naming the item. There is no work around that I can find in the game at this time other than of course never using the "V" key. But that is not the only mod that does this, nope. Cannot use the "G" key because that key tells the game to reset physics, and the player character does her cute dust off animation. So cannot spell any word with G. And I am sure that there are other mods that have activation keys that do not respect the enchantment bench. So out of curiosity was wondering if there is a mod driven way say to download a mod, rather than create a new script to subdue or otherwise curtail this issue during crafting. _______________________________________________________________________________ Been back working, and for some reason just had some brain fog. So of course the obvious answer find another key, and I did but it took me some time...Since I have so many mods with keys. Ended up putting a bunch of keys that I dont use for mods all on Delete key. That freed up F1-F4 from Skyui at least and then I used F1 an F2. Edited August 28, 2023 by Gameplayer 1
traison Posted August 29, 2023 Posted August 29, 2023 As far as I know downloading another mod, or creating a new script is not going to fix an issue like this. Only a mod with an skse plugin or a replacement swf file for the ui components involved could change the behavior. You'd probably have more luck editing the problematic scripts and seeing if you can detect the enchanting menu being open BEFORE processing the keypresses. Usually how that's done is with one of the wait methods, one that does not pass time while a menu is open. Have it wait 0.1 seconds and that should fix it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now