Deleted member 36687
Active Member
- May 18, 2017
- 740
- 832
- 190
Conesole Code for money: player.money=xxxx
how can i open the console? shift + O doesn't workConesole Code for money: player.money=xxxx
Conesole Code for money: player.money=xxxx
how can i open the console? shift + O doesn't workConesole Code for money: player.money=xxxx
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/items.rpy", line 247, in script
call screen gift_menu()
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/items.rpy", line 216, in execute
screen gift_menu():
File "game/items.rpy", line 216, in execute
screen gift_menu():
File "game/items.rpy", line 219, in execute
vbox pos 1100,75 xsize 400:
File "game/items.rpy", line 221, in execute
for i in player.inventory.inventory:
File "game/items.rpy", line 222, in execute
if i.amount>0 and i.item.label!=0:
AttributeError: 'int' object has no attribute 'label'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/items.rpy", line 247, in script
call screen gift_menu()
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/ast.py", line 1949, in execute
self.call("execute")
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all
callback(self)
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact
self.update()
File "/private/var/folders/6m/kqr2xnz566v20ll4qjqy8q8r0000gq/T/AppTranslocation/54E9AAB6-6AEA-482A-B0BA-D30A1DCFE088/d/con2.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/items.rpy", line 216, in execute
screen gift_menu():
File "game/items.rpy", line 216, in execute
screen gift_menu():
File "game/items.rpy", line 219, in execute
vbox pos 1100,75 xsize 400:
File "game/items.rpy", line 221, in execute
for i in player.inventory.inventory:
File "game/items.rpy", line 222, in execute
if i.amount>0 and i.item.label!=0:
File "<screen language>", line 222, in <module>
AttributeError: 'int' object has no attribute 'label'
Darwin-20.3.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Harem Camp 0.5.2
Mon Feb 8 12:38:19 2021
Have you edited the console file ?how can i open the console? shift + O doesn't work
thanks bro. it work!!!!!Have you edited the console file ?
Go to \Gamefolder\Renpy\Common and find the file 00Console
Edit it, find the line that says something like Console: False (search for the word False, it's the 3'rd entry)
Edit it to True
Save the file
Start the game
Try Shift-O
Place this file in the game directory (replace). Fixes box and chest error (typo coice should be choice)So I'm giving up. Its just too painful. Cant interact with boxes or chests: crash. Try to buy thing from the store? Crash. Finish an upgrade, wake up the next day? Crash. Click a girl? Crash. Try to complete a quest? Crash.
The spare buildings dont load the imagery and when they do half of them say they are the sauna even when they are something else (utility, art, etc)
Its a nice a premise, the art isnt horrible, the dialog fair, but the game infrastructure? is just horrific.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/locations.rpy", line 456, in script
call screen staff_quarters_your_bedroom()
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 1337, in execute
screen status():
File "game/script.rpy", line 1337, in execute
screen status():
File "game/script.rpy", line 1357, in execute
if status_page==0:
File "game/script.rpy", line 1603, in execute
if len(player.inventory.inventory)>0:
File "game/script.rpy", line 1604, in execute
vbox pos 1375,100:
File "game/script.rpy", line 1606, in execute
for i in player.inventory.inventory:
File "game/script.rpy", line 1607, in execute
if i.item.label!=0:
AttributeError: 'int' object has no attribute 'label'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/locations.rpy", line 456, in script
call screen staff_quarters_your_bedroom()
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 1337, in execute
screen status():
File "game/script.rpy", line 1337, in execute
screen status():
File "game/script.rpy", line 1357, in execute
if status_page==0:
File "game/script.rpy", line 1603, in execute
if len(player.inventory.inventory)>0:
File "game/script.rpy", line 1604, in execute
vbox pos 1375,100:
File "game/script.rpy", line 1606, in execute
for i in player.inventory.inventory:
File "game/script.rpy", line 1607, in execute
if i.item.label!=0:
File "<screen language>", line 1607, in <module>
AttributeError: 'int' object has no attribute 'label'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Harem Camp 0.5.2
Tue Feb 09 23:40:59 2021
unplayable with this errorCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/locations.rpy", line 456, in script call screen staff_quarters_your_bedroom() File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/script.rpy", line 1337, in execute screen status(): File "game/script.rpy", line 1337, in execute screen status(): File "game/script.rpy", line 1357, in execute if status_page==0: File "game/script.rpy", line 1603, in execute if len(player.inventory.inventory)>0: File "game/script.rpy", line 1604, in execute vbox pos 1375,100: File "game/script.rpy", line 1606, in execute for i in player.inventory.inventory: File "game/script.rpy", line 1607, in execute if i.item.label!=0: AttributeError: 'int' object has no attribute 'label' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/locations.rpy", line 456, in script call screen staff_quarters_your_bedroom() File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "C:\Users\mslin\Desktop\con2-0.5.2-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/script.rpy", line 1337, in execute screen status(): File "game/script.rpy", line 1337, in execute screen status(): File "game/script.rpy", line 1357, in execute if status_page==0: File "game/script.rpy", line 1603, in execute if len(player.inventory.inventory)>0: File "game/script.rpy", line 1604, in execute vbox pos 1375,100: File "game/script.rpy", line 1606, in execute for i in player.inventory.inventory: File "game/script.rpy", line 1607, in execute if i.item.label!=0: File "<screen language>", line 1607, in <module> AttributeError: 'int' object has no attribute 'label' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Harem Camp 0.5.2 Tue Feb 09 23:40:59 2021
You need to go to town hallis there any way to get the liquor license?
Thanks I'll give it a try!Place this file in the game directory (replace). Fixes box and chest error (typo coice should be choice)
Well I appreciate the effort anyway but we ended up with a new batch in the same click.Place this file in the game directory (replace). Fixes box and chest error (typo coice should be choice)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/items.rpy", line 126, in script
call screen store_hud()
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/items.rpy", line 77, in execute
screen store_hud():
File "game/items.rpy", line 77, in execute
screen store_hud():
File "game/items.rpy", line 90, in execute
vbox pos 1015,125 xsize 350:
File "game/items.rpy", line 93, in execute
viewport xysize 500,750 scrollbars "vertical":
File "game/items.rpy", line 94, in execute
vbox:
File "game/items.rpy", line 95, in execute
for i in player.inventory.inventory:
File "game/items.rpy", line 96, in execute
if i.amount>0:
File "game/items.rpy", line 97, in execute
text i.item.name + " (" + str(i.amount) + ")" color "#cfcfcf"
AttributeError: 'int' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/items.rpy", line 126, in script
call screen store_hud()
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/items.rpy", line 77, in execute
screen store_hud():
File "game/items.rpy", line 77, in execute
screen store_hud():
File "game/items.rpy", line 90, in execute
vbox pos 1015,125 xsize 350:
File "game/items.rpy", line 93, in execute
viewport xysize 500,750 scrollbars "vertical":
File "game/items.rpy", line 94, in execute
vbox:
File "game/items.rpy", line 95, in execute
for i in player.inventory.inventory:
File "game/items.rpy", line 96, in execute
if i.amount>0:
File "game/items.rpy", line 97, in execute
text i.item.name + " (" + str(i.amount) + ")" color "#cfcfcf"
File "<screen language>", line 97, in <module>
AttributeError: 'int' object has no attribute 'name'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Harem Camp 0.5.2
Wed Feb 10 19:41:18 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/items.rpy", line 129, in script
$ player.money-=store_purchase.price
File "game/items.rpy", line 129, in <module>
$ player.money-=store_purchase.price
AttributeError: 'int' object has no attribute 'price'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/items.rpy", line 129, in script
$ player.money-=store_purchase.price
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/items.rpy", line 129, in <module>
$ player.money-=store_purchase.price
AttributeError: 'int' object has no attribute 'price'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Harem Camp 0.5.2
Wed Feb 10 19:42:12 2021