Skip to content

Commit

Permalink
v29.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Insomniator committed Dec 14, 2022
1 parent f03d94f commit ad255cc
Show file tree
Hide file tree
Showing 30 changed files with 6,940 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**See [documentation\readme.html](https://spellholdstudios.github.io/TobEx_AfterLife/TobEx_AfterLife/documentation/readme.html) for full README**
43 changes: 43 additions & 0 deletions TobEx_AfterLife/TobEx_AfterLife.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Filename must be the same as tp2 name, placed at the same folder where .tp2 file is present, "UTF8 without BOM" encoding, everything is optional

# ini section header is required to avoid false detection
[Metadata]

# Full name of the mod, without version number
Name = TobEx AfterLife

# Author name or nick, don't use email address
Author = Insomniator

# Short description of the mod, main goals, features etc
Description = AfterLife is TobEx fork with more bugfixes/tweaks of original Baldur's Gate II engine
# Web address of mod readme file (filename is case-sensitive!) You can link to txt, md, html, pdf etc.
Readme = https://spellholdstudios.github.io/TobEx_AfterLife/TobEx_AfterLife/documentation/readme.html
# Web address of mod dedicated forum or forum thread
Forum = http://www.shsforums.net/topic/61072-tobex-afterlife/
# Web address of mod Homepage
Homepage = http://www.shsforums.net/files/file/1274-tobex-afterlife/
# if you use github.com, simply use https://github.com/AccountOrOrgName/RepositoryName
# read more about Delta Updates https://github.com/ALIENQuake/ProjectInfinity/wiki/Delta-Updates-for-mods-hosted-at-Github
Download = https://github.com/SpellholdStudios/TobEx_AfterLife
# Type of LABELs used by the mod, read more here https://www.gibberlings3.net/forums/topic/32516-tutorial-what-is-label
LabelType = GloballyUnique
# Dynamic Install Order, use mod ID as tp2 name without file extension and `setup-` prefix
# This mod must be installed *before* the mods listed after the keyword
Before = bg2improvedgui
# This mod must be installed *after* the mods listed after the keyword
After = TobEx
# The listed mods are required to be installed *before* this mod
Require-Earlier = TobEx
# The listed mods are required to be installed *after* this mod
# Require-Later =
35 changes: 35 additions & 0 deletions TobEx_AfterLife/TobEx_AfterLife.tp2
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
BACKUP "TobEx_AfterLife/backup"

AUTHOR "Insomniator (http://www.shsforums.net/topic/61080-tobex-afterlife/)"

// AUTHOR of original TobEx:
// "Ascension64 (http://www.shsforums.net/forum/606-TobEx/)"

// AUTHOR of TobEx v28:
// "Magus (http://http://www.shsforums.net/topic/60882-a-release/)"

VERSION "v29.12"

LANGUAGE "English"
"english"
"TobEx_AfterLife/tra/english/prompts.tra"
"TobEx_AfterLife/tra/english/setup.tra"

///////////////////////////////// Update existing TobEx
BEGIN @200 DESIGNATED 200
REQUIRE_PREDICATE MOD_IS_INSTALLED ~TOBEX/TOBEX.TP2~ ~100~ @230
REQUIRE_PREDICATE FILE_EXISTS ~TobEx_ini/TobExVer.txt~ @230

OUTER_SPRINT TOBEX_MOD_DIRECTORY "./TobEx_AfterLife"
LOAD_TRA "%TOBEX_MOD_DIRECTORY%/TobEx_redist/TobEx.tra"
ACTION_INCLUDE "%TOBEX_MOD_DIRECTORY%/TobEx_redist/TobEx_AfterLife.tpa"


/////////////////////////////////
// Remove Improved Invisibility saving throws +4 bonuses from BG2Fixpack/Mods
// if option 'Saving Throw Fix' will be never disabled
//BEGIN @300 DESIGNATED 300
//REQUIRE_PREDICATE MOD_IS_INSTALLED ~TOBEX_AFTERLIFE/TOBEX_AFTERLIFE.TP2~ ~200~ @240

//OUTER_SPRINT TOBEX_MOD_DIRECTORY "./TobEx_AfterLife"
//ACTION_INCLUDE "%TOBEX_MOD_DIRECTORY%/TobEx_redist/TobEx_ImpInvFix.tpa"
Binary file added TobEx_AfterLife/TobEx_redist/AsmJit.dll
Binary file not shown.
Binary file added TobEx_AfterLife/TobEx_redist/TobEx.dll
Binary file not shown.
Binary file added TobEx_AfterLife/TobEx_redist/TobEx.pdb
Binary file not shown.
1 change: 1 addition & 0 deletions TobEx_AfterLife/TobEx_redist/TobExVer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29
Loading

0 comments on commit ad255cc

Please sign in to comment.