Get the latest version from github, see https://github.com/cpypasta/cotw-mod-builder
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
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 2.0.1
Fixed bug where scope offset was showing exponential value
Created my own binocular overlay since original author felt they were stolen from
Version 2.0.0
Added reduce resting cost mod
Added player gravity mod
Added modify skills mod (can modify all skills and perks)
Improved reserve population mod
Improved modify water mod
Improved diamond spawn mod
Updated UI
Version 1.3.0
Added modify water mod
Added modify weather mod (need more testing)
Added mod presets
Version 1.2.8
Fixed Medved deployables
Added back the bloodhound dog fur mod
Fixed a few bugs in the modify store regarding prices
Version 1.2.7
Fixed a few bugs around ammo expansion and penetration
Improved updating quantity with modify store mod
Added binocular overlay mod (credit to CharmicsMods for the assets
Updated starting background when using remove intro logos mod
Version 1.2.6
Fixed and tested the mods with the latest version of the game.
Added jump modifier to the player speed mod.
Added vision, scent, and sound modifiers to the animal senses mod.
Version 1.2.5
Fixed issue with Increase Speed and Decrease Wobble mods
Version 1.2.4
Updated for Ambusher Pack
Version 1.2.3
Increase diamond spawn plugin
Added bulk quantity to modify store plugin (good for ammo quantity)
Added horizontal and vertical settings to modify weapon plugin
Version 1.2.2
Modify store now allows updating quantity of item
Version 1.2.1
All mod plugins should now be working with Australia update
Updated "Increase XP reward" to include weapon XP
Version 1.2.0
Updated and tested some of the mods for the latest Australia update
Version 1.1.0
Added modify dog fur mod plugin (thanks PureWinter)
Added enhanced endurance mod plugin
Fixed issue with store items not updating
Version 1.0.9
Added modify store mod plugin (change prices)
Fixed a bug for 45-70 modify weapon mod
Version 1.0.8
Added remove intro mod plugin
Added modify dog mod plugin (all traits and increased XP)
Renamed decrease weapon recoil to modify weapon (added ability to change zeroing)
You can now configure your game path if you are not using the default Steam one
Version 1.0.7
Added character level progression mod plugin (extra 22 skills/perks)
Removed Enhanced Fatal Attraction, since it wasn't working
Fixed bug with scope zoom plugin
Version 1.0.6
Added Binocular Zoom mod plugin
Added Scope Zoom mod plugin
Added Enhanced Fatal Attraction Skill mod plugin
Added Enhanced Haggle Skill mod plugin (reduces store prices)
Upgraded Modify Ammo plugin to support changing mass, projectiles (shotgun), and classes
Version 1.0.5
Added weapon recoil mod plugin
Added weapon magazine size mod plugin
Version 1.0.4
Added noise and vision settings for ATV
Introduced animal senses mod plugin
Version 1.0.3
Fixed a bug where the add modification button was hiding
Version 1.0.2
Added ATV mod
Version 1.0.1
Can now merge mod configurations
Version 1.0.0
Added a bunch of new mods
Can load mods into game if using Steam
Can save and load mods configurations
Version 0.0.1
Initial Release
DESCRIPTION
A tool that makes it easy to create custom mods for theHunter: Call of the Wild (COTW).
INSTRUCTIONS
The tool is pretty easy to use. Simply launch the tool, configure the modifications you want, and then build the mod. The mod is now ready to copy into your game folder and use. There is no need to use an external mod merging tool, since this tool will merge everything if needed.
You still need to include the game launch parameters to use mods in COTW: --vfs-fs dropzone --vfs-archive patch_win64 --vfs-archive archives_win64 --vfs-archive dlc_win64 --vfs-fs. (include the period at the end).
NOTES FOR MODDERS
I will add more documentation in the future. For now, you can take a look at GitHubwhere the code lives. This tool was created to make it easy to create new mods and to manage existing mods. More specifically, all that is necessary to create a mod plugin is located in the plugins folder. I will create a tutorial video with additional documentation soon.