Hi everyone,
I'm very new to the modding scene and have been trying my best to understand and learn how the Creation Kit works. I've uploaded 3 mods to the Steam Workshop but am having quite a lot of trouble with my fourth, most recent mod. My fourth mod simply intended to disable the ability for enemies to trigger kill move animations on the player. My main motivation for this is because higher difficulties are virtually impossible to play with melee combat due to being forced into death with no way out. After searching online for the command that decides if the player should ever be killed by a finishing animation, I found the command fKillCamBaseOdds. After setting the variable to 0 in the Creation Kit, and saving it as a plugin, I launched Skyrim and tried fighting dragons and difficult enemies on Legendary difficulty, and found the experience much more fulfilling and tactical, and wanted others to experience the same. Without a lot of knowledge on how uploading mods worked, I simply kept the variable in the esp file set to 0, and uploaded the mod. After complaints that the mod didn't work, I found out on the official Creation Kit Wikipedia that changing gameplay settings in the Creation Kit doesn't technically alter the plugin file, and won't be uploaded to the Steam Workshop. After finding a page on ini files, I learned that creating an ini file of the same name as the plugin file, in the Skyrim/Data folder, it would mean that it's automatically uploaded with the mod, and any changes made in the ini configuration file would take effect if the plugin of the same name is enabled. Knowing this, I created an ini file of the same name, and entered the following in the file: "fKillCamBaseOdds=0.000". A day after I updated the mod, i received another complaint in the comments section, saying the mod doesn't work. After asking, he ensured me that there is an ini file of the same name in the Skyrim directory, so I know the mod updated correctly.
As I said, I'm very new to modding, not just the Creation Kit, and I feel I've done this completely wrong. I hope this is enough information, and I hope someone can help.
Thanks in advance,
Matt
Also, if it's any help, my Steam name is MWilliamGoody2303. You can find the mod on my Steam Workshop page.