Page 2 of 2
Posted: 21 Dec 2007, 23:12
by caldera
ZellSF wrote:
Edit: I see you're using LuaUI, which uses it's own FPS and Clock, either disable the LuaUI ones and enable the default ones, or edit widget_data.lua to move them.
so best would be to edit the original lua files which are in the installer. that way not everybody has do do it.
Posted: 21 Dec 2007, 23:52
by TradeMark
ZellSF wrote:That was fixed in svn long ago. Clock and FPS are both in the upper right corner of the screen now.
Isnt my energy bar at upper right corner? now it covers that??
My great solution:
Move player names one row upper, then you can put FPS and clock at bottom right corner!
Posted: 22 Dec 2007, 04:25
by LordMatt
Re:
Posted: 22 Dec 2007, 12:47
by tombom
OMG LUAUI WILL KILL MY PERFORMACNE
I HAVE NO EVIDENCE OF THIS BUT GODDAMN I'M GOING TO KEEP SAYING IT
Re:
Posted: 22 Dec 2007, 16:53
by ZellSF
TradeMark wrote:ZellSF wrote:That was fixed in svn long ago. Clock and FPS are both in the upper right corner of the screen now.
Isnt my energy bar at upper right corner? now it covers that??
No, it's slightly below that.
Re: Test moar!
Posted: 24 Dec 2007, 01:15
by TradeMark
we need some setting to make explosions always visible, even when you dont have LOS for that area where explosion happened. i need it in my mod
edit: i mean that GROUNDFLASH thingy, others i could make visible, but not that...
Re:
Posted: 31 Dec 2007, 17:19
by HAARP
You totally have to tell me how to do that. I know that IceUI allows for some customization, but that doesn't include the buildlist...
Re: Test moar!
Posted: 31 Dec 2007, 17:25
by Kloot
You can customize the build-list via ctrlpanel.txt
(or LuaUI/ctrlpanel.txt if you have LuaUI enabled).
Re: Test moar!
Posted: 31 Dec 2007, 17:26
by LordMatt
You totally have to look in ctrlpanel.txt and totally have to adjust stuffs there.

The relevant portion of the code used to make my screenshot.
Code: Select all
////////////////////////////////////////////////////////////////////////////////
//
// Matt's Dual Screen Design 3x19
//
xIcons 3
yIcons 19
prevPageSlot j0
deadIconSlot j1
nextPageSlot j2
xIconSize 0.050
yIconSize 0.050
textBorder 0.0030
iconBorder 0.0000
frameBorder 0.0000
xPos 0.000
yPos 0.050
xSelectionPos 0.018
ySelectionPos 0.115
////////////////////////////////////////////////////////////////////////////////
Re: Test moar!
Posted: 31 Dec 2007, 18:24
by HAARP
Cool, thanks