In game widget menu

In game widget menu

Discuss Lua based Spring scripts (LuaUI widgets, mission scripts, gaia scripts, mod-rules scripts, scripted keybindings, etc...)

Moderator: Moderators

Post Reply
nemesis123
Posts: 2
Joined: 05 Oct 2008, 22:14

In game widget menu

Post by nemesis123 »

i have seen an in-game menu of widgets where you can turn them off. my f11 button just takes screenshots. i have a folder of widgets and the lua should all be installed but i can't turn any on. thanks
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: In game widget menu

Post by hoijui »

start settings.exe, ther you have to enable LUA widgets (or gadgets).. it is one of the checkboxes there, you will find it. after that, you will be able to use F11 in-game.
nemesis123
Posts: 2
Joined: 05 Oct 2008, 22:14

Re: In game widget menu

Post by nemesis123 »

fantastic. thanks hoijui :-)
User avatar
TheFatController
Balanced Annihilation Developer
Posts: 1177
Joined: 10 Dec 2006, 18:46

Re: In game widget menu

Post by TheFatController »

For the record, if this ever doesn't work (ie F11 still takes a screenshot) adding the lines:

Code: Select all

unbind  Any+f11    screenshot
bind    Any+f11    luaui selector
To uikeys.txt worked for me
Post Reply

Return to “Lua Scripts”