Skip to content

Commit

Permalink
Merge pull request #3 from Gitjas/master
Browse files Browse the repository at this point in the history
update to v4
  • Loading branch information
Gitjas authored May 6, 2020
2 parents ac15871 + 18c1e39 commit 5c6087d
Show file tree
Hide file tree
Showing 12 changed files with 1,602 additions and 66 deletions.
16 changes: 14 additions & 2 deletions imoen_forever/imoen_forever.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BACKUP ~imoen_forever/backup~
AUTHOR ~Please post at G3 or Kerzenburgforum, refer to readme.~


VERSION ~Version 3~
VERSION ~v4~

README ~imoen_forever/readme.imoen_forever.%LANGUAGE%.txt~ ~imoen_forever/readme.imoen_forever.english.txt~

Expand All @@ -30,7 +30,19 @@ ALWAYS
OUTER_SET EVAL ~%name_source%~ = bg2_chapter
END

INCLUDE ~imoen_forever/lib/extra_regexp_vars.tph~
INCLUDE ~imoen_forever/lib/extra_regexp_vars.tph~

ACTION_IF GAME_IS ~bgt~ THEN BEGIN
INCLUDE ~imoen_forever/lib/g3_bgt_cpmvars.tpa~
END

ACTION_IF GAME_IS ~bgee~ THEN BEGIN
INCLUDE ~imoen_forever/lib/g3_bgee_cpmvars.tpa~
END

ACTION_IF GAME_IS ~eet~ THEN BEGIN
INCLUDE ~EET/other/cpmvars/eet_cpmvars.tpa~
END

//CamDawgs CD_STATE_NOTVALID
APPEND ~STATE.IDS~ ~0x80101FEF CD_STATE_NOTVALID~ UNLESS ~CD_STATE_NOTVALID~
Expand Down
Loading

0 comments on commit 5c6087d

Please sign in to comment.