Backgrounds In PetTP And Console. |
||
Backgrounds in PetTP and console.
How do I make a black background in these plugins? I've seen in youtube videos of ppl with a black backgrounds in recast and petTP, but I'm having no luck finding it out for myself.
There is a settings folder with and xml file. Open that with an xml editor and take a look at the settings you can change. There is an option for background A,R,G,B
I am not 100% sure what they each do. This is the settings upon downloading. Code xml <backgroundA>190</backgroundA> <backgroundR>0</backgroundR> <backgroundG>0</backgroundG> <backgroundB>0</backgroundB> Try change one of the numbers and then save + reload plugin and see if that puts a colored background behind it. I’m not 100% but if it works like windower console A= alpha/transparent (no background) R = red G = green B = Blue The max number u can use is 255. Just for reference your text will be Code xml <textA>255</textA> <textR>255</textR> <textG>255</textG> <textB>255</textB> So make sure you don’t use the same color as that. hope this helps. ***EDIT*** try changing it to Code xml <backgroundA>255</backgroundA> <backgroundR>0</backgroundR> <backgroundG>0</backgroundG> <backgroundB>0</backgroundB> I think that would mean 0% transparent (black) I tried and nothing changed;;
IF you see in this video. This is what I'm talking about. https://www.youtube.com/watch?v=pwRXhfsV7k4
You have to reload the plugin after any changes you make to the xml.
If you all ready tried that and its still not working I can take a look when i get home from work. |
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|