Russian Town Name Set?

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

Post Reply
User avatar
NekoMaster
Tycoon
Tycoon
Posts: 4001
Joined: 16 Aug 2008 22:26
Skype: neko-master
Location: Oshawa, Ontario, CANADA

Russian Town Name Set?

Post by NekoMaster »

I havent seen one around and I'd like a russian town name set to compliment the russian train and tram set.
Image Proud Canadian Image
Nekomasters Projects! (Downloads available on BaNaNaS!) \(>^w^<)/
# NARS ADD-ON SET 2CC | 2cc Rapid Transit For Me! (2ccRTFM) | 2cc Wagons In NML (2ccWIN)
# NML Category System (Organize your GRFS!) <- TT-Forums Exclusive Download!
Alberth
OpenTTD Developer
OpenTTD Developer
Posts: 4763
Joined: 09 Sep 2007 05:03
Location: home

Re: Russian Town Name Set?

Post by Alberth »

http://dev.openttdcoop.org/projects/townnames
would be the place to add one :)
Just collect some russian town names, and create a NML file for them. It is very easy with so many examples
User avatar
NekoMaster
Tycoon
Tycoon
Posts: 4001
Joined: 16 Aug 2008 22:26
Skype: neko-master
Location: Oshawa, Ontario, CANADA

Re: Russian Town Name Set?

Post by NekoMaster »

Alberth wrote:http://dev.openttdcoop.org/projects/townnames
would be the place to add one :)
Just collect some russian town names, and create a NML file for them. It is very easy with so many examples
Thing is I dont know NML. I can gather names but i can't code
Image Proud Canadian Image
Nekomasters Projects! (Downloads available on BaNaNaS!) \(>^w^<)/
# NARS ADD-ON SET 2CC | 2cc Rapid Transit For Me! (2ccRTFM) | 2cc Wagons In NML (2ccWIN)
# NML Category System (Organize your GRFS!) <- TT-Forums Exclusive Download!
User avatar
DJ Nekkid
Tycoon
Tycoon
Posts: 2141
Joined: 30 Nov 2006 20:33

Re: Russian Town Name Set?

Post by DJ Nekkid »

can not?
will no try?
Alberth wrote:...It is very easy with so many examples...

Code: Select all

	
//
// Source: http://home.wxs.nl/~pZZZein/almanak.html
// Source date: November 13th, 2010	
// Editing by: Jeroen Otto


grf {
    grfid: "64\74\76";
    name : string(STR_GRF_NAME);
    desc : string(STR_GRF_DESCRIPTION);
    version : 1;
	min_compatible_version : 0;	
}
// Dutch Townnames
town_names(A) {
  styles: string(STR_GAME_OPTIONS_TOWN_NAME_DUTCH);	
    {
	text("2e Vlotbrug", 1),
	text("´t Bergje", 1),
	text("´t Buurtje", 1),
..
..
..
  }
}
Member of the
ImageImage
User avatar
NekoMaster
Tycoon
Tycoon
Posts: 4001
Joined: 16 Aug 2008 22:26
Skype: neko-master
Location: Oshawa, Ontario, CANADA

Re: Russian Town Name Set?

Post by NekoMaster »

is the part where it says
text("2e Vlotbrug", 1),
Is that one of the possible town names?

so if I made it
text("Moscow", 1),

Would that work?
Image Proud Canadian Image
Nekomasters Projects! (Downloads available on BaNaNaS!) \(>^w^<)/
# NARS ADD-ON SET 2CC | 2cc Rapid Transit For Me! (2ccRTFM) | 2cc Wagons In NML (2ccWIN)
# NML Category System (Organize your GRFS!) <- TT-Forums Exclusive Download!
User avatar
PaulC
Director
Director
Posts: 616
Joined: 31 Jul 2006 12:40
Location: Lancs, England
Contact:

Re: Russian Town Name Set?

Post by PaulC »

While I don't mean to discourage anyone from learning how to code, several Russian town name grfs already exist:

Russian town names XL 0.1 (uses Latin characters)

Patch: Russian town names (grf posted at the bottom of the page by planetmaker; uses Cyrilic characters)
Alberth
OpenTTD Developer
OpenTTD Developer
Posts: 4763
Joined: 09 Sep 2007 05:03
Location: home

Re: Russian Town Name Set?

Post by Alberth »

NekoMaster wrote:is the part where it says
text("2e Vlotbrug", 1),
Is that one of the possible town names?

so if I made it
text("Moscow", 1),

Would that work?
Then Moscow is a town in The Netherlands :)

Basically yes, except you should also change the other values, in particular the 'grfid' to prevent collisions with the dutch town names grf.
User avatar
NekoMaster
Tycoon
Tycoon
Posts: 4001
Joined: 16 Aug 2008 22:26
Skype: neko-master
Location: Oshawa, Ontario, CANADA

Re: Russian Town Name Set?

Post by NekoMaster »

PaulC wrote:While I don't mean to discourage anyone from learning how to code, several Russian town name grfs already exist:

Russian town names XL 0.1 (uses Latin characters)

Patch: Russian town names (grf posted at the bottom of the page by planetmaker; uses Cyrilic characters)
THis would have been helpful if someone told me this right off the hop when I asked... well thank you anyways, now I can really be a russian railroad :D
Image Proud Canadian Image
Nekomasters Projects! (Downloads available on BaNaNaS!) \(>^w^<)/
# NARS ADD-ON SET 2CC | 2cc Rapid Transit For Me! (2ccRTFM) | 2cc Wagons In NML (2ccWIN)
# NML Category System (Organize your GRFS!) <- TT-Forums Exclusive Download!
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 77 guests