Downloaded latest: V09802 (uploaded 4 days ago). Unzip. Run. "You are playing an outdated version. Download the latest from [link]." Takes me back here. 🤦 FORCED GAME CLOSED! 😠
temujin_senpai
Recent community posts
It sounds like something has gotten corrupted, and you might benefit from a fresh download, maybe download & restart.
However, there is a way to enable quick save/load with the keyboard. The file below will let you Quick Save with `F5` and Quick Load with `F6`. In the ./game folder, name a file something like "quick_keys.rpy" and put the following in it:
init 999 python:
try:
config.underlay[0].keymap['quickSave'] = QuickSave()
config.keymap['quickSave'] = 'K_F5'
config.underlay[0].keymap['quickLoad'] = QuickLoad()
config.keymap['quickLoad'] = 'K_F6'
except:
pass
I plan to make my own Ren'Py game soon, so I've started reading along in the .rpy script files as I play games so I can see all the different ways to do things and see them working in practice.
Some games don't have the text .rpy files and I have to decompile the .rpyc files with UnRen (f95zone) / unrpyc (github). However, after doing so, the games won't launch / run from the itch.io app. I can still open the game folder and launch the .exe from there. A minor inconvenience, but I still want to understand what's going on, since I intend to include my game on itch and it would be nice if players could add mods for my game to the game folder.
This surely has something to do with the files not matching the receipt.json file list. I tried editing receipt.json to list all files in the game folder, but it still wouldn't launch. Does the itch app compare the receipt.json against the server? Can someone point me to the documentation which explains the checks the itch app goes through when launching a game and why this is happening? Thanks.
Covetousness would be the desire, the want, but envy would be the intense emotions that could accompany such a desire.
As to your middle 2 paragraphs, you've not contradicted what I said. Envy is (the intense emotions that can accompany) wanting what others have (outward focused, as you say) and jealousy is the (intense emotions that can accompany) concern that others will take what you have (inward focused, as you say).
That's not the problem. I've got 100% completion (with >100 grades, discipline, & popularity) for 0.13.2, except for unlocking this scene in the Replay Menu. I've seen the 2nd version of the scene (w/ Liz's kink) several times, and the 2nd version was actually the version of the scene I saw the first time (in Ch 2 with ≥20 popularity). I had to use the Cheat Menu to reduce my stats to get to see the 1st version of the scene, but it still didn't unlock in the Replay Menu.
Agreed. An additional language issue: Rachel is both jealous and envious, but the game often mixes up the two. Envy is wanting something others have (she wants other girls' breasts/bodies). Jealousy is concern over losing something you have, to others (she is jealous when other girls get attention from the headmaster when she feels that attention should only be hers).
The first time I saw Liz and Faye on the Roof, it was the 2nd version of the scene and now it won't unlock in the Replay Menu.
I've used the Cheat Menu to revert back to Chapter 1, with horniness=5 and I got to see the 1st version of the scene, but it still didn't unlock in the Replay Menu.
Ideas on how I can unlock it? I don't mind editing a game file if someone knows what/where I should edit.
It depends on the girl & her level (some options are only available for some girls or need a certain level). It doesn't cost any AP to put a girl in a position and some positions give humiliation, so make sure you put them in every position.
Other than that, just hover over each option and it tells you the results, so read those and plan ahead.