MadMike710 Posted January 6, 2011 Share Posted January 6, 2011 Hi. I want to make a spell which opens a menu with a slider when the spell is cast on an Object.This slider would use the SetWeight function to set the weight obviously. What would the script for this be? Link to comment Share on other sites More sharing options...
HugePinball Posted January 6, 2011 Share Posted January 6, 2011 I could easily be wrong as I haven't modded Oblivion, but I don't believe you can get a slider without some additional UI modification (editing xml files in the menus folder). You could look at how DarN does it in DarNified UI, he may even have some templates or tutorials somewhere. But even if you did that, I don't think you'd be able to add a slider to a standard MessageBox as you'd like. You'd essentially be adding a new hidden element to the HUD or another existing menu, and trying to make it look and act like a MessageBox. This is not easy. Link to comment Share on other sites More sharing options...
MadMike710 Posted January 6, 2011 Author Share Posted January 6, 2011 (edited) Oh so the 'drop items', 'wait' and 'sleep' commands are unique HUD elements? There must be some sort of template somewhere in the Construction Set but I can't find the sleep or wait quests/scripts. Or am I just wrong altogether? :P EDIT: Or what could I use as an alternative? Edited January 6, 2011 by MadMike710 Link to comment Share on other sites More sharing options...
GreatLucifer Posted January 6, 2011 Share Posted January 6, 2011 Simple answer, not possible. On the other hand, I'm a non-obse user. If it's possible, I suggest you look in that direction. Wouldn't hold my breath, though.... Lucifer Link to comment Share on other sites More sharing options...
HugePinball Posted January 8, 2011 Share Posted January 8, 2011 Oh so the 'drop items', 'wait' and 'sleep' commands are unique HUD elements?They are either hard coded or found in the UI xml, not in the editor. At least I remember there's a sleep_wait_menu.xml file for FO3, but I can't remember if it's actually used or not. But even if those are there, you can only use those files to modify those existing UI elements, you can't really make new ones. So if you find the xml for the message menu (assuming that's what you want), and it is actually used, you might be able to get a slider in there, but as I hinted above you probably would not find the effort needed to get this all working properly (including reading the selected values back into your script) not worth it for what you're trying to do. And this would require OBSE as you would need to use some of the UI functions, namely the Get and Set MenuStringValue and MenuFloatValue commands. Link to comment Share on other sites More sharing options...
MadMike710 Posted January 8, 2011 Author Share Posted January 8, 2011 Ok, didn't think it was that much trouble. Nevermind. Link to comment Share on other sites More sharing options...
Recommended Posts