- Jun 2, 2020
- 1,048
- 614
did you try console command to cheat through one to see what the problem was?This is unplayable for me. Research keeps resetting instead of finishing. I can't even finish the first serum as it goes from 69/75 back to 15/75.
That's normal. When it roles over like that the mastery level of that serum increases.This is unplayable for me. Research keeps resetting instead of finishing. I can't even finish the first serum as it goes from 69/75 back to 15/75.
Nah nah I think it's fine as long as you just get the right dimensions and renameThere are a total of 600 images per each article of clothing that are needed. I pointed that out when I answered the post.
That said all the body types have representations in the same zip file.
That gives two options to creating clothing. It wouldn't take much to create a figure to match the body types and breast sizes and emulate the positions used. Create one body type then create a bone structure to match the various poses then test for the variant body types and ensure they match up. Make the corrections needed.
A simpler and sloppier method would be just create a 3D mesh to replicate the part shown. Similar to when you copy a scene from a photo. Then just build clothing based on that and do some dirty proportioning to fit it to the rest.
The hardest option would be take the body types stored in the zip file for each the potions then manually create or draw clothing in a 2D program. It can work and give some pretty stunning effects even. But damn imagine drawing 600 images to make one clothing piece. That said it could be some what realistic if some clothing types were limited to certain body types. That would have to be built in to the game though.
If you do the first option it could take a few hours to get setup after that rendering new clothing would be easy and fast. None of the clothing is stored in very high detail so rendering time would be short. In fact given the method in use there is no reason it can't be done in blender using EEvee it isn't as if you are rendering glass. blowing out all 600 images should take a very short time.
patterns are for when an accessory has two different colors. (For example, a buttplug with a gem - the gem would need to be a separate render and would be colored different from the plug itself. That would be the pattern.) I'm not going to say for certain, but weight should be irrelevant. Just match the clothing to the body shapesNah nah I think it's fine as long as you just get the right dimensions and rename
Problem is more so I don't know how some of the other files were creates like the make up
also every body has a weight file and some parts that arent clothes have pattern files
no clue what those are
Mom and Lily are the only ones with sleep events so far, and only when they're alone; so you can't catch Lily sleeping when Gabby is in the room.Is it possible to catch the girl's sleeping? I done it with mom and lily, but have not found Rebecca or Gabriella or Stephanie sleeping yet. Is it a specific time of day or day of the week?
Ohh I should have just looked at the renpy files from the getgo huepatterns are for when an accessory has two different colors. (For example, a buttplug with a gem - the gem would need to be a separate render and would be colored different from the plug itself. That would be the pattern.) I'm going to say for certain, but weight should be irrelevant. Just match the clothing to the body shapes
A couple things...This is unplayable for me. Research keeps resetting instead of finishing. I can't even finish the first serum as it goes from 69/75 back to 15/75.
There are position files for aligning the images. I listed all that stuff in my reply to the original post asking about it.Nah nah I think it's fine as long as you just get the right dimensions and rename
Problem is more so I don't know how some of the other files were creates like the make up
also every body has a weight file and some parts that arent clothes have pattern files
no clue what those are
Well replaced some stuff but now pics don't show up so probably on the right ball park but gotta do a bit moreThere are position files for aligning the images. I listed all that stuff in my reply to the original post asking about it.
https://f95zone.to/threads/lab-rats-2-v0-43-1-vren.7260/post-6360525
Make is just images in the same directory. It's treated the same way as clothing. In fact the offsets are in the same clothing offset file.
You can just add it under another name in the clothing_lists.rpy and add the offsets in clothings_offsets.rpy
As to your Nah nah remark.
Well see. You have fun with that.
That is too bad, thank you for the response.Mom and Lily are the only ones with sleep events so far, and only when they're alone; so you can't catch Lily sleeping when Gabby is in the room.
sorted_by_value = sorted(self.sale_inventory.serums_held, key = lambda serum: serum[0].value)
should be sorted_by_value = sorted(self.sale_inventory.serums_held, key = lambda serum: serum[0].value, reverse = True)
. I think it's line 439 but I'm not sure since I edited the file.