Deleted82574918User Posted June 9, 2023 Posted June 9, 2023 Where do I find these in the Creation Kit and how does one go about altering them or making new ones?
DlinnyLag Posted June 9, 2023 Posted June 9, 2023 (edited) You can't alter/create UI elements in Creation Kit.UI engine is based on Scaleform GFx that uses Adobe Flash.Adobe Flash technology is abandoned, and official tools are no longer available. But ActionScript documentation still here. Alternative Flash related tools I know about: JPEXS Free Flash Decompiler FlashDevelop All UI elements defined in .swf files in /Data/Interface directory. On clean Fallout 4 install they are packed to .ba2 archive, so you may need to extract them first.Also, you may get additional information from https://github.com/F4CF/Interface Edited June 9, 2023 by DlinnyLag
Deleted82574918User Posted June 9, 2023 Author Posted June 9, 2023 On 6/9/2023 at 4:09 PM, DlinnyLag said: You can't alter/create UI elements in Creation Kit.UI engine is based on Scaleform GFx that uses Adobe Flash.Adobe Flash technology is abandoned, and official tools are no longer available. But ActionScript documentation still here. Alternative Flash related tools I know about: JPEXS Free Flash Decompiler FlashDevelop All UI elements defined in .swf files in /Data/Interface directory. On clean Fallout 4 install they are packed to .ba2 archive, so you may need to extract them first.Also, you may get additional information from https://github.com/F4CF/Interface Thank you.
Recommended Posts