Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Vexram

5
Posts
A member registered Jan 18, 2022 · View creator page →

Recent community posts

If you really want to remove black hearts without having replay parts of the game. You can just cheat.

Steps:

1) Download RPAextract.exe

2) Extract Archive.rpa from the /game folder

3) Edit the file options.rpy with a file editor of your choice. I use Notepad++ but you can use anything that opens this type of file. Add in the line "config.console = True." Save and then close your file editor. Make sure you didn't use tab to edit the file. Only use the spacebar to add spaces.

4) Launch the game as per normal.

5) Press Shift+O to open the python console. Then type "logan_relation.love" to find the value. If you have one black heart, it should be -1. Simply change the value to 0 by typing. "logan_relation.love = 0." Do note that while this solves the black heart issue, it might / will break future interactions with Logan.

6) If you're not comfortable with all of this, then ignore everything I wrote and replay the game to avoid getting a black heart. Remember to save often.

The Orc Brutes encountered in the Wastelands should count as Red Orcs.

After giving the antilycan to Logan, you need to wait a few days for the cure to work. Afterwards you check on him again and there will be a scene where you discover that the cure isn't working. It's only when you get that scene, can you then visit the Night witch to progress.

There are four parts of the nightmare when you are your house. You need to go through all of them first. The 4th nightmare requires you to talk to the witch for mind protection. If you have completed all the tasks in the Iron Blood village and seen the 4th nightmare, there will be a new mission related to Groth scouting. It is in this mission that you will encounter the nameless.

If you really wanted change your path you don't need to edit the save file. But it will still time consuming, basically you'd need to extract the files from the archive. Look at the relevant .rpy files and find the variables that need to be changed. Once you know what needs to be changed. Modify the options.rpy to include a line to enable the console and change those variables while in-game. Of course if you mess with the variables it might break your game so change them at your own risk. The safest option (and most boring) is to just read the text in the .rpy files if you really want to know what happens.