Jump to content

[mod] sex animal retexture


Recommended Posts

Posted (edited)

So good! But WHY the resolution of some of them is only 128x128?!

Feels like you downloaded a demo and now it will ask you for the money for the full version lol.

Some images are 512x512, but they all should be in my opinion.

Edited by c4437235
Posted
6 hours ago, Iapeo said:

can we have a list of all the animals change and are you going do more of them?

 

i am going to make all animal girl retexture

 

Posted
5 hours ago, c4437235 said:

So good! But WHY the resolution of some of them is only 128x128?!

Feels like you downloaded a demo and now it will ask you for the money for the full version lol.

Some images are 512x512, but they all should be in my opinion.

this is my first time make mod for rimworld,i dont know why some small animal PNG size is very small and i dont think increase size is good idea, when i finish all of them will thinking of remake it

Posted
3 hours ago, ydywjx123123 said:

this is my first time make mod for rimworld,i dont know why some small animal PNG size is very small and i dont think increase size is good idea, when i finish all of them will thinking of remake it

No no, I'm talking about textures. Some texture files are 128x128 pixels, while others are 512x512 pixels.

Example: bison is 512x512 , and hare is 128x128

I believe you made those textures yourself (AI CG i think) so I'm not sure i understand why you don't know why they have different sizes. 😀 Sorry if I misunderstand something.

 

About the size of the animals in the game, it has nothing to do with the texture sizes. That draw size is controlled by <drawSIze> in <bodyGraphicsData> in <lifeStages> in <PawnKindDef>

Example:

  <PawnKindDef ParentName="AnimalKindBase">
    ...
    <lifeStages>
      <li>
        <bodyGraphicData>
          <texPath>blabla</texPath>
          <drawSize>1.2</drawSize>

 

Posted
27 minutes ago, c4437235 said:

No no, I'm talking about textures. Some texture files are 128x128 pixels, while others are 512x512 pixels.

Example: bison is 512x512 , and hare is 128x128

I believe you made those textures yourself (AI CG i think) so I'm not sure i understand why you don't know why they have different sizes. 😀 Sorry if I misunderstand something.

 

About the size of the animals in the game, it has nothing to do with the texture sizes. That draw size is controlled by <drawSIze> in <bodyGraphicsData> in <lifeStages> in <PawnKindDef>

Example:

  <PawnKindDef ParentName="AnimalKindBase">
    ...
    <lifeStages>
      <li>
        <bodyGraphicData>
          <texPath>blabla</texPath>
          <drawSize>1.2</drawSize>

 

oh this is very useful,i will try this after i finish all works.

Posted
9 hours ago, Skömer said:

yeah so where is your retexture mod without legs?

more like lower legs probably but fact, if you want it done it's best to just do it yourself (you need permission from the creator tho) 

Posted

Because you better not make it a species of human so that it works well with rjw or well a separate species and appears in random events because seeing that retexture in those animals all the time kind of takes away from the magic or I don't know the truth, it's an idea, good mod the retextures are very well done.

Posted

Random question ^^''

 

Is there a way to have the male of that species the normal texture?

In my play trough the Buck males have huge breast too Haha  

Posted
1 hour ago, Frest said:

Random question ^^''

 

Is there a way to have the male of that species the normal texture?

In my play trough the Buck males have huge breast too Haha  

maybe make a futanari...i dont like wanna to watch male penis

Posted (edited)

All good, I was more curious if it would be something easy for me do to just apply it on female or a line of code to modifies or copy paste somewhere to have the normal texture for male and the one you created for female 

 

Thanks anyway

Edited by Frest
  • 4 weeks later...
Posted
On 5/13/2025 at 3:53 AM, ydywjx123123 said:

maybe make a futanari...i dont like wanna to watch male penis

That's the best part. It's a female penis. Think about it.

Posted

Hey this is a pretty nice mod, may I ask which AI model you used to generate the images (I noticed one of the files was titled ComfyUI)? I'd like to try experimenting with this on my own

Posted

Nevermind, I found out one of the outputs contained a ComfyUI workflow and from there I've decided to document everything that's needed to run on it on my own hardware. So here's a little guide I've been writing while the models are downloading for anyone else who is interested.

 

You'll need an Nvidia graphics card with at least 12GB of VRAM on your computer to run this locally (I think you might be able to do it with 8GB of VRAM as well but you'll probably have to look for optimizations, I have a pretty beefy PC myself so I never experimented with any of that so you'll be on your own) as well as ~15GB of free space on your computer.

 

Get ComfyUI first of all, it's where you'll generate the images (I like Forge better myself but you'll see why we're doing ComfyUI instead soon): https://www.comfy.org/ (you can also get it from their Github if you prefer: https://github.com/comfyanonymous/ComfyUI). Consider installing ComfyUI on an HDD instead of an SSD, it'll have to load in multiple gigabytes for the models and if you end up using ComfyUI frequently it may wear out your SSD drive. HDDs are cheaper and more resilient towards loading/saving a lot of data than SSDs.

(P.S. I haven't installed ComfyUI via the official installer. Back when I got ComfyUI, it was still just a manual Github installation where you had to make sure you got the right Python installation on your computer and such. Just try out the installer and follow its steps, I'm sure it comes with everything you need to run it.)

 

After you've installed ComfyUI and started it up (startup may take some time!), download this image to your desktop. It came with the OP's download:

 

ComfyUI_02803_(1).png.c122e377f46cd0f332fe57e18759b658.png

 

(If this image doesn't do anything if you drag it into ComfyUI later, download the mod directly from OP and use the file at this location in the zip:

animal sex retexture\Textures\Things\Pawn\Animal\Bear\ComfyUI_02803_ (1).png

 

The image contains hidden data that will be recognised by ComfyUI as a 'workflow'. Drag and drop the image on the board that's opened in your browser (if your browser isn't showing a tab with a grey board on it, it means ComfyUI isn't done starting up yet - keep an eye on the black console window that pops up when you boot ComfyUI and make sure there aren't any errors showing up!) and you should see this:

 

ComfyUIWorkflowRimworldPawns.png.9acdc0663cc7fd83b2971acf8ef8b910.png

 

You'll need to download a few things to your computer before this will work though. You can leave ComfyUI running while you install these. (If you accidentally close the tab, you can enter http://127.0.0.1:8188/ in your browser to return to ComfyUI. Or you can close the console window for ComfyUI and start the program up again).

 

These files come from CivitAI and you may have to register an account or log in to retrieve all of them (if you want to register with a quick throwaway you should try EmailOnDeck). Here's the list of downloads you need:

Where to place the files:

  • nooblima_bigVersion.safetensors should go into ComfyUI/models/checkpoints/
  • rimworld2-000070.safetensors should go into ComfyUI/models/loras/
  • TRcharactersheet-10.safetensors should go into ComfyUI/models/loras/
  • sdxlVaeAnimeTest_beta120000.safetensors should go into ComfyUI/models/vae/

Back in ComfyUI you should click on 'Queue Prompt' right away after you're finished downloading everything to make sure it's working. If something isn't happening, it's either loading (this can take minutes sometimes!) or there was an error with ComfyUI and you should check the console window for error messages.

 

LocationOfQueuePromptButton.png.bc74fc88328983a7188b66d9c6226bba.png

 

Once you're sure it's working, you can edit the middle two text inputs - the top one is the 'positive' input (what you want the image to have), the bottom one is 'negative' (what you want the generator to avoid making). For some reason all the text on the nodes are in Japanese, I don't know where you can adjust this but honestly it's not a big deal since you don't need to worry about the connections anyways.

TextInputWindowsPositiveAndNegative.png.e5026019d57964c04b707cff1b2fd55d.png

 

Edit these to your liking, and when you are done click on the 'Queue Prompt' button on the right again.

Remember, if you ever mess up the workflow, you can always drag the image back into the grid and it'll reset everything.

Anything you generate will show up in the box to the right, but ComfyUI will also save every generated image in ComfyUI/output/ so check it out if you are looking for an old generated image (or if you want to clean out the bad generations).

 

Hope this helps!

Posted
On 6/13/2025 at 10:25 AM, Saraniamic said:

That's the best part. It's a female penis. Think about it.

RNW already has animal penis textures, you just need to shift them all up to match these textures.

 

@ydywjx123123

BTW muffalo do not have a clean transparent background, some artifacts are still left at the edges.

There are a few more, i'm just going through them manually and cleaning them.

Hope to see more of your updates

Posted

Hi, I have a question. I know that to use the ilulu and kanna meme textures for the Thrumbo, I have to replace them in the mod's textures. But is there a way to use all three? Or do I have to choose just one? Sorry, English isn't my first language. Thanks for the mod, I loved it.

  • 3 weeks later...

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...