@Echo off CLS @Echo. @Echo ------------------------------------------------------------- @Echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @Echo Baldur's Gate 1 + 2, Icewind Dale 1 + 2, Planescape:Torment - Mod Install @Echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @Echo ------------------------------------------------------------------------- @Echo. @Echo. @Echo. @Echo Press CTRL-C to stop install or pause @Echo. @Echo. @Echo. @Echo. @Echo. @Echo ######## If required, remember to run 'Modmerge' prior to installing further... ######## @Echo. @Echo. @Echo. @Echo. @Echo Press CTRL-C to stop install or pause @Echo. @Echo. @Echo. REM ========== Begin Template Area ========== REM ----Mods Section Name----- Rem @Echo. Rem @Echo ****** Mod Name vN.N ****** rem setup-????.exe --language 0 --skip-at-view --force-install-list 0 rem setup-????.exe is the name of the WeiDU.exe to install the mod rem --language 0 is for the english language. rem --skip-at-view stops the readme from displaying rem --force-install-list is the component number for the options to install, found in WeiDU.log REM ========== End Template Area ========== @Echo ========== Begin BG1EE-SOD 2.3.67.3 Mods Install ========== @Echo. REM ----Non-WeiDU Mods - Copy to override folder---- @Echo. @Echo ****** Copy Non-WeiDU Mods ****** xcopy /y /q .\ZCopyMod\*.* .\override\ Rem -------- Non-Weidu Mods include ---------- rem - CLCK08.itm - Algeron's Cloak of Many Charms per Day rem - CLCK08.ITM - Algeron's Cloak of Many Charms per Day rem - SPCL321.SPL - Beserker Enrage Fix rem - SPCL423.SPL - Old Poison Weapon Spell rem - Portraits for override folder REM ----Story Mods---- @Echo. REM ----NPC Mods----- @Echo. Rem @Echo ****** Companion Animals v1.5.7 ****** rem Setup-AnimalCompanions.exe --language 0 --force-install-list 0 REM ----Item Mods---- @Echo. @Echo ****** Wandcase v1.3 ****** Setup-WandCase.exe --language 0 --force-install-list 0 Rem @Echo ****** Thrown Hammers v6.0.2 ****** rem setup-hammers.exe --language 0 --force-install-list 0 15 25 35 50 Rem @Echo ****** Distingustable Clubs v1.1 ****** rem setup-S3DisClubs.exe --language 0 --force-install-list 0 Rem @Echo ****** Barbed Club of Pain v1.5 ****** rem setup-ClubOfPain.exe --language 0 --force-install-list 0 Rem @Echo ****** Convinient Ammunition v2.0 ****** rem setup-ConvinientAmmunition.exe --language 0 --force-install-list 0 Rem @Echo ****** Short Sword of Backstabbing v1.1 ****** rem setup-SSoB.exe --language 0 --force-install-list 0 Rem @Echo ****** Ioun Stone of Charm Protection v1.0 ****** rem setup-c7nocharm --language 0 --force-install-list 1000 Rem @Echo ****** Enchant the Missile Launchers v1.0 ****** rem setup-enchant.exe --language 0 --force-install-list 0 REM ----Kit Mods---- @Echo. Rem @Echo ****** More Style for Mages v1.55 ****** rem setup-msfm.exe --language 0 --force-install-list 1 10 11 12 15 17 REM ----Tweak Mods---- @Echo. Rem @Echo ****** NPC_EE v3.1 - Android Only ****** rem setup-npc_ee.exe --language 0 --force-install-list 0 2000 3000 @Echo ****** Tweaks Anthology v4.0 ****** Setup-cdtweaks.exe --language 0 --force-install-list 40 60 70 100 110 130 140 160 191 2010 1010 1070 1080 1090 1120 2020 2030 2035 2040 2060 2090 2100 2120 2140 2151 2170 2200 2210 2220 2240 2250 2261 2271 2281 2291 2312 2330 2339 2352 2360 2371 2380 2390 2400 2410 2420 2430 2440 2500 2520 2999 3000 3008 3012 3031 3040 3050 3060 3070 3080 3090 3100 3110 3121 3125 3190 3200 3205 3262 3272 3280 4000 4020 4080 4090 4140 REM ----UI Mods---- @Echo. Rem @Echo ****** Lefreut's Enhanced UI (SOD Skin) 3.3.1 ****** rem setup-LeUI-SoD.exe --language 0 --force-install-list 0 1 2 5 Rem @Echo ****** EEUITweaks 2.8 (with LeUI installed) ****** rem Setup-EEUITweaks.exe --language 0 --force-install-list 1020 1070 2000 2110 @Echo ****** EEUITweaks 2.8 (without LeUI installed) ****** Setup-EEUITweaks.exe --language 0 --force-install-list 1000 1010 1091 1020 1080 1070 2000 2010 2030 2040 2060 2070 2080 2110 2900 3000 3010 3023 3028 3041 3050 4000 4010 4040 5000 5030 5040 Rem @Echo ****** Portraits Portraits Everywhere v1.01 ****** rem Setup-PPE.exe --language 0 --force-install-list 0 100 REM ----Non-WeiDU Mods - Copy to override folder---- @Echo. @Echo ****** Copy any additional Non-WeiDU Mods ****** xcopy /y /q .\ZCopyMod2\*.* .\override\ Rem -------- Non-Weidu Mods include ---------- rem - Items like your M_naming.lua file etc where you have personalised your PC names etc... @Echo. @Echo ========== End BG1EE-SOD 2.3.67.3 Mods Install ========== pause