LKD Posted May 9, 2019 Posted May 9, 2019 Oh, I am an evil bitch. Just figured out how to play as NAKED Sayuri. Download invisible Ayame's Apron and rename it from 70_00 H/L to 20_00 H/L and move it into the Uniform section of the files. The realistic skin mods even apply to her (though not flawlessly)! Some of the flaws add to the charm, others like the protruding nipples, not so much...
Gisol888 Posted June 2, 2019 Posted June 2, 2019 Anyone have an idea if you can "mix" 2 different uncensor models and how? For example I'd love to have pretty much all the textures of the 4k underhair mod (hairless version), but the anime style pussy of the 4k pink mod. Is that possible?
The Butler Posted June 2, 2019 Author Posted June 2, 2019 2 hours ago, Gisol888 said: Anyone have an idea if you can "mix" 2 different uncensor models and how? For example I'd love to have pretty much all the textures of the 4k underhair mod (hairless version), but the anime style pussy of the 4k pink mod. Is that possible? Nope, unless you edit all the textures yourself.
joisan139 Posted July 1, 2019 Posted July 1, 2019 Sorry for stupid question: how to pull out the 3D model for a blender? I need Miyabi model.
DerpMaster Posted July 3, 2019 Posted July 3, 2019 Is there a nude enemies mod for this, similar to the one for SKBRN?
Nataehan Posted September 22, 2019 Posted September 22, 2019 God damn it! No bra mode has stopped working!
tigers Posted September 22, 2019 Posted September 22, 2019 1 hour ago, Nataehan said: God damn it! No bra mode has stopped working! He's right, when i click on no bra, it takes me to page 11 of hex editing thread, but no download link. @The Butler mind checking it out?
The Butler Posted September 22, 2019 Author Posted September 22, 2019 On 7/3/2019 at 11:23 AM, DerpMaster said: Is there a nude enemies mod for this, similar to the one for SKBRN? No idea, maybe you can check with the mod author... 12 hours ago, tigers said: He's right, when i click on no bra, it takes me to page 11 of hex editing thread, but no download link. @The Butler mind checking it out? Link fixed, it should redirect you to the correct post now.
Alcantriz Posted September 22, 2019 Posted September 22, 2019 What's the password for the no panties mod?
Jaylien23 Posted November 4, 2019 Posted November 4, 2019 The password is kagura. I've just been going through the old games again and I find I like the Peach Beach Splash nude skins better than the ones for this game. Unfortunately they don't seem to work, has anyone else tried it successfully? It's the same engine same file structure, and those same skins worked for both Reflexions and Burst Renewal
truechimaera Posted November 17, 2019 Posted November 17, 2019 On 4/3/2019 at 1:03 AM, ez3 said: The majority of the new outfits from burst renewal work in estival version. ☺️ I've been trying to get the outfits from Burst Renewal to work in Estival Versus but with no luck. Can I ask how you manged this? I'd really appreciate it.
Ikichi0nizuka Posted November 18, 2019 Posted November 18, 2019 Hi guy Very new to the site. I tried the mods and they are great I want to make a sort of profile for this One with the mod and one without. Right now I just keep two sets of folders and rename them as needed. Eg: I have my gamedata REAL and gamedata XXX so if I want to play the mod version I just remove the XXX and load the game Is there an easier way then manual rename?
The Butler Posted November 18, 2019 Author Posted November 18, 2019 55 minutes ago, Ikichi0nizuka said: Hi guy Very new to the site. I tried the mods and they are great I want to make a sort of profile for this One with the mod and one without. Right now I just keep two sets of folders and rename them as needed. Eg: I have my gamedata REAL and gamedata XXX so if I want to play the mod version I just remove the XXX and load the game Is there an easier way then manual rename? Create a .bat file that do it. IE: @eccho off ren "gamedata" "Gamedata Real" ren "Gamedata XXX" "gamedata" quit or @eccho off ren "gamedata" "Gamedata XXX" ren "Gamedata Real" "gamedata" quit You can create these 2 bat files. (and put them in you game folder) The first one - Renames gamedata to Gamedata Real (assuming you are currently using the original files) and right after renames Gamedata XXX to gamedata so you can play with mods installed. As for the second one it does the opposite. To make things faster you can create as shortcut on your desktop. I only know how to do the very basic, there might be a simple way to do this (making it a bat where you can choose what to do) but I don't know how. I hope this help.
Ikichi0nizuka Posted November 18, 2019 Posted November 18, 2019 6 minutes ago, The Butler said: Create a .bat file that do it. IE: @eccho off ren "gamedata" "Gamedata Real" ren "Gamedata XXX" "gamedata" quit or @eccho off ren "gamedata" "Gamedata XXX" ren "Gamedata Real" "gamedata" quit You can create these 2 bat files. (and put them in you game folder) The first one - Renames gamedata to Gamedata Real (assuming you are currently using the original files) and right after renames Gamedata XXX to gamedata so you can play with mods installed. As for the second one it does the opposite. To make things faster you can create as shortcut on your desktop. I only know how to do the very basic, there might be a simple way to do this (making it a bat where you can choose what to do) but I don't know how. I hope this help. Yes it does. I was going to go for the bat files but wanted to know if someone had perfected the technique even further
Ikichi0nizuka Posted November 18, 2019 Posted November 18, 2019 Is there a list which links the costume numbers to the actual name? How does the number system in the files work?
The Butler Posted November 18, 2019 Author Posted November 18, 2019 5 hours ago, Ikichi0nizuka said: Yes it does. I was going to go for the bat files but wanted to know if someone had perfected the technique even further If you want a bat with choices. @echo off :begin title SKEV Easy does it echo // SKEV EASY DOES IT \\ echo // pick your choice \\ echo. echo 1.Use mod echo 2.Use original echo 3.Use mod and start echo 4.Use original and start echo. set /p a= IF %a%==1 ren "gamedata" "gamedata real" ren "gamedata xxx" "gamedata" pause echo Press any key to continue goto begin IF %a%==2 ren "gamedata" "gamedata xxx" ren "gamedata real" "gamedata" pause echo Press any key to continue goto begin IF %a%==3 ren "gamedata" "gamedata real" ren "gamedata xxx" "gamedata" echo Done, starting game in 5 seconds. timeout 5 skev.exe IF %a%==4 ren "gamedata" "gamedata xxx" ren "gamedata real" "gamedata" echo Done, starting game in 5 seconds. timeout 5 skev.exe This may be easier to use in case if you wish. it's only a bat file with multiple choices. You may wish to change the .exe since I doesn't remember the correct .exe name. 4 hours ago, Ikichi0nizuka said: Is there a list which links the costume numbers to the actual name? How does the number system in the files work? The signature costume follows the same patern of girl id ie: kagura ID = 00 so her signature costumes (costume,panties,bra) will have 00 as their ID. As for other costumes (that aren't signature) their ID will be in a set order. For more ID info you can check PBS summary.
Ikichi0nizuka Posted November 18, 2019 Posted November 18, 2019 1 hour ago, The Butler said: PBS summaru What is this? If this is the mod summary which part gives id info
The Butler Posted November 18, 2019 Author Posted November 18, 2019 12 minutes ago, Ikichi0nizuka said: What is this? If this is the mod summary which part gives id info PBS = Peach beach splash (other SK game) summary = Sumary (correcting it)
Ikichi0nizuka Posted November 21, 2019 Posted November 21, 2019 On 11/18/2019 at 11:42 PM, The Butler said: Create a .bat file that do it. IE: @eccho off ren "gamedata" "Gamedata Real" ren "Gamedata XXX" "gamedata" quit or @eccho off ren "gamedata" "Gamedata XXX" ren "Gamedata Real" "gamedata" quit You can create these 2 bat files. (and put them in you game folder) The first one - Renames gamedata to Gamedata Real (assuming you are currently using the original files) and right after renames Gamedata XXX to gamedata so you can play with mods installed. As for the second one it does the opposite. To make things faster you can create as shortcut on your desktop. I only know how to do the very basic, there might be a simple way to do this (making it a bat where you can choose what to do) but I don't know how. I hope this help. I did real cool method I made a copy of the installation folder and change one of them to the mod. Symbolic linked the save folder so that both instances would overwrite the same save file. The I used idea you gave to make a bat file with choices. I kept this bat file on the desktop and gave it a nice icon. When executed, the bat file will ask if I want the modded version or normal.
Ikichi0nizuka Posted November 21, 2019 Posted November 21, 2019 Is there a way to change the title screen ?
LV04Leelee Posted November 21, 2019 Posted November 21, 2019 On 11/17/2019 at 5:48 PM, truechimaera said: I've been trying to get the outfits from Burst Renewal to work in Estival Versus but with no luck. Can I ask how you manged this? I'd really appreciate it. You have to rename them to replace an original outfit. That's basic modding. For example: the nothing special free outfit pack is Freecos/30 to 33.
truechimaera Posted November 21, 2019 Posted November 21, 2019 47 minutes ago, LV04Leelee said: You have to rename them to replace an original outfit. That's basic modding. For example: the nothing special free outfit pack is Freecos/30 to 33. Gotcha, you have to replace an existing outfit. I tried to rename them to add them to the end of the list, not overwrite. Thank you. Is there a list of which outfits are which number sets? It would save me the trouble of having to try things out one at a time.
Guest Posted November 21, 2019 Posted November 21, 2019 5 minutes ago, truechimaera said: Gotcha, you have to replace an existing outfit. I tried to rename them to add them to the end of the list, not overwrite. Thank you. Is there a list of which outfits are which number sets? It would save me the trouble of having to try things out one at a time. Check the ID on PBS summary. The costumes are pretty much the same.
Beizabel Posted November 25, 2019 Posted November 25, 2019 I'm getting nothing but issues trying to install the mods, I've downloaded the light remover one from the "mega download" however trying to extract the files is insane, I've tried 7 zip, 9 zip and winzip, but I keep getting the same error code 0x80004005 this code is the one for that there is an encrypted password on the file that doesnt allow me to extract it, has anyone else had this issue and how did you get around it, I haven't seen any passwords for the files anywhere.
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