Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.0
Initial support for career mastery progression
Mastery Progression for Peacock
UPDATE: This functionality is currently being implemented directly into the peacock code and will most likely be available in the next release, so I wont be supporting the plugin anymore. Its almost nearly there so just be patient :)
Please note this plugin will only work with Peacock beta-4, make sure that you have that version.
When using Peacock, every unlockable is unlocked at the beginning, so there is no Mastery Progression for career gameplay. This plugins prevents that, and allows the items to be unlocked trough Mastery Progression for each Destination.
How To
Peacock doesn't have any way to hook into the inventory system yet, so a patch to the code is required for this plugin to work:
Extract the contents of this plugin into Peacock root folder.
Run "PatchChunk0.cmd", this should start the process of patching Peacock code
If nothing fails, you can start Peacock as usual, and you should now only have access to unlockables that you have unlocked so far for your account.
Limitations
Some unlockables can only be unlocked trough contracts, elusive targets, porting from different versions, and other ways that are not yet fully supported by Peacock, so there's no easy way to have them unlocked naturally yet. They are disabled by default on this plugin, but you can enable them by opening "plugins/CareerProgression.plugin.js" (you can use any text editor), locate the text "ALLOW_UNTRACKED_ITEMS" and change its value to true
Notes
Once you patch Peacock, it will no longer work if you remove this plugin from your plugins folder. The patcher generates a backup file "chunk0.js.bak" so that you can remove "chunk0.js" and rename the backup file, to get a clean Peacock installation that works w/t this plugin