Like those conversions, it keeps the RPGMaker tile map, it's just clickable instead of something you need to walk around with the arrow keys.
I've tested Visiting Aunt Sara a number of times and I'm pretty sure it's completable. My Summer has been completable at one point or another, but I made a lot of changes on the way to release that could have broken it, and won't have time to test it for a while.
Aside from testing whether the games can be completed, I'm looking for feedback about how well this runs on people's machines, how they feel about the interface, etc.
How to Play:Normal RenPy commands apply: hold CTRL to skip text. The way the game is written, RenPy considers all text to be 'seen' after the first line in the game, so holding CTRL might skip a lot.
On maps, red squares are interactable objects (characters, items that can be picked up, exits...).
On maps, the blue square represents the location the Player Character is at.
Console Commands:Open the console with SHIFT-O
My Summer With Mom & Sis:
Code:
game_state.party.gold = 30000
Code:
game_state.variables.set_value(8, 100)
Replace "8" with any of the following to set
Energy: 8
Strength: 10
Intelligence: 11
Charisma: 12
Mom Points: 30
Sis Points: 31
UPDATE 0.4.7 - required for 'my summer' - File: rpgm2renpy 0.4.7 (extract it in the game directory so it merges with the 'game' subfolder; config.version in the in-game console will report 0.4.7 if you did it right)
Make sure to install the game somewhere with just ASCII characters, like "C:\Games\visiting-aunt-sara" instead of "C:\Users\José\visiting-aunt-sara", otherwise you will get an 'unable to open file' error.