Wills747

Engaged Member
Dec 14, 2018
2,285
4,701
My Compressed Unofficial Android port of Bizzare Holy Land 25.0 - Any bugs let me know.
Usual gestures, seethru text box, save name/delete etc etc.
Alternative persistent saves/log location
Grant storage permissions on first run

Mega
Updated my unofficial Android port to v25.0
 

RoopRoop

Newbie
May 9, 2019
40
15
1653500494404.png
Did I do someting wrong? I just downloaded it and I swear the penis wasn't so... oddly shaped the last time I played this.
 
Jun 11, 2018
29
19
Trying to 100% the game so far, seems I've somehow missed the trigger for this side quest, anyone know who I've missed and where they are?
 

bositsua123vn

Newbie
Jun 2, 2018
38
8
how to fix scene diana,
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'ManiChar' is not defined.

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

Full traceback:
File "floral_workshop/floral_workshop_dialog.rpyc", line 39, in script
File "renpy/ast.py", line 680, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'ManiChar' is not defined.

Windows-10-10.0.22000
Ren'Py 7.4.5.1648
BizarreHolyLand 25.0
Mon May 30 15:11:22 2022

when i click ingore, it makes me back main menu
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
427
<sigh> Not even four screens into the start of the game and I'm already forced to make a mod.

The text color is just a slightly darker version of the translucent dialogue background which makes it frelling impossible to see or read. The attached modified gui.rpy file changes the text color to a contrasting color and brightness with a dark outline making it easy to read in the dialogue window, choice menus, and all of the game screens.

Now you can enjoy this game without the eyestrain. :cool:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: HentaiGamerN00b

DuDraig

Well-Known Member
Oct 6, 2017
1,258
427
Some exception causing bug fixes
v25.0 (UnRen'd)
I'm updating this post as I find more, so keep checking back.

File <installation folder>\game\gathering\silent_bay\gathering_silent_bay_dialog.rpy
Line 70
play music "gathering_bgm_1.wav" fadein(5.0)
Should be
play music "gathering_bgm_1.ogg" fadein(5.0)
or you get an "IOError: Couldn't find file 'gathering_bgm_1.wav'" exception.

Referring to the exception reported above by bositsua123vn :
File <installation folder>\game\floral_workshop\floral_workshop_dialog.rpy
Line 39
ManiChar "\"Is it okay that I stay a night here?\""
Should be
MainChar "\"Is it okay that I stay a night here?\""
or you get a "Sayer 'ManiChar' is not defined" exception.
Also note: The choice to stay the night at the floral shop results ih the game ending since the developer has not implemented that scene.

File <installation folder>\game\chapter1\chap1_darkseed_invasion.rpy
Line 459
show emily_idle with bouncing
Should be
show emily_idle at bouncing
or you get a "Parameter 'new_widget' is not known by ATL Transform" exception.

File <installation folder>\game\animation.rpy
Line 250
image farah_idle_smile = Movie(channel="character_anim", play="animation/farah/farah_idle_anim_smile.webm", side_mask=True)
Should be
image farah_idle_smile = Movie(channel="character_anim", play="animation/farah/farah_idle_smile_anim.webm", side_mask=True)
or you get an "IOError: Couldn't find file 'animation/farah/farah_idle_anim_smile.webm'" exception.

File <installation folder>\game\gathering\moonlight_mangrove\gathering_moonlight_mangrove_dialog.rpy
Line 117
play music "gathering_bgm_2.wav" fadein(5.0)
Should be
play music "gathering_bgm_2.ogg" fadein(5.0)
or you get an "IOError: Couldn't find file 'gathering_bgm_2.wav'" exception.

File <installation folder>\game\seasonal_events\seasonal_christmas_events.rpy
Line 132
Gabriella "\"Thank you for coming, CharName. I have been waiting for you.\""
Should be
Gabriella "\"Thank you for coming, [CharName]. I have been waiting for you.\""
or the text "CharName" is displayed in the dialog instead of the character name (No exception thrown).
 
Last edited:
  • Like
Reactions: bositsua123vn

Cristiany

Active Member
Dec 3, 2017
511
191
when i open this game,my TV said video format not allowed and i cant see a shit,i need restart my pc soo it go good again,what da hek????!

1655440096206.png
 

Murtagks

Member
Nov 13, 2017
233
380
BizarreHolyLand(26.0) release and changelog


Windows:

Mac:

Android:


Changelog:
* Luna's side story completed
* All backgrounds in Luna's side story are revamped
* All H-scenes in Luna's side story are revamped
* New character Elizabeth added in Luna's side story
* Casino shop added
* Casino Kristine's 'special service' added
* Slot machine added in casino
* New character Lauren added in casino
* New 'Hide' button added for mobile version
 

Akutawaga

Member
Nov 5, 2018
164
370
I wish these updates had more to do with the story and not the revamps cause the creator really hasn’t been progressing the story other than revamping models.
 

Bse

Member
Aug 1, 2019
385
182
For me i dont play it again. By good luck with it and maybe when you finished game in 3 years or so. i try again. but i am out. bye bye
 

stewscotia

Member
Jun 4, 2018
140
193
Im at where you are supposed to defeat Big tiddies mama and get an error. Ignoring it skips things and i die

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/general_functions/UIs.rpy", line 478, in execute
  File "game/general_functions/UIs.rpy", line 478, in execute
  File "game/general_functions/UIs.rpy", line 528, in execute
Exception: An empty string cannot be used as a displayable.

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

Full traceback:
  File "chapter3/chap3_save_the_angels.rpyc", line 360, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/general_functions/UIs.rpy", line 478, in execute
  File "game/general_functions/UIs.rpy", line 478, in execute
  File "game/general_functions/UIs.rpy", line 528, in execute
  File "renpy/sl2/sldisplayables.py", line 431, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 111, in displayable
    raise Exception("An empty string cannot be used as a displayable.")
Exception: An empty string cannot be used as a displayable.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
BizarreHolyLand 26.0
Sat Jun 18 01:21:39 2022
 

Exoplast

Engaged Member
Nov 2, 2017
2,684
18,625
BizzareHolyLand [v26.0] [HMO] - Original Size: 2,94GB

Download PC/Mac :

Size for each Compression: PC=1,01GB Mac=0,97GB

This compression has a big quality loss, because the game itself has not that great quality. It is playable.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
3.50 star(s) 33 Votes