can you win with just sex
It'd be very hard to do that on a first run, but technically yes.
Where is the settings for volume of cum in ccmod? just cant seem to find it.
Look in the config file. In the Enemy data section there's this block:
// Ejac Stock/Volume Adjustments
// Chance to add a value between min/max
// Volume multiplier always applied
var CCMod_moreEjaculationStock_Min = 1;
var CCMod_moreEjaculationStock_Max = 2;
var CCMod_moreEjaculationStock_Chance = 0; // 1 = 100%
var CCMod_moreEjaculationVolume_Mult = 1.0;
It's the last one on that list, that says Volume in the variable name.
As a note, using ctrl F in most text editors (I use notepad++) will let you search (find) the specific text you want.