figured out the code to increase corruption/affection
{"code":122,"indent":3,"parameters":[2,2,2,0,1]},
2,2,2,0,1 is the male character gaining corruption (in an opposite coding to the rest... if it followed the others you'd see 2,2,1,0,1)
The first two values navigate to the character
11,11, and 10,10 are meredith
15,15, and 13,13, are ruksana
20,20, and 14,14, are Clawyn
12,12 is succubus
(I will assume that if you experiment with 21,21 etc you will find other characters but I only went as far as the 'vanilla companions' as I fap to them the most)
The lower of the two values is affection
The higher is corruption
the third value designates adding or subtracting
1 increases
2 decreases
the fourth I dunno
the fifth value sets the increment of increase or decrease (though setting the number over 1 may cause issues.... I tried it with 5 and the values skipped around a bit... like the 5 wasn't adding a '5' but was maybe calling a math function)
If you open Map 64 (the inn at slinsk) you can easily add the following code into the npc guy that just says "Huh..." just find that quote and the next "},{" just copy past the following code block. (make sure to leave the text edit window open so you can trouble shoot font issues or make sure you have the "," between "}{" etc... I always seem to forget and then I can't just crtl+z my way back from oblivion.
{"code":122,"indent":3,"parameters":[2,2,2,0,1]},{"code":122,"indent":2,"parameters":[10,10,1,0,1]},{"code":122,"indent":1,"parameters":[11,11,1,0,1]},{"code":122,"indent":2,"parameters":[15,15,1,0,1]},{"code":122,"indent":2,"parameters":[13,13,1,0,1]},{"code":122,"indent":1,"parameters":[20,20,1,0,1]},{"code":122,"indent":1,"parameters":[14,14,1,0,1]},{"code":122,"indent":3,"parameters":[12,12,1,0,1]},