- Aug 9, 2017
- 884
- 781
Depends on what you mean by video replays. Use unren and you get pics and videos. Within the game some achievements allow you to replay scenes/events/appointments. No, off the top of my head, I do not know which ones. Another reason to play the game.does anyone know if there are plans to make video replays or do we just images.
The game itself represents a constant challenge. And that's very good. The clues give an idea but don't say anything explicitly, which gives more immersion to the player who has to look for different options.
Examples of the two schools of thought on playing games. I'm of the school similar to UncleVT where hints are fine. When I was writing the Guide, I didn't want to turn it into a step-by-step walkthrough. Rather, I felt that some of the initial instructions were vague (like what some of the buttons do on the action menu for example) and they needed an explanation. darkhound1 has improved on the GUI and included a great deal of information on the screen about what is going on at any given time in the game. Much more than many of the other games I have played. But, alas, people still won't access it or read it. That and they seem to be afraid to save their game multiple times, even though it is a simple 'right-click' or access the 'quick-save' button by sliding their mouse to bottom left of the screen. You may call me an old, snarky, curmudgeon or whatever else you think is apt, but I still maintain that if you don't want to play the game, you just want to look at the pictures or videos. If that is the case, use [unren.bat] or visit PornHub.@Darkhound1 feels that if you start from scratch, you'll stumble upon Amy's quests naturally. I think there should be a nudge in that direction.
Luck or cheathow to win in poker vs Jennifer ?
Neither. Save is your friend. Bet each hand to the max. If it goes against you reload from save.Luck or cheat
The quick load and saves buttons are available on the bottom left hand corner when you moise over.Well, I've played from the beginning, skipping several releases.
This time without cheats (almost).
It's impressive the addiction I get. And also the content. I think that after three days I still don't reach 50%.
The game has no bugs for me. It happens from time to time it closes unexpectedly, so I recommend saving before each scene (A quick save button would be very useful).
These crashes could be due to my computer (a laptop some years old already). The most difficult part was the binoculars scene that told me that I couldn't open certain images, always different and I couldn't move forward. I could pass it saving before each sequence and restarting the game.
The game itself represents a constant challenge. And that's very good. The clues give an idea but don't say anything explicitly, which gives more immersion to the player who has to look for different options.
It also has good humor scenes and the renders are very good, as well as the quality and variety of the lewd scenes. There's a big improvement as development progresses.
In conclusion, it's a great game for gamers, perhaps not for those looking for something linear and uncomplicated.
I'll try to play it more often, very good game.
Check a couple posts above, I answered.Quick question, does anyone know how to get message lessons from renee?
i have her majority stats at 100
As I recall the keys in the lower left corner are simply the classic load and save.The quick load and saves buttons are available on the bottom left hand corner when you moise over.
Ha yes good call...,he was talking aboit quick save load. My bad.As I recall the keys in the lower left corner are simply the classic load and save.
Which can also be invoked by simply pressing the right mouse key anywhere.
Dont think quick save/load is enabled in HI.
Can use Unren.bat to do it (usual disclaimer here about modifying games on own risk!).
It has a menu option which will add it to the game.
Will create a file called unren-quick.rpy
Contents.
init 999 python:
try:
_default_keymap.keymap['K_F5'] = QuickSave()
_default_keymap.keymap['K_F9'] = QuickLoad()
except NameError:
renpy.config.default_keymap['K_F5'] = QuickSave()
renpy.config.default_keymap['K_F9'] = QuickLoad()
Which will bind it to F5 and F9 keys.