Is it just me perhaps having messed up gamefiles and managing to do something moronic without noticing, or does it end on S3EP2 for anyone else too? I am using the compressed full 0.19.1.0 and mod. Or did I perhaps miss something when I downloaded it in the morning? As far as I can tell, I should have everything in order.
Update:
Mr.Mister I think there's an oopsie in the script for ch18_ep2 for the full(combined) version, as it's missing jump ep3_, or it might just be the compressed version that is like that. Checked the ch18 script out of curiosity and found it to end at the label ep2_xx_endgame:
For anyone using the compressed full and/or mod, you'll need to add jump ep3_01_hes_alive if you have the same issue I had.
PATH TO FILES FOR THOSE WHO NEED IT: motherless_v***\game\third_season_dlc Edits can be done with Notepad or(preferably imo) Notepad++. The section of code in question is at the bottom of the file(script_ch18_ep2.rpy).
Old/not working:
Python:
label ep2_xx_endgame:
scene blackground with Dissolve(2.5)
pause 1.5
"Mr.Mister" "Thank you very much for your support."
"Mr. Mister" "I hope you liked the second episode."
"Mr. Mister" "If it is within your means, support my work on Patreon. If not, spread the word, I will appreciate it very much."
"Mr. Mister" "Check out the game now on Steam!!!" with smol_hpunch
"Mr. Mister" "Thank you for playing!" with vpunch
return
How it should be:
Python:
label ep2_xx_endgame:
scene blackground with Dissolve(1.5)
pause 1.5
jump ep3_01_hes_alive
# "Mr.Mister" "Thank you very much for your support."
#
# "Mr. Mister" "I hope you liked the second episode."
# "Mr. Mister" "If it is within your means, support my work on Patreon. If not, spread the word, I will appreciate it very much."
# "Mr. Mister" "Check out the game now on Steam!!!" with smol_hpunch
# "Mr. Mister" "Thank you for playing!" with vpunch
return
SonsOLiberty JokerLeader I am not sure if the mod or the compressed is the problem, but I would like you to check if you have time

If the issue has been fixed and it's just me having outdated files, there's nothing to worry about
Edit: Added path to file, a few mentions etc.
Edit 2: Added a fixed ch18 to this post. Drag and drop in main folder of the game.