- Jun 10, 2017
- 1,450
- 1,650
My bad. Instead of just setup use SugarCube.setup.getBirthDate
My bad. Instead of just setup use SugarCube.setup.getBirthDate
SugarCube.State.variables.slaves[0].birthDate = SugarCube.setup.getBirthDate(99)
They should. Percentage is very low and if they have scavenger trait and increased strength, it happens even less.Do female guests not get lost anymore when you send them scavenging?
this won't work. You're trying to add inventory to guests, but code doesn't support thatCode adds change to inventory
Код добавляет мелочь в инвентарь
SugarCube.State.variables.guests[0].inventory = ['porn_magazine','knife','revolver','bandage','towel','paddle','bullet_revolver']
Just isn't happening whatsoever on my end. Got multiple characters going scavenging and it never happensThey should. Percentage is very low and if they have scavenger trait and increased strength, it happens even less.
I'll check it out
Thx. I'll check it outJust isn't happening whatsoever on my end. Got multiple characters going scavenging and it never happens
Yep. Bug. Fixed for 0.22. Typo in variableJust isn't happening whatsoever on my end. Got multiple characters going scavenging and it never happens
i like your ideas about the training you could always drop by the discord and drop it there aswell as anyother suggestionsI'm liking the game a lot, pretty excited to see more. I didn't think I would ever like a game with real porn but this one looks really promising.
Some constructive criticism though.
The MC training is boring for the most part and also endless.
You can train, sleep, get food and repeat forever which makes the "optimal" way to play at the start boring.
My solution would be to make training in the bonfire useless when you reach a certain amount of strength.
You are forced to explore, discover the pit and train there, eventually stops being effective, you explore until you find/build some training weights and can train again at the bonfire.
Also how much training can you do in a day and still be effective? Either limit it to a few times per day or add a Train until exhausted button.
In addition slowly getting more skilled just by playing would be nice, for example exploring could have a chance to improve your endurance and crafting, your intelligence.
Bug Report: You can assign slaves to work on the garden before constructing the greenhouse, it starts working whenever you do but at first is kinda confusing.
I did notice you are using clips of Wild Beast from HorrorPorn.com for the caged girl at the farm but they have pretty bad quality. If you are interested I can share the 4k version. There is also a SiteRip if you are interested in more material. I'm not sure about the rules on this site for sharing things like that so just PM me.
And the last thing, have you thought about uploading it into a public git? Ofc leaving the media out and using only the text files. This way it's possible to report bugs, suggest features and even fix/add ourselves. Just a suggestion.
Thanks! Love constructive criticism.I'm liking the game a lot, pretty excited to see more. I didn't think I would ever like a game with real porn but this one looks really promising.
Some constructive criticism though.
The MC training is boring for the most part and also endless.
You can train, sleep, get food and repeat forever which makes the "optimal" way to play at the start boring.
My solution would be to make training in the bonfire useless when you reach a certain amount of strength.
You are forced to explore, discover the pit and train there, eventually stops being effective, you explore until you find/build some training weights and can train again at the bonfire.
Also how much training can you do in a day and still be effective? Either limit it to a few times per day or add a Train until exhausted button.
In addition slowly getting more skilled just by playing would be nice, for example exploring could have a chance to improve your endurance and crafting, your intelligence.
Bug Report: You can assign slaves to work on the garden before constructing the greenhouse, it starts working whenever you do but at first is kinda confusing.
I did notice you are using clips of Wild Beast from HorrorPorn.com for the caged girl at the farm but they have pretty bad quality. If you are interested I can share the 4k version. There is also a SiteRip if you are interested in more material. I'm not sure about the rules on this site for sharing things like that so just PM me.
And the last thing, have you thought about uploading it into a public git? Ofc leaving the media out and using only the text files. This way it's possible to report bugs, suggest features and even fix/add ourselves. Just a suggestion.
Hey! As for age groups there isn't support for that (yet)Hello, doing a bit of modding and just wanted to ask where to find where you check the races for the appropriate images should be. I'm trying to separate videos for the age groups but I can't seem to find where you did it. I already did the part where the node js puts them in the category.
slave boys at the logging site if the slaves work on the panelThanks! Love constructive criticism.
As for training - I totally agree that I should max strength max. Will probably add few levels.
1. home (to 50 strength)
2. Underground city cage (to 100)
etc.
As for slave assign to garden, that's intended as idea is that before greenhouse, you still has some kind of a garden in your property, so they work there. Probably just should check ir greenhouse is built and change text to "assign to greenhouse" instead so it's less confusing.
As for video quality - right now not focusing on that, I even try to compress those videos a bit. Example would be that 0.22 release size was 1GB and videos took half of it. Took some while but found a decent compressor that cut videos size in half, so 0.22 release will be even less that 0.21 with more content resources.
Git - yes. I would love it, probably right now the only thing that's in my way is my laziness. I already hate to code in native twine UI as there isn't even a simple syntax error checker. Have looked at tweego, just need to make some time to move to it.