Forums » General

Remind me about skins

Jan 14, 2017 Luxen link
Okay, So I really liked NBSkin, so i tried putting it on my tablet too. Unfortunately, DB feilds are just white, and i have rather large feilds, so now I wanna uninstall the skin. I deleted the files, but for the life of me cannot remember what skin=<path> is supposed to say in the config.ini; can someone remind me what the default value is?
Jan 15, 2017 draugath link
You need to either create an image in the skin named 'new.hud.analog.png' or change the image used for the fields to something else like hud_radar. A quick drop-in image would be the file hud_radar.png, if you don't want to change the images for each field in the GUI.

imagelistitems = {
'roundedbutton', (actually 'new.hud.button.png')
'squarebutton', (already in the skin)
'hud_target_original.png',
'hud_target.png',
'hud_target_over.png',
'hud_radar.png',
'arrow.png',
'hud_new_aimdir.png',
'hud_new_crosshairs.png',
'directional.png',
'new.hud.weapon2.png',
'new.hud.arrow.png',
'new.hud.analog.png',
'new.hud.weapon1.png',
}
Jan 15, 2017 yodaofborg link
If you do just want to remove the skin, just delete the skin= line.
Jan 15, 2017 Luxen link
I was going for yoda's fix, but thanks for the info, draugath! Ill keep that stuff in mind for the future, too.