Skip to content

basxto/Esperanto-Town-Names

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.mmm,
]P""`                               ][
][   .dWW,]bWb  dWb  WdW[ dWW,]bWW,]WWW  dWb
]WWW ]bm,`]P T[]bmd[ W`   `md[]P ][ ][  ]P T[
][    ""W,][ ][]P""` W   .W"T[][ ][ ][  ][ ][
]bmm,]mmd[]WmW`'Wmm[ W   ]bmW[][ ][ ]bm 'WmW`
'"""` """ ]["`  '""  "    ""'`'` '`  ""  '"`
          ][
  1. Usage
  2. Where to find
  3. Build newGRF
  4. Packaging for BaNaNaS
  5. Playtesting

1 Usage

Enable this newGRF and select a naming variant when you create a new game.

Current variants:

  • mixed (real town names and generated names mixed together)
  • generated (only generated pseudo names)
  • real towns (only Esperanto versions of real town names)

2 Where to find

See changelog for release history.

See license for the granted license.


3 Build newGRF

With the the NML compiler installed, just type in your terminal:

$ nmlc -l src/lang --custom-tags=src/custom_tags.txt src/esperanto_town_names.nml

Or with GNU Make installed just:

$ make grf

If nmlc is not installed, you have to give the full path:

$ make grf NMLC="<path/to/nmlc>"

4 Packaging for BaNaNaS

This needs GNU Tar or something compatible:

$ make dist

This will create the file build/esperanto_town_names-*.tar. * is a placeholder for the current version.

Make sure to bump VERSIO in src/custom_tags.txt and version in the .nml for a new release.


5 Playtesting

As already mentioned, you can build a current version of this newGRF and launch it with OpenTTD through:

$ make test

If such an instance is already running, you can:

$ make dist

And then in the ingame console:

reload_newgrfs
restart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 60.3%
  • Makefile 39.7%