 | [3.9] Fonts/Music wheel items |  |
08-21-2008, 09:31 PM
|
#1 | | .: Trance Music :.
Ętheros is offline
Join Date: Oct 2006 Posts: 533
Marketplace Rating: 0
Tokens: 12,533.85
Bank: 50,199.64
Total Tokens: 62,733.49 Donate Tokens | [3.9] Fonts/Music wheel items Two quick theming questions, one quite broad, one more specific.
Firstly, since the SM theming wiki went down, I can't find that tutorial on how to do fonts for 3.9. Can anybody post a quick tutorial or a link to the old or or something useful like that?
Also a little simpler, for a theme I'm working on I would like to get the sub title on the music wheel to show up on the same line as the title (while keeping small text) kinda like this: [Title(Subtitle)]
does anyone know how to do this, or if it's possible or not?
thanks in advance and such.
__________________ Quote:
Originally Posted by Tau fffff
True to its name, it does sound like someone hitting a piano really fucking hard. | Quote:
Originally Posted by Lukeyboysonic [*]Any incorrect spellings i will automatically change it for you without noticing. This is because people might not understand your posts due to bad spelling and grammar. Please check carefully before you post it. | | |
| |  |
08-21-2008, 10:39 PM
|
#2 | | also known as TOSE
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 693
Marketplace Rating: 0
Tokens: 346.27
Bank: 863,524,827.79
Total Tokens: 863,525,174.06 Donate Tokens | ooh, that second one is going to be tricky. I know ITG/ITG2 did it; if you have the theme for one of those there should be some insight in the [TextBanner] section of the metrics.
As for making fonts, your choices are pretty much all Windows-only, Bitmap Font Builder and Texture Font Generator, which I don't seem to have uploaded.
(the wiki is back up btw, it just doesn't have all the information it used to.) | |
| |
08-21-2008, 10:57 PM
|
#3 | | lesbian_ for raven_
k⁄⁄eternal is offline
Join Date: Jul 2005 Posts: 4,819
Marketplace Rating: 2
Tokens: 230.44
Bank: 195,900,971.07
Total Tokens: 195,901,201.51 Donate Tokens | that's technically easy except that you won't be able to guarantee the subtitle is after the title so they'll likely overlap in a lot of cases
if you're still interested i'll paste some stuff
__________________ | |
| |  | |  |
08-22-2008, 02:46 PM
|
#4 | | .: Trance Music :.
Ętheros is offline
Join Date: Oct 2006 Posts: 533
Marketplace Rating: 0
Tokens: 12,533.85
Bank: 50,199.64
Total Tokens: 62,733.49 Donate Tokens | Quote:
Originally Posted by AJ 187 (the wiki is back up btw, it just doesn't have all the information it used to.) | yeah I know there's like eight articles and they're all stubs. >.<
Right when I decided to get serious about trying to theme :P
Also wasn't there more I had to do with photoshop and stuff? as far as the fonts go? Quote:
Originally Posted by k⁄⁄eternal that's technically easy except that you won't be able to guarantee the subtitle is after the title so they'll likely overlap in a lot of cases
if you're still interested i'll paste some stuff | Is there a way i could set boundaries for the title, so if it did exceed a certain length the text would squish like it normally does when it hits the end of the wheel? I dunno, I suppose to pull off the exact effect I want I would have to rewrite some code or something, and I don't know the first thing about that. Hell I barely theme as it is.
Go ahead and post some stuff and I'll test it out and see if I really want that or if I'm better off leaving it as is.
thanks BTW (both of you)
(oh fun, it seems BMFB likes every font except the ONE I want to use. Shuts down every time I selcet it >.> I'll just hunt down the other one)
__________________ Quote:
Originally Posted by Tau fffff
True to its name, it does sound like someone hitting a piano really fucking hard. | Quote:
Originally Posted by Lukeyboysonic [*]Any incorrect spellings i will automatically change it for you without noticing. This is because people might not understand your posts due to bad spelling and grammar. Please check carefully before you post it. |
Last edited by Ętheros : 08-22-2008 at 02:52 PM.
| |
| |  |
08-22-2008, 03:20 PM
|
#5 | | also known as TOSE
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 693
Marketplace Rating: 0
Tokens: 346.27
Bank: 863,524,827.79
Total Tokens: 863,525,174.06 Donate Tokens | Quote:
Originally Posted by Ętheros Also wasn't there more I had to do with photoshop and stuff? as far as the fonts go? | Crap, you're right... It's been so long that I've used BFB for making fonts that I forgot the extra steps.
Yeah, you need Photoshop or something that can deal with channels.
1) Save as 32-bit TGA (RGBA).
2) Go to wherever you find the channels (In photoshop this is in a tab in the Layers window)
3) Load the selection of the alpha channel (control+click on thumbnail)
4) Invert selection
5) Delete (twice. Doing this makes layer styles work and not look like garbage.)
And then you have a font that's ready to be messed with.
Since Ridge gave me a backup of the wiki from a while back, I'll work on getting stuff like that up in the tutorials section. | |
| |  |
08-22-2008, 05:50 PM
|
#6 | | lesbian_ for raven_
k⁄⁄eternal is offline
Join Date: Jul 2005 Posts: 4,819
Marketplace Rating: 2
Tokens: 230.44
Bank: 195,900,971.07
Total Tokens: 195,901,201.51 Donate Tokens | this is what i've got in XIV although it doesn't do what you have in mind as is
you can see by adjusting Y coords you can get them onto the same line, after that, just use maxwidth to force it to a certain maximum length
[TextBanner]
TitleX=-90
TitleY=-2
TitleOnCommand=shadowlength,0;horizalign,left
SubtitleX=-90
SubtitleY=0
SubtitleOnCommand=shadowlength,0;horizalign,left
ArtistX=-90
ArtistY=0
ArtistOnCommand=shadowlength,0;horizalign,left
TwoLinesTitleCommand=zoom,1;maxwidth,195;y,-9
TwoLinesSubtitleCommand=hidden,1
TwoLinesArtistCommand=zoom,0.6;maxwidth,296;y,8
ThreeLinesTitleCommand=zoom,.8;maxwidth,240;y,-10
ThreeLinesSubtitleCommand=hidden,0;zoom,.5;maxwidt h,360
ThreeLinesArtistCommand=zoom,0.5;maxwidth,296;y,9
__________________ | |
| |
08-24-2008, 04:34 AM
|
#7 | | //bemanistyle::[User]
Hideki-Motosuwa is offline
Join Date: Feb 2007 Posts: 26
Marketplace Rating: 0
Tokens: 104.78
Bank: 305.22
Total Tokens: 410.00 Donate Tokens | Looking forward to the font section of the Wiki cause I'm personally stumped as of right now. lol
__________________ 
:: Hideki Motosuwa :: Anime Toshokan Inc. :: Hatsune Miku Fantatic ::
| |
| |
08-24-2008, 07:07 AM
|
#8 | | lesbian_ for raven_
k⁄⁄eternal is offline
Join Date: Jul 2005 Posts: 4,819
Marketplace Rating: 2
Tokens: 230.44
Bank: 195,900,971.07
Total Tokens: 195,901,201.51 Donate Tokens | fonts are exceedingly easy if you just have bitmap font builder and photoshop (should be possible in gimp also but i don't know how)
maybe i'll make a tutorial later
__________________ | |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT -6. The time now is 01:21 AM. | | |