Forum > Texturing and 2D Art
How to change ingame UI resolution?
<< < (2/2)
Steff:
Do the steps in Modcraft Tutorial part 2. Extracting the clientfiles. This way you have always latest file at your fingertips.
Then dig into the interface folder structure.
Alastor:
It's a little Off topic but here are some LUA Commands to change Scale of InGame interface (TEMPORAL)
--- Code: ---/run MainMenuBar:SetScale(1) /run PlayerFrame:SetScale(1) /run TargetFrame:SetScale(1) --- End code --- (1) = Scale modifier ( 1 = 100% , 2 = 200% , etc..)
--- Code: ---/run print(GetMouseFocus():GetName()) --- End code --- This will print name of UI part that you are mousing over by cursor so you can try to use this printed name with --- Code: ---:SetScale(1) --- End code --- .. may it be usefull ..
Navigation
[0] Message Index
[*] Previous page
|