- Dec 29, 2021
- 146
- 998
I don't describe it in words. There's visuals and motion, just the camera angles don't specifically show/focus on genitals.Does Dev not deliberately describe dick and vagina?
I don't describe it in words. There's visuals and motion, just the camera angles don't specifically show/focus on genitals.Does Dev not deliberately describe dick and vagina?
I'm using DarkAssassin 's mod. But that combo is also listed in the unmodded script.Hmmm, that's odd. It's trying to display combo number 4, but you only have a triple combo at this point in the game.
Are you cheating somehow/using a mod?
if boxing_level2 == True or kickboxing_level2 == True or muay_thai_level2 == True:
scene mc_combo_su_04:
zoom 0.75
play sound CombatHit02
with Dissolve(0.25)
with hpunch
$ renpy.pause(0.25)
if boxing_level3 == True or kickboxing_level3 == True or muay_thai_level3 == True:
scene mc_combo_su_05:
zoom 0.75
play sound CombatHit03
with Dissolve(0.25)
with hpunch
$ renpy.pause(0.25)
Yes, the combo exists as its prepared for a future release. The images don't, as you're not supposed to have it at this stage in the game so I didn't waste my time on it. So if the mod enables it somehow, it will break.I'm using DarkAssassin 's mod. But that combo is also listed in the unmodded script.
Edit:
Unmodded script.
Code:if boxing_level2 == True or kickboxing_level2 == True or muay_thai_level2 == True: scene mc_combo_su_04: zoom 0.75 play sound CombatHit02 with Dissolve(0.25) with hpunch $ renpy.pause(0.25) if boxing_level3 == True or kickboxing_level3 == True or muay_thai_level3 == True: scene mc_combo_su_05: zoom 0.75 play sound CombatHit03 with Dissolve(0.25) with hpunch $ renpy.pause(0.25)
It's enabled in the unmodded version also. Errors out in the unmodded version also.Yes, the combo exists as its prepared for a future release. The images don't, as you're not supposed to have it at this stage in the game so I didn't waste my time on it. So if the mod enables it somehow, it will break.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/episode03/ep03_gym_auto_fight.rpy", line 38, in script
scene mc_combo_su_04:
Exception: Switch could not choose a displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/episode03/ep03_gym_auto_fight.rpy", line 38, in script
scene mc_combo_su_04:
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\ast.py", line 1542, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\ast.py", line 1371, in show_imspec
renpy.config.show(name,
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\exports.py", line 712, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 1165, in add
thing.visit_all(lambda d : None)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 572, in visit_all
for d in self.visit():
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1494, in visit
self.update(self.last_st, self.last_at)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1505, in update
raw_child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1596, in condition_switch_show
return condition_switch_pick(switch), None
File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1591, in condition_switch_pick
raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
AlphaOmega v0.3.0
Thu Aug 3 07:19:10 2023
It's enabled in the unmodded version also. Errors out in the unmodded version also.
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/episode03/ep03_gym_auto_fight.rpy", line 38, in script scene mc_combo_su_04: Exception: Switch could not choose a displayable. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/episode03/ep03_gym_auto_fight.rpy", line 38, in script scene mc_combo_su_04: File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\ast.py", line 1542, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\ast.py", line 1371, in show_imspec renpy.config.show(name, File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\exports.py", line 712, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 1165, in add thing.visit_all(lambda d : None) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\core.py", line 572, in visit_all for d in self.visit(): File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1494, in visit self.update(self.last_st, self.last_at) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1505, in update raw_child, redraw = self.function(st, at, *self.args, **self.kwargs) File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1596, in condition_switch_show return condition_switch_pick(switch), None File "F:\AVNs\Alpha, Omega\AlphaOmega-v0.3.0-pc\renpy\display\layout.py", line 1591, in condition_switch_pick raise Exception("Switch could not choose a displayable.") Exception: Switch could not choose a displayable. Windows-10-10.0.19045 AMD64 Ren'Py 8.0.3.22090809 AlphaOmega v0.3.0 Thu Aug 3 07:19:10 2023
Well same issue on Android alsoNo idea what joi play is. I do suspect this is related to specific 'touch screen' code I've added, but I can only confirm that once Jeevant has tried to build the Android port (which makes use of the same code).
Yeah, that makes sense. There's a hardpause after entering your name that you can't get out of currently which is only happening on those platforms. Don't know where that Android version came from, but that wasn't tested I guess.Well same issue on Android also
Ok thanks I wait for another android port thenNo idea what joi play is. I do suspect this is related to specific 'touch screen' code I've added, but I can only confirm that once Jeevant has tried to build the Android port (which makes use of the same code).
Yeah, I mean visuals onlyI don't describe it in words. There's visuals and motion, just the camera angles don't specifically show/focus on genitals.
Joiplay is an Android emulator where you can play renpy, rpg games with windows files (.exe)No idea what joi play is. I do suspect this is related to specific 'touch screen' code I've added, but I can only confirm that once Jeevant has tried to build the Android port (which makes use of the same code).
There is sexual content depending who you go for.wait did i read that right? there's no sexual content? is that yet or there will never be?
There's sort of one more.There is sexual content depending who you go for.
Alexa has 2 scenes and Lily has 1.
Dammit, I forgot Taylor .... that's your fault for interrupting the scene before it got good. Damn devs with their plots and stuffThere's sort of one more.You don't have permission to view the spoiler content. Log in or register now.
Hey Dev, the game taking a hard pause after naming MC in Android, how to fix that?There's sort of one more.You don't have permission to view the spoiler content. Log in or register now.
Well, you can decompile the android version and remove the hardpause if you absolutely can't wait until there's a real Android release.Hey Dev, the game taking a hard pause after naming MC in Android, how to fix that?
Man, I can't wait to play the game, it's been 5 months
And How do I do that?Well, you can decompile the android version and remove the hardpause if you absolutely can't wait until there's a real Android release.
If you have to ask that, forget it... not going to be the easiest.And How do I do that?
I guessIf you have to ask that, forget it... not going to be the easiest.
Just have a little more patience and it'll come soon.
Kick boxing and BJJ.I just tried it and it plays exactly as it should without errors. My test character has Muay Thai and BJJ. What did you try it with? I can try it again with your chosen disciplines and see what happens. It can only happen if any of the disciplines have their level 2 enabled, and there's nothing in the game that enables it all. Something has enabled it for you. Does the mod have anything that does that?