Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
+Readme, +journals (some)
  • Loading branch information
subtledoctor committed Dec 23, 2024
1 parent d1cc3ea commit 7503978
Show file tree
Hide file tree
Showing 15 changed files with 1,951 additions and 1,565 deletions.
104 changes: 74 additions & 30 deletions README.MD

Large diffs are not rendered by default.

50 changes: 34 additions & 16 deletions Reflections/Reflections.tp2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BACKUP ~weidu_external/backup/Reflections~
AUTHOR ~SubtleD~

VERSION ~0.8.0~
VERSION ~0.8.1~

ALWAYS
INCLUDE ~%MOD_FOLDER%/lib/misc_functions.tpa~
Expand Down Expand Up @@ -79,6 +79,11 @@ INCLUDE ~%MOD_FOLDER%/comp/comp_106.tpa~ // dukes post-sarevok
INCLUDE ~%MOD_FOLDER%/comp/comp_107.tpa~ // off-ramp to BG2
INCLUDE ~%MOD_FOLDER%/comp/comp_108.tpa~ // quest introducing the crusade

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10234 @10235 @10321 @10322 @10323 @10435 @10415 @10501 @10601 @10650
ADD_JOURNAL TITLE (@10800) @10801 @10803 @10805 @10807 @10808 @10809

LAF kill_thalantyr END
LAF delay_maze END
LAF early_korlasz END
Expand All @@ -99,6 +104,19 @@ INCLUDE ~%MOD_FOLDER%/comp/comp_110.tpa~

LAF mirror_shards END

//___________________________________________________________________________________
//
/*
BEGIN @150 // bp in bg
DESIGNATED 150
LABEL ~D5_REFLECTIONS_BP_IN_BG~
REQUIRE_PREDICATE (GAME_IS ~eet~) OR (GAME_INCLUDES ~sod~) ~ ~

INCLUDE ~%MOD_FOLDER%/comp/comp_150.tpa~

LAF put_bp_in_bg END
*/

//___________________________________________________________________________________
//
BEGIN @200 // rewriting history
Expand Down Expand Up @@ -177,12 +195,24 @@ LAF clone_saga END

//___________________________________________________________________________________
//
BEGIN @310 // SoD content in BG2
DESIGNATED 310
BEGIN @320 // imoen can die
DESIGNATED 320
LABEL ~D5_REFLECTIONS_IMOEN_CAN_DIE~
REQUIRE_PREDICATE (GAME_IS ~bg2ee eet~) ~ ~
// forbid if i4eva installed

INCLUDE ~%MOD_FOLDER%/comp/comp_320.tpa~

LAF imoen_can_die END

//___________________________________________________________________________________
//
BEGIN @330 // SoD content in BG2
DESIGNATED 330
LABEL ~D5_REFLECTIONS_SOD_CONTENT_SOA~
REQUIRE_PREDICATE (GAME_IS ~eet~) ~ ~

INCLUDE ~%MOD_FOLDER%/comp/comp_310.tpa~
INCLUDE ~%MOD_FOLDER%/comp/comp_330.tpa~

LAF reveal_small_teeth END
LAF sod_remix_coldhearth_dungeon END
Expand All @@ -191,18 +221,6 @@ LAF sod_remix_wyrm_forest END
LAF sod_remix_bloodbark_grove END
// LAF sod_remix_underground_river END

//___________________________________________________________________________________
//
BEGIN @330 // imoen can die
DESIGNATED 330
LABEL ~D5_REFLECTIONS_IMOEN_CAN_DIE~
REQUIRE_PREDICATE (GAME_IS ~bg2ee eet~) ~ ~
// forbid if i4eva installed

INCLUDE ~%MOD_FOLDER%/comp/comp_330.tpa~

LAF imoen_can_die END

//___________________________________________________________________________________
//

Expand Down
2 changes: 1 addition & 1 deletion Reflections/comp/comp_102.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY_EXISTING ~liia.cre~ ~override~

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10234 @10235
// ADD_JOURNAL TITLE (@10200) @10234 @10235

// add to Belt's dialogue

Expand Down
2 changes: 1 addition & 1 deletion Reflections/comp/comp_103.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEFINE_ACTION_FUNCTION early_korlasz BEGIN

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10321 @10322 @10323
// ADD_JOURNAL TITLE (@10200) @10321 @10322 @10323

INCLUDE ~%MOD_FOLDER%/lib/get_response_strrefs.tph~

Expand Down
2 changes: 1 addition & 1 deletion Reflections/comp/comp_104.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DEFINE_ACTION_FUNCTION entar_accuse BEGIN

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10435 @10415
// ADD_JOURNAL TITLE (@10200) @10435 @10415

// add a game check to record the last time Imoen is in the party

Expand Down
2 changes: 1 addition & 1 deletion Reflections/comp/comp_105.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEFINE_ACTION_FUNCTION keep_playing BEGIN

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10501
// ADD_JOURNAL TITLE (@10200) @10501

// stuff from EBG1

Expand Down
8 changes: 5 additions & 3 deletions Reflections/comp/comp_106.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TO DO:

// prep journal entries

ADD_JOURNAL TITLE (@10200) @10601 @10650
// ADD_JOURNAL TITLE (@10200) @10601 @10650

<<<<<<<< .../c#st2sod.baf
IF
Expand Down Expand Up @@ -368,7 +368,8 @@ IF ~~ BEGIN d5beltsd_14
IF ~~
DO ~SetGlobal("D5DaustonQuest","GLOBAL",1)
SetGlobal("BD_KICK_DAUSTON","GLOBAL",99)
AddJournalEntry(@10601,QUEST_DONE)~
AddJournalEntry(@10601,QUEST_DONE)
AddJournalEntry(@10801,QUEST)~
EXIT
END

Expand All @@ -387,7 +388,8 @@ IF WEIGHT #-1 ~Global("C#st_HeroCutScene","GLOBAL",1) Global("D5AltEndSoD","GLOB
IF ~~
DO ~SetGlobal("D5DaustonQuest","GLOBAL",1)
SetGlobal("BD_KICK_DAUSTON","GLOBAL",99)
AddJournalEntry(@10601,QUEST_DONE)~
AddJournalEntry(@10601,QUEST_DONE)
AddJournalEntry(@10801,QUEST)~
EXIT
END

Expand Down
2 changes: 1 addition & 1 deletion Reflections/comp/comp_107.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TO DO:

// prep journal entries ...?

//ADD_JOURNAL TITLE (@10701) @10702
// ADD_JOURNAL TITLE (@10701) @10702


// copy in stuff
Expand Down
15 changes: 10 additions & 5 deletions Reflections/comp/comp_108.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ DEFINE_ACTION_FUNCTION one_for_the_road BEGIN
/*
TO DO:

***** WRITE JOURNAL ENTRIES

***** add phantom sarevok

- after killing Sarevok, dukes talk about Caelar
Expand All @@ -32,7 +30,7 @@ TO DO:

// prep journal entries

ADD_JOURNAL TITLE (@10800) @10801 @10802 @10803 @10805 @10807 @10808 @10809
// ADD_JOURNAL TITLE (@10800) @10801 @10802 @10803 @10805 @10807 @10808 @10809

// make spells for soul glow

Expand Down Expand Up @@ -130,7 +128,10 @@ END

IF ~~ BEGIN d5bart3dq_3
SAY @10813
IF ~~ REPLY @10812 DO ~SetGlobal("D5DaustonQuest","GLOBAL",4) AddJournalEntry(@10803,QUEST)~ EXIT
IF ~~ REPLY @10812
DO ~SetGlobal("D5DaustonQuest","GLOBAL",4)
AddJournalEntry(@10803,QUEST)~
EXIT
END

END
Expand Down Expand Up @@ -225,7 +226,10 @@ APPEND BART14

IF ~~ BEGIN d5bart14dq_1
SAY @10816
IF ~~ REPLY @10818 DO ~SetGlobal("D5DaustonQuest","GLOBAL",6) AddJournalEntry(@10805,QUEST)~ EXIT
IF ~~ REPLY @10818
DO ~SetGlobal("D5DaustonQuest","GLOBAL",6)
AddJournalEntry(@10805,QUEST)~
EXIT
END

END
Expand Down Expand Up @@ -352,6 +356,7 @@ IF ~~ BEGIN d5ubmay1_14
SAY @10843
IF ~~ REPLY @10818
DO ~SetGlobal("D5DaustonQuest","GLOBAL",6)
AddJournalEntry(@10805,QUEST)
SetGlobal("D5UBRefugeesMove","GLOBAL",3)
SetGlobal("D5UBRefugeeSpeech","%bg1_area_prefix%1000",4)~ EXIT
END
Expand Down
Loading

0 comments on commit 7503978

Please sign in to comment.