Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up README.md #4

Merged
merged 1 commit into from Jan 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions LICENSE
@@ -0,0 +1,7 @@
Copyright (c) 2016 IdeaSpark Labs.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45 changes: 26 additions & 19 deletions README.md
@@ -1,12 +1,25 @@
# Modmerge
Merge BGEE/BG2EE v2.0 mod zip files back into the main game(making them weidu compatible).
Merge BGEE/BG2EE v2.0 mod zip files back into the main game(making them weidu
compatible).

# Downloads/Binaries
http://github.com/ScottBrooks/modmerge/releases
# Pre-requisites

# Source build
- Install golang from http://golang.org
- go build github.com/ScottBrooks/modmerge/modmerge
You must have **bought** and **downloaded**:

- Baldur's Gate 1: Enhanced Edition
- Baldur's Gate 1: Siege of Dragonspear
- Baldur's Gate 2: Enhanced Edition

# Running

1. Download binary from http://github.com/ScottBrooks/modmerge/releases
2. Unzip.
1. MacOSX only: Rename `/path/to/modmerge-osx` to `/path/to/modmerge`.
3. Navigate to `/path/to/BG1EE`.
- There should be a `chitin.key` file in the directory.
- If downloaded with Steam on MacOSX, this should be at `~/Library/Application Support/Steam/steamapps/common/Baldur's Gate Enhanced Edition`.
- If downloaded with Steam on Windows, this should be at `C:\Program Files (x86)\Steam\steamapps\common\Baldur's Gate Enhanced Edition`.
4. Run `/path/to/modmerge`. If you see `Conversion complete.`, it worked!

# Details

Expand All @@ -21,19 +34,13 @@ modmerge does the following

The end result, assuming everything is successful, is you will have an updated chitin.key that points to the resources from the base game, and the resources from the mod, that weidu, near infinity, DLTCEP, etc will all be able to load.

# Redistribution

You are free to package or redistribute modmerge.

# License

Copyright (c) 2016 IdeaSpark Labs.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Building from source

```
cd /path/to/modmerge
go build github.com/scottbrooks/modmerge/modmerge
```

# Redistribution

You are free to package or redistribute modmerge.