bacavix

Newbie
Jul 15, 2019
68
68
Sorry I do not, I do not use Android and have never dived much into it.

But I suppose I can do you a solid.

Here are all the images and videos unren'd and extracted, view them with your favorite image/video app that supports webm and images are jpg .

Uncompressed:

PIXELDRAIN

Compressed:


PIXELDRAIN



Like it says use the "alt" if you are having issues...
Thank you, but i think some videos are encrypted and does not show anything
 

Onyxdime

Smutlord
Game Developer
Jul 26, 2017
827
4,299
The Celia story line is completely fucked in this update. We need a total rewrite to bring her back to the original abusive Teacher getting blackmailed and forced into becoming MC's slave like the original plot. Fortunately most of the CG assets can be reused and only the dialogue needs to be fixed. Thanks for nothing ICSTOR you scumbag.
Just for clarity, this wasn't ICSTOR. It was Patreon acting on behalf of Visa and Mastercard.

They told ICSTOR he had to remove Celia's content as it violated ToS.

However, you are correct insofar as the CGs would suit some pirates drafting alternate scenes for her. I wouldn't be too surprised if some pirates had already completed the text for a "restored" version.
 
  • Like
Reactions: TheOneWithThePorn12
Jun 19, 2023
3
2
Milfy City stumbled it's way through the finish line, story lines were dropped/altered there was so much potential left on the table. But at least I got some closure and that'll do it for me fellas, I'm glad for these forums making it possible for never having to pay a cent to Icstor and I hope they take a long walk off a short cliff. (y)
 
  • Haha
Reactions: fillup1209

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,736
3,861
Just for clarity, this wasn't ICSTOR. It was Patreon acting on behalf of Visa and Mastercard.

They told ICSTOR he had to remove Celia's content as it violated ToS.
Seems like that could've easily been avoided if he didn't give Patreon a century and a half between updates to finally realize that some of the content is breaking their ToS...
 

lolbenis

Member
Nov 5, 2019
149
880
Just for clarity, this wasn't ICSTOR. It was Patreon acting on behalf of Visa and Mastercard.

They told ICSTOR he had to remove Celia's content as it violated ToS.

However, you are correct insofar as the CGs would suit some pirates drafting alternate scenes for her. I wouldn't be too surprised if some pirates had already completed the text for a "restored" version.
You had previously implied that the pirates might be done with their mod as soon as the official version releases. But I guess they are not yet done and we can only play the cucked Patreon friendly version, so personally I will just wait until the pirates are done. Hopefully they wont take too much longer!

Thanks for all your work (and the rest ofthe team too!) anyhow, happy to see that after all this time this ship has still been turned around somewhat.
 

Onyxdime

Smutlord
Game Developer
Jul 26, 2017
827
4,299
Does anyone know how to correct the code for the Linda stuck night ?
It seems to be a simple operator "<" comparing two values, one of them being a string and the other an int.
Can't locate the error to convert the string...

Onyxdime

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

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'

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

Full traceback:
  File "scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpyc", line 251, in script
  File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Applications/renpy-8.0.3-sdk/renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "/Applications/renpy-8.0.3-sdk/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Applications/renpy-8.0.3-sdk/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
  File "/Applications/renpy-8.0.3-sdk/renpy/revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

macOS-13.5.2-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805
Milfy City 1.0b
Sat Sep 23 11:56:51 2023
Do you mind if I ask if you are running any fan patches?
And if you used a new save for this run?

I've had multiple reports of this bug, and I'm trying to collate data for the programmer so he can fix it.
 

Boopeeman

Member
Jun 14, 2020
355
569
Just for clarity, this wasn't ICSTOR. It was Patreon acting on behalf of Visa and Mastercard.

They told ICSTOR he had to remove Celia's content as it violated ToS.

However, you are correct insofar as the CGs would suit some pirates drafting alternate scenes for her. I wouldn't be too surprised if some pirates had already completed the text for a "restored" version.
can these pirates dm me the patch because the beginning of the game breaks the family immersion now.
 
3.70 star(s) 438 Votes