'Transfiguration'. It's not terribly intuitive, but I had no real trouble finding it. Either it's mentioned in some help text, or I just clicked on everything to see what happens. SoP for learning most games, that.I'm either stupid or half blind;
Where is the trap upgrade toggle? really need help to find it.
Um, what file did you change, then? There are other files that reference this setting, but they can get overwritten.The console, I just followed the instruction to set it to true, although the file location has changed.
My mistake. 'Common' and 'console' are too damn similar.The console file was found in Time_for_Dragons-1.1.1-pc\renpy\common instead of the location you mentioned.
Yeah, IDK why that file lies like that. The console in virtually all Ren'Py games been shift+O for quite a while now.Although the text says the default console bind key is ` , in developer.rpym the bind keys are shift + o
Indeed. Demon ending comes from beating back the demon invasion, and the other you've just found.Ok got ending 1 of 3. Any idea how to get the others?
Digging around in the files suggests there is a demon ending, and another ending depending on how the sisters were handled.
No, neither the extended final fights nor the other Mistress endings of DW are in TfT.Make the lady fight every invasion battle? She will not.
Make milk?What does the milk farm do?
That's one possibility. But why? There should be some drawback to making all that money.To turn off the hp drain, just remove 1 line?
Finish Darkshire first boss fight (Lion), then enter again and finish fairy event.unlock flying island
As said before, I don't think so. If Eliont can't say otherwise, then the regen part just isn't used in 1.1.1. I've changed that in my WIP version.does the event regenerate?Code:[tournament] name = tournament base = 20 multiplier = const 1 regen = 20
No clue. Does it happen always, or only when you do something (enter a different screen, go on a hunt, build stuff, etc)?Always 0 mana/energy.
Something is draining all my mana, any idea why?
You do have enough satiety, and have the mana-restoration enabled, right?Sleeping does not restore mana.
Regen 20 - one charge should regenerate over 20 days.Eliont
\game\_script\subsystem\story_and_events.rpyactual code
def regen(self,time):
if self.regen > 0:
self.timer += time
if self.timer >= self.regen:
self.timer = 0
self.gain(int(math.floor(divide(self.timer,self.regen))))