aspidiske500 Posted May 18, 2021 Author Posted May 18, 2021 "SSR.KomorebiHumming.Honoka.V1.3.zip" has been uploaded. FIX Fixed the combination of tops and the adhesive plasters. Exclude the apron from the transparency of the bottoms. 15
aspidiske500 Posted May 30, 2021 Author Posted May 30, 2021 Since there was a request, I uploaded "SR.SailorSuit.Honoka.V1.2.zip". Add variations "X+1" : Change position with "C + 2" 13
HattoWW Posted May 30, 2021 Posted May 30, 2021 (edited) 1 hour ago, aspidiske500 said: Change position with "C + 2" Nice Job man , TY. If you can add a function to change position (up, down, left, right) it can be used with almost every pose Edited May 30, 2021 by HattoWW
teddie62 Posted May 30, 2021 Posted May 30, 2021 Hi! I watched the video and read alot about modding, but i think i am missing the skills to do it on my own. I made the framedumb of the steam version of dark prison. If you find some time to fix it for steam, i would be very thankful. greetings and great job you are doing here. DarkPrison.7z
aspidiske500 Posted May 30, 2021 Author Posted May 30, 2021 (edited) On 5/31/2021 at 12:53 AM, HattoWW said: If you can add a function to change position (up, down, left, right) it can be used with almost every pose I fine-tuned the vertex weights because increasing the position for each pose would result in too many. I have upgraded to V1.3. It should be better than before. Fine-tune the vertex weight of the poo. Edited July 18, 2021 by aspidiske500 7
aspidiske500 Posted May 30, 2021 Author Posted May 30, 2021 1 hour ago, teddie62 said: Hi! I watched the video and read alot about modding, but i think i am missing the skills to do it on my own. I made the framedumb of the steam version of dark prison. If you find some time to fix it for steam, i would be very thankful. greetings and great job you are doing here. DarkPrison.7z 21.03 MB · 4 downloads Okay. I will try to create it.
aspidiske500 Posted May 30, 2021 Author Posted May 30, 2021 2 hours ago, teddie62 said: Hi! I watched the video and read alot about modding, but i think i am missing the skills to do it on my own. I made the framedumb of the steam version of dark prison. If you find some time to fix it for steam, i would be very thankful. greetings and great job you are doing here. DarkPrison.7z 21.03 MB · 5 downloads Just made it. Please try it. Japan is now 4am, so I'm going to sleep already. SSR.DarkPrison.Common.Steam.BETA.zip 3
aspidiske500 Posted June 2, 2021 Author Posted June 2, 2021 16 hours ago, teddie62 said: Thank you very very much, it works. Thank you for your report. I'm glad it worked. I register it in the download file.
Popular Post aspidiske500 Posted June 25, 2021 Author Popular Post Posted June 25, 2021 "SSR.HoyahoyaApron.Marie.V1.0.zip" has been uploaded. Skin textures may not display properly in Kanna episodes. 24
Hans Jürgen Posted June 25, 2021 Posted June 25, 2021 (edited) 2 hours ago, aspidiske500 said: "SSR.HoyahoyaApron.Marie.V1.0.zip" has been uploaded. Skin textures may not display properly in Kanna episodes. Thanks mate !! I am certainly not in agreement with everything you do (look further up this page, oh my), but this is exactly what I was hoping for ! Warm thanks again! EDIT: Damn, now I have to try and get my waifu Nagisa too... where are those vstones when you need them... ? Edited June 25, 2021 by Hans Jürgen 1
tetsuokundayo Posted June 26, 2021 Posted June 26, 2021 21 hours ago, aspidiske500 said: "SSR.HoyahoyaApron.Marie.V1.0.zip" has been uploaded. Skin textures may not display properly in Kanna episodes. I almost gave up making this mod by myself because I had no idea how to perform weight transfer manually, but you did it for us. Thanks! 2
Betjia Posted June 27, 2021 Posted June 27, 2021 On 6/26/2021 at 2:09 AM, aspidiske500 said: "SSR.HoyahoyaApron.Marie.V1.0.zip" has been uploaded. Skin textures may not display properly in Kanna episodes. Hi, is it possible to make the apron transparent?
Gajara1 Posted June 27, 2021 Posted June 27, 2021 2 hours ago, Betjia said: Hi, is it possible to make the apron transparent? Open marie.ini [TextureOverride AppronA]. hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB endif rewrite to [TextureOverride AppronA] hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB run = CustomShaderTransparencyAppron endif [CustomShaderTransparencyAppron] blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR blend_factor[0] = 0.8 blend_factor[1] = 0.8 blend_factor[2] = 0.8 blend_factor[3] = 1 drawindexed = auto The 0.8 part allows you to adjust the transparency with a number between 0 and 1. 3
Betjia Posted June 27, 2021 Posted June 27, 2021 59 minutes ago, Gajara1 said: Open marie.ini [TextureOverride AppronA]. hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB endif rewrite to [TextureOverride AppronA] hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB run = CustomShaderTransparencyAppron endif [CustomShaderTransparencyAppron] blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR blend_factor[0] = 0.8 blend_factor[1] = 0.8 blend_factor[2] = 0.8 blend_factor[3] = 1 drawindexed = auto The 0.8 part allows you to adjust the transparency with a number between 0 and 1. i tried to change the number, but it turned like this. can you tell me how to make it work properly?
Gajara1 Posted June 27, 2021 Posted June 27, 2021 (edited) 3 hours ago, Betjia said: i tried to change the number, but it turned like this. can you tell me how to make it work properly? Between 0 and 1 means 0.1 0.2 0.3 .... 0.9 means The closer to 0, the more transparent it becomes. but setting it to 0 will not make it completely transparent. If you don't want to show the apron, you can rewrite this [TextureOverride AppronA] hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip endif In this case, You can delete the [CustomShaderTransparencyAppron] section Edited June 27, 2021 by Gajara1 2
aspidiske500 Posted June 27, 2021 Author Posted June 27, 2021 7 hours ago, Gajara1 said: Open marie.ini [TextureOverride AppronA]. hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB endif rewrite to [TextureOverride AppronA] hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip vb0 = ResourceApron1VB ib = ResourceApron1IB run = CustomShaderTransparencyAppron endif [CustomShaderTransparencyAppron] blend[0] = ADD BLEND_FACTOR INV_BLEND_FACTOR blend_factor[0] = 0.8 blend_factor[1] = 0.8 blend_factor[2] = 0.8 blend_factor[3] = 1 drawindexed = auto The 0.8 part allows you to adjust the transparency with a number between 0 and 1. Thank you for answering instead. The apex weight around the nipple has not been adjusted very neatly, so I'm sorry if it looks unsightly.
Betjia Posted June 27, 2021 Posted June 27, 2021 8 hours ago, Gajara1 said: Between 0 and 1 means 0.1 0.2 0.3 .... 0.9 means The closer to 0, the more transparent it becomes. but setting it to 0 will not make it completely transparent. If you don't want to show the apron, you can rewrite this [TextureOverride AppronA] hash = fda0b770 match_first_index = 4107 if $suit > 0 handling = skip endif In this case, You can delete the [CustomShaderTransparencyAppron] section it's 0.1
Popular Post aspidiske500 Posted June 28, 2021 Author Popular Post Posted June 28, 2021 (edited) "SSR.HoyahoyaApron.Marie.V1.1.zip" has been uploaded. Adjusted nipples and arms vertex weights. Added "Z + 1" variations. Added transparency to "C + 1". Changed the panties switch key to "X + 1". Edited July 18, 2021 by aspidiske500 36
Popular Post aspidiske500 Posted July 3, 2021 Author Popular Post Posted July 3, 2021 "R.Lily.Honoka.V1.0.zip" has been uploaded. 20
HattoWW Posted July 4, 2021 Posted July 4, 2021 What a superb mod.. We need this for all body types mate 12 hours ago, aspidiske500 said: R.Lily.Honoka.V1.0.zip 3
aspidiske500 Posted July 4, 2021 Author Posted July 4, 2021 3 hours ago, HattoWW said: What a superb mod.. We need this for all body types mate If I have time, I may make other body types. 2
aspidiske500 Posted July 4, 2021 Author Posted July 4, 2021 "R.Lily.Honoka.V1.1.zip" has been uploaded. Minor fix. 19
aspidiske500 Posted July 9, 2021 Author Posted July 9, 2021 "R.Lily.Common.V1.0.zip" has been uploaded. I'm full of business trips this month, and I can't touch my home computer at all ... 19
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now