Transport Fever 2

Transport Fever 2

Alpine Climate - Snow at 700m
31 条留言
Dugonger 4 月 27 日 下午 11:35 
This caused a crash for me
Creator13 3 月 25 日 上午 5:24 
Works fine for me (after enabling the mod on load and changing the climate setting to Alpine 700m), tested on a custom map.
SteelRodent 2024 年 5 月 23 日 上午 10:10 
neither of these snow mods work anymore. No snow at any altitude
dangoude 2024 年 3 月 31 日 上午 5:19 
pls fix
dangoude 2024 年 3 月 31 日 上午 5:17 
it dosent work
ΛSТROИO 2024 年 2 月 17 日 上午 4:27 
Could you do this mod for 500m as well? Would be great for some flatter maps to have at least a change in colour (brown/orange and grey). Thanks!
edu.martinez7 2023 年 6 月 21 日 上午 8:41 
Doesn't work for me. Any of them. Just creates mesas no mountains and no snow. Don't know why
dmonsta19  [作者] 2023 年 1 月 25 日 上午 10:37 
Good looking map! But honestly, you go ahead and release it. I genuinely don't know when I'll have the time in the next few weeks to update, so please, upload it yourself.
Kartografix 2023 年 1 月 25 日 上午 8:55 
Here you can find a preview image of the map which I will release soon - and which would use the new mod: https://i.imgur.com/7pICo3R.jpg
Kartografix 2023 年 1 月 25 日 上午 8:47 
If you install the bugfix in your files, could you add a new mod (Alipne Climate 900m) too? This would be far easier for me, because the mod would sail under the right flag ;-)

This new mod would be just a copy of the (bugfixed-) Mod "Alpine Climate 1000m" with the following changes in the mod.lua:

1) Find this line:
result.layers:Map(heightmap, layer9Map, { 929 , 1000 } , { 0.8, 1 }, true)

2) Replace the line with this line:
result.layers:Map(heightmap, layer9Map, { 829 , 900 } , { 0.2, 1 }, true)

3) Find this line:
result.layers:Pwlerp(heightmap, temp1Map, { 886, 914, 1000 }, { 0, 0.8, 1})

4) Replace the line with this line:
result.layers:Pwlerp(heightmap, temp1Map, { 786, 814, 900 }, { 0, 0.2, 1})
Kartografix 2023 年 1 月 25 日 上午 8:40 
Here ist the Bugfix:

1) Find this line in mod.lua:
local function reorderAsset(keyword, offset)

2) Add these lines above the line (taken from splendorb, see the other comments)
local function treeFilter(fileName, data)
if string.match(fileName, "usa") or
string.match(fileName, "tropical") or
string.match(fileName, "joshua_pine") or
string.match(fileName, "cactus") then
return false
else
return true
end
end

3) Find this line:
addModifier("loadClimate", climateMod)

4) Add this line below the line:
addFileFilter("model/tree", treeFilter)
dmonsta19  [作者] 2023 年 1 月 25 日 上午 4:23 
Fine by me! Not that I have the time to update these, but can I use your fix of the palm tree bug to update these?
Kartografix 2023 年 1 月 25 日 上午 2:36 
Thank you very much! Since I can't embed text files in the description of my map in the Steam Workshop: would you agree if I publish another mod in the workshop (e.g. "Alpine Climate 900m"), in which I name you as the original author ? Similar to Ruvan: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2567851058&searchtext=Alpine+Climate
dmonsta19  [作者] 2023 年 1 月 24 日 上午 6:23 
Sure thing Kartografix!
Kartografix 2023 年 1 月 24 日 上午 12:39 
Hi dmonsta19! I would like to publish a map in the Steam Workshop which uses your Alpine Climate-Mod. May I publish an adapted version of your mod.lua together with my map? This customized version would include some adjustments to change the snow line - and also to fix the bug with the palm trees.
RocketRanger 2022 年 1 月 9 日 上午 4:54 
splendorb: where doo i have to insert these lines of code to get this bugfix to work? in the existing lua-files i could not fnd any occurence of "treeFilter"...
Wilm4RRrr 2021 年 9 月 26 日 下午 9:18 
woah thanks for this mod, it completely enhanced my immersion on my swedish mountain challenge map, the snow is awesome and i like that the sandy beaches are gone
Nicky 2021 年 8 月 13 日 下午 2:30 
This mod crashes with th elatest patch. I cant tell if it's a conflict with another mod or not, i have over 200.
Stormlover_51 2021 年 5 月 4 日 下午 7:10 
Hello ritknat. In TpF1 I figured out how to change the snow level in the Glacier mod that was so awesome with its "shadow effects" (more snow in shaded areas) but I cannot figure out how to alter this mod in any way because there's so much more code.

A snow mod needs only one thing, snow, period. I don't care for the changes to ground cover etc., I only want snow. And by making it adjustable (or adjusting it oneself inside the mod) one can creates seasons. Why the game makes this impossible to do is beyond me. I'd appreciate any help you can give on this.
dmonsta19  [作者] 2021 年 4 月 25 日 上午 3:22 
Feel free to upload it. I'm no programmer, still haven't been able to figure out how to get rid of the palm trees
ritknat 2021 年 4 月 25 日 上午 2:33 
Hi. I like this mod. More flexibility on maps..

For my personal use I made a version of your climate mod with an adjustable snowline (when loading the mod) so it fits better with different maps - would you be interested in updating the mod or can I upload it here?
Rufert 2021 年 2 月 25 日 下午 3:53 
Also having this crash on any type of map generated. Same with the sister mod
Stormlover_51 2021 年 1 月 14 日 下午 10:28 
Game generated maps have almost no elevations high enough for your snow mod. To be useful for most players you need 500m and 250m.
splendorb 2021 年 1 月 10 日 上午 2:34 
I found a way to hide the tropical/US trees:

local function treeFilter(fileName, data)
if string.match(fileName, "usa") or
string.match(fileName, "tropical") or
string.match(fileName, "joshua_pine") or
string.match(fileName, "cactus") then
return false
else
return true
end
end
Wessel Zero Nine 2020 年 10 月 27 日 上午 9:13 
can u make a 0m snow generator?
dmonsta19  [作者] 2020 年 9 月 6 日 上午 8:31 
Are your mountain Peaks at least 700m in elevation? Snow won't appear until then
Vencaok 2020 年 9 月 6 日 上午 2:50 
yes
dmonsta19  [作者] 2020 年 9 月 5 日 下午 1:37 
Did you change the climate in the loading screen to Alpine after enabling the mod?
Vencaok 2020 年 9 月 5 日 上午 1:13 
rocky klimate works alpine neither
Vencaok 2020 年 9 月 5 日 上午 1:07 
it makes no snow at all