estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,927
11,665
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 28.0 + Gallery
Size 975 MB

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

(if it gives you a .zip, just rename it as .apk)

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR
Updated android port.
 
  • Like
Reactions: Qtips and 7Spear

CappoUnknown

Member
Nov 13, 2017
301
555
298
BizarreHolyLand(28.1) release and changelog

Windows:

Mac:

Android:


Changelog:
* Bugfixes
 
  • Like
Reactions: LoneRanger11

LoneRanger11

Active Member
Jul 3, 2020
565
609
144
BizzareHolyLand 28.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with both F95Zone and the developer of this game.
If you run into issues please use this thread or join us on !
,

We're crowdfunded, !​
 

LORDCATS

New Member
Jul 10, 2020
1
0
83
when i download from the it says i need to to install a File_ BizarreHolyLand-28_1-pc_zip ___ .iso is that actual needed or is that a virus i just installed
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,927
11,665
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 28.1 + Gallery unlocked
Size 975 MB

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

(if it gives you a .zip, just rename it as .apk)

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR
Updated my android port
 

OpitoHH

New Member
Feb 2, 2020
1
0
19
I'm playing version 19.2 and got 1 error image ‘dark_swamp_maze_fruit_nest’ not found. Please help me fix this
 

adq2r1

Newbie
Oct 19, 2018
21
10
71
Any idea why there is a sudden change in the direction of Art? The old Sophia in 22.0 is much much better than the updated new version in 25.0+ , it feels like the either a straight downgrade or a new artist had started on this game? Please explain im so confused
 

kabuto666

Newbie
Oct 7, 2017
70
18
163
I'm getting this error when using Item in battle inside Dungeon of Elena.
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 516, in execute
  File "game/general_functions/UIs.rpy", line 520, in execute
  File "game/general_functions/UIs.rpy", line 666, in execute
  File "game/general_functions/UIs.rpy", line 666, in execute
  File "game/general_functions/UIs.rpy", line 684, in execute
  File "game/general_functions/UIs.rpy", line 687, in execute
Exception: DynamicImage u'[bag_slot_4]_battle_item': could not find image. (u'meaty_eggs_mushroom_battle_item')

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

Full traceback:
  File "tower_of_sun/tower_of_sun_level_1_labyrinth_dialog.rpyc", line 1264, 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 516, in execute
  File "game/general_functions/UIs.rpy", line 520, in execute
  File "game/general_functions/UIs.rpy", line 666, in execute
  File "game/general_functions/UIs.rpy", line 666, in execute
  File "game/general_functions/UIs.rpy", line 684, in execute
  File "game/general_functions/UIs.rpy", line 687, in execute
  File "renpy/sl2/sldisplayables.py", line 431, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 113, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "renpy/display/image.py", line 571, in __init__
    self.find_target(scope)
  File "renpy/display/image.py", line 652, in find_target
    raise Exception(error)
Exception: DynamicImage u'[bag_slot_4]_battle_item': could not find image. (u'meaty_eggs_mushroom_battle_item')

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
BizarreHolyLand 27.0
Sat Sep 24 12:36:38 2022
 
Last edited:

CappoUnknown

Member
Nov 13, 2017
301
555
298
BizarreHolyLand(29.1) release and changelog
BizarreHolyLand version 29.1 is up for grabs! Download the latest build below.

Windows:

Mac:

Android:



Changelog:
* Angelina's story revamped(new writing, one new h scene with Angelina, new model for Angelina for the baking section, new model for Mira, new model for Fiona, new revamped h scene for Angelina)
* Angel main story chapter3 revamping(Accalia's manor is redesigned, early parts of the story is being revamped, Accalia's h scene revamped with two new animations. New model for Farah )
 

sinrtb

Member
Nov 4, 2017
155
96
173
Is this femdom only or was there just the possibility of femdom but the rest was fairly vanilla or is it also missing a maledom tag?
 

HGW

Newbie
Mar 29, 2018
54
102
157
I don't understand how you go from this
You don't have permission to view the spoiler content. Log in or register now.
to this and consider it enough of an improvement to start replacing "old" art?
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
To elaborate i don't mean just the designs, just look at the lighting and shading on the characters, new-Sophia is flatter and "smoother" in a bad way and Gabriella is even worse in that respect.
Also no offence but your faces literally look like placeholders, just saying you can do faces better and avoiding this is holding your otherwise good art back.
 

adq2r1

Newbie
Oct 19, 2018
21
10
71
I don't understand how you go from this
You don't have permission to view the spoiler content. Log in or register now.
to this and consider it enough of an improvement to start replacing "old" art?
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
To elaborate i don't mean just the designs, just look at the lighting and shading on the characters, new-Sophia is flatter and "smoother" in a bad way and Gabriella is even worse in that respect.
Also no offence but your faces literally look like placeholders, just saying you can do faces better and avoiding this is holding your otherwise good art back.
actually cant agree with this more
 
3.70 star(s) 35 Votes