Jump to content

EET Journal Entries


Roxanne

Recommended Posts

Is there a way to remove journal entires that are resolved but not removed by the game.

BGT had an editing function for that.

Those are journal entries that have no in-game trigger for removal (inherited from original BG1 and never corrected in EE either). Few examples:

- Prism - in case you help the artist but decide to leave the jewels on the statue

- Melicamp - if you talk to Kissing after you already rescued the chicken

Link to comment

Example: you finished a quest, then afterwards encountered a rumor of that quest, which was added to your journal. No way to move it from active to completed, because you already did it.

This is the issue with Chicken/Melicamp (he is happily learning spells in his human form again).

Maybe the Prism quest is not for art lovers only for bounty hunters.

Link to comment

Question

I have finished BG1 part of EET and done the transition. Now I am in Irenicus Dungeon, Global ENDOFBG1 is 2. In the current beta version, the Chapter is again 1 - but that will change in the future.

In order to test my mod's globals etc what would be the chapter in EET when finished 14 or 15?

My assumption according to documentation is 1 + 14 = 15.

Link to comment

My assumption according to documentation is 1 + 14 = 15.

http://gibberlings3.net/forums/index.php?showtopic=27751 :

 

ACTION_IF (GAME_IS ~eet~) AND (FILE_CONTAINS ~override/EET.flag~ ~EET_JOURNAL~) BEGIN //EET v1.0 or later

OUTER_SET bg2_chapter_1 = 15

OUTER_SET bg2_chapter_2 = 16

OUTER_SET bg2_chapter_3 = 17

OUTER_SET bg2_chapter_4 = 18

OUTER_SET bg2_chapter_5 = 19

OUTER_SET bg2_chapter_6 = 20

OUTER_SET bg2_chapter_7 = 21

OUTER_SET bg2_chapter_8 = 22

OUTER_SET bg2_chapter_9 = 23

OUTER_SET bg2_chapter_10 = 24

END ELSE BEGIN //any other platform, including EET v0.9

OUTER_SET bg2_chapter_1 = 1

OUTER_SET bg2_chapter_2 = 2

OUTER_SET bg2_chapter_3 = 3

OUTER_SET bg2_chapter_4 = 4

OUTER_SET bg2_chapter_5 = 5

OUTER_SET bg2_chapter_6 = 6

OUTER_SET bg2_chapter_7 = 7

OUTER_SET bg2_chapter_8 = 8

OUTER_SET bg2_chapter_9 = 9

OUTER_SET bg2_chapter_10 = 10

END

Link to comment

 

My assumption according to documentation is 1 + 14 = 15.

http://gibberlings3.net/forums/index.php?showtopic=27751 :

 

ACTION_IF (GAME_IS ~eet~) AND (FILE_CONTAINS ~override/EET.flag~ ~EET_JOURNAL~) BEGIN //EET v1.0 or later

OUTER_SET bg2_chapter_1 = 15

OUTER_SET bg2_chapter_2 = 16

OUTER_SET bg2_chapter_3 = 17

OUTER_SET bg2_chapter_4 = 18

OUTER_SET bg2_chapter_5 = 19

OUTER_SET bg2_chapter_6 = 20

OUTER_SET bg2_chapter_7 = 21

OUTER_SET bg2_chapter_8 = 22

OUTER_SET bg2_chapter_9 = 23

OUTER_SET bg2_chapter_10 = 24

END ELSE BEGIN //any other platform, including EET v0.9

OUTER_SET bg2_chapter_1 = 1

OUTER_SET bg2_chapter_2 = 2

OUTER_SET bg2_chapter_3 = 3

OUTER_SET bg2_chapter_4 = 4

OUTER_SET bg2_chapter_5 = 5

OUTER_SET bg2_chapter_6 = 6

OUTER_SET bg2_chapter_7 = 7

OUTER_SET bg2_chapter_8 = 8

OUTER_SET bg2_chapter_9 = 9

OUTER_SET bg2_chapter_10 = 10

END

 

Yes, thanks, I have that - just was not sure if 15 is right in Irenicus dungeon already or upon leaving. Anyway, current EET beta does not go above 10 yet, at least not the journal. The engine may still read the global correctly nevertheless.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...