I've tried, it's beyond my coding ability to make one in retrospect. When I make another game I will add one from the beginning.is there a gallery of already unlocked events some where by any chance?
thanks you
I've tried, it's beyond my coding ability to make one in retrospect. When I make another game I will add one from the beginning.is there a gallery of already unlocked events some where by any chance?
thanks you
I hope you're not calling Jade crap because she is in a wheel barrow.View attachment 648140
How many decades before devs at Daz Studio find a way to fix this crap?? How hard could it be? It would be a whole different world..
lol, no - i meant the jeans shorts. I am very new to Daz Studio, but I think that's a big flaw any material to stretch like a condom in idiotic directions ...unless there's already a fix for it that I don't know about.I hope you're not calling Jade crap because she is in a wheel barrow.
I have seen shit far, far worse than this. That includes many of the pics I made myself.lol, no - i meant the jeans shorts. I am very new to Daz Studio, but I think that's a big flaw any material to stretch like a condom in idiotic directions ...unless there's already a fix for it that I don't know about.
I have no problem with the picture quality at all, this dev is great and the game has great renders. My problem is with Daz - we should not have to read or watch videos how to work around this obvious problem, install additional plugins, run additional scripts and spend hours for something so simple. With its thousands of options and tools it doesn't make sense to me me why there's no a simple button "fix-damn-shorts-because-they-are-not-made-of-condoms-and-are-not-superglued-to-the-person's-thigh-bitch!" - click - done see? so simpleI have seen shit far, far worse than this. That includes many of the pics I made myself.
I am sure there are many fixes you and I don't know about. Sometimes the question is, how much time and effort do you want to put into details like this. The more I learn about Daz Studio, the more I realize I don't know. There are so many possibilities, inside and outside Daz. But what if it takes several hours to create a specific effect or to fix a flaw in one pic? Say you need somewhere between 200 and 300 pics per episode - plus a few animations, do the writing and coding. And say you want to publish one episode every month. Then you decide that good enough is good enough.
I would call this pic good enough. Actually, my mind is so dirty, I didn't notice the shorts at all until you mentioned them .
I say amen to that.I have no problem with the picture quality at all, this dev is great and the game has great renders. My problem is with Daz - we should not have to read or watch videos how to work around this obvious problem, install additional plugins, run additional scripts and spend hours for something so simple. With its thousands of options and tools it doesn't make sense to me me why there's no a simple button "fix-damn-shorts-because-they-are-not-made-of-condoms-and-are-not-superglued-to-the-person's-thigh-bitch!" - click - done see? so simple
..there is charm in realismYou don't have permission to view the spoiler content. Log in or register now.
So I tried to delete the Persistent file in the games\save folder and the roaming\renpy\ConcubineCounty folder.There is a Persistent file in both the game save folder and appdata, you need to delete them both.
In the appdata one there is a folder called Concubine and ConcubineCounty as well a hustle town, you need to delete the persistent all three.
Both you and the other user in discord both mentioned steam, that's the only reason I can think of why this is happening.
Something has fucked up for the minority of ppl and I don't know why. I have a code I can hack into the interface and give you a simple script file to replace. I dunno if it will fix tough. I am just waiting on some advice on how to put the code in the game so you can click on it. I'll tag you when I find out. I am sorry for the fuck around.So I tried to delete the Persistent file in the games\save folder and the roaming\renpy\ConcubineCounty folder.
But no cigar. The week starts with Mikyala stepping in dog shit again So like groundhog week. Except I can not proceed past Monday as I can not visit anyone in the evening.
Is there more story left? Or should the game just have ended there (So I completed the week that starts with Mikyala stepping in something) End visited everyone in the evenings and had sex with Mai, had meeting about plan. Told Jade's plan to Nikki and then next morning. She steps into somehing.
No worries...Love your game btw.Something has fucked up for the minority of ppl and I don't know why. I have a code I can hack into the interface and give you a simple script file to replace. I dunno if it will fix tough. I am just waiting on some advice on how to put the code in the game so you can click on it. I'll tag you when I find out. I am sorry for the fuck around.
Put this in Hustletown/game folder and let it overwrite (make sure its named screens.rpy, the forum changes it from memory) and you will see clear next to Prefs at the bottom.No worries...Love your game btw.
You can send me a script file or just tell me what and where to edit what in what script file. Not a Renpy expert, but I'm able to resolve small issues bug in the script files.
Thanks, will try it a bit later. Not on the correct PC at the moment.Put this in Hustletown/game folder and let it overwrite (make sure its named screens.rpy, the forum changes it from memory) and you will see clear next to Prefs at the bottom.
View attachment 661814
Or if you prefer, if you want to edit it yourself, open the screens.rpy up and on line 276 you will see
textbutton _("Prefs") action ShowMenu('preferences')
I just put this under it so it shows next to it
textbutton _("Clear") action Function(persistent._clear)
I clicked it and nothing broke, but have no way of telling if it fixes anything.