- Nov 1, 2019
- 102
- 167
I've asked the same question myself.If it's so easy, why don't you do it yourself????
Never received an answer, but I've asked.
I've asked the same question myself.If it's so easy, why don't you do it yourself????
I can use Daz and i know how long it takes to render (and yes, i can't in code). But why did you decide that i want to do this? I left my opinion about the "work" of Alexey, no more, no less. and i never said that it easy. i said that for such a long period of time, it was possible to make a full update, and not a stubIf it's so easy, why don't you do it yourself????
You recall wrong. This was the dev's desire, no one requested it. The only thing ask for by some patreon, was to select, what Ann did yoga in. Just like we can select what the girls wear, Lisa homework in, towel/bathrobe etc. That was done weeks ago.someone specifically paid for this feature to be implemented if i recall correctly.
A lot of things are possible. It's possible that you pay someone enough money, they make those renders and the code, to make the game you want. And it's possible you'll just wait on this one, like the rest of us.I can use Daz and i know how long it takes to render (and yes, i can't in code). But why did you decide that i want to do this? I left my opinion about the "work" of Alexey, no more, no less. and i never said that it easy. i said that for such a long period of time, it was possible to make a full update, and not a stub
I paid until the updates started coming out every six months. Thanks, now i'm better at download freeA lot of things are possible. It's possible that you pay someone enough money, they make those renders and the code, to make the game you want. And it's possible you'll just wait on this one, like the rest of us.
You remined me of the time, back when I was just a wee little alien, (Not the towering 4ft giant I am today) I found a free rubber band, just laying there. Can you believe it FREE. Oh that thing was such a joy, all fun and games right up till I put out an eye. But seriously good for you.I paid until the updates started coming out every six months. Thanks, now i'm better at download free
Well lets see, Once upon a time, there lived this Dev, who's game was not to his satisfaction. While wondering what to do about it, a tiny little fairy came out of the sky, and said "You make it, make it like you want it". And the Dev went away to do just that. THE END. So you see, blame it on the fairy, or some damn alien, ok. No wait, not aliens, were still trying to get over that whole "anal probing" fiasco.
For this and other fine tails visit ALEN NEWS NET FOR KIDS/FAIRY TAILS .COM
Right?Each time Max goes shopping with grils, i hope they wear dress buy before, best option for me
I don't think anyone objects to seeing her in that dress. The objection is to seeing multiple scenes which are otherwise identical except for clothing choices. By all means show me a unique scene with her wearing that dress, complete with unique dialog and anything else involved in the event. And when she wears that next outfit you buy her, it's fine to see her in that as well, as long as it's got it's own unique event to go with it. That actually adds value. Whether you like the outfit itself or not doesn't really matter. It's when you waste time repeating the same exact scene multiple times with just an outfit change that a lot of people consider it a waste of time. She's not doing anything new.Right?
"Hey mom, I've just spent $400 on this dress for you!"
"Thanks son, here's a quick blowjob. Don't expect me to wear the dress you bought though, because nobody wants to see that."
Yay for me, I would like to thank the academy, ALIEN NEWS NET, GLM productions, and all my fans. And of course my biggest fan for whom this would not be possible, Mr. facepalm himself PLEASE GIVE IT UP FOR Antoninus!! YAY YAY YAY.
Any community complains about everything, but that doesn't mean it can be any less right or wrong. The idea of a clothing system is great, but this implementation came too late. This was supposed to be thought of from the beginning, but when someone plays the game and doesn't go deep into it and tries to create their own version, they end up getting confused and disoriented. Many things could have been done from the beginning of the game, a version of your own story, dialogues that don't let the player bored and some of the most extensive and organized events. But it's not the developer's fault, if he is working alone or doesn't have a writer/screenwriter. But in a way, he could have sought help, I could have helped, but it's too late. I don't think the game is bad, but the fucking grind and little changes made me feel disheartened.Not to mention, if the option to change clothes weren't given, there'd be those who'd complain, "They always wear the same clothes! Why can't we change them?"
Two plates and not one chocolate chip cookie...I think he is taunting youYou don't have permission to view the spoiler content. Log in or register now.
If you enjoy playing this game please help support the Developer: Aleksey90You must be registered to see the linksThank you
Such BLATANT cruelty.. I think I'll go sit in the corner in protest.. What do we want?? Chocolate Chip Cookies.. When do we want them?? NOW!! (or whenever it's convenient for them to be added)Two plates and not one chocolate chip cookie...I think he is taunting you
Peak cringeYay for me, I would like to thank the academy, ALIEN NEWS NET, GLM productions, and all my fans. And of course my biggest fan for whom this would not be possible, Mr. facepalm himself PLEASE GIVE IT UP FOR Antoninus!! YAY YAY YAY.
And the crowd went wild, then shots rang out, and an alien went down. The crowd was silent as the old alien said his last words "please please just I more facepalm..." an as is the custom, the alien was taken to area 51 in a loan and leaf garbage bag. THE END
I doubt the backlash for the lack of cloth changing would be more than 1-2 autistic comments.. cause even if there are trolls there are still players that want new scenes. And i never said the dev shouldnt do cloth changing , but not now not in the current state of game when there are so many other things still needed (Eric events , Kate introduction, Olivia and her mom)Not to mention, if the option to change clothes weren't given, there'd be those who'd complain, "They always wear the same clothes! Why can't we change them?"
Maybe he's found a better way to do it than what I tried when I was modding, but I found tracking which clothing was being worn and displaying the correct image with the correct item of clothing on to be surprisingly tedious. In my case, I used conditional switch statements in my image definitions to automagically use the right clothing for each scene instead of dealing with if/then or some other method in the body of the code for each scene.I don't think rendering time is the big issue here, but rather missing a scene or two and then having script problems.
I don't know how many pictures have to be updated (and yes I am well aware that backgrounds and actors are partially separated for storage reasons) for every piece of clothing.
If he manages to implement an automatism that automatically renders every possible scene for each new piece of clothing and updates the scripts ... yay.
Make two globals for each character: charclothvar and prevcharclothvar.Maybe he's found a better way to do it than what I tried when I was modding, but I found tracking which clothing was being worn and displaying the correct image with the correct item of clothing on to be surprisingly tedious. In my case, I used conditional switch statements in my image definitions to automagically use the right clothing for each scene instead of dealing with if/then or some other method in the body of the code for each scene.
The problem is that meant I had to actually define all of my images, so that amounted to hundreds of image definitions and conditional switch statements. If I was only using 1 clothing item per scene then I wouldn't have needed any of that code. No conditional switch statements and zero image definitions. Doesn't sound like a big deal but I found myself constantly dealing with broken image links. It also does require significantly more render time, although I believe he saves some time by rendering the background separately and then overlaying a smaller image focusing on the characters on top of the background image.
Yeah, that's basically what I meant. I'm not much into Python, but in other languages I would do it just the same or I would have build the filenames according to a pattern.Maybe he's found a better way to do it than what I tried when I was modding, but I found tracking which clothing was being worn and displaying the correct image with the correct item of clothing on to be surprisingly tedious. In my case, I used conditional switch statements in my image definitions to automagically use the right clothing for each scene instead of dealing with if/then or some other method in the body of the code for each scene.
The problem is that meant I had to actually define all of my images, so that amounted to hundreds of image definitions and conditional switch statements. If I was only using 1 clothing item per scene then I wouldn't have needed any of that code. No conditional switch statements and zero image definitions. Doesn't sound like a big deal but I found myself constantly dealing with broken image links. It also does require significantly more render time, although I believe he saves some time by rendering the background separately and then overlaying a smaller image focusing on the characters on top of the background image.