The bugs at the party with lexi are relatively simple to fix manually.
just change the variables
for love path
lexi_in_love = u'Stage 5 - party'
to
lexi_in_love = u'Stage 5'
the same variable on the slut path
lexi_the_slut
I believe this variable is set incorrectly during the talk with lexi at home OR
the line at 1755 under college.rpy needs to be adjusted //
"Go find Lexi" if lexi_path == "Stage 2" or lexi_the_slut == "Stage 5" or lexi_in_love == "Stage 5":
Another bug with amys_locket where i needed to manually set it to
amys_locket=u'Stage 2' I don't remember where but the variable was not set correctly to proceed with the path further.
I actually had it so it was set to just stage 5 initially but fucked up somewhere else where I then moved it to stage 5 - party after the date with Lexi is finished but forgot that I did that. Then I was rushing around editing and borked it further but it works now, just not for anyone who started playing an old save during my edit rampage.
I've seen a few other things that need tweaked a bit in the notes etc but I'll fix them tomorrow.
College party gets switched off in 0.10.2 as well when you leave the party and every var reset for good measure
Kendra one is fixed now, it was setting to stage 1 even if you already had the card cloner so there was no trigger to move it along, the check happens when you buy it and also when the quest is progressed with Kendra in her first meeting if you already have the item.
I think tomorrow I will try and run through another male and female playthrough from scratch to confirm everything works. This is what happens I guess when you do little bits of development over an 8 month period