baloneysammich

Well-Known Member
Jun 3, 2017
1,001
1,551
thanks for the help lund i have 2 ecchi sensei folders both have saves in there not sure which is which could this be causing the problems i'm having
It's the one you have checked. The other is probably from D8-9 or a holiday special, nothing to worry about.

Edit : After checking the lewdpatcher page, I only found the Day 8 to 14 patch..
You have to click the link to show previous versions:
dstn.png

There are a lot, be sure to pick the right one.
 
  • Like
Reactions: Phoenix.kinG

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
thanks for the help lund i have 2 ecchi sensei folders both have saves in there not sure which is which could this be causing the problems i'm having
View attachment 542250
There are many different versions of the game, with (potentially) different save locations. I think Day1/2, Day 3/4 and Day 5/6/7 used the same save location; maybe week 1 did too. The specials probably have their own locations, and Day8-x have another location.

Best thing to try is to move those folders somewhere else, or delete them if you don't care what's in them, then give the game a try.
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
There are many different versions of the game, with (potentially) different save locations. I think Day1/2, Day 3/4 and Day 5/6/7 used the same save location; maybe week 1 did too. The specials probably have their own locations, and Day8-x have another location.

Best thing to try is to move those folders somewhere else, or delete them if you don't care what's in them, then give the game a try.
they are all saves i'll move the older folder somewhere else and test it
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
both English
Well...I'm grasping at straws now. Do you have python installed on your system and in your path? If you do, take it out of your path.

You may need to unpack the rpas, then decompile the rpycs, then edit messages.rpy and change the string in line 237. Then delete all the other rpyc and rpy files that came from your unpack/decompile; just have messages.rpy.

I have no idea why it doesn't work for you, but works for everyone else.
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
Well...I'm grasping at straws now. Do you have python installed on your system and in your path? If you do, take it out of your path.

You may need to unpack the rpas, then decompile the rpycs, then edit messages.rpy and change the string in line 237. Then delete all the other rpyc and rpy files that came from your unpack/decompile; just have messages.rpy.

I have no idea why it doesn't work for you, but works for everyone else.
i don't know how to decompile the rpycs someone mentioned unren but that doesn't work with this game
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
i don't know how to decompile the rpycs someone mentioned unren but that doesn't work with this game
You can use unrpyc to decompile, but you need python installed.
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
thanks and yes i have python installed
What version? If its in the path, the game might be picking it up instead of Ren'Py's python install.

Do you have PYTHONHOME or PYTHONPATH environment variables set?
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
done they are decompiled i'm not to sure how to do any of that other stuff editing a line i haven't done it before and don't want to screw up the game more then it already is
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
What version? If its in the path, the game might be picking it up instead of Ren'Py's python install.

Do you have PYTHONHOME or PYTHONPATH environment variables set?
i'm pretty sure it's the newest version i have it so i can work on my own game i'm not sure what those other things are
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
i'm pretty sure it's the newest version i have it so i can work on my own game i'm not sure what those other things are
PYTHONHOME and PYTHONPATH are environment variables that control how python finds some of its resources.

Open a cmd shell and see if they're set. If they're set, unset them, then try to run the game from that cmd shell.
If it doesn't work, remove python from the PATH environment variable in that cmd shell, and try to run the game from it.
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
PYTHONHOME and PYTHONPATH are environment variables that control how python finds some of its resources.

Open a cmd shell and see if they're set. If they're set, unset them, then try to run the game from that cmd shell.
If it doesn't work, remove python from the PATH environment variable in that cmd shell, and try to run the game from it.
i opened cmd how do i check python i opened up Ecchi Sensei but this came up c369e04708c79c5bd1c1656f1f704fd3.png
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,706
i opened cmd how do i check python i opened up Ecchi Sensei but this came up View attachment 542341
python --version

echo %PYTHONHOME%
echo %PYTHONPATH%

delete all the rpyc and rpy files you extracted except messages.rpy

The errors you're seeing are due to a bug in unrpyc. Guess it STILL hasn't been fixed...:rolleyes:
 

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,631
10,147
python --version

echo %PYTHONHOME%
echo %PYTHONPATH%

delete all the rpyc and rpy files you extracted except messages.rpy

The errors you're seeing are due to a bug in unrpyc. Guess it STILL hasn't been fixed...:rolleyes:
before i delete them i'll send an error i'm getting with a characters bio in the phone and on cmd it says python isn't recognised as an internal or external command
Edit: nevermind just remembered i have to delete them anyway
 
4.10 star(s) 145 Votes