Transport Fever 2

Transport Fever 2

189 个评价
World Monuments Collection N.18: Thomaskirche (Leipzig)
5
   
奖励
收藏
已收藏
取消收藏
Scenario: Europe
Misc: Misc
文件大小
发表于
6.393 MB
2021 年 9 月 1 日 下午 4:37
1 项改动说明 ( 查看 )

订阅以下载
World Monuments Collection N.18: Thomaskirche (Leipzig)

在 Lmgordocano 的 1 个合集中
World Monuments Collection
47 件物品
描述
Hola amigos.
La iglesia de Santo Tomás (en alemán, Thomaskirche) es una iglesia luterana de la ciudad alemana de Leipzig. Es conocida por ser el lugar donde Johann Sebastian Bach trabajó como director del coro y donde se encuentran sus restos mortales. Para atraer gente utiliza advance person magnet. Espero que os guste. Saludos.

Hello friends.
The Church of Santo Tomás (in German, Thomaskirche) is a Lutheran church of the German city of Leipzig. It is known for being the place where Johann Sebastian Bach worked as a choir director and where his mortal remains are found. To attract people use advance person magnet. We hope you like it again.

Hallo Freunde.
Thomaskirche ist eine lutherische Kirche in der deutschen Stadt Leipzig. Es ist bekannt als der Ort, an dem Johann Sebastian Bach als Chorleiter wirkte und seine sterblichen Überreste gefunden werden. Um Menschen anzuziehen, verwenden Sie Advanced Person Magnet. Wir hoffen, es gefällt wieder.

Salut les amis.
L'église de Santo Tomás (en allemand, Thomaskirche) est une église luthérienne de la ville allemande de Leipzig. Il est connu pour être le lieu où Jean-Sébastien Bach travaillait comme chef de chœur et où sa dépouille mortelle est retrouvée. Pour attirer les gens, utilisez advance person magnet. J'espère que ça vous plait. Les salutations.

You can download this mod on https://lmgmods.blogspot.com/2022/05/world-monuments-collection-n18.html
21 条留言
Lmgordocano  [作者] 2021 年 9 月 10 日 下午 5:18 
Hallo wolfel666. Es ist ziemlich schwierig, weil es viel Skulptur hat, was nicht meine Stärke ist, aber ich werde es der Liste hinzufügen und sehen, was ich tun kann. Gruß
wolfel666 2021 年 9 月 10 日 下午 3:06 
Ich weiß das ist kein Wunschkonzert, aber wie wäre der Vorschlag Niederwald Denkmal? :steamhappy:
lollus 2021 年 9 月 10 日 上午 3:56 
Yes that was rushed, try:
if params.capacity then
result.personCapacity = {
type = ({"RESIDENTIAL", "COMMERCIAL", "INDUSTRIAL"})[(params.resComInd or 0) + 1],
capacity = params.capacity * 5
}
else
result.personCapacity = nil
end

You can do better than that with an array of capacities, like {0, 5, 10, 20, 50, 100}. More freedom and no more ugly factor 5.

You can also use BUTTON instead of SLIDER, it's nicer to use.
Lmgordocano  [作者] 2021 年 9 月 10 日 上午 3:35 
Hi lollus.I have tested your code and the game crashed when you choose capacity = 0. Any idea ?. Cheers
Hitman 2021 年 9 月 8 日 上午 9:17 
Good style chruch
lollus 2021 年 9 月 7 日 下午 2:37 
Piece of cake. 1) Add these parameters:
{
key = "resComInd",
name = _("Type"),
uiType = "BUTTON",
values = { _("Residential"), _("Commercial"), _("Industrial") }
},
{
key = "capacity",
name = _("Capacity"),
uiType = "SLIDER",
values = { _("0"), _("5"), _("10"), _("15"), _("20"), _("25"), _("30"), _("35"), _("40"), _("45"), _("50"), }
}

2) At the end of updateFn, add:
if params.capacity and params.capacity > 0 then
result.personCapacity = {
type = ({"RESIDENTIAL", "COMMERCIAL", "INDUSTRIAL"})[(params.resComInd or 0) + 1],
capacity = params.capacity * 5
}
else
result.personCapacity = {}
end
Lmgordocano  [作者] 2021 年 9 月 5 日 上午 7:15 
Hallo lechner.1994. Denkmäler des fantastischen Wiens muss es natürlich geben. Alles Gute
lechner.1994 2021 年 9 月 5 日 上午 5:24 
wiedermal ein Meisterwerk Dankeschön ist der Wiener Stephansdom in Planung oder die Oper aus Wien oder so etwas?
GrayFox 2021 年 9 月 4 日 上午 10:17 
Wieder mal große Klasse!
Lmgordocano  [作者] 2021 年 9 月 4 日 上午 9:04 
Hi 9CF8. in resources in the monuments category. Regards