Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Jun 20, 2018
1 parent 7c1bc01 commit 1e381c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
29 changes: 15 additions & 14 deletions DlcMerger/readme/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Overview
Enhanced Edition games provide a feature that lets you use self-contained DLC archives to add or modify content.
The best known example is the "Siege of Dragonspear" expansion which comes as a DLC archive on GOG and Steam platforms.

The downside of this distribution method is the limited ability to mod the game however, since files contained in DLC
archives can't be easily accessed or further modified without recreating the whole DLC. This mod attempts to solve
this restriction by merging DLCs with the main game. The mod provides three options. You can specifically merge
The downside of this distribution method is the limited ability to mod the game however, since files contained in DLC
archives can't be easily accessed or further modified without recreating the whole DLC. This mod attempts to solve
this restriction by merging DLCs with the main game. The mod provides three options. You can specifically merge
"Siege of Dragonspear" with BG:EE, merge a user-defined DLC archive or all DLCs found in the search paths of the game.

"DLC Merger" is meant as an alternative to "modmerge". Developed by a Beamdog developer, that tool was the only way
to make Siege of Dragonspear available for modding. However, unlike modmerge, this mod is platform-independent and
fits seamlessly into the stack of other WeiDU mods. It allows you to merge any DLC archive and provides an option to
"DLC Merger" is meant as an alternative to "modmerge". Developed by a Beamdog developer, that tool was the only way
to make Siege of Dragonspear available for modding. However, unlike modmerge, this mod is platform-independent and
fits seamlessly into the stack of other WeiDU mods. It allows you to merge any DLC archive and provides an option to
revert the whole merge operation.


Installation
~~~~~~~~~~~~

This is a WeiDU mod, that means it is very easy to install. Simply unpack the downloaded archive into your game
This is a WeiDU mod, that means it is very easy to install. Simply unpack the downloaded archive into your game
directory and run "setup-DlcMerger.exe". Follow the instructions to merge the desired DLC archives.


Expand All @@ -44,7 +44,7 @@ Merges the "Siege of Dragonspear" from any of the supported DLC locations with B

2. Merge a user-defined DLC archive (Enhanced Edition game required)

Merges a single DLC archive with the game. The mod prompts for the name of the DLC archive, which can be located in
Merges a single DLC archive with the game. The mod prompts for the name of the DLC archive, which can be located in
any of the supported DLC paths. Supported DLC paths are (in order of application):
- Documents directory of the game
- Installation directory of the game
Expand All @@ -54,21 +54,22 @@ any of the supported DLC paths. Supported DLC paths are (in order of application

3. Merge all available DLC archives (Enhanced Edition game required, 64-bit WeiDU installer required)

This option scans all supported DLC search paths of the game for available DLC archives. Each DLC will be merged in
the same order as it would be loaded by the game, so that multiple DLC archives may safely override files from other
DLCs without causing issues.
This option scans all supported DLC search paths of the game for available DLC archives. Each DLC will be merged in
the same order as it would be loaded by the game, so that multiple DLC archives may safely override files from other
DLCs without causing issues. Because of technical reasons, this operation is currently only successful if the mod is
invoked by a 64-bit WeiDU installer.


IMPORTANT: WeiDU currently fails if the path to the DLC archive contains spaces. This affects DLCs found in the
IMPORTANT: WeiDU currently fails if the path to the DLC archive contains spaces. This affects DLCs found in the
documents directory of the game, or if the DLC archive name itself contains spaces.
To work around this issue, place DLC archives into the installation directory or one of its subfolders "dlc" or
To work around this issue, place DLC archives into the installation directory or one of its subfolders "dlc" or
"workshop" and make sure their filenames don't contain spaces.


Copyright Notice
~~~~~~~~~~~~~~~~

The mod "DLC Merger" is licensed under the "Creative Commons Attribution-ShareAlike 4.0 International License"
The mod "DLC Merger" is licensed under the "Creative Commons Attribution-ShareAlike 4.0 International License"
(http://creativecommons.org/licenses/by-sa/4.0/).


Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
*Allows you to merge DLC archives into Infinity Engine Enhanced Edition games.*

## Overview
Enhanced Edition games provide a feature that lets you use self-contained DLC archives to add or modify content. The best known example is the *"Siege of Dragonspear"* expansion which comes as a DLC archive on GOG and Steam platforms.
Enhanced Edition games provide a feature that lets you use self-contained DLC archives to add or modify content. Best known example is the *"Siege of Dragonspear"* expansion, which comes as a DLC archive on GOG and Steam platforms.

The downside of this distribution method is the limited ability to mod the game however, since files contained in DLC archives can't be easily accessed or further modified without recreating the whole DLC. This mod attempts to solve this restriction by merging DLCs with the main game. The mod provides three options. You can specifically merge *"Siege of Dragonspear"* with BG:EE, merge a user-defined DLC archive or all DLCs found in the search paths of the game.

*DLC Merger* is meant as an alternative to *modmerge*. Developed by a Beamdog developer, that tool was the only way to make Siege of Dragonspear available for modding. However, unlike *modmerge*, this mod is platform-independent and fits seamlessly into the stack of other WeiDU mods. It allows you to merge any DLC archive and provides an option to revert the whole merge operation.
*DLC Merger* is meant to be an alternative to *modmerge*. Developed by a Beamdog developer, that tool was the only way to make Siege of Dragonspear available for modding. However, unlike *modmerge*, this mod is platform-independent and fits seamlessly into the stack of other WeiDU mods. It allows you to merge any DLC archive and provides an option to revert the whole merge operation.

## Components
This mod provides three options to merge DLC archives with the game:
Expand All @@ -25,5 +25,4 @@ Merges a single DLC archive with the game. The mod prompts for the name of the D

**3. Merge all available DLC archives (Enhanced Edition game required, 64-bit WeiDU installer required)**

This option scans all supported DLC search paths of the game for available DLC archives. Each DLC will be merged in the same order as it would be loaded by the game, so that multiple DLC archives may safely override files from other DLCs without causing issues.

This option scans all supported DLC search paths of the game for available DLC archives. Each DLC will be merged in the same order as it would be loaded by the game, so that multiple DLC archives may safely override files from other DLCs without causing issues. Because of technical reasons, this operation is currently only successful if the mod is invoked by a 64-bit WeiDU installer.

0 comments on commit 1e381c1

Please sign in to comment.