D
Deleted member 604239
Guest
Guest
Is the game defaulting to French after every game over still a bug? or is it supposed to be a hint that we should all brush up on our french?
Not yet, but soon.So can the MC actually have sex yet or is he still stuck watching other people bang the ladies.
To each their own and all, but that's not really my thing.
Is the game defaulting to French after every game over still a bug? or is it supposed to be a hint that we should all brush up on our french?
Fuck I'm spotted, don't send the FBI please.He was trying to keep it a secret, but you found out. He has secured private financing from Rosetta Stone.
thanks. i actually played only one game so far (for elements trainer) and the commands was included on the main page so this will be my second. so in other games, how can i see all variables? i mean, what to type and where (i'm assuming in console comman )You probably already know this, but if you type dir(store) you can see all the variable in any given game. This game can be a bit harder to read through because the variables are in the original french still.
Most games use "player" for all the player's stats, but in this case it's "joueur" (which is french for player). If you type in dir(joueur) you can see all the variables that can be altered for the player there. It includes things like "intelligence" which is pretty straight forward (joueur.intelligence=x) or endurance. Dexterite seems to be the word used instead of dexterity. Take a look yourself and experiment with a few things if you want.
Cash is stored outside "joueur" in the inventory container inventaire_joureur. Specifically it's inventaire_joureur.credit=x. You can also try expiramenting with some of the other things in "inventaire_joureur" if you want. The french language makes things a bit more difficult to parse.
Yeah. Open the console and type dir(store). dir() shows you whats inside things. Store is the root everything is in. Like your C drive. Sometimes you have to look through a few things to actually find what you want.thanks. i actually played only one game so far (for elements trainer) and the commands was included on the main page so this will be my second. so in other games, how can i see all variables? i mean, what to type and where (i'm assuming in console comman )
Find this one :
You don't have permission to view the spoiler content. Log in or register now.
And it was a new game including the preface
i keep getting this error how do i continue the game???
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'ishaahry_attaque_Rintaar2'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Init_globale.rpyc", line 600, in script
File "C:\Users\Donna Beller\Downloads\The_Pleasuremancer-pc 037a\The_Pleasuremancer-pc\renpy\ast.py", line 1600, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\Donna Beller\Downloads\The_Pleasuremancer-pc 037a\The_Pleasuremancer-pc\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ishaahry_attaque_Rintaar2'.
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
The Pleasuremancer 0.3.7a - Patreon edition - dev version
Fri Nov 16 09:36
i dont use old saves so this is from a new game
Already reported & fixed in new version:There are some things (events?) that are not in english, i think it was about that demones, Ishaa... ? Could some 1 translate it?
I had 2 of that events untill now.
Bug, version 3.7.a
actualy its game breaking, its for sleeping and wankingYou don't have permission to view the spoiler content. Log in or register now.
Thanks for the feedback, bug erased in futur release.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/rpg.rpy", line 868, in <module>
File "game/cl_character.rpy", line 365, in __init__
AttributeError: 'int' object has no attribute 'randint'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "rpg.rpyc", line 868, in script
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/rpg.rpy", line 868, in <module>
File "game/cl_character.rpy", line 365, in __init__
AttributeError: 'int' object has no attribute 'randint'
Windows-8-6.2.9200
Ren'Py 7.0.0.196
The Pleasuremancer 0.3.8c - Silver edition - dev version
Wed Nov 21 01:10:34 2018
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 257, in execute
File "game/screens.rpy", line 257, in execute
File "game/screens.rpy", line 270, in execute
File "game/screens.rpy", line 271, in execute
File "game/screens.rpy", line 272, in execute
NameError: Name 'yer_fr_event_cache' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Yerhan.rpyc", line 21, in script
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\ast.py", line 1531, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\exports.py", line 893, in menu
rv = renpy.store.menu(items)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\exports.py", line 1080, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 257, in execute
File "game/screens.rpy", line 257, in execute
File "game/screens.rpy", line 270, in execute
File "game/screens.rpy", line 271, in execute
File "game/screens.rpy", line 272, in execute
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\ui.py", line 967, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\text\text.py", line 1377, in __init__
self.set_text(text, scope, substitute)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\text\text.py", line 1477, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\substitutions.py", line 242, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "C:\Users\Peter\Desktop\The_Pleasuremancer-pc 0.3.8.c\The_Pleasuremancer-pc\renpy\substitutions.py", line 201, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'yer_fr_event_cache' is not defined.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
The Pleasuremancer 0.3.8c - Silver edition - dev version
Wed Nov 21 01:12:57 2018