2TallTyler / improved_town_industries

An industry replacement set for OpenTTD.
GNU General Public License v3.0
22 stars 17 forks source link

Create Simplified_Chinese #71

Closed SuperCirno closed 3 years ago

SuperCirno commented 3 years ago

Simplified Chinese

SuperCirno commented 3 years ago

@2TallTyler hi, I want to test before submitting it, but how can I put this file into grf?

2TallTyler commented 3 years ago

You'll need to build and install the NML compiler NMLC from its source on GitHub. There is a self-contained release, but it's rather out-of-date and this NewGRF uses several features not in the release, thus the need to build it yourself (it's pretty easy). You will also need to add the compiler to your system path so you can call it simply by typing nmlc into the command line. Then you can run this repository's Python script make.py, which will assemble the source code and compile it using the compiler.

Or, I'm happy to build it for you: SuperCirno_improved_town_industries.zip

SuperCirno commented 3 years ago

Thank you so much! ! !

James103 commented 3 years ago

For consistency, can you please change the file name to simplified_chinese.lng and the first line to ##grflangid 0x56?

SuperCirno commented 3 years ago

For consistency, can you please change the file name to simplified_chinese.lng and the first line to ##grflangid 0x56?

oh sry , I was wrong

SuperCirno commented 3 years ago

It looks like it can be used normally, there is nothing missing

2TallTyler commented 3 years ago

Let me know when you're done with this, and I'll merge it. :)

SuperCirno commented 3 years ago

I finished

2TallTyler commented 3 years ago

Thanks! This is in 1.7.4, now available on Bananas.