Skip to content

Commit

Permalink
Even more adjustments to Dol Guldur/Corsair Camp, made Helm's Deep re…
Browse files Browse the repository at this point in the history
…gion bigger, fixed a bug with a missing materal
  • Loading branch information
In-Vain committed Sep 19, 2017
1 parent 509e084 commit adac1cf
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ModuleSystem/module_scripts.py
Expand Up @@ -7748,7 +7748,7 @@ def set_item_score():
(try_begin),(eq, reg0, "p_town_minas_tirith"), (assign, ":sight_range", 3.5), #InVain: Slightly reduced, was 4
(else_try), (eq, reg0, "p_town_erebor"), (assign, ":sight_range", 4),
(else_try), (eq, reg0, "p_town_isengard"), (assign, ":sight_range", 6),
(else_try), (eq, reg0, "p_town_hornburg"), (assign, ":sight_range", 1.9), #InVain: Customised so we get both the Hornburg landmark and Hemls Deep region scenes.
(else_try), (eq, reg0, "p_town_hornburg"), (assign, ":sight_range", 3), #InVain: Customised so we get both the Hornburg landmark and Hemls Deep region scenes.
(else_try), (eq, reg0, "p_town_dol_amroth"), (assign, ":sight_range", 5), #InVain
(else_try), (eq, reg0, "p_town_umbar_camp"), (assign, ":sight_range", 8), #InVain
(else_try), (eq, reg0, "p_town_linhir"), (assign, ":sight_range", 8), #InVain
Expand Down Expand Up @@ -10077,7 +10077,7 @@ def set_item_score():
# helm's deep?
(party_get_position,pos20,"p_town_hornburg"),
(get_distance_between_positions, ":dist", pos20, pos1),
(le, ":dist", 420),
(le, ":dist", 700),
(assign, reg1, region_hornburg),
(else_try),
# harrowdale? (valley where edoras is)
Expand Down
Binary file modified Resource/iv_terrain_borders_TLD.brf
Binary file not shown.
Binary file modified SceneObj/scn_minas_morgul_center.sco
Binary file not shown.
Binary file modified _wb/SceneObj/scn_dol_guldur_center.sco
Binary file not shown.
Binary file modified _wb/SceneObj/scn_dol_guldur_siege.sco
Binary file not shown.
Binary file modified _wb/SceneObj/scn_umbar_camp_siege.sco
Binary file not shown.
4 changes: 2 additions & 2 deletions _wb/scripts.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts.txt

Large diffs are not rendered by default.

0 comments on commit adac1cf

Please sign in to comment.