Page 1 of 1
Records-Eyepiece
Posted: 23 Sep 2018, 21:24
by hackie
I want to remove those small arrows. ( to show that you can click on it )
Is it possible ?
If so where can I find it ?
Made a screeny :

Re: Records-Eyepiece
Posted: 24 Sep 2018, 06:23
by undef.de
Just replace in config/records_eyepiece.xml
Code: Select all
<images>
<widget_open_left>http://maniacdn.net/undef.de/uaseco/records-eyepiece/edge-open-ld-dark.png</widget_open_left>
<widget_open_right>http://maniacdn.net/undef.de/uaseco/records-eyepiece/edge-open-rd-dark.png</widget_open_right>
<widget_open_small>http://maniacdn.net/undef.de/uaseco/records-eyepiece/edge-open-ld-light.png</widget_open_small>
</images>
with images that contains nothing (blank transparent image).
Re: Records-Eyepiece
Posted: 24 Sep 2018, 11:25
by hackie
Ah, ofcourse.
Did it once for xaseco in tmnf, long long time ago.
Could not remember what I did back then.
Thanks

Re: Records-Eyepiece
Posted: 24 Sep 2018, 18:45
by hackie
I made it like this :
Code: Select all
<widget_open_left></widget_open_left>
<widget_open_right></widget_open_right>
<widget_open_small></widget_open_small>
Works fine.

Re: Records-Eyepiece
Posted: 25 Sep 2018, 16:49
by undef.de
Yes, that's working, but that will make the game client requesting an non-existing URL which probably ends in a timeout and could be a reason for a lag (that's the worst case).
Better use this image:
http://maniacdn.net/undef.de/uaseco/blank.png (needs approvement from ManiaCDN, after that you can use it).