CamaroFan432

Active Member
Mar 13, 2020
988
2,890
Really amazing game, great job and keep up the awesome work. Great models and fine gameplay.

I do have a question about when is the end of current content?

I seem to be done everything and not have any more tasks available. Last thing I did was being at the mayors desk you can say.
But again wonderful game, good luck with the endeavours and I'm looking forward to more in the future ^^
You will be notified. I just finished myself. You will see a screen were Bianca runs after Isabelle in her cow form, because Bianca wants Isa to participate in being milked. After that, you will be thrown back into the game to complete side contents that aren't cleared, like the new goddess.
 

Jnx

Member
Jun 6, 2017
496
2,822
I like how everyone complains about a dumb content tag instead of the facts that the English is bad, the UI is sluggish because of the transitions, the grind is REAL, and end of content stuff barely works.

I like what's here it's just disappointing I guess.
 

Larry2000

Dev/Head Writer of Unexpected Opportunity
Game Developer
May 9, 2017
1,295
2,973
I like how everyone complains about a dumb content tag instead of the facts that the English is bad, the UI is sluggish because of the transitions, the grind is REAL, and end of content stuff barely works.

I like what's here it's just disappointing I guess.
Cause we know what REALLY matters.
 
  • Like
Reactions: Boldano and acondo

cklaubur

Active Member
Apr 2, 2018
674
305
I noticed that when you enter Izanami's domain and talk to her, she is called Marian at first.
 

paramotor

Member
Aug 22, 2016
156
80
Bianca doesn't show up at the farm to be milked even though the schedule is correct?

And if I look at her animal stats:

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

While running game code:
  File "game/1-GAMESYSTEM/locations.rpy", line 337, in script
    call screen Living_room_screen()
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 189, in execute
    screen animal_stats_show():
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 189, in execute
    screen animal_stats_show():
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 197, in execute
    frame at text_apperar:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 207, in execute
    vbox:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 209, in execute
    if girl_reading_currently.cow_mode:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 210, in execute
    vbox:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 212, in execute
    $ mm = list_of_milkble_girs[c_p_list(girl_reading_currently.name)].milk_capaity
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 212, in <module>
    $ mm = list_of_milkble_girs[c_p_list(girl_reading_currently.name)].milk_capaity
TypeError: list indices must be integers, not NoneType

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

Full traceback:
  File "game/1-GAMESYSTEM/locations.rpy", line 337, in script
    call screen Living_room_screen()
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, 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 3136, 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 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/1-GAMESYSTEM/girl_data_visualizer.rpy", line 189, in execute
    screen animal_stats_show():
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 189, in execute
    screen animal_stats_show():
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 197, in execute
    frame at text_apperar:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 207, in execute
    vbox:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 209, in execute
    if girl_reading_currently.cow_mode:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 210, in execute
    vbox:
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 212, in execute
    $ mm = list_of_milkble_girs[c_p_list(girl_reading_currently.name)].milk_capaity
  File "game/1-GAMESYSTEM/girl_data_visualizer.rpy", line 212, in <module>
    $ mm = list_of_milkble_girs[c_p_list(girl_reading_currently.name)].milk_capaity
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
TypeError: list indices must be integers, not NoneType

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
My family farm 0.1.0
Fri Dec  2 20:00:46 2022
 
Last edited:
  • Like
Reactions: MD27

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,370
Isn't one of the main purposes of a farm is to breed the livestock...
Pregnancy is planned.
This is why you have the "pregnancy check" after a creampie. And why girl's fertility is tracked in Machina (your magic ring)
 

Jonah Arkon

Active Member
Sep 22, 2017
675
790
Cute, a little boring at times do to grind, but its workable will have to see what changes have been made.
 

cooperdk

Engaged Member
Jul 23, 2017
3,382
4,963
Pregnancy is planned.
This is why you have the "pregnancy check" after a creampie. And why girl's fertility is tracked in Machina (your magic ring)
I thought I read that the girls (at least one of them) can lay eggs already. How that without being fertilized? After all, they are kind of human (btw, just thinking, cows don't lay eggs)
 

Epsilon66

Member
Nov 15, 2018
387
244
I thought I read that the girls (at least one of them) can lay eggs already. How that without being fertilized? After all, they are kind of human (btw, just thinking, cows don't lay eggs)
Most egg laying creatures still lay eggs that aren't fertilized. Just the ones that are fertilized will actually hatch.
 
3.80 star(s) 20 Votes