Skip to content

rddim/OpenTTD-Bulgarian-Town-Names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


OpenTTD Bulgarian Town Names


Building from the source on Windows

  • Install NML with the all requirements

  • Download the latest Bulgarian Town Names source code

  • Build the NewGRF:

    • extract the archive inside the main nml-vXXXX-windows-win32 directory
    • open the extracted folder and run the make.bat or make.ps1 file
      • read here how to allow execution of PowerShell scripts
    • find your compiled and archived NewGRF file in the build directory
  • Copy the NewGRF archive file to the OpenTTD NewGRF directory

  • For more information, please use the Wiki

Building from the source on Linux

  • Install NML with the all requirements

  • Download the latest Bulgarian Town Names source code

  • Build the NewGRF:

    • extract the archive to the chosen destination directory
    • run the make.sh file via terminal
      • $ ./make.sh
    • find your compiled and archived NewGRF file in the build directory
  • Copy the NewGRF archive file to the OpenTTD NewGRF directory

  • For more information, please use the Wiki