How to set weather in a multi_scene?

正在查看此主题的用户

LAWolves

Regular
After Looking it up in the forums I found out how to make the weather random but not how to set it to a fixed value.
Could you pls help me?
 
I can only help in german:

http://forums.taleworlds.com/index.php/topic,136585.msg3356268.html#msg3356268

but if you want a "fixed value" search "(scene_set_day_time, 16)," in the scripts.py and paste this:
###
    (scene_set_day_time, 7),
    (set_rain, 2 , 70),# Niederschlag: 1.Var=Art (1=Regen, 2=Schnee) 2.Var= Staerke (scheinbar 0-100)
    (set_global_haze_amount, 91), # Nebelstaerke (scheinbar 90 -100)
    (set_global_cloud_amount, 70), #Wolken (0-100)
    (set_postfx, 3), # Meine Grafikeinstellungen sind zu niedrig um hier einen Unterschied zu bemerken
###
 
后退
顶部 底部