Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.58 KB

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