Jump to content

[mod] Skins Textures v3 Created by HI-METAL


Recommended Posts

  • 2 weeks later...
Posted

After the launcher update my mods dont seem to work anymore, ive reinstalled the game/3dmigoto/mods and they still wont work. Anyone might know why? 

Posted

i have problems with new girls' skin, they don't have nipples. tsukushi, lobelia, and uhh that one huge breasted girl with onee-san vibe and a mole below her eye... cant remember her name since huge breasts without nipples look so ugly i dont ever use them lol

 

anyways pls help, i noticed some people had these kinds of problems too but i have since lost the link to the said solution so here i am

Posted (edited)

I have this problem with girls use the common body model, Marie's type and Honoka's type are fine, but everyone else has this weird inverted nipple. Any help?

 

I was able to figure it out. It turns out there's a value for puffiness in the d3dx file, for some reason it was set to a high value.

 

1.png.600704944dfaf1fe5dd08b5545f934a1.png2.png.36378c23a06a5c6cd93debee0ab58484.png

Edited by MrBIonde
Solved
Posted

i am so confused as of now all the girls are scattered around so much to know which exactly i need to do

these mods are not user friendly so far q.q

Posted
On 6/15/2022 at 4:25 AM, Somteve said:

i am so confused as of now all the girls are scattered around so much to know which exactly i need to do

these mods are not user friendly so far q.q

If you have the mod manager, you can download HI-METAL's skins directly from there, and then just search in here for the ones you want updated versions of. I'm guessing once HI-METAL as finished all the new versions, they'll update it on the mod manager. Hopefully at least.

Posted
9 hours ago, smallfox21 said:

i found a way to solve sayuri's problems with her nipple color but i still cant find how to fix these two girls. can someone help pls

lobelia.jpg

tsukushi.jpg

Do you have the skin for these girls?

Posted
13 hours ago, smallfox21 said:

i thought the skin bundle i download from vvmod already includes them?

I have all the skins from LL so I don't know what's in the pack you took off, check which girls it covers and download those that are missing. Lobelia skin is on 6 page of this topic, just look

Posted
18 hours ago, Yorom said:

I have all the skins from LL so I don't know what's in the pack you took off, check which girls it covers and download those that are missing. Lobelia skin is on 6 page of this topic, just look

thank you, i'll take a look

Posted
On 6/17/2022 at 9:49 PM, smallfox21 said:

i thought the skin bundle i download from vvmod already includes them?

Which one would be that bundle my good sir?
I've tried to get HIMETAL's but I think I DL the wrong one... or the not-so-latest.

Posted

Hey Hi-Metal,

 

Just wanna say thanks for your work.

I do think Tsukushi is getting into Meme Territory now.

I'm curious as to the reasoning behind hers taking so long?

Do you main her? is she special to you? I understand she's my main as well.
Did you lose a paid banner to her and have to go to pity? Ouch okay i understand the grudge then.
Never the less thank you for your work.

 

If you have a test one that would be nice too

 

 

(^_^)/

Posted (edited)

I am sorry to ask a newb question:

How do I save changes by using J PgUp X ? (Hi metal v4)

(I want to remove bottom hair)

Using F10 just gets me the default back

 

Edit:

You haven't included the 'default ' comment in v4 files. However, I found it in your 4k files:

image.png.a350b7db23cdc9bd66130b42d0faab8f.png

So I solved it myself

 

anyway thanks for the mods.

Edited by Point01
Edit
Posted

For the V3 what do I change in the ini to make the mod default to pubes instead of no pubes. For example, Momiji loads with no pubes and I want her to load with pubes instead of manually using the keys every time. Does anyone know what to change in this ini file?

 

[Constants]
global persist $nipples = 0
global persist $hair = 0
global persist $labia = 0
global $girl = 9
global $mod_active = 0

;==================================

[CommandListID1]
$\mods\_id\id.ini\girl2 = $\mods\_id\id.ini\girl1
$\mods\_id\id.ini\girl1 = $girl

[Present]
post $mod_active = 0

;==================================

[KeyNip]
condition = $\mods\_id\id.ini\girl1 == $girl && $mod_active == 1
key = no_modifiers m 1
type = cycle
$nipples = 1, 2, 0

[KeyHair]
condition = $\mods\_id\id.ini\girl1 == $girl && $mod_active == 1
key = no_modifiers m 2
type = cycle
$hair = 1, 2, 3, 4, 0

[KeyLab]
condition = $\mods\_id\id.ini\girl1 == $girl && $mod_active == 1
key = no_modifiers m 3
type = cycle
$labia = 1, 0

[KeyNip2]
condition = $\mods\_id\id.ini\girl2 == $girl && $mod_active == 1
key = ctrl m 1
type = cycle
$nipples = 1, 2, 0

[KeyHair2]
condition = $\mods\_id\id.ini\girl2 == $girl && $mod_active == 1
key = ctrl m 2
type = cycle
$hair = 1, 2, 3, 4, 0

[KeyLab2]
condition = $\mods\_id\id.ini\girl2 == $girl && $mod_active == 1
key = ctrl m 3
type = cycle
$labia = 1, 0

;==================================

[TextureOverrideMomiji]
; ------
if $\mods\_id\id.ini\girl2 != $girl && $\mods\_id\id.ini\girl1 != $girl
    run = CommandListID1
endif

$mod_active = 1
; ------
hash = 22493fc1
match_priority = -1
if $nipples == 0
    if $hair == 0
        if $labia == 0
            ps-t0 = ResourceMomiji_m_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_m_o
        endif
    elif $hair == 1
        if $labia == 0
            ps-t0 = ResourceMomiji_m_n_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_m_n_o
        endif
    elif $hair == 2
        if $labia == 0
            ps-t0 = ResourceMomiji_m_m_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_m_m_o
        endif
    elif $hair == 3
        if $labia == 0
            ps-t0 = ResourceMomiji_m_l_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_m_l_o
        endif
    elif $hair == 4
        if $labia == 0
            ps-t0 = ResourceMomiji_m_ll_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_m_ll_o
        endif
    endif
elif  $nipples == 1
    if $hair == 0
        if $labia == 0
            ps-t0 = ResourceMomiji_l_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_l_o
        endif
    elif $hair == 1
        if $labia == 0
            ps-t0 = ResourceMomiji_l_n_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_l_n_o
        endif
    elif $hair == 2
        if $labia == 0
            ps-t0 = ResourceMomiji_l_m_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_l_m_o
        endif
    elif $hair == 3
        if $labia == 0
            ps-t0 = ResourceMomiji_l_l_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_l_l_o
        endif
    elif $hair == 4
        if $labia == 0
            ps-t0 = ResourceMomiji_l_ll_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_l_ll_o
        endif
    endif
elif $nipples == 2
    if $hair == 0
        if $labia == 0
            ps-t0 = ResourceMomiji_g_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_g_o
        endif
    elif $hair == 1
        if $labia == 0
            ps-t0 = ResourceMomiji_g_n_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_g_n_o
        endif
    elif $hair == 2
        if $labia == 0
            ps-t0 = ResourceMomiji_g_m_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_g_m_o
        endif
    elif $hair == 3
        if $labia == 0
            ps-t0 = ResourceMomiji_g_l_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_g_l_o
        endif
    elif $hair == 4
        if $labia == 0
            ps-t0 = ResourceMomiji_g_ll_c
        elif $labia == 1
            ps-t0 = ResourceMomiji_g_ll_o
        endif
    endif
endif

;==================================

Posted
30 minutes ago, XaviorPants said:

For the V3 what do I change in the ini to make the mod default to pubes instead of no pubes. For example, Momiji loads with no pubes and I want her to load with pubes instead of manually using the keys every time. Does anyone know what to change in this ini file?

 

 

Did you press F10 after setting whatever you want to save your setting?

Posted
10 minutes ago, Yorom said:

Did you press F10 after setting whatever you want to save your setting?

That seemed to have worked but it also gave me a message about shaders and caused my game to go black except for the menus. Everything loaded up fine with the changes I made to the nude mod settings after a restart.

  • 2 weeks later...
Posted

Hi! I'm fairly new to modding VV. I had the mod manager installed and downloaded the Hi-Metal v4 there. Question is, how do I make it work? I tried it with the White Lace mod, but there seem to be a clipping with the swimsuit. The swimsuit isn't gone. It's just floating in there. Also, how do you "Change" the texture? Like how do you cycle? I keep pressing 7 page up on Honoka and it isn't working. Any help would be appreciated.

Desktop Screenshot 2022.07.20 - 03.13.01.25.png

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