- Sep 3, 2022
- 24,063
- 203,021
Whenever he gets back from vacation.when is v0.16 wt be updated
If you can't be bothered to wait, make a save and play or use Universal Ren'Py Mod [1.13.2] (mod any Ren'Py game yourself).
Whenever he gets back from vacation.when is v0.16 wt be updated
update plsView attachment 2561313
Check features to learn more about the Mod.
If you like my work, please consider supporting me on myYou must be registered to see the linksorYou must be registered to see the links, check myYou must be registered to see the links.
Updated: 2020/09/02
Game/Creator: Life in Middle East -You must be registered to see the links
Modder: Joker Leader -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Andoid Port: cebs - Android
Mod Version: 0.1
Game Version: 0.15
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.Note: I've fixed the "BláBlá" error in Polad Scene, Fixed Cheats error, also I've made the Green in the choices a bit darker.
Download:You must be registered to see the links-You must be registered to see the links- ANDROID
I'm on vacationupdate pls
well deservedI'm on vacation
Maybe you should wait for him to actually update it?this mod will crash with aggressive patch
It appears Joker may not return. Stated was going on vacation over 4 weeks ago, and appears to have slipped into anonymity.View attachment 2561313
Check features to learn more about the Mod.
If you like my work, please consider supporting me on myYou must be registered to see the linksorYou must be registered to see the links, check myYou must be registered to see the links.
Updated: 2020/09/02
Game/Creator: Life in Middle East -You must be registered to see the links
Modder: Joker Leader -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Andoid Port: cebs - Android
Mod Version: 0.1
Game Version: 0.15
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.Note: I've fixed the "BláBlá" error in Polad Scene, Fixed Cheats error, also I've made the Green in the choices a bit darker.
Download:You must be registered to see the links-You must be registered to see the links- ANDROID
Joker Leader won't return from vacation. May want to consider asking someone else to assist with addons.View attachment 2561313
Check features to learn more about the Mod.
If you like my work, please consider supporting me on myYou must be registered to see the linksorYou must be registered to see the links, check myYou must be registered to see the links.
Updated: 2020/09/02
Game/Creator: Life in Middle East -You must be registered to see the links
Modder: Joker Leader -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Andoid Port: cebs - Android
Mod Version: 0.1
Game Version: 0.15
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.Note: I've fixed the "BláBlá" error in Polad Scene, Fixed Cheats error, also I've made the Green in the choices a bit darker.
Download:You must be registered to see the links-You must be registered to see the links- ANDROID
Welcome back. Hope you enjoyed your vacation.Mod Updated
The Mod does have the Aggressive patch to fix that issue, I will check out the gallery part.Welcome back. Hope you enjoyed your vacation.
The game has very recently been updated to v0.1.7. Please update your mod in accordance to that.
And, 2 problems I am facing
1. If the game loaded with both the aggressive patch and the mod on, the game crushes. The message that pops ups shows something like this;
[The label after_load is defined twice, at File "game/JokerMod/JokerTextbox.rpy", line 8:
label after_load:
and File "game/agressive.rpy", line 7:
label after_load:]
Again, if the game is loaded with either of the aggressive patch or the "JokerTextbox" file of the Jokermod folder deleted or removed, the game opens.
2. The second issue is that, the game has got a gallery with the v0.1.6 update. If the game is opened with the mod, the gallery option disappears.
Please look into these matters.
UpdatedJokerLeader looks like you're up, v0.1.7
Sorry to bother yall, when I downloaded this it got blocked due to malware, is that a false positive?Updated
Yes, it is, you can download the zip file from my Patreon free of chargeSorry to bother yall, when I downloaded this it got blocked due to malware, is that a false positive?
your mixdrop link goes to mixdroop instead of mixdrop. Whatever that link is, it is super buggy and seems unsafe. Removing the second O from the link so it says mixdrop seems to go to the correct site and download.Yes, it is, you can download the zip file from my Patreon free of charge
OK, so it isn't just me who is getting that from the Cheat Menu.is anyone else getting this when they try to access the cheat menu? I've read that once you get your first lesbian point it'll work but I'm well past the shower scene and it's still occuring. I have deleted the entire game and mod and did a clean install and it still happens
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 29, in execute
python:
File "game/JokerMod/JokerCheats.rpy", line 35, in <module>
[adventure, "adventure", "{b}Adventure"],
NameError: name 'adventure' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 26, in execute
screen cheatmenu():
File "game/JokerMod/JokerCheats.rpy", line 29, in execute
python:
File "game/JokerMod/JokerCheats.rpy", line 35, in <module>
[adventure, "adventure", "{b}Adventure"],
NameError: name 'adventure' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Life in Middle East v0.1.7
Sun Sep 3 23:53:38 2023
```
+1OK, so it isn't just me who is getting that from the Cheat Menu.