├── .bgforge.yml ├── .gitattributes ├── .github ├── FUNDING.yml └── workflows │ ├── build.yml │ └── poify.yml ├── .gitignore ├── .gitmodules ├── .prettierrc.json ├── .vscode └── settings.json ├── README.md ├── docs ├── changelog.md ├── convenience.md ├── credits.md ├── familiars.md ├── gameplay.md ├── items.md ├── modding.md ├── quests.md ├── soundsets.md ├── spells.md ├── stores.md └── traps.md ├── eslint.config.mjs ├── package.json ├── pnpm-lock.yaml └── tnt ├── components ├── algernons_cloak │ └── main.tpa ├── ammo_weight │ └── main.tpa ├── bloodless_deeds │ └── main.tpa ├── cleanup_stores │ └── main.tpa ├── cloak_of_mirroring │ └── main.tpa ├── compliments │ ├── 2da.tpa │ ├── cherry_pick.tpa │ ├── disable.tpa │ ├── extend_soundsets.tpa │ ├── framerate.tpa │ ├── haerdalis.tpa │ ├── main.tpa │ ├── read_soundsets.tpa │ ├── sound_list.tpa │ ├── wine_check.tpa │ └── write_soundsets.tpa ├── distinct_items │ ├── g_nester.bam │ ├── g_perdue.bam │ └── main.tpa ├── easy_traps │ ├── baf │ │ ├── detection.baf │ │ ├── displaystring.baf │ │ ├── g_traps2.baf │ │ ├── intuition.baf │ │ └── main.baf │ ├── cleric.tpa │ ├── functions.tpa │ ├── main.tpa │ ├── subcomponents.tpa │ └── traps_tra.tpa ├── extended_soundsets │ ├── cherry_pick.tpa │ ├── clear_silent.tpa │ ├── main.tpa │ ├── read_soundsets.tpa │ ├── wav │ │ ├── g_ttaja1.wav │ │ ├── g_ttaja2.wav │ │ ├── g_ttbra1.wav │ │ ├── g_ttedw1.wav │ │ ├── g_tthae1.wav │ │ ├── g_ttjah1.wav │ │ ├── g_ttkag1.wav │ │ ├── g_ttkel1.wav │ │ ├── g_ttkel2.wav │ │ ├── g_ttkiv1.wav │ │ ├── g_ttkor1.wav │ │ ├── g_ttkor2.wav │ │ ├── g_ttmin1.wav │ │ ├── g_ttval1.wav │ │ ├── g_ttxan1.wav │ │ └── g_ttyos1.wav │ └── write_soundsets.tpa ├── fair_fights │ ├── arkanis.tpa │ ├── bayard.tpa │ ├── borda.tpa │ ├── drizzt.tpa │ ├── dushai.tpa │ ├── kahrk.tpa │ ├── mages.tpa │ ├── main.tpa │ ├── malchor.tpa │ ├── non_innocents.tpa │ ├── shandalar.tpa │ └── winski.tpa ├── faster_forging │ ├── botsmith.d │ ├── main.tpa │ └── wsmith01.d ├── faster_loading_times │ └── main.tpa ├── goodberries_stacking │ └── main.tpa ├── greater_command │ └── main.tpa ├── hassle_free_ammo │ ├── g_arrow.itm │ ├── g_axe.itm │ ├── g_bolt.itm │ ├── g_bull.itm │ ├── g_dagg.itm │ ├── g_dart.itm │ ├── items.2da │ └── main.tpa ├── improved_equalizer │ ├── know_alignment.tpa │ ├── main.tpa │ ├── spell.tpa │ ├── target.tpa │ ├── wielder.tpa │ └── wsmith01.d ├── improved_strongholds │ ├── bard.tpa │ ├── cleric.tpa │ ├── druid.tpa │ ├── fighter.tpa │ ├── mage.tpa │ ├── main.tpa │ ├── other.tpa │ └── ranger.tpa ├── less_autosaves │ └── main.tpa ├── limited_stock │ └── main.tpa ├── more_ankhegs │ └── main.tpa ├── more_mage_fencing │ └── main.tpa ├── more_map_notes │ └── main.tpa ├── no_blur │ └── main.tpa ├── no_cast_and_attack │ └── main.tpa ├── no_lightning │ └── main.tpa ├── no_shop_steal │ ├── all.tpa │ └── fence.tpa ├── no_steal_carsomyr │ └── main.tpa ├── no_store_depreciation │ └── main.tpa ├── no_talk_shadows │ └── main.tpa ├── no_xp_farm │ └── main.tpa ├── non_hostile_grease │ └── main.tpa ├── npc_soundsets │ ├── cherry_pick.tpa │ └── main.tpa ├── otiluke │ └── main.tpa ├── pnp_protection │ ├── itemexcl.2da │ └── main.tpa ├── pnp_protection_from_evil │ └── main.tpa ├── poison_protection │ └── main.tpa ├── potions_no_stack │ ├── macro.tpa │ └── main.tpa ├── really_mirrored_eyes │ └── main.tpa ├── resilient_familiars │ ├── g_fdie.bcs │ ├── g_fimm.spl │ └── main.tpa ├── romance_cheats │ ├── amber.tpa │ ├── bg1npc.tpa │ ├── dearnise.tpa │ ├── main.tpa │ ├── saerileth.tpa │ └── tyris.tpa ├── save_melicamp │ ├── main.tpa │ ├── thalantyr.baf │ └── thalantyr.tbaf ├── sensible_multiclass_restrictions │ └── main.tpa ├── sensible_spins │ ├── g_despi.bam │ ├── g_despib.bam │ └── main.tpa ├── shandalars_cloak │ └── main.tpa ├── slayer │ ├── heal.d │ ├── low_rep.d │ └── norep.d ├── smarter_familiars │ ├── dialogs.tpa │ ├── empty.bcs │ ├── familiars.d │ ├── g_fam.baf │ ├── g_fam.tbaf │ ├── g_fsped0.spl │ ├── g_fsped1.spl │ ├── g_fsped2.spl │ ├── jumpout.baf │ ├── lib.g_fam.ts │ └── main.tpa ├── spider_form │ └── main.tpa ├── starting_bags │ ├── ar0602.baf │ ├── bottomless.tpa │ ├── candle.baf │ ├── g_ammo.itm │ ├── g_ammo.sto │ ├── g_bags.cre │ ├── g_bags.d │ ├── g_gem.itm │ ├── g_gem.sto │ ├── g_hold.itm │ ├── g_hold.sto │ ├── g_pot.itm │ ├── g_pot.sto │ ├── g_scr.itm │ ├── g_scr.sto │ └── main.tpa ├── stat_bonuses │ ├── g_stat1.spl │ ├── g_stat2.spl │ └── stats.baf ├── throwing_damage │ └── main.tpa ├── tracking │ ├── main.tpa │ ├── spcl920b.bam │ └── spcl922.spl ├── trap_fixes │ └── main.tpa ├── true_true_grandmastery │ ├── main.tpa │ └── wspatck.2da ├── true_true_sight │ └── main.tpa ├── uncheese_mislead │ ├── g_simul.baf │ └── main.tpa ├── uncheese_project_image │ ├── g_pi_spy.eff │ ├── g_pispy0.baf │ ├── g_pispy1.baf │ ├── g_pispy1_spell_block.baf │ ├── g_pnp_pi.baf │ └── main.tpa ├── unstack_chaos_shield │ └── main.tpa ├── wand_of_frost │ └── main.tpa └── working_non_detection │ └── main.tpa ├── lib ├── external │ ├── bg1npc │ │ ├── alter_dlg.tpa │ │ ├── bg1npc_always.tpa │ │ ├── bg1npc_project_macros.tpa │ │ ├── bg1npc_specvar.tpa │ │ ├── bgee_area_script_assign.tph │ │ ├── eet_area_script_assign.tph │ │ ├── extra_regexp_vars.tpa │ │ ├── g3_bgee_cpmvars.tpa │ │ ├── g3_bgt_cpmvars.tpa │ │ ├── g3_dreamscript_cpmvars.tpa │ │ ├── g3_fluid_cpmvars.tpa │ │ ├── g3_tutu_cpmvars.tpa │ │ ├── ids_entries_cleanup.tph │ │ ├── lib_interject.tpa │ │ └── tutu_area_script_assign.tph │ ├── ids.tpa │ ├── ir.tpa │ └── main.tpa ├── familiars.tpa ├── functions.tph ├── g_dummy.spl ├── init.tpa ├── scs │ └── alter_script.tpa ├── soundsets │ └── cre_list.tpa └── tobex.tpa ├── tnt.ini ├── tnt.tp2 ├── tobex_redist ├── asmjit.dll ├── default_core.ini ├── default_tweak.ini ├── lua │ ├── area.lua │ ├── creature.lua │ ├── dump.lua │ ├── sprite.lua │ └── user.lua ├── override │ ├── anitnsnd.2da │ ├── aniwksnd.2da │ ├── argtype.ids │ ├── asgnspec.ids │ ├── bardsong.spl │ ├── clsrcreq.2da │ ├── clssplab.2da │ ├── diffmod.2da │ ├── encumber.2da │ ├── hidespl.2da │ ├── hpbarb.2da │ ├── hpclass.2da │ ├── item_use.2da │ ├── mgsrcreq.2da │ ├── racetext.2da │ ├── rndbase1.bmp │ ├── rndbase2.bmp │ ├── rndbase3.bmp │ ├── rndbase4.bmp │ ├── rndbase5.bmp │ ├── sltsteal.2da │ └── toolscrl.bam ├── patch │ └── template.patch ├── readme │ ├── readme.htm │ └── tobexreference.htm ├── tobex.dll ├── tobex.lua ├── tobex.tpa ├── tobex.tra ├── tobex0018.tpa ├── tobex0018t.txt ├── tobex0019.tpa ├── tobex0020.tpa ├── tobex0020t.txt ├── tobex0021.tpa ├── tobex0022.tpa ├── tobex0023.tpa ├── tobex0023t.txt ├── tobex0024.tpa ├── tobex0024t.txt ├── tobex0025.tpa ├── tobex_ini.txt ├── tobexloader.exe └── tobexver.txt ├── tools ├── oggdec.exe ├── sox └── wavc.exe ├── tra ├── english │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra ├── french │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra ├── po │ ├── english.pot │ ├── es.po │ ├── fr.po │ ├── pl.po │ ├── pt_BR.po │ ├── russian.po │ └── sv.po ├── polish │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra ├── portuguese │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra ├── russian │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra ├── spanish │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra └── swedish │ ├── easy_traps.tra │ ├── extended_soundsets.tra │ ├── faster_forging.tra │ ├── hassle_free_ammo.tra │ ├── improved_equalizer.tra │ ├── improved_strongholds.tra │ ├── more_map_notes.tra │ ├── pnp_protection_from_evil.tra │ ├── potions_no_stack.tra │ ├── really_mirrored_eyes.tra │ ├── sensible_spins.tra │ ├── setup.tra │ ├── shandalars_cloak.tra │ ├── smarter_familiars.tra │ ├── starting_bags.tra │ ├── throwing_damage.tra │ ├── tracking.tra │ ├── true_true_grandmastery.tra │ ├── true_true_sight.tra │ ├── wand_of_frost.tra │ └── working_non_detection.tra └── tra_ee ├── README.md ├── english ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra ├── french ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra ├── polish ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra ├── portuguese ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra ├── russian ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra ├── spanish ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra └── swedish ├── easy_traps.tra ├── extended_soundsets.tra ├── faster_forging.tra ├── hassle_free_ammo.tra ├── improved_equalizer.tra ├── improved_strongholds.tra ├── more_map_notes.tra ├── pnp_protection_from_evil.tra ├── potions_no_stack.tra ├── really_mirrored_eyes.tra ├── sensible_spins.tra ├── setup.tra ├── shandalars_cloak.tra ├── smarter_familiars.tra ├── starting_bags.tra ├── throwing_damage.tra ├── tracking.tra ├── true_true_grandmastery.tra ├── true_true_sight.tra ├── wand_of_frost.tra └── working_non_detection.tra /.bgforge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.bgforge.yml -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: BGforge 2 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/poify.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.github/workflows/poify.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.gitmodules -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/README.md -------------------------------------------------------------------------------- /docs/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/changelog.md -------------------------------------------------------------------------------- /docs/convenience.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/convenience.md -------------------------------------------------------------------------------- /docs/credits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/credits.md -------------------------------------------------------------------------------- /docs/familiars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/familiars.md -------------------------------------------------------------------------------- /docs/gameplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/gameplay.md -------------------------------------------------------------------------------- /docs/items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/items.md -------------------------------------------------------------------------------- /docs/modding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/modding.md -------------------------------------------------------------------------------- /docs/quests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/quests.md -------------------------------------------------------------------------------- /docs/soundsets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/soundsets.md -------------------------------------------------------------------------------- /docs/spells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/spells.md -------------------------------------------------------------------------------- /docs/stores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/stores.md -------------------------------------------------------------------------------- /docs/traps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/docs/traps.md -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /tnt/components/algernons_cloak/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/algernons_cloak/main.tpa -------------------------------------------------------------------------------- /tnt/components/ammo_weight/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/ammo_weight/main.tpa -------------------------------------------------------------------------------- /tnt/components/bloodless_deeds/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/bloodless_deeds/main.tpa -------------------------------------------------------------------------------- /tnt/components/cleanup_stores/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/cleanup_stores/main.tpa -------------------------------------------------------------------------------- /tnt/components/cloak_of_mirroring/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/cloak_of_mirroring/main.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/2da.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/2da.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/cherry_pick.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/cherry_pick.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/disable.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/disable.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/extend_soundsets.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/extend_soundsets.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/framerate.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/framerate.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/haerdalis.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/haerdalis.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/main.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/read_soundsets.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/read_soundsets.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/sound_list.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/sound_list.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/wine_check.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/wine_check.tpa -------------------------------------------------------------------------------- /tnt/components/compliments/write_soundsets.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/compliments/write_soundsets.tpa -------------------------------------------------------------------------------- /tnt/components/distinct_items/g_nester.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/distinct_items/g_nester.bam -------------------------------------------------------------------------------- /tnt/components/distinct_items/g_perdue.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/distinct_items/g_perdue.bam -------------------------------------------------------------------------------- /tnt/components/distinct_items/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/distinct_items/main.tpa -------------------------------------------------------------------------------- /tnt/components/easy_traps/baf/detection.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/baf/detection.baf -------------------------------------------------------------------------------- /tnt/components/easy_traps/baf/displaystring.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/baf/displaystring.baf -------------------------------------------------------------------------------- /tnt/components/easy_traps/baf/g_traps2.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/baf/g_traps2.baf -------------------------------------------------------------------------------- /tnt/components/easy_traps/baf/intuition.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/baf/intuition.baf -------------------------------------------------------------------------------- /tnt/components/easy_traps/baf/main.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/baf/main.baf -------------------------------------------------------------------------------- /tnt/components/easy_traps/cleric.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/cleric.tpa -------------------------------------------------------------------------------- /tnt/components/easy_traps/functions.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/functions.tpa -------------------------------------------------------------------------------- /tnt/components/easy_traps/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/main.tpa -------------------------------------------------------------------------------- /tnt/components/easy_traps/subcomponents.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/subcomponents.tpa -------------------------------------------------------------------------------- /tnt/components/easy_traps/traps_tra.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/easy_traps/traps_tra.tpa -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/cherry_pick.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/cherry_pick.tpa -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/clear_silent.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/clear_silent.tpa -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/main.tpa -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/read_soundsets.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/read_soundsets.tpa -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttaja1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttaja1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttaja2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttaja2.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttbra1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttbra1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttedw1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttedw1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_tthae1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_tthae1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttjah1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttjah1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkag1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkag1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkel1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkel1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkel2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkel2.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkiv1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkiv1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkor1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkor1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttkor2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttkor2.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttmin1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttmin1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttval1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttval1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttxan1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttxan1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/wav/g_ttyos1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/wav/g_ttyos1.wav -------------------------------------------------------------------------------- /tnt/components/extended_soundsets/write_soundsets.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/extended_soundsets/write_soundsets.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/arkanis.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/arkanis.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/bayard.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/bayard.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/borda.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/borda.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/drizzt.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/drizzt.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/dushai.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/dushai.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/kahrk.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/kahrk.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/mages.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/mages.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/main.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/malchor.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/malchor.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/non_innocents.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/non_innocents.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/shandalar.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/shandalar.tpa -------------------------------------------------------------------------------- /tnt/components/fair_fights/winski.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/fair_fights/winski.tpa -------------------------------------------------------------------------------- /tnt/components/faster_forging/botsmith.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/faster_forging/botsmith.d -------------------------------------------------------------------------------- /tnt/components/faster_forging/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/faster_forging/main.tpa -------------------------------------------------------------------------------- /tnt/components/faster_forging/wsmith01.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/faster_forging/wsmith01.d -------------------------------------------------------------------------------- /tnt/components/faster_loading_times/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/faster_loading_times/main.tpa -------------------------------------------------------------------------------- /tnt/components/goodberries_stacking/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/goodberries_stacking/main.tpa -------------------------------------------------------------------------------- /tnt/components/greater_command/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/greater_command/main.tpa -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_arrow.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_arrow.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_axe.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_axe.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_bolt.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_bolt.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_bull.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_bull.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_dagg.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_dagg.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/g_dart.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/g_dart.itm -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/items.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/items.2da -------------------------------------------------------------------------------- /tnt/components/hassle_free_ammo/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/hassle_free_ammo/main.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/know_alignment.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/know_alignment.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/main.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/spell.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/spell.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/target.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/target.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/wielder.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/wielder.tpa -------------------------------------------------------------------------------- /tnt/components/improved_equalizer/wsmith01.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_equalizer/wsmith01.d -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/bard.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/bard.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/cleric.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/cleric.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/druid.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/druid.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/fighter.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/fighter.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/mage.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/mage.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/main.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/other.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/other.tpa -------------------------------------------------------------------------------- /tnt/components/improved_strongholds/ranger.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/improved_strongholds/ranger.tpa -------------------------------------------------------------------------------- /tnt/components/less_autosaves/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/less_autosaves/main.tpa -------------------------------------------------------------------------------- /tnt/components/limited_stock/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/limited_stock/main.tpa -------------------------------------------------------------------------------- /tnt/components/more_ankhegs/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/more_ankhegs/main.tpa -------------------------------------------------------------------------------- /tnt/components/more_mage_fencing/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/more_mage_fencing/main.tpa -------------------------------------------------------------------------------- /tnt/components/more_map_notes/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/more_map_notes/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_blur/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_blur/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_cast_and_attack/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_cast_and_attack/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_lightning/main.tpa: -------------------------------------------------------------------------------- 1 | COPY_EXISTING_REGEXP "^.*\.are$" override 2 | WRITE_SHORT ARE_lighting_probability 0 3 | BUT_ONLY 4 | -------------------------------------------------------------------------------- /tnt/components/no_shop_steal/all.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_shop_steal/all.tpa -------------------------------------------------------------------------------- /tnt/components/no_shop_steal/fence.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_shop_steal/fence.tpa -------------------------------------------------------------------------------- /tnt/components/no_steal_carsomyr/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_steal_carsomyr/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_store_depreciation/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_store_depreciation/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_talk_shadows/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_talk_shadows/main.tpa -------------------------------------------------------------------------------- /tnt/components/no_xp_farm/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/no_xp_farm/main.tpa -------------------------------------------------------------------------------- /tnt/components/non_hostile_grease/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/non_hostile_grease/main.tpa -------------------------------------------------------------------------------- /tnt/components/npc_soundsets/cherry_pick.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/npc_soundsets/cherry_pick.tpa -------------------------------------------------------------------------------- /tnt/components/npc_soundsets/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/npc_soundsets/main.tpa -------------------------------------------------------------------------------- /tnt/components/otiluke/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/otiluke/main.tpa -------------------------------------------------------------------------------- /tnt/components/pnp_protection/itemexcl.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/pnp_protection/itemexcl.2da -------------------------------------------------------------------------------- /tnt/components/pnp_protection/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/pnp_protection/main.tpa -------------------------------------------------------------------------------- /tnt/components/pnp_protection_from_evil/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/pnp_protection_from_evil/main.tpa -------------------------------------------------------------------------------- /tnt/components/poison_protection/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/poison_protection/main.tpa -------------------------------------------------------------------------------- /tnt/components/potions_no_stack/macro.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/potions_no_stack/macro.tpa -------------------------------------------------------------------------------- /tnt/components/potions_no_stack/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/potions_no_stack/main.tpa -------------------------------------------------------------------------------- /tnt/components/really_mirrored_eyes/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/really_mirrored_eyes/main.tpa -------------------------------------------------------------------------------- /tnt/components/resilient_familiars/g_fdie.bcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/resilient_familiars/g_fdie.bcs -------------------------------------------------------------------------------- /tnt/components/resilient_familiars/g_fimm.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/resilient_familiars/g_fimm.spl -------------------------------------------------------------------------------- /tnt/components/resilient_familiars/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/resilient_familiars/main.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/amber.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/amber.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/bg1npc.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/bg1npc.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/dearnise.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/dearnise.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/main.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/saerileth.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/saerileth.tpa -------------------------------------------------------------------------------- /tnt/components/romance_cheats/tyris.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/romance_cheats/tyris.tpa -------------------------------------------------------------------------------- /tnt/components/save_melicamp/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/save_melicamp/main.tpa -------------------------------------------------------------------------------- /tnt/components/save_melicamp/thalantyr.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/save_melicamp/thalantyr.baf -------------------------------------------------------------------------------- /tnt/components/save_melicamp/thalantyr.tbaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/save_melicamp/thalantyr.tbaf -------------------------------------------------------------------------------- /tnt/components/sensible_multiclass_restrictions/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/sensible_multiclass_restrictions/main.tpa -------------------------------------------------------------------------------- /tnt/components/sensible_spins/g_despi.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/sensible_spins/g_despi.bam -------------------------------------------------------------------------------- /tnt/components/sensible_spins/g_despib.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/sensible_spins/g_despib.bam -------------------------------------------------------------------------------- /tnt/components/sensible_spins/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/sensible_spins/main.tpa -------------------------------------------------------------------------------- /tnt/components/shandalars_cloak/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/shandalars_cloak/main.tpa -------------------------------------------------------------------------------- /tnt/components/slayer/heal.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/slayer/heal.d -------------------------------------------------------------------------------- /tnt/components/slayer/low_rep.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/slayer/low_rep.d -------------------------------------------------------------------------------- /tnt/components/slayer/norep.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/slayer/norep.d -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/dialogs.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/dialogs.tpa -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/empty.bcs: -------------------------------------------------------------------------------- 1 | SC 2 | SC 3 | -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/familiars.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/familiars.d -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/g_fam.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/g_fam.baf -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/g_fam.tbaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/g_fam.tbaf -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/g_fsped0.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/g_fsped0.spl -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/g_fsped1.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/g_fsped1.spl -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/g_fsped2.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/g_fsped2.spl -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/jumpout.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/jumpout.baf -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/lib.g_fam.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/lib.g_fam.ts -------------------------------------------------------------------------------- /tnt/components/smarter_familiars/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/smarter_familiars/main.tpa -------------------------------------------------------------------------------- /tnt/components/spider_form/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/spider_form/main.tpa -------------------------------------------------------------------------------- /tnt/components/starting_bags/ar0602.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/ar0602.baf -------------------------------------------------------------------------------- /tnt/components/starting_bags/bottomless.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/bottomless.tpa -------------------------------------------------------------------------------- /tnt/components/starting_bags/candle.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/candle.baf -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_ammo.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_ammo.itm -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_ammo.sto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_ammo.sto -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_bags.cre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_bags.cre -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_bags.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_bags.d -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_gem.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_gem.itm -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_gem.sto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_gem.sto -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_hold.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_hold.itm -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_hold.sto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_hold.sto -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_pot.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_pot.itm -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_pot.sto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_pot.sto -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_scr.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_scr.itm -------------------------------------------------------------------------------- /tnt/components/starting_bags/g_scr.sto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/g_scr.sto -------------------------------------------------------------------------------- /tnt/components/starting_bags/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/starting_bags/main.tpa -------------------------------------------------------------------------------- /tnt/components/stat_bonuses/g_stat1.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/stat_bonuses/g_stat1.spl -------------------------------------------------------------------------------- /tnt/components/stat_bonuses/g_stat2.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/stat_bonuses/g_stat2.spl -------------------------------------------------------------------------------- /tnt/components/stat_bonuses/stats.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/stat_bonuses/stats.baf -------------------------------------------------------------------------------- /tnt/components/throwing_damage/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/throwing_damage/main.tpa -------------------------------------------------------------------------------- /tnt/components/tracking/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/tracking/main.tpa -------------------------------------------------------------------------------- /tnt/components/tracking/spcl920b.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/tracking/spcl920b.bam -------------------------------------------------------------------------------- /tnt/components/tracking/spcl922.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/tracking/spcl922.spl -------------------------------------------------------------------------------- /tnt/components/trap_fixes/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/trap_fixes/main.tpa -------------------------------------------------------------------------------- /tnt/components/true_true_grandmastery/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/true_true_grandmastery/main.tpa -------------------------------------------------------------------------------- /tnt/components/true_true_grandmastery/wspatck.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/true_true_grandmastery/wspatck.2da -------------------------------------------------------------------------------- /tnt/components/true_true_sight/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/true_true_sight/main.tpa -------------------------------------------------------------------------------- /tnt/components/uncheese_mislead/g_simul.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_mislead/g_simul.baf -------------------------------------------------------------------------------- /tnt/components/uncheese_mislead/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_mislead/main.tpa -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/g_pi_spy.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/g_pi_spy.eff -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/g_pispy0.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/g_pispy0.baf -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/g_pispy1.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/g_pispy1.baf -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/g_pispy1_spell_block.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/g_pispy1_spell_block.baf -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/g_pnp_pi.baf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/g_pnp_pi.baf -------------------------------------------------------------------------------- /tnt/components/uncheese_project_image/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/uncheese_project_image/main.tpa -------------------------------------------------------------------------------- /tnt/components/unstack_chaos_shield/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/unstack_chaos_shield/main.tpa -------------------------------------------------------------------------------- /tnt/components/wand_of_frost/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/wand_of_frost/main.tpa -------------------------------------------------------------------------------- /tnt/components/working_non_detection/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/components/working_non_detection/main.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/alter_dlg.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/alter_dlg.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/bg1npc_always.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/bg1npc_always.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/bg1npc_project_macros.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/bg1npc_project_macros.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/bg1npc_specvar.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/bg1npc_specvar.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/bgee_area_script_assign.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/bgee_area_script_assign.tph -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/eet_area_script_assign.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/eet_area_script_assign.tph -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/extra_regexp_vars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/extra_regexp_vars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/g3_bgee_cpmvars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/g3_bgee_cpmvars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/g3_bgt_cpmvars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/g3_bgt_cpmvars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/g3_dreamscript_cpmvars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/g3_dreamscript_cpmvars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/g3_fluid_cpmvars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/g3_fluid_cpmvars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/g3_tutu_cpmvars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/g3_tutu_cpmvars.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/ids_entries_cleanup.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/ids_entries_cleanup.tph -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/lib_interject.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/lib_interject.tpa -------------------------------------------------------------------------------- /tnt/lib/external/bg1npc/tutu_area_script_assign.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/bg1npc/tutu_area_script_assign.tph -------------------------------------------------------------------------------- /tnt/lib/external/ids.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/ids.tpa -------------------------------------------------------------------------------- /tnt/lib/external/ir.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/ir.tpa -------------------------------------------------------------------------------- /tnt/lib/external/main.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/external/main.tpa -------------------------------------------------------------------------------- /tnt/lib/familiars.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/familiars.tpa -------------------------------------------------------------------------------- /tnt/lib/functions.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/functions.tph -------------------------------------------------------------------------------- /tnt/lib/g_dummy.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/g_dummy.spl -------------------------------------------------------------------------------- /tnt/lib/init.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/init.tpa -------------------------------------------------------------------------------- /tnt/lib/scs/alter_script.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/scs/alter_script.tpa -------------------------------------------------------------------------------- /tnt/lib/soundsets/cre_list.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/soundsets/cre_list.tpa -------------------------------------------------------------------------------- /tnt/lib/tobex.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/lib/tobex.tpa -------------------------------------------------------------------------------- /tnt/tnt.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tnt.ini -------------------------------------------------------------------------------- /tnt/tnt.tp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tnt.tp2 -------------------------------------------------------------------------------- /tnt/tobex_redist/asmjit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/asmjit.dll -------------------------------------------------------------------------------- /tnt/tobex_redist/default_core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/default_core.ini -------------------------------------------------------------------------------- /tnt/tobex_redist/default_tweak.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/default_tweak.ini -------------------------------------------------------------------------------- /tnt/tobex_redist/lua/area.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/lua/area.lua -------------------------------------------------------------------------------- /tnt/tobex_redist/lua/creature.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/lua/creature.lua -------------------------------------------------------------------------------- /tnt/tobex_redist/lua/dump.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/lua/dump.lua -------------------------------------------------------------------------------- /tnt/tobex_redist/lua/sprite.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/lua/sprite.lua -------------------------------------------------------------------------------- /tnt/tobex_redist/lua/user.lua: -------------------------------------------------------------------------------- 1 | -- user.lua 2 | -------------------------------------------------------------------------------- /tnt/tobex_redist/override/anitnsnd.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/anitnsnd.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/aniwksnd.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/aniwksnd.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/argtype.ids: -------------------------------------------------------------------------------- 1 | IDS V1.0 2 | 1 INT 3 | 2 STR 4 | -------------------------------------------------------------------------------- /tnt/tobex_redist/override/asgnspec.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/asgnspec.ids -------------------------------------------------------------------------------- /tnt/tobex_redist/override/bardsong.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/bardsong.spl -------------------------------------------------------------------------------- /tnt/tobex_redist/override/clsrcreq.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/clsrcreq.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/clssplab.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/clssplab.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/diffmod.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/diffmod.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/encumber.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/encumber.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/hidespl.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/hidespl.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/hpbarb.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/hpbarb.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/hpclass.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/hpclass.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/item_use.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/item_use.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/mgsrcreq.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/mgsrcreq.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/racetext.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/racetext.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/rndbase1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/rndbase1.bmp -------------------------------------------------------------------------------- /tnt/tobex_redist/override/rndbase2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/rndbase2.bmp -------------------------------------------------------------------------------- /tnt/tobex_redist/override/rndbase3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/rndbase3.bmp -------------------------------------------------------------------------------- /tnt/tobex_redist/override/rndbase4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/rndbase4.bmp -------------------------------------------------------------------------------- /tnt/tobex_redist/override/rndbase5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/rndbase5.bmp -------------------------------------------------------------------------------- /tnt/tobex_redist/override/sltsteal.2da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/sltsteal.2da -------------------------------------------------------------------------------- /tnt/tobex_redist/override/toolscrl.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/override/toolscrl.bam -------------------------------------------------------------------------------- /tnt/tobex_redist/patch/template.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/patch/template.patch -------------------------------------------------------------------------------- /tnt/tobex_redist/readme/readme.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/readme/readme.htm -------------------------------------------------------------------------------- /tnt/tobex_redist/readme/tobexreference.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/readme/tobexreference.htm -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex.dll -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex.lua -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex.tra -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0018.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0018.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0018t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0018t.txt -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0019.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0019.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0020.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0020.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0020t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0020t.txt -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0021.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0021.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0022.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0022.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0023.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0023.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0023t.txt: -------------------------------------------------------------------------------- 1 | Engine:Enable Auto-Pause On All Screens=0 2 | -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0024.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0024.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0024t.txt: -------------------------------------------------------------------------------- 1 | Action:Attacks Are All Genuine=0 2 | -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex0025.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex0025.tpa -------------------------------------------------------------------------------- /tnt/tobex_redist/tobex_ini.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobex_ini.txt -------------------------------------------------------------------------------- /tnt/tobex_redist/tobexloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tobex_redist/tobexloader.exe -------------------------------------------------------------------------------- /tnt/tobex_redist/tobexver.txt: -------------------------------------------------------------------------------- 1 | 28 -------------------------------------------------------------------------------- /tnt/tools/oggdec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tools/oggdec.exe -------------------------------------------------------------------------------- /tnt/tools/sox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tools/sox -------------------------------------------------------------------------------- /tnt/tools/wavc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tools/wavc.exe -------------------------------------------------------------------------------- /tnt/tra/english/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/english/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/english/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/english/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/english/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/english/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/english/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/english/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/english/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/english/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~gaze~ 2 | -------------------------------------------------------------------------------- /tnt/tra/english/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/english/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/setup.tra -------------------------------------------------------------------------------- /tnt/tra/english/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/english/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/english/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/english/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/english/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/english/true_true_grandmastery.tra: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tnt/tra/english/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/english/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/english/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/english/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/french/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/french/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/french/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/french/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/french/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/french/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/french/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/french/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/french/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/french/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~regard~ 2 | -------------------------------------------------------------------------------- /tnt/tra/french/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/french/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/setup.tra -------------------------------------------------------------------------------- /tnt/tra/french/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/french/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/french/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/french/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/french/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/french/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/french/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/french/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/french/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/po/english.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/english.pot -------------------------------------------------------------------------------- /tnt/tra/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/es.po -------------------------------------------------------------------------------- /tnt/tra/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/fr.po -------------------------------------------------------------------------------- /tnt/tra/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/pl.po -------------------------------------------------------------------------------- /tnt/tra/po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/pt_BR.po -------------------------------------------------------------------------------- /tnt/tra/po/russian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/russian.po -------------------------------------------------------------------------------- /tnt/tra/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/po/sv.po -------------------------------------------------------------------------------- /tnt/tra/polish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/polish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/polish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/polish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/polish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/polish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/polish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/polish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/polish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/polish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~gaze~ 2 | -------------------------------------------------------------------------------- /tnt/tra/polish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/polish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/setup.tra -------------------------------------------------------------------------------- /tnt/tra/polish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/polish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/polish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/polish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/polish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/polish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra/polish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/polish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/polish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/polish/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~gaze~ 2 | -------------------------------------------------------------------------------- /tnt/tra/portuguese/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/setup.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/portuguese/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/portuguese/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/russian/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/russian/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/russian/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/russian/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/russian/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/russian/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/russian/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/russian/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/russian/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/russian/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra/russian/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/russian/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/setup.tra -------------------------------------------------------------------------------- /tnt/tra/russian/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/russian/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/russian/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/russian/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/russian/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/russian/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra/russian/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/russian/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/russian/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/russian/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~gaze~ 2 | -------------------------------------------------------------------------------- /tnt/tra/spanish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/setup.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/spanish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/spanish/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- 1 | @1 = ~gaze~ 2 | -------------------------------------------------------------------------------- /tnt/tra/swedish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/setup.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra/swedish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra/swedish/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/README.md -------------------------------------------------------------------------------- /tnt/tra_ee/english/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/english/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/english/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/french/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/french/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/polish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/polish/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/portuguese/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/portuguese/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/russian/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/russian/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/spanish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/spanish/working_non_detection.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/easy_traps.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/easy_traps.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/extended_soundsets.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/extended_soundsets.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/faster_forging.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/faster_forging.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/hassle_free_ammo.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/hassle_free_ammo.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/improved_equalizer.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/improved_equalizer.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/improved_strongholds.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/improved_strongholds.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/more_map_notes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/more_map_notes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/pnp_protection_from_evil.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/pnp_protection_from_evil.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/potions_no_stack.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/potions_no_stack.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/really_mirrored_eyes.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/really_mirrored_eyes.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/sensible_spins.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/sensible_spins.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/setup.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/setup.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/shandalars_cloak.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/shandalars_cloak.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/smarter_familiars.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/smarter_familiars.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/starting_bags.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/starting_bags.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/throwing_damage.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/throwing_damage.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/tracking.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/tracking.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/true_true_grandmastery.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/true_true_grandmastery.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/true_true_sight.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/true_true_sight.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/wand_of_frost.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/wand_of_frost.tra -------------------------------------------------------------------------------- /tnt/tra_ee/swedish/working_non_detection.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGforgeNet/bg2-tweaks-and-tricks/HEAD/tnt/tra_ee/swedish/working_non_detection.tra --------------------------------------------------------------------------------