Skip to content

Instantly share code, notes, and snippets.

@v1ld
Last active December 20, 2023 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v1ld/107bb29dddad5493c74e36a41296639c to your computer and use it in GitHub Desktop.
Save v1ld/107bb29dddad5493c74e36a41296639c to your computer and use it in GitHub Desktop.

BGEE EET, SCS, ToF mod load order 2023

The Core Mods are meant to be used on PC/Deck/iPad, with separate sections for PC/Deck UI and iPad UI. Core mods are wrapped by EET/EET_end while UI tweak mods ike EEUITweaks, EEex and Bubb's Extended Menu can come after EET_end. No large UI mod like Lefreut's UI or Dragonspear UI++ that needs to be at the head of EET is being used here.

Useful Links

  1. EET Mod Compatibility List
  2. Installing EET on your iPhone/iPad
  3. Original iPad install post

EET uses its own Documents folder so portraits need to go into %USERPROFILE%\Documents\Baldur's Gate - Enhanced Edition Trilogy\portraits

Core Mods

BG1EE: Initialization

  1. DLC Merger

BG2EE: EET

  1. EET
  2. Imoen4Ever
  3. Ascension
  4. Endless BG1
  5. EET Tweaks
  6. Tweaks Anthology
  7. A7 Hidden Gameplay Options - after Tweaks Anthology
  8. Talents of Faerun
  9. Sword Coast Stratagems
  10. aTweaks - Only uninterruptible warrior innates & creature coloring
  11. PPE
  12. EET_End

PC/Deck UI

See EEUITweaks EEex Setup.

  1. EEUITweaks
  2. EEex - all but green contingencies bar
  3. Bubb's Spell Menu Extended

iPad UI

See EEUITweaks iPad Setup.

  1. EEUITweaks

PC/Deck Install Script

#!/bin/sh

test -f weidu.conf || echo 'lang_dir = en_us' >weidu.conf

common='--skip-at-view --language 0'

date >time_start &&
  ./setup-EET.exe $common --force-install 0 --args-list S &&
  ./setup-imoen_forever.exe $common --force-install-list 0 1 2 3 10 11 12 16 20 &&
  ./setup-Ascension.exe $common --force-install-list 0 10 20 30 40 50 60 2300 2400 &&
  ./setup-c\#endlessbg1.exe $common --force-install-list 0 1 5 6 7 9 13 15 &&
  ./setup-EET_Tweaks.exe $common --force-install-list 4040 4060 4070 &&
  ./setup-cdtweaks.exe $common --force-install-list 60 70 110 130 140 160 171 182 3151 2010 1010 1020 1040 1070 1075 1080 1101 1120 1160 1230 1270 1330 2220 2320 2540 2999 3000 3020 3031 3040 3050 3083 3093 3103 3113 3121 3123 3125 3170 3200 3230 3294 3300 3330 3343 3354 4000 4025 4150 4170 &&
  ./setup-HiddenGameplayOptions.exe $common --force-install-list 0 &&
  ./setup-dw_talents.exe $common --force-install-list 1500 1510 1520 2000 2500 2510 2520 40200 40300 40310 40400 40450 40610 40900 60100 60200 60300 80000 80150 81000 81012 81100 &&
  ./setup-stratagems.exe $common --force-install-list 3505 3540 4000 4100 4130 4135 4140 4250 5000 5900 6000 6010 6030 6040 6100 &&
  ./setup-atweaks.exe $common --force-install-list 201 310 &&
  ./setup-PPE.exe $common --force-install-list 0 100 &&
  ./setup-EET_end.exe $common --force-install 0 &&
  ./Setup-EEUITweaks.exe $common --force-install-list 1070 2000 2030 2060 3024 3050 &&
  ./setup-EEex.exe $common --force-install-list 0 1 2 3 5 6 &&
  ./setup-bubb_spell_menu_extended.exe $common --force-install-list 0 &&
date >time_end

if test -f InfinityLoader.exe; then
  mv Baldur.exe BaldurReal.exe &&
  mv InfinityLoader.exe Baldur.exe &&
  mv InfinityLoader.ini InfinityLoader-original.ini &&
  sed <InfinityLoader-original.ini >InfinityLoader.ini \
    -e 's/^ExeNames=.*$/ExeNames=BaldurReal.exe\r/' \
    -e 's/^ExeSwitchAlias=.*$/ExeSwitchAlias=BaldurReal.exe:Baldur.exe\r/' \
    -e 's/^ProtonCompatibility=.*$/ProtonCompatibility=0\r/'
else
  echo "Did not find InfinityLoader.exe!"
fi

Weidu Components

// In BG1EE install directory!
~DLCMERGER/DLCMERGER.TP2~ #0 #1 // Merge DLC into game -> Merge "Siege of Dragonspear" DLC: 1.5

// Everything else in BG2EE directory!

// To skip biffing use --args-list BS. B for biffing, S to stop desktop icon creation
./setup-EET.exe --skip-at-view --language 0 --force-install 0 --args-list S &&
~EET/EET.TP2~ #0 #0 // EET core (resource importation): V13.4

./setup-imoen_forever.exe --skip-at-view --language 0 --force-install-list 0 1 2 3 10 11 12 16 20 &&
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #0 // Imoen 4 Ever in BGII: Imoen Returns after Talking to Gaelan in Chapter 2: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #1 // Imoen 4 Ever in BGII: Give Imoen Dialogue Content in SoA: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #2 // Imoen 4 Ever in BGII: Yoshimo Comes to Brynnlaw: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #3 // Imoen 4 Ever in BGII: Give Imoen Protection Spell in Chapters 2 & 3: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #10 // Imoen 4 Ever in SoD: Imoen Remains in Group in Korlasz' Dungeon: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #11 // Imoen 4 Ever in SoD: Imoen Returns to PC in First Coalition Camp (bd1000): v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #12 // Imoen 4 Ever in SoD: Imoen Gives Better Reason to Stay Behind in Palace: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #16 // Imoen 4 Ever in SoD: Unify Imoen's Portrait -> Use Imoen's SoD Portrait after Korlasz' Crypt: v11.3
~IMOEN_FOREVER/IMOEN_FOREVER.TP2~ #0 #20 // Imoen's chest moves with the campaign, too: v11.3

./setup-Ascension.exe --skip-at-view --language 0 --force-install-list 0 10 20 30 40 50 60 2300 2400 &&
~ASCENSION/ASCENSION.TP2~ #0 #0 // Rewritten Final Chapter of Throne of Bhaal: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #10 // Balthazar can be redeemed: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #20 // Improved Sarevok-Player Interactions: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #30 // Improved Imoen-Player Interactions in Throne of Bhaal: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #40 // Restored Bhaalspawn Powers: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #50 // Improved Slayer Transformation: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #60 // Expanded Epilogues for Bioware NPCs -> David Gaider's expanded epilogues for Bioware NPCs: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #2300 // Sharper portraits of Abazigal and Gromnir for the Enhanced Edition, by DavidW: 2.0.26
~ASCENSION/ASCENSION.TP2~ #0 #2400 // Slightly improved cutscenes, by DavidW: 2.0.26

./setup-c\#endlessbg1.exe --skip-at-view --language 0 --force-install-list 0 1 5 6 7 9 13 15 &&
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #0 // Endless BG1: Main Component (Required): 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #1 // More Flavor to Hero of Baldur's Gate (Includes PC's Residence Inside Palace): 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #5 // Imoen and Duke Jannath (Imoen Gets Residence Inside Palace): 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #6 // Duke Eltan Is in the Palace: 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #7 // Flaming Fist After Final Fight: 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #9 // Elminster Makes an Appearance -> Restored BG1 Text: 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #13 // Skip Thieves' Maze Once After Sarevok's Death: 18.1
~C#ENDLESSBG1/C#ENDLESSBG1.TP2~ #0 #15 // Fenster the Palace Healer Is in the Palace: 18.1

./setup-EET_Tweaks.exe --skip-at-view --language 0 --force-install-list 4040 4060 4070 &&
~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #4040 // Import party items to SoA: 1.12
~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #4060 // Wand Case: 1.12
~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #4070 // Key Ring: 1.12

./setup-cdtweaks.exe --skip-at-view --language 0 --force-install-list 60 70 110 130 140 160 171 182 3151 2010 1010 1020 1040 1070 1075 1080 1101 1120 1160 1230 1270 1330 2220 2320 2540 2999 3000 3020 3031 3040 3050 3083 3093 3103 3113 3121 3123 3125 3170 3200 3230 3294 3300 3330 3343 3354 4000 4025 4150 4170 &&
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics [Andyr]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #110 // Icon Improvements: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #140 // Fix Boo's Squeak: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #160 // Make Magic Shields Glow [plainab/grogerson]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #171 // Unique Icons [Lava] -> Replace all icons: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #182 // Unique Containers [Miloch] -> Unique icons and names: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3151 // Remove Annoying Visual Effects from Equipped Items -> Remove all of the above: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2010 // Separate Resist Fire/Cold Icon into Separate Icons [Angel]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1010 // More Interjections: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1070 // Improved Multi-Player Kick-Out Dialogues: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1075 // Send BioWare NPCs to an Inn [DavidW/Zed Nocear]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1101 // Do Not Reveal City Maps When Entering Area: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1160 // Multiple Strongholds [Sabre, Baldurdash, Weimer] -> No restrictions: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1230 // Allow Cespenar to Use Cromwell Recipes: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1270 // Change Cloakwood Mine Chapter End Change Trigger to Non-TotSC Behavior [plainab]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1330 // NPCs Cannot Use Doors: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2220 // Change Magically Created Weapons to Zero Weight: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2320 // Trap Cap Removal [Ardanis/GeN1e]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2540 // Speed Up de'Arnise Keep Stronghold Quests: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2999 // Max HP at Level One: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3000 // Higher HP on Level Up -> Maximum: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3020 // Identify All Items: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3031 // Easy Spell Learning -> 100% learn spells and no maximum cap: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3040 // Make Bags of Holding Bottomless: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3050 // Remove Fatigue from Restoration Spells: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3083 // Increase Ammo Stack Size -> Stacks of 120: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3093 // Increase Jewelry, Gem, and Miscellaneous Item Stacks -> Stacks of 120: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3103 // Increase Potion Stacking -> Stacks of 120: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3113 // Increase Scroll Stacking -> Stacks of 120: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3121 // Happy Patch - Alter How Party NPCs Complain About Reputation -> NPCs can be angry about reputation but never leave [Salk]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3123 // NPCs Don't Fight: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation [Luiz]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3170 // No Drow Avatars On Party In Underdark [Weimer]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3200 // Sellable Items [icelus]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3230 // Taerom Makes Additional Ankheg Armor [Icendoan/grogerson]: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3294 // Personalize Automatic Save Names -> Use scheme: 000000000-[Protagonist]-Save-Name: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3300 // Death Cam: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3330 // Make Party Members Less Likely to Die Irreversibly: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3343 // Increase Party Movement Speed and/or Casting Speed Outside of Combat [argent77] -> Movement speed by 50 percent and casting speed: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3354 // Create Interval Saves [argent77] -> Every 15 minutes (cycle through four saves): v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4000 // Adjust Evil Joinable NPC Reaction Rolls: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4025 // Allow NPC Pairs to Separate: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4150 // Move Boo Into Minsc's Pack: v16
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4170 // Ensure Shar-Teel Doesn't Die in the Original Challenge: v16

./setup-HiddenGameplayOptions.exe --skip-at-view --language 0 --force-install-list 0 &&
~HIDDENGAMEPLAYOPTIONS/HIDDENGAMEPLAYOPTIONS.TP2~ #0 #0 // Install all Hidden Gameplay Options at once: 4.4

./setup-dw_talents.exe --skip-at-view --language 0 --force-install-list 1500 1510 1520 2000 2500 2510 2520 40200 40300 40310 40400 40450 40610 40900 60100 60200 60300 80000 80150 81000 81012 81100 &&
~DW_TALENTS/DW_TALENTS.TP2~ #0 #1500 // Include arcane spells from Icewind Dale: Enhanced Edition: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #1510 // Include divine spells from Icewind Dale: Enhanced Edition: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #1520 // Include bard songs from Icewind Dale: Enhanced Edition: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #2000 // Install all spell tweaks (if you don't select this, you will be given a chance to choose by category): Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #2500 // Add 9 new arcane spells: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #2510 // Add 6 new divine spells (some borrowed from Divine Remix): Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #2520 // Revised Elementals: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40200 // Icewind Dale-style paladins: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40300 // Revised Smite Evil: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40310 // Higher-level paladins get additional uses of Lay on Hands and Smite Evil: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40400 // Rangers use Icewind Dale-style spell memorisation: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40450 // Thieves gain the Evasion ability (on a successful save for half damage against abilities that require you to dodge, take no damage): Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40610 // Druids use cleric XP and spell tables: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #40900 // Allow multiclassed and dual-classed mages to become specialists and wild mages: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #60100 // Characters choose minor new abilities every three levels: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #60200 // Revised and expanded high-level abilities system: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #60300 // Improved NPC customisation and management: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #80000 // Revised ability score modifiers -> Standard Talents of Faerun system (recommended): Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #80150 // 3rd-edition-style THAC0s (somewhat faster progression for clerics/thieves/mages): Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #81000 // Cleric/Rangers may become proficient with longbows and shortbows: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #81012 // Wider access to Grand Mastery -> All single- and multi-classed warriors (paladins, rangers, blackguards, fighters) can advance to Grand Mastery in any weapon: Beta 2
~DW_TALENTS/DW_TALENTS.TP2~ #0 #81100 // Revised Weapon Proficiency System: Beta 2

./setup-stratagems.exe --skip-at-view --language 0 --force-install-list 3505 3540 4000 4100 4130 4135 4140 4250 5000 5900 6000 6010 6030 6040 6100 &&
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3505 // Wider selection of random scrolls: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3540 // Reduce the power of Inquisitors' Dispel Magic -> Inquisitors dispel at 1.5 x their level (not twice their level): 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // More Appropriate-Speed Bears: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4100 // Improved NPC customization and management: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4130 // Revised handling of death effects like disintegration, petrification and imprisonment (party members who are disintegrated etc can be resurrected; imprisoned or petrified characters rejoin the party automatically; the game doesn't end if the main character is petrified or imprisoned): 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4135 // Revised resting: resting in the wild uses up provisions: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4140 // Revised inn rooms: more expensive, more benefits: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4250 // Make spell sequencers and contingencies into innate abilities: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6010 // Better calls for help: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6030 // Smarter Mages: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6040 // Smarter Priests: 35.4
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6100 // Potions for NPCs: 35.4

./setup-atweaks.exe --skip-at-view --language 0 --force-install-list 201 310 &&
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.54
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.54

./setup-PPE.exe --skip-at-view --language 0 --force-install-list 0 100 &&
~PPE/SETUP-PPE.TP2~ #0 #0 // Portraits Portraits Everywhere (PPE) - core component: 1.02
~PPE/SETUP-PPE.TP2~ #0 #100 // Category Portraits (Recommended) -> Sequenced: 1.02

./setup-EET_end.exe --skip-at-view --language 0 --force-install 0 &&
~EET_END/EET_END.TP2~ #0 #0 // EET end (last mod in install order) -> Standard installation

EEUITweaks EEex setup

./Setup-EEUITweaks.exe --skip-at-view --force-install-list 1070 2000 2030 2060 3024 3050 &&
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #1070 // Faydark's Abilities Auto-Roller/GrimLefourbe's BG2 UI: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2000 // Transparent Sidebars: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2030 // Adul's Better Quick Loot: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2060 // lefreut's 1.3-ish Dialog Box: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #3024 // Journal Fixes and Tweaks -> lefreut's Journal (quests collapsed by default): 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #3050 // lefreut's Improved Inventory Screen -> With Item Comparison: 4.0.4
// ~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2900 // lefreut's Improved Record Screen: 4.0.4

./setup-EEex.exe --skip-at-view --language 0 --force-install-list 0 1 2 3 5 6 &&
~EEEX/EEEX.TP2~ #0 #0 // EEex: v0.9.22-alpha
~EEEX/EEEX.TP2~ #0 #1 // Enable effect menu module - LShift-on-hover to view spells affecting creature: v0.9.22-alpha
~EEEX/EEEX.TP2~ #0 #2 // Enable timer module - Visual indicators for modal actions, contingencies, and spell/item cooldowns: v0.9.22-alpha
~EEEX/EEEX.TP2~ #0 #3 // Timer module - Show modal actions (red bar): v0.9.22-alpha
~EEEX/EEEX.TP2~ #0 #5 // Timer module - Show spell/item cooldowns (cyan bar): v0.9.22-alpha
~EEEX/EEEX.TP2~ #0 #6 // Time step module - Advance 1 game tick on keypress: v0.9.22-alpha

./setup-bubb_spell_menu_extended.exe --skip-at-view --language 0 --force-install-list 0 &&
~BUBB_SPELL_MENU_EXTENDED/BUBB_SPELL_MENU_EXTENDED.TP2~ #0 #0 // Bubb's Spell Menu Extended: v4.7

EEUITweaks iPad setup

Must skip Dragonspear UI++ when using these!

./Setup-EEUITweaks.exe --skip-at-view --language 0 --force-install-list 1080 1070 2030 2120 2900 3024 ./3051 &&
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #1080 // Portrait Selectors -> lefreut's Portrait Picker: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #1070 // Faydark's Abilities Auto-Roller/GrimLefourbe's BG2 UI: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2030 // Adul's Better Quick Loot: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2120 // CLUAConsole for mobile: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #2900 // lefreut's Improved Record Screen: 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #3024 // Journal Fixes and Tweaks -> lefreut's Journal (quests collapsed by default): 4.0.4
~EEUITWEAKS/EEUITWEAKS.TP2~ #0 #3051 // lefreut's Improved Inventory Screen -> Without Item Comparison: 4.0.4

Dragonspear UI++

./setup-dragonspear_ui++.exe --skip-at-view --language 0 --force-install-list 1 2 3 9 10 &&
~DRAGONSPEAR_UI++/DRAGONSPEAR_UI++.TP2~ #0 #1 // Install SoD GUI Overhaul Core Component: 22.01.3
~DRAGONSPEAR_UI++/DRAGONSPEAR_UI++.TP2~ #0 #2 // Add Transparent Tooltip Background: 22.01.3
~DRAGONSPEAR_UI++/DRAGONSPEAR_UI++.TP2~ #0 #3 // Update several strings in Dialog.tlk: 22.01.3
~DRAGONSPEAR_UI++/DRAGONSPEAR_UI++.TP2~ #0 #9 // Select Number of Quicksave Slots -> 6: 22.01.3
~DRAGONSPEAR_UI++/DRAGONSPEAR_UI++.TP2~ #0 #10 // Update portrait Picker: 22.01.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment