Sie sind auf Seite 1von 26

0.0.1 - 20.12.

2007
Played around with running weidu, reinstall/forceinstall, parsing weidu.log
0.0.2 - 22.12.2007
Verified weidu, use --force-install to install specified and skip other componen
ts
0.0.3 - 22.12.2007
Dumped all stuff into an mod-related ini-file, use inireadsection get it out
0.0.5 - 22.12.2007
More options
Get installdirs from registry
Workarounds for nej2biffer and bgt (doesn't look that pretty - maybe it can be i
roned out)
Script is more verbose when doing testing at the beginning and doublechecks bgtsettings
Read debug-file to stop or continue script
0.0.6 - 22.12.2207
Added weidu-switch and modify batch-files before running the setup in minimize-m
ode to keep them quiet (no popups, no pauses)
0.0.8 - 22.12.2007
Added func to keep an intact songlist.2da
Inform about the current status via trayicon-tooltip.
0.1.0 - 23.12.2007
Moved batch-modification-options and option to run songlist into the mod-section
of the inifile
0.2.0 - 23.12.2007
Short ToolTips give you success-messages when debug-file says it's all good
Put Message-Stuff into the ini-file, so the script can provide more than one lan
guage
Added tons of comments
Replace setup with a current weidu before running the setup
Modify Batchfile in the BG2 root-dir if they exist
Ask if you want to start a script from the spot it left by accident
Check the Start-value in the options-section if you used Au3Exit or did somethin
g manually
Get progress-info via Tray-Tooltip
Fixed BAT-entriey
CDTray-functionality
Fixed BGT-setup.
0.2.1 - 23.12.2007
Fixed --force-install-list - switch
0.3.0 - 30.12.2007
Added Download and Extract functions
Each Setup-selection has it's own Download-key now. This link will be saved with
the name specified in the Save-key.
Before the the download, the size of the link and the file that maybe already ex
ists are compared.
If sizes differ (if it does not exist, download was interrupted) the download wi
ll proceed.
Extraction is done via 7zip. The script just checks for every Save-key.
If the file exists, the extracion will start.
NSIS-files are installed automaticly, since some of them tend to produce "wiered

output" if extracted by 7z.


0.3.5 - 12.01.2008
Added a little GUI-window to display the progress when a download, an extraction
or an installation proceeds.
0.4.0 - 24.01.2008
Merged all the components and most packages from 4.1 beta into my inifile
Added descriptions for each component
Started with a simple treeview to display the Save-key, the components descripti
on and checkboxes for each one
0.4.3 - 25.01.2008
Added options to (un)fold and (un)check all components of a mod or same tag
Uses EzSkin to look pretty
0.4.7 - 26.01.2008
Added dependency checking for mods and components.
Currently, one Dep-key or DX-key ist allowed, where X is the component that need
a component of another mod
Replaced the handling of the treeviewitems
Use arrays to do quick searches after the Gui is build
0.5.0 - 28.01.2008
Reorganized the GUI
for dependencies again. Using a treeview fits here, too.
Searching for strings is added. Hits are colored in red and focused in the treev
iew. Modnames and descriptions are searchable.
0.5.2 - 29.01.2008
The treeviewitems are now sorted by the mod-name and not by the time of installa
tion.
Write down the current mod when leaving the GUI and read the last configuration
if wished.
Fixed dependency checks (works now when adding new components, too)
0.5.6 - 30.01.2008
Integrated, the GUI into the mainscript
Added options to select the bg1/2 and download folder
Gui-messages are now read from the ini-file too, added translations for de and e
n. Rewritten all loops and replaced arrays they use
0.5.8 - 11.02.2008
Modified the information for _Au3Select
Fixed some glitches
0.6.0 - 15.02.2008
Comments are up to date now
0.6.1 - 16.02.2008
Included support for fastshare.org-downloads
0.6.2 - 17.02.2008
Moved EzSkin into program-folder
Added Au3LinkList() to export and check for all links
0.6.3 - 19.02.2008
Fixed some extraction-errors
Fixed preparation-errors
>>> Merged the MMI-Project with the BiG World Project <<<

0.6.7 - 21.02.2008
Rewrote the order-section to be able to be able to select only certain tasks lik
e downloads or extractions
Moved a lot of stuff around
Added a function to customizing batch-files
0.6.8 - 23.02.2008
Added debug-option
Added more information about the current steps
0.7.0 - 24.02.2008
Redesigned the Gui, it's able to be folded and viewed in an extended or simple m
ode
Replaced the info-picture.
0.7.2 - 27.02.2008
Little Gui fixes
Added translations
Added tail-functionality
0.7.4 - 02.03.2008
Fixed some glitches (like folded-states, translation, foldernames, programname,
treeview-expand...)
Added logo-picture
Added option to search for mod-tags; color the matching mod-headlines
0.7.8 - 08.03.2008
Fixed more glitches (close-button work again, translations, folded-states are se
t properly when searching mod, moved back to default treeview-expanding to avoi
d errors)
Added ToolTips to display additional informations for mods to get rid of the hor
izontal scrollbar
Extraction is done with stdread to be able to create logfiles.
Added custom _MsgBox to replace the standard msgbox
Ask the user if he wants to do critical stuff (skip tests, postmods)
Added _GetCurrentList to get the current selections from the treeview
_LinkList uses it to test selected mods only
Added _DryCheck to see if mods are missing if you want to install without connec
ting to the internet
Added some variables to change settings quickly.
0.8.2 - 21.03.2008
Read the pdf to update all the mods descriptions
Added a custom icon
Updated Setup.ini.
Added the mod-editor to make it possible to edit all settings from a GUI. Basic
stuff is working. ToDo: Component-stuff like tp2-reading, conflict-management.
Read the linklist from Marvin to update links
Fixed the fontsize
Fixed crashes when clicking on the info-window
Speed up the disappearing of the window when the mouse isn't hovering over the m
od
0.8.6 - 12.04.2008
Replaced all english and german translations and descriptions with those from 5.
1
Removed depency-checking, so you can use the keyboard
Enabled changing between lang in editor-window
Fixes for Au3Detect(get all settings), tp2-reading (reading umlaute, don't displ
ay garbage)

0.9.4 - 08.05.2008
Display "tooltip-GUI" by using mouse or the keyboard, hide it if combobox is sel
ected
Enable mouse-scrolling, speed up treeview-updates
Enabled GUI-resizing
Moved the tooltip above the treeview
Removed "hangs" when using keyboard
Added unilingual-function
Fixed reload-bug, when reloading, mod-headline-checkboxes are set properly
Speed improvement when reading all the important stuff at the beginning (2-3 tim
es)
Added tooltips for components, colored those components
Added new connection-GUI (depencies and conflicts) using drag and drop
Enabled saving, loading at the startup
Analyse-logics, a nifty GUI for removing those errors
The checkboxes for the mod-headlines are set properly when some or no components
are selected
Squashed some bugs conserning that topic
Put the logics into a seperate function to be able to set the connections-select
ion
You may return from the connections-dialog or skip it
Existing depencies are set correctly in _Dep-GUI
1.1.0 - 19.07.2008
Fixed the headline-selection when reloading selections
Added a save-button to save the configuration
Get/Set the check-box-state
Added a console-window to monitore processes and updates and stuff
writing here :(
Build an update-function to get current links from Marvins/Leomars
Added a resume-function. Build a function to read in the rewritten
instaructions
Rewrote the monitor-function again. :/
Rewrote the nsis-functions
Removed the songlist.2ds-and nsis-checkboxes from GUI
Check for tp2-files after extraction to enable a second extraction
of a unneeded subfolder
Heavy Testing
Avoid useless decoding-output from mpg123 oder oggdec
Doesn't run useless batch-lines
Percise testing of the installation
NoCD-Patching
Added a drycheck-GUI

- lots of re
Link-List
installation-

or a removal

1.2.0 - 15.08.2008
Redesigned GUI: removed lots of buttons and checkboxes, added fake-menus
Got rid of fixed window-sizes (seemless between 750x400 up to 1600x1200 pixels)Treeview is now completely resizeable from now on
Replaced EzSkin-theming with a customized light version
Rewritten translation-sections / functions
Added feedback for fastshare-actions
Improved settings and feedback from link- and file-testing
Remove "IE-IS-Default"-Checks to prevent crashes when running _IE-action on fast
share
Merged PDFConversion + GUI for this one
Added Child-Switches for _MsgBox and _Process_GUI_Create
Fixed some little bugs here and there
Added a Splashscreen/language-switcher Removed picture-buttons (unclean appearan
ce without xp-theming)

Au3Detect searches registry and programfilesdir befor local folder


1.4.0 - 30.09.2008
Fixed some sorting bug
Moved "Select One Of Many"-Items into subtrees
Added smart clicking behaviour
BW-Components only are selected at startup
Added setontop-option
Replaced the selection of BW-Mods with a generic mode
Added more and more logic for smart clicking
Integrated a hacked TristateTreeview-version
Splitted structure into mod and component-sections
Sort via chapter
Added Zednas code to detect a textlength in dpi
Modified Tooltip-GUI (added an icon, bold headline, linefeeds are set automaticl
y)
Made Listview in AdminGUI editable + minor imrovements there
Rewritten _GetModConnections to work with chapter-sorting
1.5.0 - 09.10.2008
Added possibility to delay the Tooltip-popup
Fixed bug that caused chapters with three numbers to not being displayed (e.g. 1
0.03.03.)
Disable deselection of fixed mods
Added Au3TestDown function to test the downloaded files
Missing mods are reported, manual download is possible, missing mods are removed
from further actions
Installation without fixed mods is impossible
Added Au3TextExtr with similar functions as Au3TestDown.
1.5.5 - 12.10.2008
Fixed and speed up _GetModConnections
Do downloads of 0-byte-checked files and it's size detection afterwards
Added Au3FileCheck: looks for important files before doing important actions lik
e installations.
Added addtional infos after language selection
Added Au3CleanInst: backup or restore actions
Set colors corresponding to BiG World or Expert Mods
Downloaded files with 0-bytes-checks are not downloaded a second time
Do not display the Au3TestExtr-Errors if they were wrongly created by nsis-insta
llers
Execute NoCD with installer-stuff, better output and integration for Au3PrepBat
1.6.0 - 04.11.2008
Downloads from fastshare.org are enabled by a http-get-call - no more need for I
E and it's API.
_DryCheck returns archivetype if needed
Fixed _DownMod-Call for additional downloads
_NSIS is only called for packages that are in the BG2-dir (_ExtractMod will copy
them if needed)
Added message for NoCD-Crack, NSIS-installing or hints about security-software c
oncerning the patch.exe
Skip mods without a localized description
Changing the language will not result in unusable (de)seclect-functions
Added post-functions to install the MKs text-patch for BG1 and create dummy-tp2entries
Select fixed/locked items whatever is selected before
Script will not exit after first Downloads (missing var)
Integrated clean install into (installation-)order
Smaller misc fixes and speed improvements

Download and install WeiDU, Tool-, Fix- and Textpacks.


Internal changes to make variables more readable
Lots of testing
Conversion to BWP 5.5
Reset all vars afters starting the install-batch.
Remove or move old files (File-Check and Restore of a backup)
Added English descriptions, so the tool is usable in both languages
Loads Beregost Crash Fixer
Installs missing Saga-Soundfiles
1.6.2 - 12.11.2008
_MsgBox now sets the GUIEventMode every time it exits
The Filepath is read from the ini - so multiple installations are handles bette
r
Move some parts from Au3select into helper-functions
Added tuturial, a context-help, about-GUI
1.7.0 - 17.01.2009
Read BG1 and BG2-dir before _FileCheck
Update WeiDU for Setup-TP in BG1-dir
Split up the sourcecode into logic parts, cleanups
Removed all Tmp-variables to make the code more readable
The programm will be shipped as sourcecode - so there'll be no need for addition
al source (:P) and we'll be able to do better debugging
Added additional trace- and debug-script
Context-help does not block the interaction with the main-window anymore
The (de)selection of all mods is now enabled by default, but is possible to disa
ble it by activating the restricted selection.
Disabled (de-)selection of mods components if the compilation or type is not mat
ched and restricted selection is activating.
Improved syncing between old configuration and new link-list
Conversion to BWP 5.6
Added Checks for needed BG1-Files, folder-names, double-installations, file-vers
ions/patch-versions, missing bg1-files
Split Checks so backups can be done by checking bg2 only
Use wget -dot:mega for for downloads above 6 MB so big files won't have too much
output
Updated tra-entries for all mods, so that the "one-lang-button" does what it sho
uld do
Added Download-/ExtractOnly-Enties to enable easier intgration of additional sou
rces
Sort Inifiles to match chapter-order
Give hint which step is done when selecting to resume
Imporoved help-functions. Uses AdLib do check for help-updates
Added help and accelerator keys to _Process_GUI
Added help-text for Clean Install, Download-, Extract-, Link-Test, LinkUpdate, D
ownload and Extract, DryCheck, Dependency-Solving.
Fixed hangs when you want to cancel backup at the beginning. Fix wrong number wh
en restoring backups.
Added possible break-off if LinkUpdate is not able to connect to the forum.
More realistic update of the progressbar: During download and extraction, the ba
r will now be updated corresponding to the size of the archive.
Spellchecking of the Translation.ini -- no grammar, so sometime things still mig
ht not make sense.
Added additional check if files will be deleted when using the DryCheck.
Fixed help-crashes when parent-GUI was missing. Use mainGUI as parent if availab
le.
1.7.3 - 18.01.2009
Replaced controlled NSIS-installation/extraction with a silent one. Added some w

arnings what to do if it fails


Extract AddOns even if the main-archive faulted while unpacking, add output to E
xtract-Test, innosetup installs directly now
Fixed Testing for fixed mods in download and extraction-tests
1.7.8 - 31.01.2009
Fixed a crash of the debug-version
Minor improvements to the translation
Added fix-function to extract archives in the right order (in connection with ns
is-packages and faults)
Added validation of additional archives
Improved testing of extraction-faults
Renamed a bunch of functions and translations to more selfexplaining names; vali
dation of the translations
Added a self-update-function for broken download-links
Added update-function to fetch updates for the program from the internet
Conversion to BWP 5.7
Logs are backed up when install is finished/started
Switched of renaming of files, since the batch-installer does not recognize them
1.8.0 - 02.02.2009
Testing -_Fixed: Possible crashes when switching/closing of windows... and ini-values are
not defined
Added: Improved fixes /detection of extraction-errors
Changed: Progressbar during backup of folders updates properly
Added: Hints for extracting into bg1-folder
Added: Rename setup-files that are extracted with errors and are removed with pe
rmission
Updated: Mods/links
2.0.0 - 11.04.2009
Added: Test for broken false downloads (resulting just in an html-site)
Added: Replace standard-bg1-folder with custom bg1-folder in the BWP-install-bat
ch
Added: Test for a tp2 in the folder if this folder shall be truncated
Added: Test for the corresponding folder of the tp2-file
Added: Localized answers for process-question - e.g. pressing [r] for [r]emove w
ill be [l] for [l]schen in the German version.
Changed: Merged all GUIs into one with cleaner appearance and more space (by usi
ng tabs)
Changed: Switched to OnEvent-Mode
Changed: Moved the help always visible into the right side of the GUI
Removed: Tuturial/context-help (you can always read the full help)
Added: Some visual feedback to the folder-selection
Added: Changes of the language are handled without a restart
Changed: Switched back to MessageLoop :-/ (OnEvent actions are just too cluttere
d here -- well, at least for me)
Changed: Put all vital parts in the first tab and removed the additional quickst
art-tab
Added: Adapted parts of the extraction to the download-part (before, failed extr
actions of addons would overwrite the main-error)
Added: Another check for the extraction-process (tp2 were recognized after extra
ction but the setup would not move on on its own)
Updated: mods, links and descriptions for the BWP 6.0
Added: Help in conflict, selection and output-tab can be hidden
Added: Size of the application is fixed in all but the previously mentioned tabs
Changed: Menus in the dependencies and conflicts-tab have a clear descriptions w
hat will happen
Added: Removing a mod in the dependencies-tab will remove it visually from all c

hapters in the selection-screen


Fixed: Tp2-checks don't block the DirMove-actions any more
Fixed: Au3ExFix will force actions on language-dependent additional files
Added: Added pseudo progressbar while (re)moving fies during restoring a backup
Fixed: Proper update of tags and translations during _Net_LinkUpdate()
Fixed: Detection of current tab and its abilities (changes like default-buttons,
pictures, Registering Msgs - all in one function)
Changed: Show install-question after the introduction every time you change the
language
Added: Clean output-controls every time a new function is called
Fixed: Splitting text to a fixed width (result of an operation was not assigned)
, adjusted to new default-width
Fixed: Detection of the restrictive selection
Added: Rebuild the selection-GUI after an url-update with _Net_LinkUpdate()
Fixed: During the first run after installation, the treeview was not populated
Fixed: Crash if _Process_GUIDelete() is forced to close immediately, when handli
ng missing downloads/extractions
Changed: Minor changes like colors in the selection screen, preselection-order,
hints to BiG World improvements, text-revisions...
Added: Ported the old administrative tools into the new format to manage the mod
itself and its components.
Includes better "ai" to help to create working entries, better overview,
adjusted options, cleaning of removed options...
Added: Ported conflict and dependencies back into the new GUI. Enable deletion w
ith rightclick-contextmenu and keyboard
Added: Added resizing / fullscreen-mode to all screens
Fixed: Aborting a quickstart-linktest will bring you back to screen 2
Changed: Outsourced HTML-creation to speed up the update process and save bandwi
dth
Fixed: Better detection of the current BiG World Install.bat
Added: Update-checker and improved update for the program itself
Fixed: False switching at first startup, lanuage-switching, folder-saving, treev
iew-clicking, treeview-hovering
Added: Option to not install bg1 and its mods. The mods will be removed from the
list, the batch will be adjusted.
Fixed: Removed mods (by unilangual or bg2-only mode) will not be installed if mo
ds are selected by menus.
Added: Additional fallback to get the current bw-install-batch
Added: Remove innosetup entries from Kiara-Zaiya
Changed: Always use debugging. Translated debugging, no more tooltip-windows (cp
u-hog and not useful for common users).
Changed: Use SFX as format
Fixed: Minor translations-glitches (double entries, replacement with false folde
rs, better sequences)
Added: A hidden linkupdate is performed every time the application starts
Changed: Local dir will always be tested first if BG2Dir is not definied
2.0.1 - 21.04.2009
Fixed: Extraction problem with BWP-Tools, WeiDU and BeregostCrashFixer (09_Insta
ll.au3)
Fixed: Line 305 'CD5' -> 'CD5:' (17_Testing.au3)
Updated: 7-Zip v4.65
7.0.0 - 04.05.2009
Changed: Version number to fit with the version number of the BWP
Corrected: Small typos in the BWS-descriptions (Translation.ini)
Updated: About.txt
Fixed: Replace standard-BG1-folder with custom BG1-folder in the BWP-install-bat
ch (17_Testing.au3)
Changed: A BWS update will start automatically at the beginning (11_NET.au3)

Corrected: Typos in the mod-descriptions (Mod.ini)


Updated: Some German mod-descriptions (Mod.ini)
Added: Descriptions to the Expert-mods, why there are Expert at the moment (Mod.
ini)
Updated: Mods, links and descriptions for the BWP v7.0 (Chapter.ini, Mod.ini, Se
tup.ini)
7.0.1 (Update Package) - 17.05.2009
Updated: Description of the "BG2 - SoA" wrong folder message window (Translation
.ini)
Corrected: Typos in the BWS-descriptions (Translation.ini)
Fixed: "Cheats=1" and "Debug Mode=1" for the [Program Options] in the baldur.ini
(09_Install.au3)
Added: Warning "Do not restore a backup from an older BWS (Installation Package)
version" (Translation.ini)
Added: Title for each help-text window (Translation.ini)
Added: Informations for Vista users (Translation.ini)
Updated: BWS-descriptions for better understanding of the BWS functions (Transla
tion.ini)
Fixed: The chapter "BG2 MORE NPC-MODS" exist only once, now (Mod.ini and Chapter
.ini)
7.0.2 (Update Package) - 26.05.2009
Fixed: Shows and uses the mod "Er'vonyrah" now (Mod.ini and Chapter.ini)
Fixed: ASCII codes (05_Basics.au3 and 07_Extract.au3)
Fixed: Downloads of the Spanish mods (thanks to CLAN DLAN for hosting the Spanis
h mods at Spellhold Studios)
Updated: Description of the window "silent extraction of the NSIS-packages" (Tra
nslation.ini)
Fixed: Setup-file of "Vendedor DLAN" (Mod.ini and Chapter.ini)
Fixed: Write-protected "BiG World Clean-Up.bat" at restoring a backup (04_Backup
.au3)
8.0.0 (Installation Package) - 04.09.2009
Updated: Description of the program-update (Translation.ini)
Updated: Description of the final window (Translation.ini)
Fixed: Download of "Kim NPC" (thanks to Akadis for the direct download-link of t
he mod)
Fixed: Extraction of "Vildra One-Day NPC" (is solved with the new "Vildra v1.1"
version")
Added: Skips the check-section of the "BiG World Install.bat" (09_Install.au3)
Added: "Exit BWS" to the description of the final window (Translation.ini)
Fixed: Some downloads were not showing their sizes (corrected some of the links
in the linklist)
Deleted: Entries for the German-audios of Tsujatha and Saerileth (Mod.ini)
Updated: Descriptions of Drizzt Saga and Silver Star (Mod.ini)
Added: Select between program-update-methods
Updated: Cursor for about-screen
Updated: Moved user-settings into user.ini to improve the handling of updates
Fixed: Surpress further link-update-actions if update-file was already loaded
Fixed: Files are not deleted if the CleanInstall-section is missing during resto
ring backups
Added: CleanInstall will check for conditions (weidu-installations / existing ba
ckup) to make good decisions. Like forcing a restore before an installation, dis
able backups if mods are installed...
Corrected: Deleted dependency "BG1 NPC Project" needs "BG1 NPC Project - Music P
ack" (Setup.ini)
Fixed: Removed the last BG1/BGT mods for a BG2Only installation (Setup.ini)
Fixed: Extraction of "Cespy Audio" (is solved with the new "BiG World Install.ba
t")

Added: Spanish translation by Clan DLAN (Setup.ini, Translation.ini, Mod.ini and


Chapter.ini)
Fixed: Switching between languages "left" some GUI-items unchanged
Fixed: Changing the language in the admin-GUIs does not affect the global settin
gs any more
Updated: You can switch to the tools-screen with the [Crtl]+[Alt]+[t] hotkey fro
m the folder-screen
Updated: Automatic selection of spanish translation if OS is spanish
Updated: The search for updated additional language-depended downloads (XX-AddDo
wn) during the link-update is made via the ALang-entry from the setup.ini. Addin
g further language-tokens will automatically result in further checks.
Updated: Spanish translation by Clan DLAN (Translation-SP.ini and Mod.ini)
Added: Added required Spanish mods for smooth gaming into configuration plus scr
ipt changes
Fixed: Check for extracted folders also works if the tp2 uses >"< instead of >~<
Updated: CD5 may contain 2 alias-paths
Fixed: Folder-Checks when resuming installations failed
Added: Installation of PC Soundsets
Added: Automatic installation of the newest BG1TP-version
Added: Better handling for directory-changes in internal cmd-session - like goin
g from BG2-path to BG1
Updated: Backup does not copy data-folder any more but removes added (new mod-)f
iles. Restoring old backups still works.
Updated: Mods, links and descriptions for the BWP v8.0 (Chapter.ini, Mod.ini, Se
tup.ini)
Fixed: Start of the extraction process
Removed: 12_PDF.au3 from Includes folder and pdftotext and 7-zip.dll from Tools
folder
Fixed: "Fade NPC" was not showing in the mod-list (Mod.ini)
Corrected: Deleted dependency of the old version of "Never Ending Journey 2" nee
ds "BP-BGT-Worldmap" (Setup.ini)
Corrected: "Ascalons Breagar"-filename for the dependency-section (Setup.ini)
Fixed: Extraction of the "BiG World Textpacks" (07_Extract.au3)
Fixed: Actualised links cancellation (14_Select-GUILoop.au3)
Solved: Download of the mods from the French website (thanks to Graoumf)
8.0.1 (Update Package) - 11.10.2009
Fixed: chr-functions for footnotes and ansi-code (07_Extract.au3)
Updated: Downloads for the new domain kerzenburg.baldurs-gate.eu (Mod.ini and 11
_NET.au3)
8.1.0 (Installation Package) - 26.10.2009
Updated: CD5 may contain as many alias-paths as you wish
Added: "pseudo-tests" for fixed components that should be extracted without a tp
2
Added: Option to redownload the stuff with Au3Net in Au3NetTest (Suggested by On
eEyedPhoenix)
Added: You can visit the homepage of the selected mod while you're in the select
ion-screen. (OneEyedPhoenix reminded me of adding that)
Added: Scroll to selected mods if add/remove mods by type is pressed to show tha
t something has changed. (Suggested by Lollorian)
Fixed: Enabled Space-key in the selection-screen again
Fixed: Prevent crashes during Au3NetTest, correct archiv is displayed
Fixed: Better handling of filesizes. Use wget for standard-downloads and additio
nal checker for problematic downloads. Don't overwrite sizes with 0-byte-sizes.
Improved HTTP-Header-Parsing.
Changed: Updated _Net_LinkTest and _Net_DownloadFile so both use _Net_LinkUpdate
Info, which unclutters the code and should make less nonesense.
Updated: Mods, links and descriptions for the BWP v8.1 (Chapter.ini, Mod.ini, Se
tup.ini)

Updated: Tools for the internal use (CreateUpdate.au3 and VersionUpdate.au3)


Changed: Update-Package moved to kerzenburg.baldurs-gate.eu
Fixed: Multiple Linklist-Updates at the same day weren't recognised (11_Net.au3)
8.1.1 (Update Package) - 29.10.2009
Added: Checks for internet access (11_NET.au3)
8.2.0 (Installation Package) - 12.11.2009
Updated: Mods, links and descriptions for the BWP v8.2 (Chapter.ini, Mod.ini, Se
tup.ini)
8.2.1 (Update Package) - 14.11.2009
Updated: Spanish translation (Translation-SP.ini)
Fixed: AddDown-entries for the linkupdates (11_NET.au3)
Fixed: Quallo detection (Chapter.ini and Mod.ini)
8.2.2 (Update Package) - 15.11.2009
Added: The BG2 directory will be automatically added into the Install.bat (09_In
stall.au3)
Changed: Wait max. 1000 milliseconds for a net response, now (11_NET.au3)
8.2.3 (Update Package) - 20.11.2009
Updated: Some BWS descriptions (Translation-EN.ini, Translation-GE.ini, Translat
ion-SP.ini)
Added: BWP-versions descriptions to the first help-text-window (Translation-EN.i
ni, Translation-GE.ini, Translation-SP.ini)
Deleted: Conflict beetween "PnP Free Action" and "Divine Remix" (Setup.ini)
Deleted: REN= commands (Mod.ini)
Added: "Tethyr Forest Patch" (Chapter.ini, Mod.ini,Setup.ini)
8.2.4 (Update Package) - 21.11.2009
Added: REN= commands for "Ribald's Genie" and "Facing the Shade Lord again (subm
ission-k aeloree)" (Mod.ini)
Updated: Description of "remove mods from the installation" (Translation-EN.ini,
Translation-GE.ini, Translation-SP.ini)
8.2.5 (Update Package) - 30.11.2009
Deleted: "Reevor Fixer", because it is not needed anymore (Chapter.ini, Mod.ini)
8.2.6 (Update Package) - 06.12.2009
Changed: The link-update will be forced after a program-update (11_NET.au3)
Changed: Prevent the BWS from fetching the link-update twice; once before and on
ce after the program-update (14_Select-GUILoop.au3)
Added: Check for the link-update (14_Select-GUILoop.au3, Translation-XX.ini's)
Added: If not exist a BG2\portrait folder, then one will be created (09_Install.
au3)
Changed: Turnabout and NMRF-PC need Big Picture instead of Ascension as dependan
cy (Setup.ini)
Changed: Tethyr Forest Patch, Creature Fixer, and ToB Hacks are used as download
able mods (Mod.ini, Setup.ini)
8.2.7 (Update Package) - 02.01.2010
Fixed: Crashes while tests generate the output of missing packages (07_Extract.a
u3 and 11_NET.au3)
8.2.8 (Update Package) - 05.01.2010
Fixed: Sylmar Battlefield's EXE entries (Chapter.ini, Mod.ini)
Updated: Description of "Exnem's Vault" (Mod.ini)
Changed: "BG2 XP Patch" and "BG2 Charm Patch" are fixed mods, now (Setup.ini, Mo
d.ini)

Changed: "Dark Ritual" is an obsolete mod, now (Mod.ini)


8.2.9 (Update Package) - 08.01.2010
Changed: "Miriam NPC" is an obsolete mod, now (Mod.ini)
8.2.10 (Update Package) - 09.01.2010 (Preparations Update)
Changed: "Exnem's Items" moved to the chapter "BG2 Stores and Items" (Chapter.in
i, Mod.ini)
Deleted: "Dark Ritual" (Chapter.ini, Mod.ini)
Changed: "Rose NPC" moved to the chapter "BG1 NPC Mods" (Chapter.ini, Mod.ini, S
etup.ini)
Updated: Descriptions of SCSI, SCSII and BP (Mod.ini)
8.2.11 (Update Package) - 10.01.2010 (Preparations Update)
Corrected: Descriptions of SCSI, SCSII and BP (Mod.ini)
Changed: "Mod Kit Remover" moved to the chapter "The Big BG2 Mods" (Chapter.ini,
Mod.ini)
Changed: "ToB Refinements" and "The Bigg Tweaks" moved to the chapter "Post-BP T
weaks" (Chapter.ini, Mod.ini)
Changed: RR moved after MTSCrappack in the chapter "Post-BP Tweaks" (Chapter.ini
)
Changed: The chapter "Installation of Kits" moved after the chapter "HLA-Tables
Changing Mods" (Chapter.ini)
Added: Second installation of "SP Collection" and Tactics to the chapter "Instal
lation of Kits" (Chapter.ini)
Updated: Modnumbers of the chapters 24 and 25 (Chapter.ini, Setup.ini)
Changed: "Level-1 NPCs" moved to the chapter "Closer Installation" (Chapter.ini,
Mod.ini)
8.3.0 (Update Package) - 12.02.2010
Updated: LavaIt mod description (Mod.ini)
Updated: Mod.ini contains all the newest data from 11 January 2010 (Mod.ini)
Removed: BGT-dependency of "BGT NPC Portraits" (Mod.ini, Setup.ini)
Changed: Renamed chapter "Installation of Kits" to "Character-Kits" (Chapter.ini
)
Changed: "Mod Kit Remover" moved to the chapter "Character-Kits" (Chapter.ini, M
od.ini)
Updated: "Raziel NPC" and "Lester NPC" mod descriptions (Mod.ini)
Added: Download for "Lol's Kit-Guide" (Chapter.ini, Mod.ini, Setup.ini)
Changed: "Aurora's Shoes and Boots" moved to the chapter "Graphic and Portrait M
ods" (Chapter.ini, Mod.ini)
Corrected: Installationorder of "1pp: Female Dwarves" and "1pp: Thieves Galore"
(Chapter.ini, Mod.ini)
Updated: Numbers for a chronological order (Chapter.ini)
Added: Checks that replacing WeiDU.exe worked (09_Install.au3, Translation-XX.in
i's)
Added: "Infinity Animations" and the content packages (Chapter.ini, Mod.ini, Set
up.ini)
Added: Special unpacking of the Infinity-Animation-packages (07_Extract.au3)
Changed: Replaced "Miriam NPC" with "Vampire Tales" (Chapter.ini, Mod.ini)
Added: "Music of the Realms", "Haer'Dalis' Swords", "Portable Hole", "Item Pack"
(Chapter.ini, Mod.ini)
Added: "Jarls BGT Tweak Pack" (Chapter.ini, Mod.ini, Setup.ini)
Removed: "Weimer's Ascension" (Chapter.ini, Mod.ini)
Changed: "Thrown Hammers" moved to the chapter "Post-BP Tweaks" (Chapter.ini, Mo
d.ini)
Changed: "P5Tweaks", "Item Randomiser" and "TheBigg Tweaks" moved to the chapter
"Graphic and Portrait Mods" (Chapter.ini, Mod.ini,Setup.ini)
Corrected: Mod entries and structure (Mod.ini)
Updated: Mod.ini contains all the newest data from 10 February 2010 (Mod.ini)

Fixed: Download of "Lol's Kit-Guide" (Mod.ini)


Fixed: Avoid extraction of the Infinity-Animation-packages during the normal ext
raction-process (Setup.ini)
Corrected: Links with nightisforum.de to baldurs-gate.eu (Translation-XX.ini's,
About.txt)
Fixed: Special extraction of the Infinity-Animation-packages (05_Basics.au3, 07_
Extract.au3)
Corrected: Order-entries (Setup.ini)
8.3.1 (Update Package) - 25.02.2010
Updated: VISTA and Win7 notes in the first help window (Translation-XX.ini's)
Deleted: ADD-entries for "Imoen Romance" (Mod.ini)
8.3.1 (Installation Package) - 04.03.2010
Updated: BWS installation package to v8.3.1
8.3.2 (Update Package) - 14.03.2010
Changed: Linklist-updates without chapter-names and mod-numbers (11_NET.au3)
Removed: "Divine Remix" incompatibility note of the "PnP Free Action" descriptio
n (Mod.ini)
Updated: German description of "Infinity Animations" (Mod.ini)
8.3.3 (Update Package) - 19.03.2010
Fixed: "MKs BG1 Textpatch Revised" was not detected (09_Install.au3, 16_Testing.
au3)
Corrected: "MTS Crappack" new setup-name (Chapter.ini, Mod.ini, Setup.ini)
Fixed: Help-window at the start didn't show up (14_Select-GUILoop.au3, 15_Select
-Helper.au3)
Changed: Moved "Thrown Hammers" before "Item Revisions" (Chapter.ini, Mod.ini)
Added: Question for free diskspace to the help-start-window (Translation-XX.ini'
s)
9.0.0 (Installation and Update Package) - 01.04.2010
Updated: Spanish question for free diskspace to the help-start-window (Translati
on-SP.ini)
Added: Displays the download-url and the name of the WeiDU.exe of WeiDU (09_Inst
all.au3)
Added: New mods "Sir Renal", "Trovador REO", "Genwas Haendlermod", "Solestia NPC
" and "Lol's RezMod" (Chapter.ini, Mod.ini)
Moved: "Neh'taniel NPC" after "The Undying" (Chapter.ini, Mod.ini)
Moved: "Chloe NPC" after "de'Arnise Romance" (Chapter.ini, Mod.ini)
Moved: "Fading Promises" after "Victor's Improvements Pack" (Chapter.ini, Mod.in
i)
Added: New mod "Drizzt Is Not Stupid" with its BG2Only dependancy (Chapter.ini,
Mod.ini, Setup.ini)
Added: New recommend mod "Alternatives" (Chapter.ini, Mod.ini, Setup.ini)
Removed: First install of "BG2 Tweak Pack" (Chapter.ini)
Added: New mod "Paladins of Faerun Kitpack" with its "Divine Remix" dependancy (
Chapter.ini, Mod.ini, Setup.ini)
Added: New mods "Prestige Kitpack" and "Return to Trademeet Kit Pack" (Chapter.i
ni, Mod.ini)
Moved: "Item Pack" into the chapter "Post-BP Tweaks" (Chapter.ini, Mod.ini, Setu
p.ini)
Moved: "Thrown Hammers" before "Item Pack" (Chapter.ini, Mod.ini)
Added: New mod "B!Tweaks" (Chapter.ini, Mod.ini, Setup.ini)
Added: New mod "Vecna" with its "Infinity Animations" dependancy (Chapter.ini, M
od.ini, Setup.ini)
Added: New recommend mod "Throne of Bhaal Extender" (Chapter.ini, Mod.ini)
Updated: Mod.ini contains all the newest data from 31 March 2010 (Mod.ini)

9.0.1 (Update Package) - 03.04.2010


Fixed: "MKs BG1 Textpatch Revised" doesn't update (09_Install.au3, 16_Testing.au
3)
Updated: Size of the new "Improved Summons" version, so the BWS gets the new dow
nload (Mod.ini)
9.0.2 (Update Package) - 04.04.2010
Added: "BiG World Trimpack" (Chapter.ini, Mod.ini, Setup.ini)
9.0.3 (Update Package) - 08.04.2010
Added: Spanish explanation for the "BiG World Trimpack" (Mod.ini)
Updated: "Secret of Bone Hill v2.75" entries (Chapter.ini, Mod.ini, Setup.ini)
9.0.4 (Update Package) - 14.04.2010
Added fix of v8.2.7 again (strangely it was not more included): Crashes while te
sts generate the output of missing packages (07_Extract.au3, 11_NET.au3)
9.0.5 (Update Package) - 19.04.2010
Updated: Sizes of the new "Alora NPC" and "Vampire Tales" versions, so the BWS g
ets the new downloads (Mod.ini)
Moved: "Thrown Hammers" and "Item Pack" before "Item Revisions - Global Tweaks"
(Chapter.ini, Mod.ini)
9.1.0 (Update Package) - 28.04.2010
Added: "Gavin NPC for BG2" and "Imoen Friendship" (Chapter.ini, Mod.ini)
Added: "IA Content: Moinesse's Avatar Edits" (Chapter.ini, Mod.ini, Setup.ini)
Corrected: Some Link= entries (Mod.ini)
9.2.0 - BWS related (Installation Package)
20091003
Changed: Moved mods configuration into select.txt
Changed: Adjusted corresponding functions to go with the new configuration forma
t
Added: All possible weidu-component-translations are available -- at least I hop
e so
Added: Install-function to install mods component-wise step by step
Added: Test if requirements are met before a mods component is installed aka it
is installable
Added: Test if the component is already installed
Added: Test if failed download or extraction left other dependent mods uninstall
able. Show and remove them by request.
Changed: Completely rewritten (nearly) all essential functions in selection-AI.a
u3
Added: Real counting of SUBtree-items
Added: Mods that are not available in local or English language are treated as E
xpert
Added: Mix selection from BW-Install and from BWS to get desired default-values
Updated: Description about most items on the selection-screen.
Added: Option-screen to select auto-pilot/on warning/on error installation/downl
oad/extraction -- thanks to WhiteAgnus and Lollorian for the discussions
Fixed: Show which mods are affected, show comp if wanted
Added: Enable ProcessQuestion in all modes (getstate)
Fixed: Show exit-warning in OnEventMode()
Added/Updated: Texts and translations for the install-section
Added: Added different colored icons for different versions (Fixed, Recommended,
Standard, Tacic and Expert). This goes down to the components -- thanks to Whit
eAgnus and Lollorian for the discussions
Added: Preselection description
Added: Hint about included expert mods right before the start of the installatio
n

Fixed: Adjusted mass-selection by type/chapter to new chapter-format, stop flick


ering due to tab-change if no change is needed, adjusted loop to new tabs, ...
Added: Version switching in selection-window. Allows more flexible selections.
Added: Enable selection of mods that are not in current version. Every time, the
selection of the next higher level is requested. As an alternative, you can set
to accept it every time. A big orange warning-message is shown in the mods desc
ription-field, then.
Fixed: Bunch of little fixes: Adjusted text-width for edit-control with scrollba
r if automatic wrapping is activated. Don't exit the extract and download-tests
if "not-mods" are missing (like weidu, fixpack). Set current folder for Au3SetFi
x to install Textharmonisation in correct folder. Set First Item before running
Au3Install. Lots of small fixes for the Select.txt-file. A lot of small GUI-fixe
s. Check if widescreen-settings were complete to avoid crashes. Updated widescre
en-stuff again.
Updated: Bunch of small updates: Added timeout to NSIS-Message for unattended in
stall. Enable interaction-mode if install failed with unattended-mode.
Changed: Updated tools (_Test_ArchivesExist, _Net_LinkUpdate, _Admin_ModGui, _Ad
min_ComponentGUI) to work with new format.
Added: Display a list of originally selected but not installed mods and componen
ts at the end.
Updated: Did some spell-checking
20091025
Added: Add pauses at predefined steps during the install. Available through new
context-menu.
Changed: Toggling foreign languages on and off does not require a restart any mo
re
Added: Create Multiple-Instance-Creator (copy + edit alias to original game)
Added: Homepage and hide/show components to context menu
Added: More conflicts and dependencies
Added: possible existing *.installed-files from the patches are removed when end
ing the extraction, since extracted files need to be patched again.
Added: Removed useless progress-lines lines from output.
Added: Create a compressed debug-package.
Added: Install-dialog for not met dependencies
Added: Pause-functions during installation
Updated: Updated select.txt and translations to BWP v8.1
Added: French "dummy"-translation to start from
20091029
Fixed: Smaller fixes: Removed additional line from scrolling text, fixed smaller
issues with scrolling, fixed pause-glitches, text-generation in case of errors.
Small stuff that halts the installation
Fixed: Single linkupdates test for existing update-files twice. It linkupdate ma
y get blocked/computer be offline and update messes up the download of the mod.
20091120
Added: Check for conflicts
Added: RomanceCheats: Remove "Nothing kills romances?" - selection if "Allow mul
tiple romances" was not selected before.
Added: Level1NPC: Remove "Restrict fighter/druids from armors single class druid
s cannot wear?" if Druid Remix will be installed.
Updated: Mods, links and descriptions for the BWP v8.2.1
Changed: Use Chapter.txt instead of the Chapter.ini, removed chapter-entries fro
m select.txt.
Changed: Use Tra-Entry in Mod.ini instead of the select.txt-entry.
Changed: Removed chapters from mod-administration
Changed/Added: Complete rewrite of component-administration. Added another listv
iew to comapre read and saved settings. Added automatic colored diff, checks for
version-updates with autosave, copy, edit, save and navigation use hotkeys to s
ave screen-space. Auto-detection of translation-languages. Automatic search for
diffs between all translations and available WeiDU-output.
Changed/Added: Complete rewrite of dependencies and conflict-system. Added and/o

r connections to have a more complex system then the old one.


Added: Display these connections as a sentence at the bottom of a mod or compone
nt.
Added: Improved display of the connections. Improved it's context-menu. Added so
lving of more complex conflicts and dependencies. Adde auto-solve for dependenci
es, conflicts or both.
Changed: Removed option to go on with open connection-"faults".
20100204
Changed: Complete rewrite of testing for dependencies-checks during extraction/d
ownload or install-process.
Changed: Rewritten code for displaying the dependencies, moving mods from instal
lable to not installable and moving the tp2-files itself. Enabled removing of co
mponents. Improved structure and documentation on that part.
Added: Don't allow extractions of empty save-file-names, which will result in an
extraction of all files.
Fixed: Don't allow downloads of empty save-file-names, which will result in dele
ting all existing files in the download-folder.
Changed: Removed _Install_RemoveDependent in favor of _Depend_GetUnsolved.
Changed: Replaced _Install_TestInstallable with _Depend_ListConflicts and _Depen
d_ListUnsolved to adjust with new conflict/dependency-rules.
Fixed: Avoid moving files to another partition if old files are moved during a r
estore.
Added: Faster method to fetch the filename and the size from an url.
Changed: Rewritten steps for fetching information from url. Rewritten code that
used its output.
Fixed: Fetching filesizes with wget will not loop infinitely and try to fetch th
e info in one try. Always search the first KB for an html-code if the filesize c
annot be fetched.
Added: Select a sub-item if mod is fixed (BGT-GUI). Make item(s) of a fixed mod
optional. The changed code includes a slight speedup during GUI-creation.
Added: Translate the theoretical component number of the BGT-GUI into the real o
ne.
Fixed: Wrong display of "headline" for SUB/MUC-components if it included a brack
et.
20100221
Changed: Enabled editing of components if mod is not present.
Fixed: Rebuild component listviews are only visible in their tab. Do not create
new LVitems on the right side if users edit items. Rename fixed right button to
cancel instead of exit to be more clear. Enable buttons after MultiInstall error
s out. Corrected output for AutoSolve-function.
Added: Run Autosolve quietly in quickstart-mode to avoid irritations. Movies can
be skipped from the start.
Updated: Mods and translations are altered to fit V8.3.
20100313
Added: Delete unused files from override
Fixed: Avoid looping under certain update-conditions. Calculate button-positions
in the message screen to work with changed GUI-sizes. MsgBox-icons don't produc
e strange overlay-effects any more.
Changed: Mods are now shown as names and not as setups in both the mod and compo
nent admin.
Added: Language GUI to select the translations and set their priorities. Checks
before leaving the folder-selection-screen. Rebuild the available mods in the se
lection screen if needed.
Added: Enabled localized chapter-entries. Added special grouping-menu (for unsui
ted and fun-mods and others to come).
Changed: Updated removal of BGT-dependent-mods since chapters were removed. Also
updated removal of language-dependent-mods (TP, Abra...).
Added: Function to remove components from selection.
Fixed: Issues with variable that stores mods languages. Non-functioning of langu
age-listing in mod-language-selection-screen. Prevent crashes if autosolve fails

. Hints are shown after language-selection.


20100314
Added: Enable pauses during downloads and extractions. Show info while unpacking
infinityanimations. String -- can bypass the mod-language. It's number will det
ermine which translation will be used (default is English).
20100315
Fixed: Clicking outside of the context-menu on the advanced screen would cause y
ou to jump to the next part of a mod. Pressing ESC would close a screen.
Added: Ask if users want to really exit selection-screen. Better response if lin
k- and program-updates fail.
20100316
Fixed: Subcomponents were not reloaded due to a not valid RegExp-string. Some se
lections from the MUC/SUB-selections. Rightclicks on the context-menu of the dep
endency-screen are recognized. Actions were often badly interpreted.
Added: Hints when you click SUB/MUC/MOD that does not have a predefined selectio
n. Enable removal of all mods that have open dependencies.
Updated: Rewritten conflicts and dependencies-help.
20100320
Added: Version-entries are stripped for component-entries when using Tra_GUI. Se
veral little improvements in this GUI.
Changed: Dependencies and conflicts are solved during the creation of the GUI, s
o all conflicts and missing mods will be "selfmade".
Fixed: Changing directories failed if repeated two times while last time was vis
ible. Setting pauses works again.
20100401
Fixed: Better detection of (not) failed extractions. Check before removing BG1TP
's TP2-file. Enable proper reloading of fixed MUC and SUB-items. Downloads work
with 0-byte URLs again. _Process_SetConsoleLog will translate vertical lines int
o @CRLF (carriage return line feed).
Changed: Set disabled to 0 instead of 4 in the Setup.ini [Order]-section to be m
ore convenient.
Updated: Mods and translations are altered to fit V9.0.
20100402
Added: Optional pause after finishing download/extraction. Holding shift while c
licking a mod will apply the selection to all parts if the mod is scattered. Adj
usted installation for group-installations (hammers).
Fixed: Display a note when dependencies are not solvable due to the selected tra
nslations. Avoid crashes after selection new mod-translations (e.g. EN > EN SP).
Avoid foreign fixed mods in selection after using reloads.
20100420
Updated: Order/mods/translation should fit with most parts of the installpack v9
.0.2.
Changed: Do a full backup except data and unmodded folders like CDX. Altered res
tore to fit with that. Delete new bifs based on a file-list. Check if they are p
resent. Don't remove current downloads, backups, portraits or BWS-related data.
Added: Create some tp2-dummy-entries with version-entries of weidu and the BWP-p
ackages.
20100502
Fixed: Exclude files from backup process. Sorting in the component-administratio
n-screen. Don't write double BWP-entries into weidu.log. Close NSIS-Setups by pr
ocess and not by it's window. Cry for help if NSIS-processes are running.
Updated: File structures for improved readability. Order/mods/translations shoul
d fit with most parts of the BWP v9.1
Added: Close all weidu-instances before installation. Do another update-check. A
dded feedback after missing downloads/tp2-files are found. Improved handling of
downloading / selecting missing downloads.
20100530
Fixed: _Depend_ListUnsolved will not return dependencies for other components of
the requested mod. Dependeny and conflict-checks will check for mods with sever
al instances (splitted mods like item_rev,scs...). Don't show components if mod

is already displayed.
Changed: Functions that have to acount splitted mods also use the new function b
uild for splitted mods (jumping to next part (context-menu), shift-clicking a mo
d, removing a mod (dependency-screen). Rewritten _Depend_GetUnsolved, _Depend_Li
stUnsolved and _Depend_ListConflicts so all tests use the same data to avoid fau
lts and keep up with new functions.
Added: Search, add and remove groups that can be defined in the setup.ini. Added
warning for adding mods by chapters that do not fit.
20100602
Fixed: Some crashes when dependencies are tested. Change attrib of BiG World Cle
an-Up.bat. Add BW-version-numbers by running WeiDU, so the text will not vanish
after first installations.
Added: Some more info for the FAQ. Look at Docs\FAQ.txt.
20100619
Fixed: Strip backslashes from download-names. Edited _Install_GetGUICompNumber t
o fetch correct component-number.
Updated: Search for ToB-patch also fetches PrivateBuild-number to improve the ch
eck for the patch-version. More info for the FAQ.
Added: Install components in batches to avoid problems/speed up the installation
.
20100628
Added:Optionally set the codepage ACP to 1252 (Western Europe) to avoid problems
with non-unicode-programs. Handle mods that use prompts.tra (slightly modify th
ese files to preserve English default tokens). Optionally play ring-sound if ins
tallation is halted (displays some questions).
Fixed: Bad logical error in batch/group-installation. Files with multiple attrib
utes don't get messes up during backup/restore. Removed stupid scrolling issues
in console-mode (e.g. Au3ExTest).
Changed: Put pre- and post-installation-checks into separate functions to improv
e readability and avoid errors. Changed how groups are handled. Remove CDCreAni.
bif and DESound.bif from bif-checks after backup-restore because they seem to be
additional files. Install those dummy-info-entries after WeiDU-replacements. Us
e quick-log to speed up installation.
20100704
Fixed: Added a few more checks for pending backslashes in pathnames (remove it f
or checks after changing the path and add one for detecting 25movies.bif).
Changed: Compressed all executables with upx. Set GUI and TrayIcon if BiG World
Setup is launched by local installed version of AutoIt3.exe. Show old > new name
of the downloads name during link-tests (the check if files are available).
Added: Use a second section in the user.ini to save deselected components of a m
od. Useful to save deselected but fixed items. Also used to mark and search new
components.
20100705
Fixed: New checks for pending backslashes
20100707
Added: Remove temporary download-folder (which is created right before the first
start) if another folder is selected.
Fixed: BWS can handle installations in folders that contain other than standardAscII-characters. (cd, wget and 7z receive not standard windows but the "cripple
d" DOS-characters by reading echoed strings from temp-files -- ugly but fast)
Changed: Faq written in html-format now. Other documents may follow. Packaged wi
th winrar to have a nicer appearance and more place for some sort of introductio
n.
20100711
Fixed: Create empty mappings-file after the removal of the final bws-fake-entry
so WeiDU can do changelogs.
Updated: Use English WinRAR-SFX-module.
20100827
Fixed: Pressing the exit-button while in console-window will work again while a
question is displayed. Reload-function does not display hints about new items wh

ile resuming. Load additional language-specific-packages for a mod in the select


ed language (e.g. English GUI + preferred French Mod results will load French ad
don-packages if available.). Search correct file for extraction-logic (wait for
BWS own NSIS-MsgBox).
Added: Skip one/all missing files if providing the files was set during Au3NetTe
st. Another check on the headers content-type to determine broken links (no file
s but websites are fetched).
Changed: Decreased response-time during questions in console-window.
20100831
Fixed: Link-test gets recognized in advanced mode. Stop fetching headers every t
ime when fetching linkupdates for a single broken link.
Added: More verbose logging (only written to logfile, not displayed) during netupdates/downloads and extraction. BWS can now patch files, does updates with str
ipped ini-files and is able to deletes files/sections/keys.
20100908
Fixed: Possible crash when trying to update links manually. File-patching does n
ot delete old content and creates a backup. Uncommented program-update. Avoid lo
ops after update. Adjusted cleaning of override since it deleted some mod-files
if no biffing is done (removed z#misc.*,dw#*,ION*,IOUNX*).
20101010
Fixed: Export selection to new format (use save/desave). Loading both old and ne
w formated export-selections work as expected. Corrected language-depended prefi
xes. Set state for "TextHarmonisierung" every time the GUITreeView is build. Hid
e the "fix non-unicode-button" if you decide to continue (going back had overlay
ed GUI-elements). Fixed a crash during updates if new sections are added to inifiles.
Changed: Use first selection for mod-translations to determine which mods should
be purged. Same goes for installation a few other mods (Textpatch).
Added: First included selection from a user (created by using the export-functio
n), namely "Arkenors quest-selection". Widescreens treeviewitem (selection) and
its checkbox (installopts) get synced.
20101103
Fixed: Don't use Winhttp on fastshare.org to prevent lags and failed connections
. Use updated wget on ftp-files (replaces AutoIt-function) to get better results
without temporary files. Crashes during reloads.
Added: Added "chapter trees" into the mod-selection-tree to improve visibility.
Modified AI to fit with new chapter-trees. Added click-behavior to new trees (bo
rrowed from add/remove menus). Conversion from install to new selection view if
GUI may be shown. Download may be skipped. Note about not patching BG1-SAGA-Box.
Changed: Using a variable for the "component-replacement-holder" speeds up the b
uilding of the GUI => 500 ms. Speed up startup by using StringRegExp to fetch s
etups and their names => 740 and 500 ms. Speed up while building the treeview by
not searching component-descriptions (there aren't any) => 500 ms; using a vari
able instead of loading the value every time speeds up fetching item-connections
=> 180 ms. Translation-tokens are displayed in the treeview to see through fast
er.
20101108
Fixed: No more crashes during startup caused by select.txt. Selecting mods of th
e same theme works as it should using menu and treeview-items. If a "special" se
arch is done, hits are expanded properly. If old hits are reseted, those aren't
expanded any more. Don't fetch false defaults during first first build or langua
ge-change.
Added: Append an asterisk to the label if mod is splitted (for better visibility
).
Changed: Dropped Spanish and French translations because second was a template a
nd the first needs a lot of work. (No disrespect to the translators. I just aske
d when they wanted to do their work and we agreed that they'll do it when it's c
lose to a release some time ago. I think it'll be included then.)
20101114
Changed: values of linkupdates are treated case-sensitive now, so a is not A any

more.
20101129
Updated: Some mods conflicts and dependencies, components and translations.
20101130
Fixed: Don't append lines at the end of files while applying patches, which caus
es crashes if Select.txt is patched.
20101212
Fixed: Adjusted _Tree_Purge to prevent the installation of purged foreign mods.
Added: You can choose if you want to use the new category or the old pdf-like vi
ew. Mods that are not adding text but aren't translated either are shown as [--]
.
20101213
Fixed: Stupid miss while changing parameters
20101219
Fixed: Possible extraction of all mods into BG1-folder
20101226
Changed: Slightly altered the methods to fetch filenames from http-headers to ma
tch forum-free.net.
20110115
Added: Import your selection from a WeiDU.log
20110116
Fixed: Removed dependency that might crash the BWS (thanks to Chevalier).
Added: Create Logs\BWS_Tracedump.txt before Debug.au3 tries to fix things to tra
ck down some unknown errors.
20110303
Changed: Moved version number to the informations that are shown when clicking o
n a mod.
20110304
Fixed: Possible crash due to scsII increasing number of components. WeiDU.exe wi
ll be put into BG2-dir if it does not exist.
20110316
Fixed: Skipping download will really skip the link-check and the download (test
and fix will still be done). Additonal check for missing downloads works again.
Don't use passive ftp (so downloads don't get stuck due to your firewall).
Added: If downloads are missing and you redo the download-process, downloads tha
t are ok will be skipped. Fix for CTB-packaging.
20110404
Fixed: Automatic display of mods tips/data. Removed double entry from BGTNEJ. BG
1TP looks for correct version. Exiting component-screen when using [CTRL]+[Alt]+
[c] now works as expected. _Tra_GetVersion accepts quotation marks.
Changed: Access the mod-selection through the folder-page. Moved some tests from
the tools-page. Ask for updates every time the BWS starts. Updated help to fit
new layout
Removed: Quickstart-mode. Tools-page.
Added: Selection between batch/bws-installation. Components are not show when in
stalling batch-version. Dis-/Enabled various GUI-options when using BWS/BWP inst
allation. If checks are ok, give batch the key-files it searches for. Improved h
andling of BiG World Install.bat (use temp-files if necessary). Added [Ctrl]+[E]
hotkey in component screen to switch detected component descriptions to stored
English description (useful for Korean, Japanese, Chinese or Russian if symbols
cannot be displayed due to codepage).
20110405
Fixed: Some download issues, replace Wget.exe with a fresh one from the net, exi
t on event mode after inet-update.
Changed: Don't use debug mode as default.
20110406
Added: Show sorting-state in options-menu.
Fixed: Crash when switching between pdf- and theme-sorting.
Removed: "Hover over treeview-item to select it" code.
20110410

Fixed: Theme-checkboxes should behave as expected after loading an old selection


/preselection. Deny any change of any checkbox while AI is working to prevent er
rors. Get output from weidu in administration-sections. Have wget-checks work pr
operly again.
Added: Check for infinityanimations-files that begin with non-standard ascii cha
rakters. Copy some files for cleanup.bat. Added usage of referers to download fr
om some strict servers.
20110501
Fixed: Don't show items that would have conflicts / open dependencies with compo
nents that are not available due to language-selection.
20120322
Added: BG1-installation for french corrections. Wiki-links for German users. Imp
roved install-conditions to determine if eg. hotfixes are used, NEJ2 is installe
d. Improved wgetsize/_Net_LinkGetInfo.
Changed: Use csv- and not prn-style for select.txt
Removed: Winhttp/http methods to get names and filesizes from urls since they ca
used kind of random errors.
20120327
Fixed: Ignore categories when saving selections. Reload BWS in correct appmode s
o dependencies work. Corrected detection of splitted mods (which was not precise
). Only look for CMD-options if csv-line contains enough separators. Removed "al
ways ok"-condition for fixed mods in TP2-checks (so BGT gets moved out of the su
bfolder).
Added: Support up to 5 parallel downloads. Enable resume if past logged and curr
ent state are the same. Enable pause/resume and close when doing downloads. Don'
t check downloads again if check was logged before. Disable pause if resume not
supported.
Changed: Adjusted group-install preparations to new csv-format.
20120401
Changed: Some more minor adaptions to CSV. Adlib-functions to do progessbar-upda
tes during downloads more frequently. Adjusted help-text for download. Made bwsfirst, batch-install second option. Moved external preselections (Kerzenburg) i
n front of classic selections. Made "Total happiness" the default option. Loadin
g an externalized selection at boot-time and in the pre-selection-screen does no
t overwrite your previous selection any more; otherwise a restart of the BWS wou
ld cause a loss of your selection.
Fixed: Typo that could cause downloads to loop infinitely. Typo that displayed t
he message at the end of the install when skipping cmd-lines.
Added: Copy patch for fft after extraction. Enable Exit/Pause/Resume during down
load-stage, so you can work on all downloads at once. Added a few checks to prev
ent installation-errors caused by cmd not reacting to STDInWrite.
20120407
Removed: Program-updates + patching since it will not be used.
Changed: Adjusted Link-Updates to fit with new Mod.ini (which is automatically c
reated). If you do an update, further requests to do so and manual updates are s
uppressed. When solving dependencies and conflicts, the description is now displ
ayed in two lines.
Added: If you did not save your mods selection before, resolution is checked to
enable/disable widescreen by default. Progress is shown for solving conflicts an
d dependencies after switching to a BWP versions.
Fixed: Download-buttons don't overlap the other text any more. Altered RegExp fo
r _Install_ReadWeiDU/Installation-check so UB X will not be mistaken for BG1UB X
.
20120413
Fixed: Download-progress is shown on Win7 systems. Detect broken links or 0 byte
-files during download. Don't wait infinitely for wgets spider-mode. Execute NSI
S-packages on Win7 systems. Corrected testing if InfinityAnimation\content-folde
r contains files with ANSI. Only extract IA-content-packages that are selected.
_Process_ChangeDir checks for original and via _StringVerifyAscII converted path
. Fixed extraction-problem if BWS's path contains extended ASCII.

Changed: Increased progress-updates during download to 1000 ms. Decompressed too


ls because Norton thinks wget is fishy. Virustotal thinks it's ok.
Added: Fallback-option to wgets spider-mode (using inetget).
20120422
Fixed: Corrected "fictional" WeiDU-version-entries for BWS and WeiDU. Reload-fun
ctions for saves didn't import correctly (reporting false news). Edited conditio
ns for GOG backup-restoration. Switching to pdf had wrong sorting.
Changed: Use group-install per default.
20120620
Updated: Rewritten the descriptions for extraction-test, click-properties, downl
oad-failures and actions to fix them. Added a note that you can restart by click
ing the VBS.
Added: Mark downloads that have to be downloaded manually in _Net_ListMissing. U
ser can test for archive-integrity if extraction failed. Also made download opti
on available at that point. List of URLs that are used to fetch the files for yo
ur current selection. May be useful if you want to use your own download-manager
. WGET-process can be viewed/controlled by clicking on a slot in the download-ma
nager. Stalled downloads are marked red. Russian translation is available (thank
s to prowler and arcanecoast.ru).
Changed: Put errors with Infinity-extraction into Faults-section. Remove TP2 or
testfiles while running Au3ExFix if there were errors during extraction. If test
s are passed later, the user would have done the extraction correctly. Put quest
ion and answer from _Process_Question into the logfile. NSIS-extractions are lis
ted as failed until the TP2 is found in the NSIS-extraction-folder. Gamers selec
tions from BWS-section are not displayed in batch-mode since they don't fit ther
e (as batch-mode selection would be too "bulky", e.g. only install Ascension fro
m BigPicture would be impossible without editing). Moved preselection and mod-de
scriptions into separate file.
Fixed: Don't delete faults during extractions when finishing Au3ExFix (since Fix
is not the last step during extraction!). Save current state when switching fro
m mod to install-sorting-view without overwriting the last save. Expand array wh
ile parsing a Debug-file (in case mod installs more than 99 items). Explain why
BWS exits if it has no write-permission to create fake-tp2-files in BG2-folder (
to document used BWP/BWS-versions) and tell user how to start as an administrato
r. Remove connection-strings that need a BWS-install if batch-install-method is
used. No more overlapping language/install-type - boxes after treeview-rebuildin
g. Corrected selection-states for chapter-icons. Purge MUC-subtree when subitems
are deleted. Fixed possible-components-per-mod-counter. Fixed mod-counter for r
eload. Prevent entering false LANG-tokens for component-detection. Prevent crash
when changing languages.
20120623
Fixed: Display Russian mod-descriptions. Copy fitting strings-file for BiG World
Clean-Up.
20120701
Fixed: Don't remove files if extraction failed and strings for testing are not d
efined [Au3ExFix]. Corrected detection of the fault-type [_Extract_ListMissing].
Changed: Moved error-detection and file-deletion to the fixing [Au3ExFix].
Added: TP2-file can be "extracted" now (it will overwrite an existing one) [_Ext
ract_CheckMod].
20120903
Changed: Testing mediafire-links will also return the "interaction is needed"-no
tifier. [_Net_LinkTest] Building of component-list is moved back so users can se
lect their settings/language and then the GUI is build. [Au3Select, _Tree_Popula
te, _Misc_ReBuildTreeView] Use _Tree_SetPreSelected for component GUI building (
has better logic standard). [_Tree_Populate] Splitted/moved menu-creation into t
he (re)creation of the Treeview. [_Misc_CreateMenu], [_Tree_GetTags] If mods are
missing during install, BWS will now ask what to do (instead of just running on
). [Au3Install]
Fixed: Disable clicking a tab "through" the label at the top (strange effect). [
Au3BuildGUI] Contextmenu does not loop anymore when opening URLs and jumping to

next part of a mod. [_Selection_ContextMenu] Improved detection of prompt-files


and commenting important keywords; works with DSotSC again. [_Install_SetPrompt]
Removed: Functions that remove treeview items -- it just messes up the GUIs reco
gnition (like moving to next items of a mod). [_Selection_RemoveBG1], [_Tree_Pur
ge], [_Tree_PurgeItem], [_Tree_PurgeForeign]
Added: Better recognition for need to rebuild the component-GUI. Use when enteri
ng that screen or leaving the folder-selection. [_Tree_Populate_PreCheck] New fu
nction to detect items that have to be removed. Also used for InfinityAnimations
. RegEx is used to skip those items when reading the Select.txt. [_Tree_PurgeUnN
eeded], [_Test_ACP] Added another option that pauses the install if components a
re skipped. [_Install_TestInstalled]
20120904
Fixed: Downloading link-updates that already existed resulted in an error. [_Net
_Update_Link] If first setups in a "theme" were not created, all with the same w
ent missing. [_Tree_Populate]
20120907
Fixed: Avoid crashes on reinstall when checking non-component-lines and made che
ck a bit more accurate. Try to avoid a halt on setup-errors using WeiDUs --no-ex
it-pause. [Au3Install]
Changed: Move faulty "check-files" (TP2 or others) rather than delete them (may
be useful for debugging). [Au3ExFix]
20120929
Added: Add or remove German BG1NPC part-translation depending on lanuage-selecti
on. [_Tree_PurgeUnNeeded]
20121017
Fixed: German translation issue stalled the BWS when responding to a question. [
Au3TestExtract] Accept Cyrillic codepage for IA-installs. [_Test_ACP]
20121202
Added: Some more non-std-ascii translations for reading weidu [_StringVerifyExtA
scII]. Debugging-function to get dos-character-codes. [_Tra_Gui]
Removed: Fix for fft. [Au3ExFix]
20121216
Fixed: Answering questions returns lowered characters and answer now has to be a
single letter. [_Process_Question] Moved deletion of GUIControls so editing the
mods language-selections and thereafter loading a PreSelectionXX.ini does not r
esult in a crash. [_Misc_LS_Verify] Moving save-games during restoring should no
t fail anymore. [_Backup_Restore]
Removed: Since BGT does handle the missing sounds-issue since v1.15, the not use
d code-pieces have been removed. [_Test_CheckRequieredFiles_BG1Patch]
20130212
Added: Handle IWD1+II and PST. [*] Automatic detection of IWDI+II and PST-games.
[Au3Detect] Testing for IWDI+II and PST-version. [_Test_CheckRequieredFiles_IWD
1/IWD2/PST]. Put slidely improved/compacted folder-detection into own function.
[_Test_GetGamePath] Added menus, context-menus and accelerators for better usage
in mod-administration. [_Admin_ModGui], [_Tra_Gui] Use them to either open or t
est urls, files, sizes, tests. [_Admin_ItemOpen],[_Admin_ItemTest] Test URLs, fi
lenames and sizes and optionally adjust values to the given result. [_Admin_Item
Test] Improved testing before saving. [_Admin_ModSave] Added editor to manage th
e installation-order with menus, accels, testing before saving entries and move/
add/delete/edit/cut/paste entries. [_Select_*] (Re)added editor to manage depend
encies with menus, accels, tests and so on. [Dep_*] Rewritten GUI creation to fi
t to different games. Added translations/hints for those games.
Changed: Moved configuration-files, lots of changed variables to keep up with th
at. [*] Previous folder-selections are the initial directory for browsing somewh
ere else. [Au3Select] Redesigned the mod-administration. [_Admin_Mod*], [_Admin_
Item*], [Au3BuildGUI] Don't only display the mods name but also the setups name
when fetching translations (seems more convinient). Use same method to edit-item
s. [_Tra_Gui]
20130222
Fixed: Changed names so keywords don't get translated 2 times and thus get irrit

ating. Added IWD2-test. [Translation] Selecting a mod without read components wi


ll not crash when managing sequences. [_Select_ItemEdit] Delete old names/setups
from comboboxes when reentering admin-screens. [_Admin_Populate] Entries that i
nit a choice don't get messed up on save. [_Select_ItemEditSave] Don't crash whe
n translation number for no-text is wrong. [_GetTra] Adjusted number of chapters
so BWS does not crash on BWP-load not reloads. [_Tree_Populate] Show tips at st
artup. Show other tips when changing games. [Au3Select, _Misc_SetWelcomeScreen,
_Misc_SetTip]
Added: When adding or deleting mod in the screen to manage mods, those get added
or removed in the comboboxes of this and the other management screens. [__Admin
_ModSave/Delete] Repair IDS-entries during install of BWP-installs. Make IDS bat
ches usable for usage without install.bat. [Au3RunFix, _Install_RepairIDS]
Updated: Russian translation (thanks to silent/quiet).
20130303
Addded: Enabled renaming of setups when managing mods. Run tests before renaming
or overwriting mods/setups. [_Admin_ModSave] Additional messages if debug-file
can't be read (reported on Windows 8). [_Install_TestInstalled] Test if patching
works before starting install (reported on Windows 7/8). [_Install_PatchTest]
Fixed: Still check for Mod.ini when downloading the update-package was done befo
re. [_Net_Update_Link] Fixed endless looping when searching non-existent tokens
in management screens. [_Select_Search] Extract UpdateIni if download of updatepackage proceeded before but ini did not get extracted. [_Net_Update_Link] Don't
ask about BG1NPC on restart if you do a German install.
20130304
Fixed: Define values of setups / directories before updating or switching back/f
orth on welcome-screens. [_Misc_SetWelcomeScreen], [Au3Select]
20130310
Fixed: Recognize extacted BG1-fixes when listing faulted extractions. [_Extract_
ListMissing]
Added: Hint if you missed generalized_biffing and have too many files in your ov
erride-folder. [Au3Install]
20130311
Fixed: Crash when searching for too many files. [_FileSearch] Only ask for Germa
n part-translation for BG1NPCs if BG1 gets installed. [_Tree_PurgeUnNeeded]
20130419
Added: Copy files from Russian textpacks for IWD 1 and 2. [Au3RunFix]
Fixed: Detection of game if location in registry is not valid. [_Test_GetGamePat
h]
Changed: Show output of fix_Kit_IDS.bat and ref_ids.bat [Au3Install]
20130429
Added: BWS should be able to handle BGEE-installs. Added search for the game, te
sting files, settings hardlinks and so on.
Fixed: Disable link-update-button for other games than BWP to prevent errors whe
n using it. [_Net_StartupUpdate]
20130430
Added: Accept BGEE main folder and redirect to Data\00766 when using BGEE. [_Mis
c_SelectFolder] Russian translation for BWS BGEE part.
Fixed: Disable Widescreen-mod for BGEE-installs. [_Tree_Populate, _Misc_SwichGUI
ToInstallMethod] Use corrected BGEE-folder-names. [_Test_GetGamePath] Don't over
write beta-WeiDU with stable WeiDU (except for BGEE). [Au3RunFix, Au3Install, _I
nstall_UpdateWeiDU]
20130505
Changed: If BGEE is installed on a non NTFS-drive, move dialog[F].tlk back into
lang-folders rather than copy when finished tp prevent misunderstandings.
Fixed: Changed testing so it works with non-exe-files to verify BGEE-path. [_Tes
t_GetGamePath]
20130519
Fixed: Copy PST-files to HDD works as expected. [_Test_CheckRequieredFiles_PST]
20130613
Fixed: DDrawFix-detection. [_Backup_Test]

Updated: Expanded documentation. [docs\faq.htm]


20130916 - Updated by Silent
Changed: Temporarily disabled auto-update links (thanks to dabus) and disabled s
elections "Total happiness", "Megamod" and "Arkenor's Adventure Picks".
20130917 - Updated by AL|EN
Updated: Run BWS always as admin to avoid problems.
20131022 - Updated by Silent
Fixed: Changing the codepage (thanks to dabus).
20131030 - Updated by Silent
Changed: Selections "Total happiness", "Megamod" and "Arkenor's Adventure Picks"
is recovered back.
20131129 - Updated by Silent
Changed: Replaces "old" WeiDUs (thanks to dabus).
20131203 - Updated by Silent
Changed: Disabled auto-update links function, again.
20131224 - Updated by dabus
Added: BWS can handle BG2EE installations
20131229 - Updated by dabus
Fixed: Clicking "View debug" will open the log after install is finished. [_Rese
tInstall/Au3Install] Get downloads from Sourceforge without referers to get the
actual files. [_Net_DownloadStart] Show Linebeaks in mods descriptions. [_Tree_P
opulate]
20140104 - Updated by dabus
Added: No more code changes required for adding new game-types. Sepcify the type
the folder contains in the folders Game.ini and you're set.
20140105 - Updated by dabus
Fixed: Show BG2 as games name when using BG2-style. [_GetGameName] Calculate arr
ay correctly. [_Tree_SelectRead]
Added: Enable restart of the install after Classic Adventures is installed. [_Te
st_CheckRequieredFiles_BG2]
20140108 - Updated by dabus
Fixed: Suppress oddities after changing the sequence in the selection-window. [A
u3Select] Support answers for questions with international characters. [_Process
_Question]
20140501 - Updated by AL|EN
Changed: Source for version-number (thanks to dabus).
Fixed: Debug mode (thanks to dabus).
20140502 - Updated by Silent
Changed: Codepage testing (thanks to dabus). [_Test_ACP]
20140619 - Updated by Silent
Fixed: The problem with the wrong answers during 1pp's "Core updates and item pa
tches" installation (thanks to dabus). [_Install_BuildSubcmd]
20140628 - Updated by AL|EN
Added: Automatic install of Polish BG1 characters conversion if needed (thanks t
o dabus).
20140712 - Updated by AL|EN
Added: Added workaround for custom BG2 Installation.
20140720 - Updated by AL|EN
Changed: Ignore empty lines when reading select.txt (thanks to dabus).
20140907 - Updated by AL|EN
Added: Auto-save of user configuration as "Installtype" (thanks to dabus). Save
selected preselection (thanks to dabus). Documentation for "Special dependencies
for main language of the mods translation and connections" (thanks to dabus).
Changed: Adjustments to GUI.
20140909 - Updated by Silent
Changed: Disabled message about the impossibility to restore the backup (thanks
to dabus).
Fixed: Download from Dropbox (thanks to dabus).
20141007 - Updated by Silent
Fixed: Link to Clean-Up.bat.

Updated: German translation (thanks to dabus).


20150103 - Updated by Silent
Changed: Disabled autoreplacement old WeiDU.
Fixed: Breach selection limit (thanks to dabus). [_GetArchiveSizes] Returned old
7zip.
20150302 - Updated by Silent
Fixed: Extraction error (thanks to dabus). [_Test_GetCustomTP2]

Das könnte Ihnen auch gefallen