Europa Universalis IV

Europa Universalis IV

Addon Beyond Typus Miscellanea
 This topic has been pinned, so it's probably important
Draíocht  [developer] 21 Jan, 2018 @ 2:39am
Tutorial for Cutting Select Features
As this gameplay/balance addon grows, I have no doubt it will eventually come to include some features that some people do not like, after all, one can not please everyone all the time.

With this in mind, I've taking the measure of writting a (hopefully) coherent little tutorial for anyone who has little modding experience but would like to cut a given feature but keep the rest.
< >
Showing 1-1 of 1 comments
Draíocht  [developer] 21 Jan, 2018 @ 2:40am 
Step 1

The first, and probably most difficult, thing to note when tweaking or customising a workshop mod is that auto-updates can quickly reverse any changes (and destroy one's efforts). Rather than disable auto-updating, which can be equally vital for bug fixes new features, I would recommend creating a new, personal, copy of the mod. This is Step 1.


Step 1 A

Navigate to your mod folder (typically found in C:\Users\<USER NAME>\Documents\Paradox Interactive\Europa Universalis IV\mod\) and make a copy of addonmisc.mod.


Step 1 B

Next, open the new copy of addonmisc.mod with a text editor (Notepad, Notepad ++, or similar). You will be presented with something like:
Originally posted by Sample:
name="Addon Beyond Typus Miscellanea"
archive="mod/addonmisc.zip"
tags={
"Gameplay"
}
picture="btaddonmiscpic.jpg"
supported_version="1.24.*.*"

You want to change four things here. First, you must choose a new name that begins (alphabetically) before "Beyond" and enter it into the ""s after name=.

Next, you want to change << archive= >> to << path= >>> and then remove the << .zip >> later in the same line.

Finally, you want to change the actual path in the ""s after the new << path="mod/ >> to something else, I would reccomend making it similar to you new name above.

The finished version should look something like this:
Originally posted by Sample:
name="Addon Beyond Typus Custom"
path="mod/addonmisccustom"
tags={
"Gameplay"
}
picture="btaddonmiscpic.jpg"
supported_version="1.24.*.*"


Step 1 C

Now, rename the new .mod file to match the name entered in the .mod file after << path="mod/ >>.


Step 1 D

Next, you want to unzip the addonmisc.zip, This can be done with any normal archiving program such as winzip or similar.


Step 1 E

Now, rename your newly unziped folder to match the name entered in the .mod file after << path="mod/ >>.



Step 3 (skipping ahead to keep the large text at the bottom)

Once finished with Step 2, disable my Misc Addon and enable your new, custom version, then simply start & play as normal.

In order to benefit from any future updates, you will have to repeat this process following the update in question, but I try to keep unnecessary updates to a minimum so unless you're looking for a specific new feature, only once after every major update following a Paradox patch will usually suffice.



Step 2 A (& B, C, D, E, F, G, H, etc.)

Next comes the more subjective bit: Choosing what is cut. This can range from adjusting a single number, to hours of work, depending on just how many changes you want to make. The purpose of this little tutorial, however, is not to teach general modding, but rather to help revert unwanted features from this mod, so I'll be limiting the scope of this tutorial to that.

Please note that I have done my utmost to mark all changes in this addon for easy searching (ctrl-f) and have also noted the previous value for ease of reverting. It would be unfeasible to go into reverting each and every change, but I'll do my best to go through the major ones.



Removing Unit Pip Tweaks
  • Delete the folder labeled \units found in the folder labeled \common.


Removing Institution Overhauls
  • Delete the folder labeled \institutions found in the folder labeled \common,
  • Open the bt_misc_addon_l_english.yml file found in the \localisations folder with a text editor (I recommend the free Notepad ++, but most text editors should work fine),
  • Then delete all entries under the "#Institution Adjustments" header. Save & quit,
  • Open the bt_misc_addon_changes_l_english.yml file found in the \localisations\replace folder with a text editor
  • Then delete all entries under the "#Institution Adjustments" header. Save & quit.


Disable Improved Elections
  • Delete the file named Elections.txt found in the folder labeled \events.


Reverting Idea Changes
  • Delete the folder labeled \ideas found in the folder labeled \common.
  • Open the bt_misc_addon_changes_l_english.yml file found in the \localisations\replace folder with a text editor (I recommend the free Notepad ++, but most text editors should work fine),
  • Then delete all entries under the "#General Idea Changes" and "#National Idea Changes" headers. Save & quit,


Reverting Trade Good Prices
  • Delete the folder labeled \prices found in the folder labeled \common.
  • Delete the file named PriceChanges.txt found in the folder labeled \events.
  • Delete the file name HAB - Austria.txt found in the folder labeled \history\countries.


Reverting Estate Changes
  • Delete the folder labeled \estates found in the folder labeled \common.


Reverting Building Changes
  • Delete the folder labeled \buildings found in the folder labeled \common.


Reverting Changes to Warscore Costs
  • Open the bt_misc_addon.txt file found in the \common\defines folder with a text editor (I strongly recommend the free Notepad ++ here),
  • Warscore costs are found in the "NDefines.NDiplomacy." group, near the top. Delete the lines associated with changes to warscore cost, all beginning "PEACE_COST_"
  • Save the file, and exit.


Reverting Changes to Favour Cost for Prepare for War and Call to Arms
  • Open the bt_misc_addon.txt file found in the \common\defines folder with a text editor (I strongly recommend the free Notepad ++ here),
  • Favour costs are found in the "NDefines.NDiplomacy." group, near the top. Delete the two lines associated with favours, namely the two beginning: "NDefines.NDiplomacy.PREPARE_FOR_WAR_COST = #" & "NDefines.NDiplomacy.CALL_TO_ARMS_COST = #".
  • Save the file, and exit.


Anything Else
  • If you're really looking for something else specific, I invite you to ask in suggestions. Once again, Please note that I have done my utmost to mark all changes in this addon for easy searching (ctrl-f) and have also noted the previous value for ease of reverting.
Last edited by Draíocht; 21 Jul, 2018 @ 3:36am
< >
Showing 1-1 of 1 comments
Per page: 1530 50