- February 24, 2007
- 19
- 2
Hello,
I'm trying to make an Aeon 4:3 skin - I'm using the Aeon Wide 1.1 as template.
This is the procedure:
1. Resize all background image canvases to 1366x1024 (i.e. there will be black bars on top and bottom; letterbox) [done]
2. Translate every control downwards by 128 pixels, since the original skin is 1366x768 and 1024-768 / 2 = 128. [done]
3. Fix any glitches that result afterwards. [in progress]
Elaboration on step 2:
1. program scans through xml file
2. if it finds posY and posY >= 0 and height of the control != 1024 or 768, it adds 128 to it.
Actually, I'm stuck at the home screen. It displays the first image fine, but all the mouseover/screen change behaviors seem to be totally fubared.
I have attached my xml files zipped up as well as a simple program I wrote to do the translations automatically.
Help would be appreciated!
I'm trying to make an Aeon 4:3 skin - I'm using the Aeon Wide 1.1 as template.
This is the procedure:
1. Resize all background image canvases to 1366x1024 (i.e. there will be black bars on top and bottom; letterbox) [done]
2. Translate every control downwards by 128 pixels, since the original skin is 1366x768 and 1024-768 / 2 = 128. [done]
3. Fix any glitches that result afterwards. [in progress]
Elaboration on step 2:
1. program scans through xml file
2. if it finds posY and posY >= 0 and height of the control != 1024 or 768, it adds 128 to it.
Actually, I'm stuck at the home screen. It displays the first image fine, but all the mouseover/screen change behaviors seem to be totally fubared.
I have attached my xml files zipped up as well as a simple program I wrote to do the translations automatically.
Help would be appreciated!
United States of America