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 0.4
Add Steam support.
Add simple splash so that it's clear the hook is running.
This is the injection hook to get Call of Cthulhu Dark: Corners of the Earth to first check in a mods directory for each file accessed. It also exports and imports the xml configuration of the game. You need this for any other mods to work.
On the first run a mods\Settings directory will be created and the xml settings from within the exe will be dumped to the following files:
settings.xml
LanguageRemap.xml
Weapons.xml
SoundData.xml
PoolSizes.xml
MythosRanking.xml
MusicData.xml
MemoryLayout.xml
Materials.xml
Levels.xml
Journal.xml
Inventory.xml
DebugUser.xml
DebugScripts.xml
DebugCulling.xml
Cinematics.xml
Category0.xml
Category1.xml
Category2.xml
BonusItem.xml
BloodSettings.xml
AnimSettings.xml
AITacticsSettings.xml
AISpeedSettings.xml
AICharacterTypeSettings.xml
On subsequent runs the files will instead be loaded in. As the files are loaded into fixed memory areas in the exe you must not exceed the original length of the file. You can usually remove some comments etc if you need extra space after your changes. The hook will warn you if you have exceeded the original length and not load the xml in.