4.00 star(s) 66 Votes

Radnos Salazar

Well-Known Member
Dec 4, 2023
1,163
2,485
373
Only the first is abandoned. WWJK is being heavily stripped back and reworked in Blender. Different models, stripped back story (and cast) that focuses more on the music, none of the unnecessary crime stuff.

More of a background project, will see some work in free time:
Not saying anything bad about your other game at all, but i do hope you focus and develop MTC till completion before focusing on another game. I would be sad if the progress for a brilliant game like this would slow down by any reason.:)
For example, one of the big drawback with Ocean is he is developing 2 games at the same time, sucks soo much that neither can get frequent updates.
 

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,847
10,589
872
Not saying anything bad about your other game at all, but i do hope you focus and develop MTC till completion before focusing on another game. I would be sad if the progress for a brilliant game like this would slow down by any reason.:)
For example, one of the big drawback with Ocean is he is developing 2 games at the same time, sucks soo much that neither can get frequent updates.
MTC is the main project for however long it takes to finish. Steam has made developing it far more viable financially in regard to asset costs.

The other game is just a free time project until MTC is done.
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,982
23,277
832
Hahahaa....i actually dont believe missfortune added this in game lol!
I had followed this complete drama of "Fake harem" on this thread when it happened, this is just too funny:LOL:
I haven't been following this thread, but knowing that particular person and others like that on this site... holy fuck, it made my morning so felt like making my first post in this thread. :KEK:
 
  • Haha
Reactions: Radnos Salazar

mafarus

Member
Apr 29, 2023
110
136
176
I watched update 0.3. The authors have created a real graphic novel, a cyber novel. In the usual format of such products, there is little plot and a lot of fucking. Here there is a plot and little fucking. And beautiful renders.
Personally, my attitude is ambivalent - it seems interesting, and beautiful, and there is a line of relationships with one character that attracts me. It is developing. But very slowly.
It is clear that the product is not easy to produce, but updates once every six months or less often kill the desire to track it, and interest in general.
 

Mihael6696

Newbie
Jun 15, 2023
37
42
128
Here's an incest patch (will change relationship with Diana). Should work with all future updates. This is an unofficial incest patch, and has no affiliation with MissFortune.

Mediafire doesn't work where I'm from. can someone share the file or another link?
 

Shakril

New Member
Sep 3, 2018
11
11
164
Stats menu doesnt work (fresh start with and without mods), also some pictures in the characters menu seem to be missing.
 

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,847
10,589
872
Stats menu doesnt work (fresh start with and without mods), also some pictures in the characters menu seem to be missing.
Character menu is coming with 3.5. If you look at the top of the gender select screen, you'll see a note near the top saying many are broken.

As for the stats menu, what exactly isn't working? Do you have a traceback?
 

Shakril

New Member
Sep 3, 2018
11
11
164
Character menu is coming with 3.5. If you look at the top of the gender select screen, you'll see a note near the top saying many are broken.

As for the stats menu, what exactly isn't working? Do you have a traceback?
Yes, here. It does not matter if it is with or without the WT mod. I tried it clean and with mod. Maybe i am just missing something.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 168, in execute
File "game/logs/stats.rpy", line 168, in <module>
NameError: name 's01e03_start' is not defined

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Visual game\MoveTheChains-0.3-pc\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 "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 3 more times]
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 168, in execute
File "game/logs/stats.rpy", line 168, in <module>
NameError: name 's01e03_start' is not defined
 
4.00 star(s) 66 Votes