Skip to content

Commit 34ad67b

Browse files
committed
(station) Bump version number post-release
1 parent d3cf1d0 commit 34ad67b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

station/dovemere_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def gen():
2828
grfid=b"\xE5\xBC\x8Bs",
2929
name=s["STR_GRF_NAME"],
3030
description=s["STR_GRF_DESC"],
31-
version=16,
31+
version=17,
3232
min_compatible_version=14,
3333
id_map_file="station/id_map.json",
3434
sprite_cache_path="station/.cache",

station/lang/chinese.lng

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##grflangid 0x56
2-
STR_GRF_NAME :中国包:车站 - 芜湖 {WHITE}0.3.2
3-
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 - {PUSH_COLOUR}{SILVER}芜湖 {WHITE}0.3.2{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} 下分发。
2+
STR_GRF_NAME :中国包:车站 - 芜湖 {WHITE}0.3.3-INDEV
3+
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}中国{RED}包{POP_COLOUR}:车站 - {PUSH_COLOUR}{SILVER}芜湖 {WHITE}0.3.3-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} 下分发。
44

55
STR_PARAM_INTRODUCTION_YEAR :全局设置 - 车站可建造年份
66
STR_PARAM_INTRODUCTION_YEAR_DESC :选择本 NewGRF 内每个车站是否在特定年份后才可用

station/lang/english-uk.lng

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##grflangid 0x01
2-
STR_GRF_NAME :China Set: Stations - Wuhu {WHITE}0.3.2
3-
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations {PUSH_COLOUR}{SILVER}Wuhu {WHITE}0.3.2{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}.
2+
STR_GRF_NAME :China Set: Stations - Wuhu {WHITE}0.3.3-INDEV
3+
STR_GRF_DESC :{}{PUSH_COLOUR}{GOLD}China{RED} Set{POP_COLOUR}: Stations {PUSH_COLOUR}{SILVER}Wuhu {WHITE}0.3.3-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}.
44

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

0 commit comments

Comments
 (0)