New logo

Voice your opinions, concerns and suggestions on how to make the Transport Tycoon Forums better.

Moderator: General Forums Moderators

New Logo?

Yes Nice Design
10
20%
Yes New Logo, But Not This One
29
59%
No It Should Stay Like This
10
20%
 
Total votes: 49

DeletedUser21
Tycoon
Tycoon
Posts: 11501
Joined: 20 Sep 2004 22:45

Post by DeletedUser21 »

Rule 1: Only default .grf's
Rule 2: You must not be able to see if it's TTDP or OTTD.
Rule 3: It has to show atleast 2 new features that both games have. (Canals, build on slopes. etc...)

I think these are quite good rules. :)
User avatar
jonty-comp
Tycoon
Tycoon
Posts: 2542
Joined: 22 Oct 2005 16:05
Location: Chesterfield, England
Contact:

Post by jonty-comp »

Code: Select all

<?php
$images = array('image1.jpg', 'image2.jpg', 'image3.jpg');
echo '<img src="images/' . $images[rand(0,count($images)-1)] . "\" style=\"your-style: here;\" />\n";
?>
Random php image thing ftw! :D
User avatar
XeryusTC
Tycoon
Tycoon
Posts: 15415
Joined: 02 May 2005 11:05
Skype: XeryusTC
Location: localhost

Post by XeryusTC »

jonty-comp wrote:

Code: Select all

<?php
$images = array('image1.jpg', 'image2.jpg', 'image3.jpg');
echo '<img src="images/' . $images[rand(0,count($images)-1)] . "\" style=\"your-style: here;\" />\n";
?>
Random php image thing ftw! :D
Or we could make it more complicated by making a php script act like an image ;).
Don't panic - My YouTube channel - Follow me on twitter (@XeryusTC) - Play Tribes: Ascend - Tired of Dropbox? Try SpiderOak (use this link and we both get 1GB extra space)
Image
OpenTTD: manual #openttdcoop: blog | wiki | public server | NewGRF pack | DevZone
Image Image Image Image Image Image Image
User avatar
SpComb
Tycoon
Tycoon
Posts: 1109
Joined: 13 Nov 2003 20:26
Location: Finland
Contact:

Post by SpComb »

XeryusTC wrote:
jonty-comp wrote:<snip>
Random php image thing ftw! :D
Or we could make it more complicated by making a php script act like an image ;).
Caching is a nice thing...
User avatar
Lakie
TTDPatch Developer
TTDPatch Developer
Posts: 1799
Joined: 26 May 2004 16:37
Location: Britain
Contact:

Post by Lakie »

I did a fixed alignment version...
Image

And a UK (UKR and UKRS) version. ;)
Image

~ Lakie
TTDpatch Developer 2005 - 2010 ~ It all started because of shortened vehicle not loading correctly, now look where I've gone with it!
Grfs coded ~ Finnish Train Set (Teaser) | Bm73 (Release 3) | Emu 680 (Release 3)| Glass Station (Release 1) | UK Roadset (Version 1.1a) | New Water Coasts (Version 7)
Pikka: "Lakie's a good coder, but before he'll add any feature to TTDP you have to convince him that you're not going to use it to destroy the world as we know it."
User avatar
orudge
Administrator
Administrator
Posts: 25223
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

As I may have mentioned before in this thread, or on IRC at least, I'd prefer it if the logos weren't necessarily biassed towards a particular newgrf set or anything (although the default TTDPatch and OpenTTD base sets, I will accept). I would also like the logos to be not too complex or cluttered. Also, don't forget that there are actually two different logos for the TT theme and non-TT theme, four if you include the xmas theme and easter theme:

Image

Image

Image

Image

I don't guarantee that I'm going to change the logo, I guess it'll depend on what you lot submit. Please don't be offended or upset if I do in the end decide not to change the logo.

One thing I probably will do is realign the current one, though. :P
User avatar
White Rabbit
Tycoon
Tycoon
Posts: 1734
Joined: 22 Jun 2005 19:15

Post by White Rabbit »

That bridge is so unsafe...why does it go over the canal but not the rail?
It should reflect TTD common sense, and not realism. :lol:
Image
User avatar
Purno
Tycoon
Tycoon
Posts: 16659
Joined: 30 Mar 2004 12:30
Location: Almere, The Netherlands

Post by Purno »

How come I never saw the easter theme, while I have been here for like 3 years?
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.
Image Image
Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
User avatar
Chrill
Moderator
Moderator
Posts: 16076
Joined: 18 Dec 2004 17:35
Location: Stockholm, Sweden
Contact:

Post by Chrill »

Purno wrote:How come I never saw the easter theme, while I have been here for like 3 years?
He doesn't use it :P
Image
My Scenarios:
Archipiélago Hermoso (Latest Release: Version 3.2)
Turnpike Falls (Latest Release: Version 0.91)
User avatar
MadFrog
Engineer
Engineer
Posts: 68
Joined: 11 Sep 2005 12:30
Location: Finland

Post by MadFrog »

Why not use the new graphics from the blender-thread? I think they're rreally nice...

The logo doesn't need to reflect the current state of the game, right?
User avatar
WWTBAM
Moderator
Moderator
Posts: 3689
Joined: 02 Apr 2005 07:01
Location: Sydney NSW Antipodea
Contact:

Post by WWTBAM »

it needs to reflect both ttdp and openttd, IE you arent supposed to tell which it is.
Formerly known as r0b0t_b0y2003, robotboy, roboboy and beclawat. The best place to get the most recent nightly builds of TTDPatch is: http://roboboy.users.tt-forums.net/TTDPatch/nightlies/
User avatar
Daan Timmer
Tycoon
Tycoon
Posts: 2406
Joined: 12 Apr 2004 11:21
Location: +31299......

Post by Daan Timmer »

SpComb wrote:
XeryusTC wrote:
jonty-comp wrote:<snip>
Random php image thing ftw! :D
Or we could make it more complicated by making a php script act like an image ;).
Caching is a nice thing...

Code: Select all

<?php
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

//image out printing here thingy//
?> 
Image

"Your arguments are totally nothing.. They have so little meaning that its kind of funny you took the time to write them"
"your pixels aren't good enough to talk to me.. sorry"
"Random does not mean fair, and past results do not influence future occurrences." - Corbenn
User avatar
SpComb
Tycoon
Tycoon
Posts: 1109
Joined: 13 Nov 2003 20:26
Location: Finland
Contact:

Post by SpComb »

Daan Timmer wrote:

Code: Select all

<?php
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

//image out printing here thingy//
?> 
Massive bandwidth wasteage. With each image as it's own URL, you can cache each image seperately for, perhaps, many days or so. This is an irrelevant discussion though.

P.S The image would be corrupt because of the newline at the start of the file :P
User avatar
orudge
Administrator
Administrator
Posts: 25223
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

Chrill wrote:
Purno wrote:How come I never saw the easter theme, while I have been here for like 3 years?
He doesn't use it :P
Well, I think it was used in 2004, but I've since forgotten to use it.
User avatar
SkeedR
Tycoon
Tycoon
Posts: 2267
Joined: 11 Jul 2004 14:55
Location: West Midlands
Contact:

Post by SkeedR »

Weirdy wrote:how about a Forums Orientated logo?
OTTD = OTTD Logo
TTDp = TTDp Logo
TE = TE Logo
OT = Pig Sty Logo..... :P
Last known as: Weirdy
User avatar
orudge
Administrator
Administrator
Posts: 25223
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

Not very easy at present. With phpBB 3.0, something like that may be possible, should I want to implement it. In many ways though, I'd prefer a consistent theme over the whoel forums.
User avatar
Redirect Left
Tycoon
Tycoon
Posts: 7426
Joined: 22 Jan 2005 19:31
Location: Wakefield, West Yorkshire

Post by Redirect Left »

SpComb wrote:
XeryusTC wrote:
jonty-comp wrote:<snip>
Random php image thing ftw! :D
Or we could make it more complicated by making a php script act like an image ;).
Caching is a nice thing...
But not needed.
I glady give up caching for a random image on load.
Image
Need some good tested AI? - Unofficial AI Tester, list of good stuff & thread is here.
User avatar
orudge
Administrator
Administrator
Posts: 25223
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

Captain Kirk wrote:But not needed.
I glady give up caching for a random image on load.
Not needed, eh? Let's see how many page views there are a month, hmm... according to awstats, 1,277,585 "pages" were loaded (I'm assuming this is just meaning PHP files). Now, the logo is presently 8KB. Let's say that the logos on average would be 10KB. That's an extra 12GB of bandwidth in just the logo, whereas if it was only loaded once per session, it'd save a lot more.

I would say caching is a very good thing indeed. It's also annoying to see images loading every time if your connection is a bit slower. (Annoyed me no end on 56K).
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

Probably late in this discussion but the original logo is way too crowded. It needs to be something simple.

Also not maglev if possible; most people do not like it. How about electric rails? (Although there you could see if it was TTDP or OTTD because in TTDP the pylons alternate, in OTTD they're on the same side).
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
User avatar
Killer 11
Tycoon
Tycoon
Posts: 2463
Joined: 06 Jan 2004 18:38
Location: Kaunas, Lithuania
Contact:

Post by Killer 11 »

Oh and about my pic well you shouldn't have looked so serious and shouted "NO NEW GRF!" as i said it's a mockup if you want a logo worthy one look at my pic and make it yourself with necesary adjustments... geez
Post Reply

Return to “Forum Suggestions and Feedback”

Who is online

Users browsing this forum: No registered users and 7 guests