- May 23, 2020
- 933
- 2,963
how and where do I put it as it saved as a zip then when extracted its like the files in the SAVE file type?I hope I gave you a good one.
how and where do I put it as it saved as a zip then when extracted its like the files in the SAVE file type?I hope I gave you a good one.
Game> saveshow and where do I put it as it saved as a zip then when extracted its like the files in the SAVE file type?
when I load it I just get a renpy error, also save has no image in the game eitherGame> saves
But remove the numbers at the beginning. only 6-1-LT1.save is to be left
I downloaded Zoey's 0.14 update as well and put it in prior to loading my last save.Probably still using old walkthrough. Zoey updated it to 0.14 already though.
Weird. This is a save when the MC is already in bed at night at the end of 0.13. It should be on page 6 in the game.when I load it I just get a renpy error, also save has no image in the game either
Yeah but it just goes straight to a renpy error. Could you possibly put the save in a folder. attach the folder so that way I extract the folder with the file in, instead of the file itselfWeird. This is a save when the MC is already in bed at night at the end of 0.13. It should be on page 6 in the game.
If it's not going well now, I don't know anymore.Yeah but it just goes straight to a renpy error. Could you possibly put the save in a folder. attach the folder so that way I extract the folder with the file in, instead of the file itself
Uninstall your current older version if you have one installed.The android version won't be installed it just says app can not installed tried it a few times
Yess it worked! Now just need to figure out how to use the console to change mc name lolIf it's not going well now, I don't know anymore.![]()
Tanja's mind was also broke so there is thatActually she didnt care if she hurt anyone as long as the end result was to her liking, and she didnt feel bad about the stuff she did either. On the other hand Tanja was straight evil, the only reason I gave her a chance was because Lucy said her punishment was good enough. Plus she was really broken up and changed afterwards. Elaine hasn't changed and was hiding all her faults so as not to appear like a bad person. So yeah both are messed up individuals but so far Tanja has changed while Elaine hasn't yet.
That is actually a goot question. The code to enter a name in the script ishey anyone know what I would need to put in the Unren console so I can change MCs name? like whats the variable?
python:
name = renpy.input("With that out of the way, what's your name?")
name = name.strip() or "Jay"
Make your own game and impose your own views on it.You don't have permission to view the spoiler content. Log in or register now.
Edit:You don't have permission to view the spoiler content. Log in or register now.
I don't think they demanded anythingMake your own game and impose your own views on it.
Acctually really fucking simple.... :That is actually a goot question. The code to enter a name in the script is
So Idk how it works for the console.Python:python: name = renpy.input("With that out of the way, what's your name?") name = name.strip() or "Jay"
To change you name open the console and type inhey anyone know what I would need to put in the Unren console so I can change MCs name? like whats the variable?
....this doesnt work for all ren'py games, but does for My New Family so enjoyname = 'New name'