Current version: 1.8.151
https://github.com/Mardoxx/skyrimui
What is it?
ActionScript 2.0/FLA 10 sources which publish to give an exact copy (including bugs) of the original user interface.
How do I use it?
Pull the repository and publish each FLA with Adobe Flash 10.0.2 v11.5.1.349 (aka CS4). Copy the contents of bin/ to data/interface/
FAQ's
Do I need any additional libraries?
-- No.
Why Adobe Flash CS4? Will newer versions work?
-- This is the earliest version of Adobe Flash which can publish the interface. Newer versions may work, it's recommended you use CS4 for maximum compatibility.
Can I modify the perk menu?
-- No, not really. The perk menu just overlays text, everything else is done by the game, so to speak. You can not move the position of the stars, nor can you change the background nif from flash.
Kinect menu?
-- It's there for consistency.
Does this work on all platforms?
-- Theoretically, yes.
When I go in to racesix_menu/craftingmenu the game crashes to desktop
-- racesix_menu depends on textentry, publish that too
trace() does nothing, how do I log?
-- Make a debug overlay, or use SKSE and call _global.skse.Log(a_str: String): Void
Will you ever bugfix the UI?
-- Eventually. I will create a bugfix branch at some point that addresses any issues which are possible to fix without SKSE. Most of interface bugs are fixed in SkyUI, all... 2 of them are trivial though.