If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
A skinning problem/question, help much appreciated.
Does anyone know how i can get rid of the stripe effect that happens on most of the screens, i have managed most other things while modifying the default skin, and this is the one remaining (highly annoying!) thing i want to get rid of.
Any help would be great, in the meantime i shall keep trawling thru the fmf files looking for pointers, lol.
cheers, obi.
10-26-2007, 01:51 PM
A skinning problem/question, help much appreciated. Post #2
I haven't got the XML in front of me right now, but I seem to remember seeing that tables with stripes have an attribute set to 'striped' or something similar in the XML. Dig out the XML for the panel you're looking at, and look for that kind of information. I should imagine removing it will remove the stripes.
Hope that helps
10-26-2007, 02:13 PM
A skinning problem/question, help much appreciated. Post #3
yeah ive found the stripe_rows code, wasnt at all sure but it seemed logical, im 5 hours into attempting to learn xml-fu.
can i change that graphic without needing to wait for the .fmf extractor, radestock?
all ive been doing is reading the fmf files with notepad++ and copy n pasting into existing xml files, and messing around with it, again your help is appreciated.
obi
10-26-2007, 03:23 PM
A skinning problem/question, help much appreciated. Post #5
while waiting, i copied the whole panels fmf file into a xml file, called it global panels.xml, and proceeded to remove all references to stripe_rows in the code, keep getting XML parsing errors, i'm clearly doing something drastically wrong, i just cant seem to think what it is
when i try to load the game with this global panels.xml i get a cancel and add buttons in the far top right corner of the screen.
10-26-2007, 03:43 PM
A skinning problem/question, help much appreciated. Post #6
ello Ter, yeah m8, i have got Ackter's skin, and i have managed to replace the white background, and the menu at the side, i have even managed to replace the darker of the 2 stripes with a much darker one, now, do you happen to know what the graphic is called for the lighter of the stripes. The darker one seems to be called stripe_top_middle and the like, if i knew the file name of the other stripe i can copy the darker one i have replaced and rename the files so the game can pick it up.
cheers
10-26-2007, 04:13 PM
A skinning problem/question, help much appreciated. Post #8
skinname/graphics/table/row_top_left.png etc are the normal row graphics
skinname/graphics/table/custom/stripe/row_top_left.png etc are the striped row graphics
10-26-2007, 05:13 PM
A skinning problem/question, help much appreciated. Post #10