Skip to content

Commit

Permalink
(station) Version bump after 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Oct 13, 2024
1 parent 6e4b488 commit 9a7abbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion station/dovemere_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def gen():
grfid=b"\xE5\xBC\x8Bs",
name=s["STR_GRF_NAME"],
description=s["STR_GRF_DESC"],
version=15,
version=16,
min_compatible_version=14,
id_map_file="station/id_map.json",
sprite_cache_path="station/.cache",
Expand Down
4 changes: 2 additions & 2 deletions station/lang/chinese.lng
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##grflangid 0x56
STR_GRF_NAME :中国包:车站 - 芜湖 {WHITE}0.3.1
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 - {PUSH_COLOUR}{SILVER}芜湖 {WHITE}0.3.1{POP_COLOUR}{}{}本 NewGRF 是 {PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 (CNS) 的扩展包,提供基于{PUSH_COLOUR}{SILVER}芜湖{POP_COLOUR}的火车站的模块化地块和车站模版。{}{}推荐使用 OpenTTD 14.0 或更高版本,可使用本 NewGRF 里的全部主要功能。更低版本由于功能限制,仅能使用精选的部分站台。{}{}{PUSH_COLOUR}{WHITE}贡献者{POP_COLOUR}:{}Ahyangyi, WenSim.{}{}在 {PUSH_COLOUR}{SILVER}GPL v2{POP_COLOUR} 下分发。
STR_GRF_NAME :中国包:车站 - 芜湖 {WHITE}0.3.2-INDEV
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 - {PUSH_COLOUR}{SILVER}芜湖 {WHITE}0.3.2-INDEV{POP_COLOUR}{}{}本 NewGRF 是 {PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 (CNS) 的扩展包,提供基于{PUSH_COLOUR}{SILVER}芜湖{POP_COLOUR}的火车站的模块化地块和车站模版。{}{}推荐使用 OpenTTD 14.0 或更高版本,可使用本 NewGRF 里的全部主要功能。更低版本由于功能限制,仅能使用精选的部分站台。{}{}{PUSH_COLOUR}{WHITE}贡献者{POP_COLOUR}:{}Ahyangyi, WenSim.{}{}在 {PUSH_COLOUR}{SILVER}GPL v2{POP_COLOUR} 下分发。

STR_PARAM_INTRODUCTION_YEAR :全局设置 - 车站可建造年份
STR_PARAM_INTRODUCTION_YEAR_DESC :选择本 NewGRF 内每个车站是否在特定年份后才可用
Expand Down
4 changes: 2 additions & 2 deletions station/lang/english-uk.lng
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##grflangid 0x01
STR_GRF_NAME :China Set: Stations - Wuhu {WHITE}0.3.1
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations {PUSH_COLOUR}{SILVER}Wuhu {WHITE}0.3.1{POP_COLOUR}{}{}An add-on to {PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations (CNS), this NewGRF provides modular tiles templated stations modeled after railway stations in {PUSH_COLOUR}{SILVER}Wuhu, China{POP_COLOUR}.{}{}OpenTTD 14.0 or above is recommended for most functionalities, though older versions are supported with a vastly reduced station selection.{}{}{PUSH_COLOUR}{WHITE}Contributors{POP_COLOUR}:{}Ahyangyi, WenSim.{}{}Distributed under {PUSH_COLOUR}{SILVER}GPL v2{POP_COLOUR}.
STR_GRF_NAME :China Set: Stations - Wuhu {WHITE}0.3.2-INDEV
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations {PUSH_COLOUR}{SILVER}Wuhu {WHITE}0.3.2-INDEV{POP_COLOUR}{}{}An add-on to {PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations (CNS), this NewGRF provides modular tiles templated stations modeled after railway stations in {PUSH_COLOUR}{SILVER}Wuhu, China{POP_COLOUR}.{}{}OpenTTD 14.0 or above is recommended for most functionalities, though older versions are supported with a vastly reduced station selection.{}{}{PUSH_COLOUR}{WHITE}Contributors{POP_COLOUR}:{}Ahyangyi, WenSim.{}{}Distributed under {PUSH_COLOUR}{SILVER}GPL v2{POP_COLOUR}.

STR_PARAM_INTRODUCTION_YEAR :Global - Station Availability
STR_PARAM_INTRODUCTION_YEAR_DESC :Choose whether each station in this NewGRF can only be built after a certain year
Expand Down

0 comments on commit 9a7abbd

Please sign in to comment.