Cheat Mod Ren'Py Holiday Island-v0.1.2.0 beta [Cheat Mod by D.S.-sama]

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
I am getting below exception when I try to open "Write some code to use your phone for hacking" in hacking tab on mobile app , After throwing this exception the game exits. please help

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: not enough arguments for format string

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\main.py", line 520, in main
run(restart)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\execution.py", line 835, in run_context
context.run()
File "game/script.rpyc", line 716, in script
�]ʱ�3ѓ�S������Ӕ��4��4K9���
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\ast.py", line 1801, in execute
self.call("execute")
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\ast.py", line 1789, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\statements.py", line 169, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 3043, in interact_core
renpy.performance.analyze()
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\performance.py", line 113, in analyze
renpy.display.log.write(s)
File "D:\abc\Games\Holiday_Island_-_Version_0.1.1.1\Holiday Island - Version 0.1.1.1\HolidayIsland-0.1.1.0-pc\HolidayIsland-0.1.1.0-pc\renpy\log.py", line 148, in write
s = s % args
TypeError: not enough arguments for format string

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.1.0
This is not created by my mod, ask in the main game thread, this is/must be a game bug.
 
D

Deleted member 418221

Guest
Guest
Curious, does it break the game to have a cheat that enables all the girls at the same time?
 
  • Like
Reactions: Mitro

Tarasia

Satan's soul
Donor
Aug 11, 2016
870
1,695
Curious, does it break the game to have a cheat that enables all the girls at the same time?
u got one, i would say try it. In theory you should be fine, except for the enters the island scenes, if you cannot send them away or invite.
 

there

Member
Nov 23, 2016
276
173
No problems encountered.
There is a problem. When changing the max stats of girls the game crashes with an error occurring here is an example.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 663, in script call
    call screen main_game(location)
  File "game/D.S.ModCheat_v0.3b_HolidayIsland/D.S.ModCheat_v0.3b_HolidayIsland.rpy", line 550, in script
    "Right now the max value for endurance is: [cheat.endurance_max]"
AttributeError: type object 'cl_cheat' has no attribute 'endurance_max'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 663, in script call
    call screen main_game(location)
  File "game/D.S.ModCheat_v0.3b_HolidayIsland/D.S.ModCheat_v0.3b_HolidayIsland.rpy", line 550, in script
    "Right now the max value for endurance is: [cheat.endurance_max]"
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\character.py", line 1018, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\character.py", line 1007, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\substitutions.py", line 244, 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 652, in get_field
AttributeError: type object 'cl_cheat' has no attribute 'endurance_max'

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Holiday Island 0.1.3.0
Sun Nov 04 01:51:05 2018
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
There is a problem. When changing the max stats of girls the game crashes with an error occurring here is an example.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 663, in script call
    call screen main_game(location)
  File "game/D.S.ModCheat_v0.3b_HolidayIsland/D.S.ModCheat_v0.3b_HolidayIsland.rpy", line 550, in script
    "Right now the max value for endurance is: [cheat.endurance_max]"
AttributeError: type object 'cl_cheat' has no attribute 'endurance_max'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 663, in script call
    call screen main_game(location)
  File "game/D.S.ModCheat_v0.3b_HolidayIsland/D.S.ModCheat_v0.3b_HolidayIsland.rpy", line 550, in script
    "Right now the max value for endurance is: [cheat.endurance_max]"
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\character.py", line 1018, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\character.py", line 1007, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "F:\games\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\substitutions.py", line 244, 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 652, in get_field
AttributeError: type object 'cl_cheat' has no attribute 'endurance_max'

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Holiday Island 0.1.3.0
Sun Nov 04 01:51:05 2018
I think he doesn't use the l_char.endurance_max variable... The dev started using individually max variables:
$ alice.endurance = 25
$ alice.endurance_max = 50
$ aly.endurance = 20
$ aly.endurance_max = 40
$ amy.endurance = 45
$ amy.endurance_max = 90
$ brenda.endurance = 30
$ brenda.endurance_max = 60
$ delizia.endurance = 25
$ delizia.endurance_max = 50
$ desire.endurance = 35
$ desire.endurance_max = 70
$ eva.endurance = 40
$ eva.endurance_max = 80
$ faye.endurance = 35
$ faye.endurance_max = 70
$ heather.endurance = 30
$ heather.endurance_max = 60
$ ivy.endurance = 50
$ ivy.endurance_max = 100
$ jessica.endurance = 35
$ jessica.endurance_max = 70
$ lacey.endurance = 35
$ lacey.endurance_max = 70
$ natasha.endurance = 35
$ natasha.endurance_max = 70
$ renee.endurance = 30
$ renee.endurance_max = 60
$ yvette.endurance = 35
$ yvette.endurance_max = 70
$ joy.endurance = 50
$ joy.endurance_max = 100
$ jennifer.endurance = 50
$ jennifer.endurance_max = 100
$ yumiko.endurance = 50
$ yumiko.endurance_max = 100

If I'll have the time I'll try to update the mod...

EDIT: @there I have fixed the bug you mentioned
 

xt2021

Active Member
Feb 16, 2018
647
2,141
@D.S.-sama ,on the op is still not 0.3c . how can I download the new version? thanks!
 
Last edited:

Ragnarok6699

Member
Nov 2, 2017
241
43
is there a way to speed up hacking ? like the improvement of hacking program or hacking of subdermal implant i think maybe a console command like "current_hack_task = 99"(that one didn't work) or something i got no idea how it should look tried to guess with no result
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
@D.S.-sama ,on the op is still not 0.3c . how can I download the new version? thanks!
Updated the OP, thanks for the update.
is there a way to speed up hacking ? like the improvement of hacking program or hacking of subdermal implant i think maybe a console command like "current_hack_task = 99"(that one didn't work) or something i got no idea how it should look tried to guess with no result
Sorry I'm having some problems so I don't have the time to update? I hope that I'll have the time after Christmas...
 
Last edited:

Skillz79

New Member
Jun 26, 2019
3
2
Have this Error

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/D.S.ModCheat_v0.3c_HolidayIsland/D.S.ModCheat_v0.3c_HolidayIsland.rpy", line 1083, in prepare_screen
File "game/D.S.ModCheat_v0.3c_HolidayIsland/D.S.ModCheat_v0.3c_HolidayIsland.rpy", line 1083, in prepare
Exception: A screen named game_menu does not exist.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "E:\HolidayIsland-0.1.5.0-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "E:\HolidayIsland-0.1.5.0-pc\renpy\main.py", line 513, in main
run(restart)
File "E:\HolidayIsland-0.1.5.0-pc\renpy\main.py", line 90, in run
renpy.display.screen.prepare_screens()
File "E:\HolidayIsland-0.1.5.0-pc\renpy\display\screen.py", line 908, in prepare_screens
s.ast.prepare_screen()
File "game/D.S.ModCheat_v0.3c_HolidayIsland/D.S.ModCheat_v0.3c_HolidayIsland.rpy", line 1083, in prepare_screen
File "game/D.S.ModCheat_v0.3c_HolidayIsland/D.S.ModCheat_v0.3c_HolidayIsland.rpy", line 1083, in prepare
File "E:\HolidayIsland-0.1.5.0-pc\renpy\sl2\slast.py", line 1622, in prepare
raise Exception("A screen named {} does not exist.".format(self.target))
Exception: A screen named game_menu does not exist.

Windows-7-6.1.7601-SP1
Ren'Py 7.1.1.929

Fri Jun 28 01:17:08 2019

would appreciate the help thanks
 

sfcpres

Member
Mar 29, 2019
174
386
With so many new items in the game now @ 1.7.2, do you expect to revise your Mod? The last version still works, but I was thinking perhaps adding some of the other pills as well? Thanks again, I like your Mod very much.