Transport Fever 2

Transport Fever 2

163 ratings
World Monuments Collection N.18: Thomaskirche (Leipzig)
5
   
Award
Favorite
Favorited
Unfavorite
Scenario: Europe
Misc: Misc
File Size
Posted
6.393 MB
Sep 1, 2021 @ 4:37pm
1 Change Note ( view )

Subscribe to download
World Monuments Collection N.18: Thomaskirche (Leipzig)

In 1 collection by Lmgordocano
World Monuments Collection
47 items
Description
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 Comments
Lmgordocano  [author] Sep 10, 2021 @ 5:18pm 
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 Sep 10, 2021 @ 3:06pm 
Ich weiß das ist kein Wunschkonzert, aber wie wäre der Vorschlag Niederwald Denkmal? :steamhappy:
lollus Sep 10, 2021 @ 3:56am 
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  [author] Sep 10, 2021 @ 3:35am 
Hi lollus.I have tested your code and the game crashed when you choose capacity = 0. Any idea ?. Cheers
FolaxFever Sep 8, 2021 @ 9:17am 
Good style chruch
lollus Sep 7, 2021 @ 2:37pm 
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  [author] Sep 5, 2021 @ 7:15am 
Hallo lechner.1994. Denkmäler des fantastischen Wiens muss es natürlich geben. Alles Gute
lechner.1994 Sep 5, 2021 @ 5:24am 
wiedermal ein Meisterwerk Dankeschön ist der Wiener Stephansdom in Planung oder die Oper aus Wien oder so etwas?
GrayFox Sep 4, 2021 @ 10:17am 
Wieder mal große Klasse!
Lmgordocano  [author] Sep 4, 2021 @ 9:04am 
Hi 9CF8. in resources in the monuments category. Regards