Portal back to real world.I still have one of those Noctriel "children" on my head. How do you get rid of it? I have in the past gone through the gate and come back and it's gone. But not now. Any way to get rid of it easily?
I still have one of those Noctriel "children" on my head. How do you get rid of it? I have in the past gone through the gate and come back and it's gone. But not now. Any way to get rid of it easily?
invisibility potions cam make those go away alsoPortal back to real world.
Portal back to witch and have her portal you elsewhere.
Portal back to witch, go to mimic tower, replace Noctriel spawn with a mimic hat.
how to extract RPY anyway? i got unren current. and not see option to extract RPY, just extract RPA and decompile RPYCThanks a lot, had no idea about that.
How do you extract RPYs? my unRens throw errors.
when i decompile using latest unren current. it just not doing anything. i don't see or find keymaps.rpyThose with issues opening console you need to extract RPY files and modify keymaps.rpy lines
and then delete all other RPY files in the folderCode:config.keymap['console'] = [] config.keymap['console_older'] = [] config.keymap['console_newer'] = [] to config.keymap['console'] = [ 'shift_K_o', 'alt_shift_K_o' ] config.keymap['console_older'] = [ 'anyrepeat_K_UP', 'anyrepeat_KP_UP' ] config.keymap['console_newer'] = [ 'anyrepeat_K_DOWN', 'anyrepeat_KP_DOWN' ]
ITEM CHEAT
Not sure if it has been posted before but here's a basic item cheat:
1. Enable Ren'Py console.
In the file renpy\common\00console.rpy :
2. Press SHIFT+O while in the game and type or copy and paste (CTRL+C & CTRL+V on a PC):Python:config.console = True
Python:got_item(itemcode, amount)You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
SKILL AND ABILITY POINTS CHEAT:
Here's a way to add ability points and bonus skill points:
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
Edit: The game seems to recalculate and thus reset the changes above when your char is being possessed etc. so the method above is not permanent. Try the following instead. Haven't tested it thoroughly either cause I no longer have early saves, but it seems to work better. It kind of activates a part of the "cheat mode" (debug) in the code so it requires a change in the code:
1. Drop this file into the game folder. View attachment 1836697
2. Add bonus skill points using this, the 'amount' could be as much as you need.
flag_list.set_num("bonus_pins", amount)
Let me know if you find any issues with it.
TREASURE FINDING CHEAT:
In order to increase the chance of finding the rare items, use the following console command a few times repeatedly (until the treasure chest bar turns orange or red):
You don't have permission to view the spoiler content. Log in or register now.
also, use the following files if you don't want it to reset after finding a rare treasure or when you escape a battle (extract them into the game folder, where the archive.rpa is):
View attachment 1835521
HIGHER CAPACITY WALLETS:
The capacity of your wallet has been increased, you can now carry a lot more gold.
Small Wallet New Cap. = 6000
Normal Wallet New Cap. = 10000
Big Wallet New Cap. = 20000
Huge Wallet New Cap. = 60000
Extract the following file into the game folder: View attachment 1839310
Important Note: Before installing these files, make sure to increase the wallet capacity in your current save to match the values above, otherwise a new game is required. To do that, type the following in the console:
main_vars["wallet"][3] = <new capacity>
-------------------------------------------------------------------------------------------------------------------------
Apparently you have to equip them first and learn their skills (only available when you can toggle those skills on or off at the skills menu), otherwise you can't fuse them with gold. Had no problems fusing them with Mithril later on despite being a different skill, so not sure if it's a bug or another stupid design choice, maybe it only applies to the most basic skill.
it looks like a save from another gamecause i can't launch the 0.74 version,using win7,which unsupported by current version of renpy engine ,so i can drop my last save complete all stuff in 0.73 version untill up to 0.74 if i correctly understand you...
I hope,it was what you wanted to find...
no pirates this patch.Anyone have a completed save? Also does this have any new pirate content?
it looks like a save from another game
You don't have permission to view the spoiler content. Log in or register now.
I hope, i what you looking for?does anyone have a save from version 69? I had my save file deleted on a seperate computer and kinda wanted to get back into this game but I dont want to start over because of how much content there is.
Pick up succubus skills (Climax MP Drain and co.), suck out all enemy mana, become a celestian, kill the enemy. A universal way to defeat all enemies.Does anyone know how to beat Greed?
Cant find in keymaps.rpyThose with issues opening console you need to extract RPY files and modify keymaps.rpy lines
and then delete all other RPY files in the folderCode:config.keymap['console'] = [] config.keymap['console_older'] = [] config.keymap['console_newer'] = [] to config.keymap['console'] = [ 'shift_K_o', 'alt_shift_K_o' ] config.keymap['console_older'] = [ 'anyrepeat_K_UP', 'anyrepeat_KP_UP' ] config.keymap['console_newer'] = [ 'anyrepeat_K_DOWN', 'anyrepeat_KP_DOWN' ]
There is a new version that fix this bug and others but people didn't share yetso is there no way to fix the hotspring bug? her sprite dosnt load in thehotspring, and it wont let it progress past it. updating to the 0.009 version didnt work