3.70 star(s) 3 Votes

Humlebien

Active Member
Donor
Nov 15, 2016
602
1,322
Same. Tooltips are non-existant. But didnt encounter any bugs as such in my short venture into it.
 

Bloo

The Angry Person
Former Staff
Aug 18, 2016
2,974
31,013
@wynin isn't this game completed? Other sources have it has completed. If so, please change status.
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,555
2,616
I got to questioning one of the Thief girls, then no menu option. I sort of like the style but it seems like a frind to actually affect stats in any meaningful way.
 

seden

Well-Known Member
Aug 22, 2016
1,198
296
90 "xp" for a stat point, yha !
180 "xp" for the next one, this while npc are clearly not level based (some stronger/durable/resistant) than others.
Etc.
So, had been able to go until the x3 fight close to the end of the bridge, close to finish (eliminated the thief first, or should I let the lesser efficient thief going then get the other + berserk ?) Tried the other path > last game I’ve got locked in the end of the "forest path" (same bridge zone).
Warning, it seem there is no way to get back ?
(Low on health, fight ahead on each other directions, as the foes get increasingly difficult the further you go for the main area ..).

Not sure how to see this, overall a tad too difficult ?
Tooltip as to stats would be welcome, a lot, yes.

Also, confirmation as to some dialogues area bugs, some options do not have any corresponding result, out of reload/restart..

Quite some pitfall, the x3 could be the lock behind the city (.., who would let a hard encounter before his city, thinks about trade + reputation !).

In any case, it has some content, as to how much = unknown (seen two local area + worldmap who show 4 (base, forest, brige, city).

Damn, this is why change log+cheats are useful :p
 
Last edited:

Night

Member
Nov 7, 2016
468
959
There is a bugfix out for this game on nutaku. The fix was posted on March 29th so the version posted here presumably the bugged one, just keep that in mind when evaluating it.
 

greyflash

Newbie
Apr 24, 2017
35
45
If you don't want to work through it all, set up the Renpy Console:
You don't have permission to view the spoiler content. Log in or register now.
just made an account here to ask how you do set up the renpy console?
i've searched through the internet and i can't find any clear answers.
one said press shift + O ( i assume its capital o )
and that didn't work. another said find some kind file in the game called options.renpy or renpy.options or whatever its called. yet i can't find this file no matter what i do.
i found an online save editor for renpy yet it doesn't seem to work.
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,555
2,616
just made an account here to ask how you do set up the renpy console?
i've searched through the internet and i can't find any clear answers.
one said press shift + O ( i assume its capital o )
and that didn't work. another said find some kind file in the game called options.renpy or renpy.options or whatever its called. yet i can't find this file no matter what i do.
i found an online save editor for renpy yet it doesn't seem to work.
It's all over this forum, if you search for renpy console in the search box in the upper right.

Still....for Renpy Console access change to your game folder and update the following two files:
(for Shift+O <- the letter o)
renpy\common\00console.rpy
# If true, the console is enabled despite config.developer being False.
config.console = True

(for Shift + D, the Developer Console, if enabled allows viewing all variables)
renpy\common\00library.rpy
# After init, make some changes based on if config.developer is True.
init 1700 python hide:

if config.developer == "auto":
if config.script_version:
config.developer = True
else:
config.developer = True
 

greyflash

Newbie
Apr 24, 2017
35
45
It's all over this forum, if you search for renpy console in the search box in the upper right.

Still....for Renpy Console access change to your game folder and update the following two files:
(for Shift+O <- the letter o)
renpy\common\00console.rpy
# If true, the console is enabled despite config.developer being False.
config.console = True

(for Shift + D, the Developer Console, if enabled allows viewing all variables)
renpy\common\00library.rpy
# After init, make some changes based on if config.developer is True.
init 1700 python hide:

if config.developer == "auto":
if config.script_version:
config.developer = True
else:
config.developer = True
ok i got the developer console to work but my problem is this.
the enemy beginner thiefs are doing like 1 trillion damage to me!!!
wtf man. if i increase my stats they get stronger 2x-3x-4x-5x and stronger then me? what the heck.
and if increase my health it doesn't matter at all! since the health will randomly decrease for no reason at times. say i set the health to a million. i go meditate/rest the health changes back to 100 defeating the whole purpose of the stat changes! i think player.level=# influences the difficulty of the game. but even if you put it at a low level like 1 the mobs will do random dmg from 0 to 1 to trillion which makes no sense. if you put it at a higher level they will consistently be doing 1000 plus dmg per hit and sometimes more! this is rather frustrating! i just want to play the game for the story but i can't even do that!
 
  • Like
Reactions: Hentaikage

KingsRaiden

Engaged Member
Jan 4, 2017
3,555
2,616
ok i got the developer console to work but my problem is this.
the enemy beginner thiefs are doing like 1 trillion damage to me!!!
wtf man. if i increase my stats they get stronger 2x-3x-4x-5x and stronger then me? what the heck.
and if increase my health it doesn't matter at all! since the health will randomly decrease for no reason at times. say i set the health to a million. i go meditate/rest the health changes back to 100 defeating the whole purpose of the stat changes! i think player.level=# influences the difficulty of the game. but even if you put it at a low level like 1 the mobs will do random dmg from 0 to 1 to trillion which makes no sense. if you put it at a higher level they will consistently be doing 1000 plus dmg per hit and sometimes more! this is rather frustrating! i just want to play the game for the story but i can't even do that!
You might want to look at what I say back here:

I mention the player.level and how the code works with that. Having that diverge from the stat may be causing what you are seeing. When I upped my stats to avoid the grind I made sure to do stat and level at the same time.
 

nevalz

New Member
Apr 26, 2017
10
2
I can open renpy console

but i can't open developer console

I have edit this already :
----------------------------------------------------------------------------
# After init, make some changes based on if config.developer is True.
init 1700 python hide:

if config.developer == "auto":
if config.script_version:
config.developer = True
else:
config.developer = True

----------------------------------------------------------------------------
 
3.70 star(s) 3 Votes