I do like the slogan a lot, though, and in un-related news, love the new (still alcoholic) Avatar.

Moderators: winston, another_commander
The slogan's good, although you could try splitting the line after "times":Fatleaf wrote:
I replaced the "F" with a resized Fer de Lance NG. So I get an "F" in it in some fashion. Am I getting there?
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
DaddyHoggy wrote:Nope!
I'm unfamiliar with the RL(tm) brand it parodies.
Does it scale OK down to 256x128?
Hooneken, helping horses stay useful!dertien wrote:"Hooneken, Some people actually try hard to enjoy it !"
"Hooneken, If the jet set drinks it, so can you ! "
"Hooneken, Makes you feel like a movie star"
CheeseRedux wrote:Hooneken, helping horses stay useful!dertien wrote:"Hooneken, Some people actually try hard to enjoy it !"
"Hooneken, If the jet set drinks it, so can you ! "
"Hooneken, Makes you feel like a movie star"
Code: Select all
shaders = {
"yah_griff_station_bottom.png" = {
"fragment_shader" = "yah_griff_station_bottom_section.fragment";
textures = (
"yah_griff_station_bottom.png",
"yah_griff_station_paint_mask.png"
);
uniforms = {
DecalColor = {
type = vector;
value = "1.0 1.0 0.0";
};
MainhullColor = {
type = vector;
value = "0.0 0.0627 0.6471";
};
"hull_heat_level" = hullHeatLevel;
uTime = universalTime;
};
"vertex_shader" = "ahruman-generic.vertex";
};
};
Code: Select all
shaders = {
"yah_griff_station_bottom.png" = {
"fragment_shader" = "yah_griff_station_bottom_section.fragment";
textures = (
"yah_griff_station_bottom.png",
"yah_griff_station_paint_mask.png"
);
uniforms = {
DecalColor = {
type = vector;
value = "1.0 1.0 0.0";
};
MainhullColor = {
type = vector;
value = "0.0 0.0627 0.6471";
};
"hull_heat_level" = hullHeatLevel;
uColorMap = {
type = texture;
value = 0;
};
uEffectsMap = {
type = texture;
value = 1;
};
uTime = universalTime;
};
"vertex_shader" = "YAH-generic.vertex";
};
};
Like it!. New version this evening. Thanks.Disembodied wrote:Good ones, Gimi! Maybe "Statooil" would be easier to read as "Statool" (or, if you want to get really pedantic, you could put an umlaut over the second "o": "Statoöil").