GamerDaddy
Engaged Member
- Feb 6, 2023
- 2,488
- 1,500
Later I want to add some kind of a betrayal events too. Who knows how, because as for now guests only check relationship. If it's too low, they leave. I want to add some kind of a "missing knife in kitchen" and following that she might try to stab you for some reason. Idk for what tho, probably you asked here to look how you fuck other girlsid hate to have to "delete" my ARMY of Asian teenagers lol
i'm game for something like thatLater I want to add some kind of a betrayal events too. Who knows how, because as for now guests only check relationship. If it's too low, they leave. I want to add some kind of a "missing knife in kitchen" and following that she might try to stab you for some reason. Idk for what tho, probably you asked here to look how you fuck other girlsWell or selling her baby
Thanks. Fixed typo for 0.16.Hello!
I like your game or rather what it might become. The "promise" to misbehave... 8-|
Let's start with a easy one. I looked at your code trying to learn something, found a error.
- widget sleep/scavening -- .strenth spelled wrong should be .strength
What I strongly dislike with your game [and the only reason for registering at f95] is the long travel time within the same location.
It should not take one hour to go down in the basement, greenhouse or guesthouse. The bandits can steal all the guests before the hero arrives to protect them ...
Same with the settlement and underground city etc.
Put it on your todo balancing list. I suggest 0..5 minutes for a farm, 0..10 for a settlement and 0..15 minutes for a city.
I have plenty of ideas, but I have to translate from crazy thoughts to sensible english text ;-)
Thanks for a good game!
There was a suggestion about latinas but not really as I don't see a real difference between latina and white (white girls can tan too, so that's my logic nowHave you given thought to add Latinas in the mix?
a few people have suggested latinas me being 1 lolThere was a suggestion about latinas but not really as I don't see a real difference between latina and white (white girls can tan too, so that's my logic now) Wouldn't be a problem to implement new race at any point.
this is odd i cant reproduce this error and i tried on the d/l version and the online version need more info (im not the dev)I have been scrolling the past 20 pages, and seems I'm the only one with this issue.
First with this error,Then with all these events people are having, I can't even invite people into the guest house unless by force.You don't have permission to view the spoiler content. Log in or register now.
The biggest bug with the newest update,While this happens. I'm unable to fight back and ultimately get thrashed.You don't have permission to view the spoiler content. Log in or register now.
Add your save file. I'll check it out.I have been scrolling the past 20 pages, and seems I'm the only one with this issue.
First with this error,Then with all these events people are having, I can't even invite people into the guest house unless by force.You don't have permission to view the spoiler content. Log in or register now.
The biggest bug with the newest update,While this happens. I'm unable to fight back and ultimately get thrashed.You don't have permission to view the spoiler content. Log in or register now.
I suspect this error message appears when you kick out or sell a Companion.Add your save file. I'll check it out.
Yeah. That error is related to companions, just need to find out why and fix it.I suspect this error message appears when you kick out or sell a Companion.
You have to disconnect/remove the Companion in the upper left corner first.
Hopeful being useful here. If a companions who is also assigned to scavening don't come home then you are in troubleYeah. That error is related to companions, just need to find out why and fix it.
Thanks! Totally agree on constants. As this is my first code in sugarcube, there are already ton if things I would do different now so look at the code with grain of salt will move maxgreenhouse workers to constants thanks for suggestions, will add some of them in later releasesI am an old developer interested in how people ccde. That's why I peek at your code and found another typo {v. 15b}
- max number of workers in garden/greenhouse -- 6 in girl/guy view and 7 in "guest view assign to".
This happens easily when you hard-code constants in code. If you define these numbers as "constants" in one place, maintaining of the code will be easier. And it is always more fun to add new stuff than fixing old things ...
Examples: max workers, max slave cells, max guest rooms, days between harvest.
When you have these "constants" you can add a settings page where the player can try different combinations. Perhaps helping with balance.
----
And now something different -- food ideas
- Young children, say up to 5 years old, prefer to drink milk instead of eating food if available.
- Mothers with young children can get auto-milked. That is, if the hero hasn't milked them they will be milked in the book-keeping phase.
- New role "milk maid" for milking the farm animals: slaves, goats, cows...
- Guests getting wood in the forest might stumble upon berries as bonus. Some % chance to get some berries.
- In the book-keeping phase: Do the harvest before checking for starvation... Might save some in a low food situation.
Sorry if I meddle to much.
Thanks. Actually if someone is assigned as companion, probably shouldnt allow them to be assigned to any job. Will take a look at itHopeful being useful here. If a companions who is also assigned to scavening don't come home then you are in trouble
You don't have permission to view the spoiler content. Log in or register now.
Edit 1: missed a linebreak
good ideas I like these tooI am an old developer interested in how people ccde. That's why I peek at your code and found another typo {v. 15b}
- max number of workers in garden/greenhouse -- 6 in girl/guy view and 7 in "guest view assign to".
This happens easily when you hard-code constants in code. If you define these numbers as "constants" in one place, maintaining of the code will be easier. And it is always more fun to add new stuff than fixing old things ...
Examples: max workers, max slave cells, max guest rooms, days between harvest.
When you have these "constants" you can add a settings page where the player can try different combinations. Perhaps helping with balance.
----
And now something different -- food ideas
- Young children, say up to 5 years old, prefer to drink milk instead of eating food if available.
- Mothers with young children can get auto-milked. That is, if the hero hasn't milked them they will be milked in the book-keeping phase.
- New role "milk maid" for milking the farm animals: slaves, goats, cows...
- Guests getting wood in the forest might stumble upon berries as bonus. Some % chance to get some berries.
- In the book-keeping phase: Do the harvest before checking for starvation... Might save some in a low food situation.
Sorry if I meddle to much.