-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29377c8
commit 082e178
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# VampireBloodlinesPlugins | ||
A set of plugins to improve MO2's functionality when managing Vampire - The Masquerade: Bloodlines | ||
# Updated Plugins for Vampire: The Masquerade - Bloodlines | ||
A set of plugins to improve MO2's functionality when managing Vampire - The Masquerade: Bloodlines. | ||
|
||
## Details | ||
These plugins let MO2 deploy mods to the `Unofficial_Patch` and `CQM` directories, instead of the `vampire` directory. This stops modded files from being overwritten by those in the Unofficial Patch or the Clan Quest Mod. | ||
|
||
## Use | ||
Install as below, and it will work out of the box. If you use the Clan Quest Mod, make sure to choose the game 'Vampire The Masquerade - Clan Quest', or MO2 will crash. | ||
|
||
## Installing | ||
Place the contents of the 'plugins' folder in 'MO2/plugins' (usually located in 'C:/Modding'), overwriting when asked | ||
Place the contents of the `plugins` folder in `MO2/plugins` (usually located in `C:/Modding`), overwriting when asked. | ||
|
||
## Uninstalling | ||
Remove 'game_vampirebloodlines.py' and 'game_vampireclanquest.py' from 'MO2/plugins/basic_games/games', and rename 'game_vampirebloodlines.py.backup' (found in the same folder) to 'game_vampirebloodlines.py' | ||
Remove `game_vampirebloodlines.py` and `game_vampireclanquest.py` from `MO2/plugins/basic_games/games`, and rename `game_vampirebloodlines.py.backup` (found in the same folder) to `game_vampirebloodlines.py`. |