About the MorningWoodCallCompletes error, this is what fixes it.
LivingRoom.rpy, line 930 - "MorningWoodCallCompletes" is supposed to be "MorningWoodCallComplete"
The Call AND Label have to be the same word and it's not so that is the reason for the error.
Steps to take
- Use
unren, choose option 1.
- In the /game folder, delete archive.rpa OR move it to a backup folder.
- Using a text editor like Notepad++ or Atom, go to line 930 and delete the "s" in the word "MorningWood...".
You can use notepad if you'd like but you would have to find the right line to make sure it says "Call MorningWoodCompletes", not "Label".. Then change it to what the Label says and save.
- Save the file. Run the game and it will work this time.