-
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
8ddebed
commit 6ccc94b
Showing
4 changed files
with
98 additions
and
0 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,6 +1,8 @@ | ||
# Base | ||
/* | ||
!.git* | ||
!*.md | ||
!LICENSE | ||
|
||
# Dragon | ||
!/Dragon/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Victoria 3 mods Changelog | ||
|
||
## Version 1.0.0, 2024-06-27 | ||
|
||
### Compatible game version | ||
|
||
- Victoria 3 1.6.2 (Blackcurrant) | ||
|
||
### New Feature | ||
|
||
- Initial release |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 dragon-archer | ||
|
||
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. |
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Victoria 3 mods | ||
|
||
[![GitHub Release](https://img.shields.io/github/v/release/dragon-archer/vic3-mods)](https://github.com/dragon-archer/vic3-mods/releases/latest) | ||
[![GitHub License](https://img.shields.io/github/license/dragon-archer/vic3-mods)](https://github.com/dragon-archer/vic3-mods/blob/main/LICENSE) | ||
|
||
A collection of several mods for `Victoria 3` | ||
|
||
Each of them can be enabled independently, but it's recommended to enable all of them for best performance and reliablity | ||
|
||
[TOC] | ||
|
||
## Compatible game version | ||
|
||
- Victoria 3 1.6.2 (Blackcurrant) | ||
|
||
## Mods List | ||
|
||
### Dragon | ||
|
||
- New economical system: introducing `inflation` into Victoria 3 | ||
- New buildings and new PMs | ||
- Specail spreading events for Atheism | ||
- Automatic PM selection | ||
- Tons of improvements | ||
|
||
### Integrated Cultures | ||
|
||
- Merge cultures with same discrimination traits | ||
- Optionally merge cultures with almost the same discrimination traits | ||
- Significantly boost the performance | ||
- No or little gameplay effect | ||
- Dynamically change culture names after merging | ||
- i.e. `North German` will become `German` if `South German` is merged into it (which happens after Germany is formed) | ||
- Dynamic culture homeland depending on local pop culture fraction | ||
- Faster incoporation speed with immigrants | ||
- Compatiable with most other mods | ||
- Those with additional cultures are still compatiable, but additional cultures won't be merged | ||
|
||
### Paradox Bug Fix | ||
|
||
- Fix almost every Paradox bugs | ||
- Enjoy a bug free game and an empty `error.log`! | ||
- Extra fix for Chinese localization | ||
- No more misused highlight or missing | ||
- Improve the performance with no gameplay difference | ||
- Compatiable with all other mods | ||
- It's safe to put it on top of the mods list and be covered by other mods | ||
|
||
## Usage | ||
|
||
1. Download the latest mods pack from [GitHub Release](https://github.com/dragon-archer/vic3-mods/releases/latest) | ||
2. Extract it into your mods folder (On Windows it's usually at `%USERPROFILE%\Documents\Paradox Interactive\Victoria 3\mod`) | ||
3. Place `Paradox Bug Fix` on top of your playlist, `Integrated Cultures` next, and `Dragon` at the bottom | ||
|
||
|
||
## Change Log | ||
|
||
See [CHANGELOG.md](CHANGELOG.md) | ||
|
||
## License | ||
|
||
All mods in this repository are published under MIT License | ||
|
||
Copyright (C) 2024 dragon-archer |