I have searched the forums and looked for everything FPS and MEMORY and HUD and cant find out how to move the default location of the FPS and Memory indicator, Its getting in the way of mu UI.
Thanks in Advance.
FPS MEMORY LOCATION on HUD
Moderators: Lavish Software Team, Moderators
Should have looked at the docs instead of the forums:
http://www.lavishsoft.com/wiki/index.ph ... asic_Usage
CTRL+ALT+F turns off the fps indicator, CTRL+ALT+M turns off the memory indicator.
They are HUD elements, you can move them with the HUD commands. You can also move them by using a non-default UI file. By default, DefaultUI.xml is loaded, which defines those three elements. You can also edit PreInit.iss in the scripts folder which does the HUD -show that causes them to be shown.
http://www.lavishsoft.com/wiki/index.ph ... asic_Usage
CTRL+ALT+F turns off the fps indicator, CTRL+ALT+M turns off the memory indicator.
They are HUD elements, you can move them with the HUD commands. You can also move them by using a non-default UI file. By default, DefaultUI.xml is loaded, which defines those three elements. You can also edit PreInit.iss in the scripts folder which does the HUD -show that causes them to be shown.
oopsLax wrote:Should have looked at the docs instead of the forums:
http://www.lavishsoft.com/wiki/index.ph ... asic_Usage
CTRL+ALT+F turns off the fps indicator, CTRL+ALT+M turns off the memory indicator.
They are HUD elements, you can move them with the HUD commands. You can also move them by using a non-default UI file. By default, DefaultUI.xml is loaded, which defines those three elements. You can also edit PreInit.iss in the scripts folder which does the HUD -show that causes them to be shown.
Thanks Lax.