News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Star Trek Themed UI1

Started by fearingsept, December 24, 2008, 09:17:55 PM

Previous topic - Next topic

fearingsept

For anyone who might be interested I started a Star Trek Themed LCARS UI1.

It is not perfect yet.. still some tweeking but I thought I would share anyway.
I there is another screen shot and more information here: http://forum.linuxmce.org/index.php?topic=6988.0

Core: Broken :(

skeptic

It's a bit geeky, but I like it.  I think it's a good fit for UI1.  I'd suggest adding a bit more color though.

fearingsept

what can I say.. I'm a geeky guy...
Yeah.. I thought more color would be nice too.. I will add some eventually.
Core: Broken :(

fearingsept

I redid my star trek theme...
Tell me what you think.










Still not perfect but better.

Core: Broken :(

tschak909

Getting Better! We just need to refine your choice of fonts, and add style entries for your skin for the fonts so that it matches even better.

-Thom

tschak909

I knew I recognised the font from my typography days, it's Swiss911.

http://new.myfonts.com/fonts/bitstream/swiss-911/

Well worth the $24 or so. :)

-Thom

Zaerc

Quote from: fearingsept on January 01, 2009, 02:21:34 AM
I redid my star trek theme...
Tell me what you think.
...
Still not perfect but better.
Awesome, looks very cool already, please keep it up!
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

fearingsept

I was able to find the font for free so that works out. The question I have, is the font file universal? Will ubuntu be able to use it? If not I can work around it... The file is a true type font file.
The other thing is I have not used the designer program as of yet. I have been doing all this manuly by replacing the current graphics by hand.
I didn't get a chance to watch more then the first video and I was wondering if the software had to be loaded on my core in order for me to use it?
I do a lot of this on my down time at work.
Core: Broken :(

tschak909

The font file is a standard truetype font file. Which one are you going to use? You really should shell out just a bit for the Swiss911 (at least, I will, when I use your skin) ;-)

The truetype font MUST be in the /usr/share/fonts/truetype/msttcorefonts/ as Orbiter is hard-coded currently to look here, and you must copy it to every single orbiter. This means not only the core, but each media director, and any non-OSD orbiter display. Since the Proxy Orbiter and Bluetooth orbiter use the server, it will use the fonts on the core.

and no, Designer is a windows .NET program (it DOES run on Mono, almost.. some bits need to be fixed.). It runs on a workstation on the same network as the core, and you point an ODBC connection to your server using MyODBC. All my instructions on installing HADesigner are on the wiki in "Installing HADesigner".

-Thom

fearingsept

On my windows orbiter... Where do I put the file.. Do I need to copy it locally to the system somewhere?
Core: Broken :(

tschak909

For your windows system, the font needs to be copied into the system like any other font. Use the control panel > fonts to do this.

-Thom

fearingsept

Core: Broken :(

hari

* hari requests screenies with the new font :-)

cool work,
Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

fearingsept

Ok so I have the font now installed on my Windows orbiter and and copied to the /usr/share/fonts/truetype/msttcorefonts directory. Without using HADesigner how do I tell the orbiter to reference the new font?
Core: Broken :(

tschak909

Take a look at the Style Table.

These are styles that are used by various designobjs in Designer, and what Orbiter uses to paint everything.

These styles have variations.

Look at the StyleVariation.

See the references to FK_Style? Those reference back to the styles in the Style table.

See FK_Skin? If a number is here, then this style variation is for this given skin. If it is NULL, then it is a fall back for all skins.

So what YOU need to do, is to start adding rows for the individual styles, for your skin. You'll probably add one for each style, except where FK_Skin already has a number. we have some styles specific to the Mobile Basic skin, so you won't need to add those.

If you look in each row, a font is specified.

A quick note about colors:

You'll see references to foreground and background colors, with weird numbers. These are the decimal form of web colors, so take a paint program like GIMP, get the hex number there, put it into a calculator as hex, and flip it to decimal, use that number.

-Thom

p.s. Another note, once you make these style changes, everywhere you use this skin must have this font, or you will not see text.