Transport Fever 2

Transport Fever 2

163 avaliações
World Monuments Collection N.18: Thomaskirche (Leipzig)
5
   
Premiar
+ favoritos
Nos favoritos
- favoritos
Scenario: Europe
Misc: Misc
Tamanho
Publicado em
6.393 MB
1/set./2021 às 16:37
1 nota de atualização ( ver )

Inscreva-se para baixar
World Monuments Collection N.18: Thomaskirche (Leipzig)

Em 1 coleção de Lmgordocano
World Monuments Collection
47 itens
Descrição
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 comentário(s)
Lmgordocano  [autor(a)] 10/set./2021 às 17: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 10/set./2021 às 15:06 
Ich weiß das ist kein Wunschkonzert, aber wie wäre der Vorschlag Niederwald Denkmal? :steamhappy:
lollus 10/set./2021 às 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  [autor(a)] 10/set./2021 às 3:35 
Hi lollus.I have tested your code and the game crashed when you choose capacity = 0. Any idea ?. Cheers
FolaxFever 8/set./2021 às 9:17 
Good style chruch
lollus 7/set./2021 às 14: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  [autor(a)] 5/set./2021 às 7:15 
Hallo lechner.1994. Denkmäler des fantastischen Wiens muss es natürlich geben. Alles Gute
lechner.1994 5/set./2021 às 5:24 
wiedermal ein Meisterwerk Dankeschön ist der Wiener Stephansdom in Planung oder die Oper aus Wien oder so etwas?
GrayFox 4/set./2021 às 10:17 
Wieder mal große Klasse!
Lmgordocano  [autor(a)] 4/set./2021 às 9:04 
Hi 9CF8. in resources in the monuments category. Regards