overdev Posted April 2, 2019 Share Posted April 2, 2019 hi Im trying to display the current value of a skill level in an item description or as a seperate text below the item description in skyui.afaik thats almost impossible and only doable with swf interface edits but I cant find any information how to do stuff with that in the internet.only that I can open swf files and look at them and change stuff.well I dont know how I get variables with the SWF file from the game and display them.Frostfall did get some variables from the game and displayed it in the itembox in the inventory. Or is there any other way to do this.Also I cant find any helpful stuff of skse that would help me with that. I know basic programming stuff (basic knowledge of C#) it should be a small mod for the total conversion Enderal Link to comment Share on other sites More sharing options...
morogoth35 Posted April 2, 2019 Share Posted April 2, 2019 (edited) I'm pretty sure that in order to do something like that you would have to make a SKSE plugin file that hacks the game so you can use functions not available in papyrus. As far as how Chesko did it I'm not really sure since he doesn't use a SKSE plugin but I suspect he used the decoded SKSE functions to do it. So if you have basic knowledge of c# you should be able to start learning how to make an SKSE plugin. This is a good place to start: https://github.com/xanderdunn/skaar/wiki/SKSE%3A-Getting-Started Edit: https://www.nexusmods.com/skyrimspecialedition/articles/1013 Edited April 2, 2019 by morogoth35 Link to comment Share on other sites More sharing options...
Recommended Posts