Skip to content

Commit

Permalink
Merge pull request #372 from aquileia/bigmap_macro
Browse files Browse the repository at this point in the history
NR bigmap and cutscenes, LoW track
  • Loading branch information
aquileia committed Jan 28, 2015
2 parents 30e2beb + bc1b5ca commit c67326e
Show file tree
Hide file tree
Showing 32 changed files with 995 additions and 1,496 deletions.
2 changes: 1 addition & 1 deletion changelog
Expand Up @@ -46,7 +46,7 @@ Version 1.13.0-dev:
* Eras, mods, and options are now available for sp campaigns.
* Fix sighted events firing too early in several scenarios. Fixes bug #22466
* Use the new bigmaps for A Tale of Two Brothers, Delfadors Memoirs, The
Hammer of Thursagan and the epilogue of Legend of Wesmere.
Hammer of Thursagan, Northern Rebirth and the epilogue of Legend of Wesmere.
* Descent into Darkness:
* Fixed various issues with player and enemy gold and income in
'Descent into Darkness'.
Expand Down
Expand Up @@ -19,11 +19,8 @@
gold=0
[/side]

{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE1} ) }
[story]
[part]
show_title=yes
[/part]

# wmllint: directory spelling Dionli Legmir El'Isomithir
[part]
background="portraits/dionli.png"
Expand Down
Expand Up @@ -43,7 +43,7 @@ Chapter Three"
story= _ "Believing that Wesmere’s seeming safety might prove a costly illusion, Kalenz, Landar and Olurf left enough troops and resources to guard it strongly before starting off on the long and dangerous trip to the great mage of Thoria. They would soon find that peril was closer than they had reckoned."
[/part]
[/story]
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE1} ) }
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE2} ) }

#define PLAYER_GOLD
{GOLD 287 260 230}
Expand Down
Expand Up @@ -30,7 +30,7 @@
delay=4000
[/part]
[/story]
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE2} ) }
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE3} ) }

#define PLAYER_GOLD
{GOLD 200 180 160}
Expand Down
Expand Up @@ -28,10 +28,9 @@
{LOW_BIGMAP}
{FLIGHT_COMPLETE}
{TREASURY_COMPLETE}
{BOOK_STAGE3}
{BOOK_STAGE4}
[/part]
[/story]
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_STAGE3_END} ) }

#define PLAYER_GOLD
{GOLD 300 200 100}
Expand Down
Expand Up @@ -28,8 +28,11 @@

[story]
[part]
#TODO insert a trackplayer route back to the cliffs of thoria
story= _ "With Crelanu’s book in hand, Kalenz and his band began the long journey south to the Ka’lian..."
{LOW_BIGMAP}
{TREASURY_COMPLETE}
{BOOK_COMPLETE}
{ALLIANCE_STAGE1}
[/part]
[/story]

Expand Down
Expand Up @@ -119,10 +119,9 @@ Chapter Four"
{LOW_BIGMAP}
{TREASURY_COMPLETE}
{BOOK_COMPLETE}
{ALLIANCE_STAGE1}
{ALLIANCE_STAGE2}
[/part]
[/story]
{LOW_TRACK ( {TREASURY_COMPLETE} {BOOK_COMPLETE} {ALLIANCE_STAGE1_END} ) }

#define PLAYER_GOLD
{GOLD 250 200 150}
Expand Down
Expand Up @@ -38,11 +38,6 @@
[story]
[part]
story= _ "With the battle of Tath over, Kalenz and Landar knew the time had come to carry out Crelanu’s dangerous but necessary plan. Meanwhile Cleodil had, reluctantly, been training Kalenz in a selected few of the secrets of Crelanu’s book..."
delay=4000
{LOW_BIGMAP}
{TREASURY_COMPLETE}
{BOOK_COMPLETE}
{ALLIANCE_STAGE2}
[/part]
[part]
background=story/characters/cleodil.png
Expand All @@ -65,6 +60,7 @@
story={CAPTION ( _ "Kalenz")} + _ "My eyes are open. To the danger, and... to you. You glow like a star in the night, Cleodil. You will be my guide out of darkness."
[/part]
[/story]
{LOW_TRACK ( {FLIGHT_COMPLETE} {TREASURY_COMPLETE} {BOOK_COMPLETE} {ALLIANCE_STAGE3} ) }

#wmllint: validate-off
[side]
Expand Down
Expand Up @@ -34,7 +34,7 @@
delay=4000
[/part]
[/story]
{LOW_TRACK ( {TREASURY_COMPLETE} {BOOK_COMPLETE} {ALLIANCE_STAGE3} ) }
{LOW_TRACK ( {TREASURY_COMPLETE} {BOOK_COMPLETE} {ALLIANCE_STAGE4} ) }

#define PLAYER_GOLD
{GOLD 300 200 100}
Expand Down

0 comments on commit c67326e

Please sign in to comment.