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
hello and thks for the mod, its been usefull so far
just one thing, how do you use the change girl function? every time i pick it the grl wont show up at the island, do i ahve to wait a day or something?
Actually @darkhound1 told me that it doesn't have any big influence in the game, you'll get all the girls any way, but yah, I added the option anyway.
 

Platuni

Newbie
Jun 2, 2018
31
8
Guys first time using this mod. I'm not far into the game but was wondering what the vials and the pills are used for? Should I do this so early in the game?
 

THADEADMAN

Member
Feb 23, 2018
107
71
Guys first time using this mod. I'm not far into the game but was wondering what the vials and the pills are used for? Should I do this so early in the game?
Myself i wait until and if i really need them the vials are for your sperm , low high and eh (eh vial is when u take blue pill) green pill is for use in the bar in the girls drink talk tothe doctor
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
Ťhis mod can't change max love and something max....
I use the variables that the Dev has set in the game... here it's an example of the code for love:
Code:
text "[l_char.rsm[0].love] / [l_char.rsm[0].love_max]" size 15 xpos 820 ypos 335
    bar value FieldValue(l_char.rsm[0], "love", l_char.rsm[0].love_max, style="my_bar") xpos 640 ypos 340 xsize 160 ysize 8 #left_bar Frame("gui/bar/left.png", gui.bar_borders, tile=gui.bar_tile)
So I don't change the max for the variables because it can crash the game, I hope that you understand and enjoy the game and/or mod.
 
  • Like
Reactions: kidderyao

Muck

Newbie
Aug 13, 2017
31
12
Mod Version v0.2.5 still seems to work with new Game version v0.1.1.0 beta (just a quick test, will try to give a follow up).

Besides, it still (see post#3) seems as there's some rather random error when trying to close the mod after opening the change girls or change girls stats window, going back by "z" (without doing any changes) and trying to leave the cheat-window completely:
1) It doesn't close the window, but shows the last screen you were at (changing x) again.
2) When trying to go back again from there (z) and trying to close it once more, sometimes it throws an (ignoreable) error, sometimes it seems to just work...
It seems opening different screens makes it happen more consistently:

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

While running game code:
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 411, in script call
    call mod_cheat_call_girls_stats
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 496, in script
    call screen mod_cheat_character(l_char)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 289, in execute
    screen mod_cheat_character(l_char):
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 289, in execute
    screen mod_cheat_character(l_char):
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 296, in execute
    text "Stats for: {b}[l_char.fname] [l_char.lname]{/b}" size 25 color "#9f000f" xpos 535 ypos 15
AttributeError: 'NoneType' object has no attribute 'fname'

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

Full traceback:
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\bootstrap.py", line 306, in bootstrap
    renpy.main.main()
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\main.py", line 520, in main
    run(restart)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\main.py", line 149, in run
    renpy.execution.run_context(True)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\execution.py", line 835, in run_context
    context.run()
  File "game/script.rpyc", line 716, in script call
    �]ʱ�3ѓ�S������Ӕ��4��4K9���
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 411, in script call
    call mod_cheat_call_girls_stats
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 496, in script
    call screen mod_cheat_character(l_char)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "X\HolidayIsland-0.1.1.0beta-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 "X\HolidayIsland-0.1.1.0beta-pc\renpy\exports.py", line 2614, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 2925, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\core.py", line 2925, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\display\screen.py", line 592, in update
    self.screen.function(**self.scope)
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 289, in execute
    screen mod_cheat_character(l_char):
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 289, in execute
    screen mod_cheat_character(l_char):
  File "game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 296, in execute
    text "Stats for: {b}[l_char.fname] [l_char.lname]{/b}" size 25 color "#9f000f" xpos 535 ypos 15
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\text\text.py", line 1366, in __init__
    self.set_text(text, scope, substitute)
  File "X\HolidayIsland-0.1.1.0beta-pc\renpy\text\text.py", line 1466, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "X\HolidayIsland-0.1.1.0beta-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 652, in get_field
AttributeError: 'NoneType' object has no attribute 'fname'

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.1.0
Personal addendum: The red button in the lower right to reset constantly makes me push it when trying to go back (additionaly, "z"ting back is/feels so damn unusual/impraktikal.... If you got to much time at hand sometimes: Perhaps add a close button at that position (and perhaps reuse it at the mods main screen) and do a slightly less flashy reset button on the upper right or something?

Oh, and by the way: I just don't get it: What does changing the girls body type in the mod actually do (in consequence)? I didn't notice any change (or was it simply broken some versions ago when i tried it)?
Or is it just this (and thus a bit superficial in the mod?
jonexhd said:
What exactly does the options about girl's body type affect? Hide some unmatched girls?
How attracted the MC is to them, which really doesn't matter and what girls show up at the beginning of the game. It really doesn't matter mcuh as you can constantly swap in and out the girls anyway
Quote from the original game thread,
 

iloveupls

Newbie
Apr 6, 2018
55
15
idk what to do right after talking with amy
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)
File "game/script.rpy", line 1423, in execute
File "game/script.rpy", line 1423, in execute
File "game/script.rpy", line 1453, in execute
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 7, in execute
screen left_menu:
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 7, in execute
screen left_menu:
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 209, in execute
imagebutton auto "D.S.ModCheat_Images_HolidayIsland/DSenterMod_%s.png" xpos 10 ypos 470 action Function(renpy.call, label="mod_cheat_menu")
Exception: Imagebutton does not have a idle image. (auto=u'D.S.ModCheat_Images_HolidayIsland/DSenterMod_%s.png').

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

Full traceback:
File "game/script.rpyc", line 716, in script
&���A��V��Vk�f
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 1801, in execute
self.call("execute")
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 1789, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-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 "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
idk what to do right after talking with amy
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)
File "game/script.rpy", line 1423, in execute
File "game/script.rpy", line 1423, in execute
File "game/script.rpy", line 1453, in execute
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 7, in execute
screen left_menu:
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 7, in execute
screen left_menu:
File "game/124654_D.S.Mod_v0.2.5_HolidayIsland-v0.1.0.2_-pcbeta/game/D.S.Mod_v0.2.5_HolidayIsland-008bugfix2-pc.rpy", line 209, in execute
imagebutton auto "D.S.ModCheat_Images_HolidayIsland/DSenterMod_%s.png" xpos 10 ypos 470 action Function(renpy.call, label="mod_cheat_menu")
Exception: Imagebutton does not have a idle image. (auto=u'D.S.ModCheat_Images_HolidayIsland/DSenterMod_%s.png').

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

Full traceback:
File "game/script.rpyc", line 716, in script
&���A��V��Vk�f
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 1801, in execute
self.call("execute")
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 1789, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-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 "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\IO\Desktop\HolidayIsland-0101-pc\HolidayIsland-0.1.0.1-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
just redownload the mod, you are missing an mage from the mod folder
 

Tarasia

Satan's soul
Donor
Aug 11, 2016
870
1,695
Rename HolidayIsland to Holiday Island.
Do not know if you are talking about the title, but after you said that I was thinking of a title change as well for this topic, considering as it stands now it's hard to search the mod through the search function. (although the link through original game is a good alternative)
 

THADEADMAN

Member
Feb 23, 2018
107
71
Do not know if you are talking about the title, but after you said that I was thinking of a title change as well for this topic, considering as it stands now it's hard to search the mod through the search function. (although the link through original game is a good alternative)
actually i was searching this mod again to check something all i did was got to mod section click search put in
holidayisland an check this forum only an was first one
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,014
Rename HolidayIsland to Holiday Island.
Do not know if you are talking about the title, but after you said that I was thinking of a title change as well for this topic, considering as it stands now it's hard to search the mod through the search function. (although the link through original game is a good alternative)
actually i was searching this mod again to check something all i did was got to mod section click search put in
holidayisland an check this forum only an was first one
I have changed the name to Holiday Island.
 
  • Like
Reactions: sanmal

rionel

New Member
Jan 11, 2018
3
0
The mod doesn't seem to be working for me. I unzipped the file in the main folder of the game. The game starts but there isn't any mod images and z button also doesn't work for starting mod.

Can u give a thorough instructions on how to run the mod properly?
 

THADEADMAN

Member
Feb 23, 2018
107
71
The mod doesn't seem to be working for me. I unzipped the file in the main folder of the game. The game starts but there isn't any mod images and z button also doesn't work for starting mod.

Can u give a thorough instructions on how to run the mod properly?
you actually have to extract file to
Holiday Island-v0.1.1.0 beta/game/-file goes here
 

shubhamp

Newbie
Jul 30, 2018
16
6
i get an error when i click on know her in case of aly and some others

I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'unicode' object has no attribute 'init'

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

Full traceback:
File "game/script.rpyc", line 1200, in script call
File "game/loc_beach.rpyc", line 102, in script
� �6���M沮���\J^�!&�O��c.]ݡZUr��O/�A]B���*5sQ咦��.�4�3Y��׿��V#��᭰w=Q;�����Z��S���ȫ���ɭc��ܪg��i��qT�M�_ ^��*_`UA�1�T�MUR.��g��E�zLR��H������,�4XĚ �J�5_J�<֥�|���͜O# Z���g���$g4���^��'[C=ى&Ov�˴ u2�b�Z ��D�G�i�xP�4^�כ��7�������2?xq����6
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 643, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\exports.py", line 1175, in say
who(what, *args, **kwargs)
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\character.py", line 1000, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\character.py", line 982, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-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 652, in get_field
AttributeError: 'unicode' object has no attribute 'init'

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.0.1


please help
 

THADEADMAN

Member
Feb 23, 2018
107
71
i get an error when i click on know her in case of aly and some others

I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'unicode' object has no attribute 'init'

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

Full traceback:
File "game/script.rpyc", line 1200, in script call
File "game/loc_beach.rpyc", line 102, in script
� �6���M沮���\J^�!&�O��c.]ݡZUr��O/�A]B���*5sQ咦��.�4�3Y��׿��V#��᭰w=Q;�����Z��S���ȫ���ɭc��ܪg��i��qT�M�_ ^��*_`UA�1�T�MUR.��g��E�zLR��H������,�4XĚ �J�5_J�<֥�|���͜O# Z���g���$g4���^��'[C=ى&Ov�˴ u2�b�Z ��D�G�i�xP�4^�כ��7�������2?xq����6
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\ast.py", line 643, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\exports.py", line 1175, in say
who(what, *args, **kwargs)
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\character.py", line 1000, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-pc\renpy\character.py", line 982, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\Shubham\Downloads\HolidayIsland-0.1.0.1-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 652, in get_field
AttributeError: 'unicode' object has no attribute 'init'

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.0.1


please help
First of all you are using an older version of the game v 0.1.0.1 there were errors that have been patched since for aly on the beach the new update is
Holiday Island [v0.1.1.0 beta]check here in this
 

shubhamp

Newbie
Jul 30, 2018
16
6
First of all you are using an older version of the game v 0.1.0.1 there were errors that have been patched since for aly on the beach the new update is
Holiday Island [v0.1.1.0 beta]check here in this
My bad ;-; Thanks man!!