Jump to content

Sized Apparel For RJW With Body Part Rendering!


OTYOTY

Recommended Posts

Posted (edited)
53 minutes ago, zero112 said:

Regarding the tags, I found this file from OTYOTY.

that is, "sizedapparel_showprivatecrotch" should be suitable.


image.png.2a75881ca253ee5ea0a1847a6d4f98ca.png

 

and this is a file from the main accessories fashion, not from our fashion

I'm not sure that without some kind of additional patch indicating the path for the texture, this will work

But I'm a total zero here, so....



image.png.d27f91458476bdda21d52756ed0e508b.png

 

 

I'm pretty sure you don't need a patch, as long as the folder is labled the same as what's in the picture, and the files are all named properly, Quiver_Female_0_south, ect sized apparel will pull the texture. I believe that the folder directory also has to be same, but from what oty told me in my first question to him, he said it should pull texture's without any kind of patch as long as they're named right and in the right directories. If you wanted to do a really quick test add a folder called Quiver where the apron blouse ect are located, and copy and paste 1 of the other outfits 0 size files, and rename them Quiver. If it works the pawn should be rendering the copied outfit when u equip the quiver.

 

 

Edit: Testing this myself out of curiousity, I added the folder to my stand alone mod and it was pulling the texture I put there for the quiver.  I only added the female body size 0 variant, and it was rendering the texture i made for female body shape, and the original texture for other shapes.

Edited by AKawaiiTent
Posted (edited)
2 hours ago, AKawaiiTent said:

 

 

I'm pretty sure you don't need a patch, as long as the folder is labled the same as what's in the picture, and the files are all named properly, Quiver_Female_0_south, ect sized apparel will pull the texture. I believe that the folder directory also has to be same, but from what oty told me in my first question to him, he said it should pull texture's without any kind of patch as long as they're named right and in the right directories. If you wanted to do a really quick test add a folder called Quiver where the apron blouse ect are located, and copy and paste 1 of the other outfits 0 size files, and rename them Quiver. If it works the pawn should be rendering the copied outfit when u equip the quiver.

 

 

Edit: Testing this myself out of curiousity, I added the folder to my stand alone mod and it was pulling the texture I put there for the quiver.  I only added the female body size 0 variant, and it was rendering the texture i made for female body shape, and the original texture for other shapes.


Suddenly it works!!!!

Cool, it turns out you can make any armor from mods compatible without additional patches.

damn, and OTYOTY did a good job on the code

AKawaiiTent thank you for your help!

 

Edited by zero112
Posted
1 hour ago, zero112 said:


Suddenly it works!!!!

Cool, it turns out you can make any armor from mods compatible without additional patches.

damn, and OTYOTY did a good job on the code

AKawaiiTent thank you for your help!

 

No problem. Just remember it's very very sensitive with file naming. For example if you accidently type _female_0 instead of _Female_0 for even just 1 file, all of the sizes will stop rendering and will render the default.

Posted

Compared the textures of 512X512 and 256X256 in the game.
So, the difference is only at the maximum approximation, and insignificant.

and the weight is 10kb and 100kb

 

image.png.9f274e76725697e0c549fdaf8e5afadd.png


in general, I handed over all my textures, I will do the next ones under 256X256 at once
SizedApparel.zip

Posted

That's it, I give up.
 

I tried to add a tag for Shirt (and for Parka, just in case I made a mistake in writing Shirt Basic), but I could not overcome this code.
It just didn't work out how to add the Duster code either.
I'm confused.
 

I wanted to make a shirt and other short clothes without a bottom to work better with the visible_panty mod (I managed to take out the textures from there, so I will customize them in the future)
 

I request the help of experts!


image.png.bbb3aeb822e6c6ed8278dbadf3f72616.png



image.png.1a3f275f6b71ba4ca589e7c53852f70a.pngimage.png.b1825557d95dca843d8db4fd3c6b385d.png

Posted
1 hour ago, zero112 said:

That's it, I give up.
 

I tried to add a tag for Shirt (and for Parka, just in case I made a mistake in writing Shirt Basic), but I could not overcome this code.
It just didn't work out how to add the Duster code either.
I'm confused.
 

I wanted to make a shirt and other short clothes without a bottom to work better with the visible_panty mod (I managed to take out the textures from there, so I will customize them in the future)
 

I request the help of experts!


image.png.bbb3aeb822e6c6ed8278dbadf3f72616.png



image.png.1a3f275f6b71ba4ca589e7c53852f70a.pngimage.png.b1825557d95dca843d8db4fd3c6b385d.png

are you getting any red text at the start of the game in the log, or is it saying it patched right but the apparel isn't rendering the penis?

Posted
3 hours ago, zero112 said:

That's it, I give up.
 

I tried to add a tag for Shirt (and for Parka, just in case I made a mistake in writing Shirt Basic), but I could not overcome this code.
It just didn't work out how to add the Duster code either.
I'm confused.
 

I wanted to make a shirt and other short clothes without a bottom to work better with the visible_panty mod (I managed to take out the textures from there, so I will customize them in the future)
 

I request the help of experts!


image.png.bbb3aeb822e6c6ed8278dbadf3f72616.png



image.png.1a3f275f6b71ba4ca589e7c53852f70a.pngimage.png.b1825557d95dca843d8db4fd3c6b385d.png

 

It must have red line in log. You have wrong patch.

 

 

match block must be next of finding mods or such as. But you wrote it next of adding tags.

 

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
	<Operation Class="PatchOperationSequence">
		<success>Normal</success>
		<operations>
			<li Class="PatchOperationConditional"> 
				<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
				<nomatch Class="PatchOperationAdd"> 
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel</xpath>
					<value>
						<tags>
							<li>SizedApparel_ShowPrivateCrotch</li>
						</tags>
					</value>
				</nomatch>
				<match Class="PatchOperationAdd">
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
					<value>
						<li>SizedApparel_ShowPrivateCrotch</li>
					</value>
				</match>
			</li>
		</operations>
	</Operation>
</Patch>

 

also, the shits is defined as "Apparel_BasicShirt" in rimworld(I have no idea why tynan did like this.). you should check the core's def xml too.

Posted (edited)
1 hour ago, OTYOTY said:

 

It must have red line in log. You have wrong patch.

 

 

match block must be next of finding mods or such as. But you wrote it next of adding tags.

 

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
	<Operation Class="PatchOperationSequence">
		<success>Normal</success>
		<operations>
			<li Class="PatchOperationConditional"> 
				<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
				<nomatch Class="PatchOperationAdd"> 
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel</xpath>
					<value>
						<tags>
							<li>SizedApparel_ShowPrivateCrotch</li>
						</tags>
					</value>
				</nomatch>
				<match Class="PatchOperationAdd">
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
					<value>
						<li>SizedApparel_ShowPrivateCrotch</li>
					</value>
				</match>
			</li>
		</operations>
	</Operation>
</Patch>

 

also, the shits is defined as "Apparel_BasicShirt" in rimworld(I have no idea why tynan did like this.). you should check the core's def xml too.


OTYOTY man, you're the best!

I was even able to combine this patch with your duster patch. And it even seems to work.
 

<?xml version="1.0" encoding="utf-8" ?>

<Patch>
	<Operation Class="PatchOperationSequence">
		<success>Normal</success>
		<operations>
			<li Class="PatchOperationConditional"> 
				<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
				<nomatch Class="PatchOperationAdd"> 
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel</xpath>
					<value>
						<tags>
							<li>SizedApparel_ShowPrivateCrotch</li>
						</tags>
					</value>
				</nomatch>
				<match Class="PatchOperationAdd">
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel/tags</xpath>
					<value>
						<li>SizedApparel_ShowPrivateCrotch</li>
					</value>
				</match>
			</li>
			<li Class="PatchOperationConditional"> 
				<xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel/tags</xpath>
				<nomatch Class="PatchOperationAdd"> 
					<xpath>Defs/ThingDef[defName = "Apparel_BasicShirt"]/apparel</xpath>
					<value>
						<tags>
							<li>SizedApparel_ShowPrivateCrotch</li>
						</tags>
					</value>
				</nomatch>
				<match Class="PatchOperationAdd">
					<xpath>Defs/ThingDef[defName = "Apparel_Duster"]/apparel/tags</xpath>
					<value>
						<li>SizedApparel_ShowPrivateCrotch</li>
					</value>
				</match>
			</li>
		</operations>
	</Operation>
</Patch>



Thank you so much for your help, maybe someday I'll figure out how to create patches.
Maybe....
Unlikely....

 

Edited by zero112
Posted
46 minutes ago, zero112 said:

I finally got to Shirt Basic.
It turned out a little more shabby than in the original.

image.png.5534524915700b349f3db25bb4ca33c8.png

image.png.1670bf2db9aa05ab5222e0992b3cd7fe.pngimage.png.182558277c2eb97f8d642f4833d403eb.pngimage.png.2c4700d953605ed2f0ebea6ef20b9c39.pngimage.png.2ee09298255d3b88c68145e16ae9ecf6.pngimage.png.ba60cc8dd930d71c119a3c348e15c8a2.pngimage.png.f9051d7ea47decc98d9be4f308c07d7c.png
image.png.06854ac9d02449a5c424fc7d4daa2cab.pngimage.png.ef028270b230cb1eef2da03d274a5351.pngimage.png.b523b0caddbc764c7471decca9255f64.png
And which race mods go well with SizedApparel?
I have found only Orassans and Lliscean so far.
The rest I tried - there are problems with the bodies.


ShirtBasic.zip
SizedApparel.zip

 

Xenohumans-Anthromorphs goes decently well, + ratkin is already supported by the mod. 021 forgotten realms seems to work pretty well, though i havn't played around with it too much.

Posted (edited)
1 hour ago, AKawaiiTent said:

 

Xenohumans-Anthromorphs goes decently well, + ratkin is already supported by the mod. 021 forgotten realms seems to work pretty well, though i havn't played around with it too much.


Xenohumans-Anthromorphs also seemed to be going great, but then I took a closer look  - and there the standard body is taken, and the armor I changed is sitting incorrectly =(

image.png.8839e709dbc32d68670b3b30a0c78a42.pngimage.png.ea368b0e29ec87d3b612cae21d131f82.png

Edited by zero112
Posted

I made a simple Shirt Button.
Question: What is the tag of this torn shirt? I couldn't find where to look at it, the ShirtButton ButtonShirt options don't work.
 

Defs/ThingDef[defName = "Apparel_ShirtButton"]/apparel/tags


OTYOTY 
I'm sorry to bother you, but can you still help? I figured out where to put the rest, it remains only to find the right name.
image.png.3012e16bf59ac635a3a5cd4c2ace7eee.pngimage.png.2f633c43888df5a129a92ebdf7cce85e.pngimage.png.968dc3eab0e076e1ac3bc0be88cfab29.pngimage.png.e9c0d99306dd31e545ec5d1b8ba17744.pngimage.png.b93d81598c65b054170782557a1b3aba.pngimage.png.9215e57419d42b8f476425c4650f0a6c.png

SizedApparel.zip

Posted

You forgot to do the second listing_Standard.End() for the second column of the setting, so currently the setting window looks weird

Posted (edited)
15 hours ago, zero112 said:

I made a simple Shirt Button.
Question: What is the tag of this torn shirt? I couldn't find where to look at it, the ShirtButton ButtonShirt options don't work.
 

Defs/ThingDef[defName = "Apparel_ShirtButton"]/apparel/tags


OTYOTY 
I'm sorry to bother you, but can you still help? I figured out where to put the rest, it remains only to find the right name.
image.png.3012e16bf59ac635a3a5cd4c2ace7eee.pngimage.png.2f633c43888df5a129a92ebdf7cce85e.pngimage.png.968dc3eab0e076e1ac3bc0be88cfab29.pngimage.png.e9c0d99306dd31e545ec5d1b8ba17744.pngimage.png.b93d81598c65b054170782557a1b3aba.pngimage.png.9215e57419d42b8f476425c4650f0a6c.png

SizedApparel.zip

 

 

its Apparel_CollarShirt, u can find all the core item def stuff in rimworld/data/core/defs/thingdefs_misc/apparel_various , most of them are named the same as the texture, then there's the button shirt and t-shirt which have weird def names.

Edited by AKawaiiTent
Posted
On 12/20/2021 at 7:28 PM, zero112 said:


Xenohumans-Anthromorphs also seemed to be going great, but then I took a closer look  - and there the standard body is taken, and the armor I changed is sitting incorrectly =(

image.png.8839e709dbc32d68670b3b30a0c78a42.pngimage.png.ea368b0e29ec87d3b612cae21d131f82.png

You need to change what body texture the race uses. I'm a hack so I usually just manually replace whatever texture the race uses with OTY's.

Posted
7 hours ago, AKawaiiTent said:

 

 

its Apparel_CollarShirt, u can find all the core item def stuff in rimworld/data/core/defs/thingdefs_misc/apparel_various , most of them are named the same as the texture, then there's the button shirt and t-shirt which have weird def names.


Oh, thanks, I'll find it now)

Posted
On 12/6/2021 at 6:10 PM, zero112 said:

Is this mod alive and developing?
 

I drew tribal clothes for the female body (I'll draw them later for the thin one). For myself.
Tested on standard textures (without RimNudeWorld) if anyone likes it, I can continue.
Continue to spread, so I'm going to continue to change the game for myself ?

 

You can use the files freely, add them to mods or wherever else. Don't mind.

(don't kick for English - google translates)



image.png.9f46fe26f57d3f1908fa157bc3b3e951.png
image.png.01797cca064cfc2cf04ddbf39f00e1eb.pngimage.png.b3897ea426f74ab071e6641e75d58c1a.pngimage.png.2e7004e888865c3f3b5ce7284419c616.png

 

 

 

TribalA_Female.zip 2.38 MB · 56 downloads

I have to say that i love the rework of the outfits, but can you make the tribal outfit the below part a bit less covered? like showing a a bit the waist, showing more the rear part like the upper back and butt?

Posted
24 minutes ago, Encon4 said:

I have to say that i love the rework of the outfits, but can you make the tribal outfit the below part a bit less covered? like showing a a bit the waist, showing more the rear part like the upper back and butt?

 

Make a cutout on the back?
There are no ideas how to make the buttocks visible, the right shoulder strap interferes.
And you will not be able to remove it - then the fabric in front will hold only on one breast....

In general, I'm at a loss, I need to think about it one of these days. If you have an idea, send an example picture.

 

image.png.48a9478165e994ecf5eb24fef8fb73ca.png

Posted (edited)
45 minutes ago, zero112 said:

 

Make a cutout on the back?
There are no ideas how to make the buttocks visible, the right shoulder strap interferes.
And you will not be able to remove it - then the fabric in front will hold only on one breast....

In general, I'm at a loss, I need to think about it one of these days. If you have an idea, send an example picture.

 

image.png.48a9478165e994ecf5eb24fef8fb73ca.png

example.png.bdd208ee84d70ee338b308e7b2a3f336.png

to do something like this, cover a bit the waist, buttcheeks  going out like this in the back, and maybe expose(or not) the breast on the east side if is ok.

uncovering the rear i meant separately the butt a upper back.

 

Also if the thin version can get the similar treatment. 

 

forgot to point the strap removal if going to remove the breast on east side.

Edited by Encon4
Posted
1 hour ago, Encon4 said:

example.png.bdd208ee84d70ee338b308e7b2a3f336.png

to do something like this, cover a bit the waist, buttcheeks  going out like this in the back, and maybe expose(or not) the breast on the east side if is ok.

uncovering the rear i meant separately the butt a upper back.

 

Also if the thin version can get the similar treatment. 

 

forgot to point the strap removal if going to remove the breast on east side.



 

Well, something similar?
I'll redo the rest of the sizes tomorrow (maybe)
Thin is not sure what needs to be changed, it will not look very good there. Still, the area of the ass is not the same.

Painted asymmetrically (after all, ancient people did), is it OK? or add symmetry?


image.png.519e4f9bdc5400118b5a8b037322d941.pngimage.png.bbdf7c24acd6555148646b08490ba8cb.pngimage.png.904bf7ab9f05ccc7fb4bd1af210487ba.png

Posted (edited)
37 minutes ago, zero112 said:



 

Well, something similar?
I'll redo the rest of the sizes tomorrow (maybe)
Thin is not sure what needs to be changed, it will not look very good there. Still, the area of the ass is not the same.

Painted asymmetrically (after all, ancient people did), is it OK? or add symmetry?


image.png.519e4f9bdc5400118b5a8b037322d941.pngimage.png.bbdf7c24acd6555148646b08490ba8cb.pngimage.png.904bf7ab9f05ccc7fb4bd1af210487ba.png

Well... it looks better than i expected, that's is really good, although i expected the butt part to be a bit shorter to be able to see the parts, but if interferes with the front part it can be left just like that.

about the thin part just leave assymetric, the changes i wanted is this:

example2.png.9fc74661cdeeb6b1400573ad6d0da1e8.png

the east part not sure if should take a big chunk of cover, maybe a bit less than described.

the changes can be a bit more subtle.

Edited by Encon4
Posted (edited)
2 hours ago, zero112 said:


I drew a shirt and shorts for Orassan.
Don't ask why.
Just to have it ?

By the way, do I have to lay out one piece of clothing like this? Is anyone interested in this?
Or is it better once a week, in packages at once?


image.png.0e8b207b07aa0bd8220284842ba43f76.png
image.png.c6d1c3a20454dd4ae47f008c4d757fa4.pngimage.png.277fd1c534914f2c654e75fcdce13607.pngimage.png.8fefb6c5bb78bdf6eddd168895717bd1.pngimage.png.c1ca4381fcebaa7f1cc2bd79b047bafc.pngimage.png.d9278092d73244383a6d75ba705ceeea.pngimage.png.d8f51ca11556c4378a3672e5f0a99e59.png
SizedApparel.zip
https://steamcommunity.com/sharedfiles/filedetails/?id=1541519487&searchtext=orassan

 

You did great job but I have to tell you something.


image.png.800946d6ad7dc6f77fe2416e7c7ea9a2.png

 

image.png.3492a19b52b73d46c024adff103da463.png

 

When the pawn wearing Unsupported apparel, It rendered with original Body. (Left Pawn)

 

but your files make the pants always looks changed. (Right Pawn) this is bad case!

It may occur clipping issue with original textures.

 

 

 

 

image.png.db6c916327ca6dce218caf0ecfc84d9b.png
To avoid this unmatched problem, your texture files' name should be like this. "Pants_Female_-1_east.png"

 

 

"-1" meaning "missing body parts(for now, only breasts support) but for supported body"

and the pants doesn't touch final breasts render size.(because it doesn't cover torso and breasts.) So It's safe to use "-1" size value for pants.

(I didn't tested -1 value to torso apparel or I just forgot.)

 

 

 

I always thanks for your work :)

Edited by OTYOTY

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...