FurrBat

Member
May 8, 2019
216
867
158
go screw around with his own OCs
Huh so what would be the difference compared to all other writers who use the MC to interact with their creations? Was his desire just too transparent or its for me and not for thee peasant thing?

Diff topic, is there anythin goin on with the driders or are they "feature complete", last time I spoke to the drider shaman she wanted to go live with the queen but I forgot if there even was more about it or just random lore that leads to nothing.
 

Saiyan_God

Newbie
May 12, 2021
48
86
94
Hey everybody, I repurposed a modloader named KittyPatcher from Course of Tempation to Corruption of Champions 2, that makes modding this game easy, painless, and flexible. It works like a traditional game modding system where all mod files are put in a mod folder, a script is launched, and it mods the game for you. Me and Azriel are working on making it as update proof as possible (although it is already update proof for many mods you'd be making).

All mods released and developed for this game have been updated and integrated using KittyPatcher. So you can get all COC2 mods from one place using one easy method.

All Mods along with the Patcher are located here: Google Drive

How to Install Mods:
or
https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16266790

How to Create Mods:


March 2, 2025 Update:
Important: Many files have changed! Must start with a new, fresh vanilla game install!!

New COC2 Modding Discord:
Come join the discord if you need help, or you're looking to mod and are waiting for the continued development of the existing mod tools.
If you want to suggest us make a mod, put it in the mod suggestions. If it gets over 10 reactions, we'll start working on it immediately.

Must download Python from here:


All Mods List
Azriel's Companion Mod: Allows for many more companions to be recruited into the party. Google Drive
Aylin's Cheat Mod: Allows many QOL features that improve the game experience, along with many cheats and modifications. Google Drive
Kitty's Game Editor Mod: Brings all ofCOC2 Save Editor functionality to the game itself. No more editing saves, you can do all that in game now. You can also recruit/dismiss any NPC in the game. You can now recruit previously removed NPC. You can also play any event in the game, and go to any location in the game. Google Drive
Kitty's Extra Companions: Adds Tamarind and Hethia as followers, trying to get evevyone to be added as followers. Google Drive
Kitty's Merielle Expanded Mod: Allows Merielle to be recruited as a companion, with her own interactions. (Good for learning how to make NPC's companions) Google Drive
Kitty's Add Home Mod: Adds two player homes to Hawkethorne, much like Breezehome in Skyrim. (WIP, Good for learning how to make new locations) Can send NPC's to Homes Google Drive
Kitty's More Camp Interactions Mod: Allows for more companions having camp interactions. Google Drive
Kitty's Unfinished Nya Character Mod: Reference for how to create and add new characters into the game.
Kitty's No Slut Cait Mod: Makes Cait much more sexually exclusive with the MC once meeting him. (Still improving, please send feedback) Google Drive
Kitty's Slut Background Mod: Gives the option for the PC to have a slut background. Google Drive
Kitty's Vulpine Race Mod: Gives the player the option to choose to be of the vulpine race at the start of the game. Google Drive

For People having issues with KittyPatcher, here are the premodded files:
Google Drive

Updates:
Game Editor Additions: https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16321064
Game Editor & Bulk Dialogue Editor/Creator: https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16335793
bro do we have to change the code in kitty patcher because after running it has some error
 

Saiyan_God

Newbie
May 12, 2021
48
86
94
Hey everybody, I repurposed a modloader named KittyPatcher from Course of Tempation to Corruption of Champions 2, that makes modding this game easy, painless, and flexible. It works like a traditional game modding system where all mod files are put in a mod folder, a script is launched, and it mods the game for you. Me and Azriel are working on making it as update proof as possible (although it is already update proof for many mods you'd be making).

All mods released and developed for this game have been updated and integrated using KittyPatcher. So you can get all COC2 mods from one place using one easy method.

All Mods along with the Patcher are located here: Google Drive

How to Install Mods:
or
https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16266790

How to Create Mods:


March 2, 2025 Update:
Important: Many files have changed! Must start with a new, fresh vanilla game install!!

New COC2 Modding Discord:
Come join the discord if you need help, or you're looking to mod and are waiting for the continued development of the existing mod tools.
If you want to suggest us make a mod, put it in the mod suggestions. If it gets over 10 reactions, we'll start working on it immediately.

Must download Python from here:


All Mods List
Azriel's Companion Mod: Allows for many more companions to be recruited into the party. Google Drive
Aylin's Cheat Mod: Allows many QOL features that improve the game experience, along with many cheats and modifications. Google Drive
Kitty's Game Editor Mod: Brings all ofCOC2 Save Editor functionality to the game itself. No more editing saves, you can do all that in game now. You can also recruit/dismiss any NPC in the game. You can now recruit previously removed NPC. You can also play any event in the game, and go to any location in the game. Google Drive
Kitty's Extra Companions: Adds Tamarind and Hethia as followers, trying to get evevyone to be added as followers. Google Drive
Kitty's Merielle Expanded Mod: Allows Merielle to be recruited as a companion, with her own interactions. (Good for learning how to make NPC's companions) Google Drive
Kitty's Add Home Mod: Adds two player homes to Hawkethorne, much like Breezehome in Skyrim. (WIP, Good for learning how to make new locations) Can send NPC's to Homes Google Drive
Kitty's More Camp Interactions Mod: Allows for more companions having camp interactions. Google Drive
Kitty's Unfinished Nya Character Mod: Reference for how to create and add new characters into the game.
Kitty's No Slut Cait Mod: Makes Cait much more sexually exclusive with the MC once meeting him. (Still improving, please send feedback) Google Drive
Kitty's Slut Background Mod: Gives the option for the PC to have a slut background. Google Drive
Kitty's Vulpine Race Mod: Gives the player the option to choose to be of the vulpine race at the start of the game. Google Drive

For People having issues with KittyPatcher, here are the premodded files:
Google Drive

Updates:
Game Editor Additions: https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16321064
Game Editor & Bulk Dialogue Editor/Creator: https://f95zone.to/threads/corrupti...-savin-salamander-studios.11371/post-16335793

String.prototype.toTitleCase = function() {
return this.toLowerCase()
.replace(/\b(\w)/g, function(match) {
return match.toUpperCase();
});
};
String.prototype.ttc = String.prototype.toTitleCase;
console.log("Kitty Game Editor Loaded");' in resources\app\Content_Mods.js
Error encountered: 'charmap' codec can't encode characters in position 2964-2965: character maps to <undefined>
Press Enter to exit with error...


i am faxing this error bro
 

K1ng_C00mer

Member
Dec 16, 2023
137
1,737
211
Who tf is Einin?
I don't think William made or wrote any characters in coc2 so I'm guessing he's talking about the shit show that went down over at tits
Einin was supposed to be a follower but things happened...
To add to this, the companions were meant to represent every class. Cait was for Clerics and White Mages, Berwyn was for Black Mages, Brint was for Warriors, with some overlap like Arona and Kiyoko, but you get the idea. Thieves are the only class that lacks a companion, as Einen was meant to be the companion representing that class. They couldn't even be assed to just upgrade that moth girl in the Harvest Valley from NPC to companion. Just leave that slot completely open like a gaping wound. :rolleyes:
 

Alterism

Active Member
Feb 17, 2019
552
3,961
397
Looks like I missed some good reading.

He had nothing coming up.
A completely preventable state given that his writer still wanted to write for him and it wasn't until after WC when Kiyoko was allowed to have a voice again.

I'll have to check but I'm pretty sure Kiyoko says nothing at Orc, Centaur, Winter City, and Dracia.
Less than Berwyn by the time Hugs got kicked.

B probably was wanting to wash his hands of Berwyn and just go screw around with his own OCs. The whole situation felt like a lotta work for little actual gain.
You don't have permission to view the spoiler content. Log in or register now.


In a similar vein as cancelling William's Einin when she was 90% done.
That was William not making the deadline. Which, given how mediocre the companions that made the deadline ended up being, wasn't such a bright idea anyways. Still, there's no proof William would have ever been prepared.


Never really had tears to shed for Einin.
You don't have permission to view the spoiler content. Log in or register now.

Though the biggest blow of losing Will from these games (which I'm glad he finally chose his own health first) is that between Fen and Savin there's never going to be another good blowjob again.
Savin tried to capture the energy with Serena having a lot of the same beats as Will's Etheryn scene. But ultimately, especially with how mild the tongueplay descriptors were, it's simply not the same.
 

Ssato243

Engaged Member
Feb 2, 2021
2,979
1,797
306
Looks like I missed some good reading.


A completely preventable state given that his writer still wanted to write for him and it wasn't until after WC when Kiyoko was allowed to have a voice again.

I'll have to check but I'm pretty sure Kiyoko says nothing at Orc, Centaur, Winter City, and Dracia.
Less than Berwyn by the time Hugs got kicked.


You don't have permission to view the spoiler content. Log in or register now.



That was William not making the deadline. Which, given how mediocre the companions that made the deadline ended up being, wasn't such a bright idea anyways. Still, there's no proof William would have ever been prepared.


Never really had tears to shed for Einin.
You don't have permission to view the spoiler content. Log in or register now.

Though the biggest blow of losing Will from these games (which I'm glad he finally chose his own health first) is that between Fen and Savin there's never going to be another good blowjob again.
Savin tried to capture the energy with Serena having a lot of the same beasts as Will's Etheryn scene. But ultimately, especially with how mild the tongueplay descriptors were, it's simply not the same.
willam was a best writer but they fucked this
 

PixelLewd

Active Member
Jan 31, 2022
624
1,878
277
Looks like I missed some good reading.


A completely preventable state given that his writer still wanted to write for him and it wasn't until after WC when Kiyoko was allowed to have a voice again.

I'll have to check but I'm pretty sure Kiyoko says nothing at Orc, Centaur, Winter City, and Dracia.
Less than Berwyn by the time Hugs got kicked.


You don't have permission to view the spoiler content. Log in or register now.



That was William not making the deadline. Which, given how mediocre the companions that made the deadline ended up being, wasn't such a bright idea anyways. Still, there's no proof William would have ever been prepared.


Never really had tears to shed for Einin.
You don't have permission to view the spoiler content. Log in or register now.

Though the biggest blow of losing Will from these games (which I'm glad he finally chose his own health first) is that between Fen and Savin there's never going to be another good blowjob again.
Savin tried to capture the energy with Serena having a lot of the same beats as Will's Etheryn scene. But ultimately, especially with how mild the tongueplay descriptors were, it's simply not the same.
I feel like Fen, Savin, and the rest of the crew, should be a case study on everything you SHOULDN'T do as a game dev/team, indie or otherwise.

Like how have they fumbled so badly AND so consistently throughout the years?
 

K1ng_C00mer

Member
Dec 16, 2023
137
1,737
211
I feel like Fen, Savin, and the rest of the crew, should be a case study on everything you SHOULDN'T do as a game dev/team, indie or otherwise.

Like how have they fumbled so badly AND so consistently throughout the years?
And what's crazy is they're still given support. They're still hailed as golden boys for the furry community. Literally the newest post is a dildo company wanting Fen to advertise their product.
 

Skandranon

Well-Known Member
Nov 28, 2016
1,548
3,694
455
I feel like Fen, Savin, and the rest of the crew, should be a case study on everything you SHOULDN'T do as a game dev/team, indie or otherwise.
Eh

Nah. There are way, way, waaay worse handled games on this site than either of these games. It's not even close.


Not gonna start naming names so soon after a nice modding, but until they start the dreaded "reboot the entire game from scratch" routine that some VERY popular games on this site have done, they're still above water imo.
 
Jul 6, 2021
144
1,066
187
Eh

Nah. There are way, way, waaay worse handled games on this site than either of these games. It's not even close.


Not gonna start naming names so soon after a nice modding, but until they start the dreaded "reboot the entire game from scratch" routine that some VERY popular games on this site have done, they're still above water imo.
Summertime Saga is on what? The third reboot now? lol
 
  • Disagree
Reactions: malice_and_envy

Archaon11111

Engaged Member
Aug 14, 2020
2,147
3,583
364
I feel like Fen, Savin, and the rest of the crew, should be a case study on everything you SHOULDN'T do as a game dev/team, indie or otherwise.

Like how have they fumbled so badly AND so consistently throughout the years?
I wouldnt say that, you're at least guaranteed 2-3 updates per month as well as public builds and there's a little bit of something for everybody in terms of fetishes. Whilst William, not releasing his companion is unfortunate I guarantee just from the little snips of the character she wouldve been very unpopular in this thread due to the rape scenes and slut training with Cait which was planned for her character.

If you want to see a golden example of terrible game dev/team you can skim through the popular section of this site and see how scammy/toxic some devs can be.
 

Alterism

Active Member
Feb 17, 2019
552
3,961
397
Eh

Nah. There are way, way, waaay worse handled games on this site than either of these games. It's not even close.


Not gonna start naming names so soon after a nice modding, but until they start the dreaded "reboot the entire game from scratch" routine that some VERY popular games on this site have done, they're still above water imo.
Can't say I disagree with this. Even if we limit it to text based games there's a lot that just die, provide insufficient funds and are abandoned, the author gets tired, etc etc. I at least see CoC2 making it across the finish line... one way or another.
TiTS is in its final arc so, by virtue of not having far to go, it's going to make it to its hump as well.

Still, even if I generally agree, this should probably be stated that the vast majority of those dead or dying games didn't have a platform to advertise with alongside what was, at a point in time, the 4th biggest porn game on patreon. A solo developer still making 300 a month after 5 months of grinding it out is at a bit of a disadvantage.

Edit
Whilst William, not releasing his companion is unfortunate I guarantee just from the little snips of the character she wouldve been very unpopular in this thread due to the rape scenes and slut training with Cait which was planned for her character.
William, silly goose that he was, tried to mix oil with water.
A pure monogamous kissless virgin 'waifu' who is PCsexual juxtaposed against the optional turbo slut route where she's in it getting railed by minotaurs, developing a romance with Cait, and fucking Whisper (yes that Whisper).

To this day I don't understand the attempt. Even had she been finished, I believe William overestimated his skills to merge two aspects of things usually diametrically opposed into one character. Many have tried and just as many have failed. Unless you're slinging with the skills of siddha patiya pandita that's a hard fight to fight.
 
Last edited:
2.90 star(s) 133 Votes