Andyman Posted September 10, 2024 Posted September 10, 2024 After beating my head against a wall about this for most of today, curiosity has given way to frustration... How on Earth do the bcolor values in Theme.xml work? They're used for the video frame. I would've thought they'd be 6-digit hex color codes (like FFFFFF for pure white), but they're clearly not. Here's an example from the blkheart theme: bcolor="1906691" bcolor2="6841625" bcolor3="0" I feel like I must be overlooking something really obvious. I did see that BBB talked about a HyperTheme manual when he first introduced the app, but if a manual exists, I can't find it at all. I'm completely stumped. Can some kind soul shed some light on this mystery? Thanks in advance!
jesfknkrys Posted September 11, 2024 Posted September 11, 2024 Hi Andyman, HyperTheme uses the HEX color code on it's frontend, the color is then saved in the Theme xml in decimal format. You can set your Windows Calculator to "Programmer", select "DEC" and type in the color code from the XML file and you can view the HEX value. Calculator: Hex to DEC
Andyman Posted September 11, 2024 Author Posted September 11, 2024 Excellent. I was hoping it'd be something that simple. Thanks a bunch!
Andyman Posted September 12, 2024 Author Posted September 12, 2024 Hey, while I'm asking... is there a way to set a start delay on Particle effects in Theme.xml? Adding delay="x" doesn't seem to have an effect. I imagine you can if you use .swf instead of Particle.png, but I don't want to get that crazy with it.
jesfknkrys Posted September 20, 2024 Posted September 20, 2024 I personally have not seen any delay settings for particle effects. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now