sia_daisuki Posted June 5, 2018 Posted June 5, 2018 https://store.steampowered.com/app/682570/SGZH_School_GirlZombie_Hunter/
Guest Posted June 16, 2018 Posted June 16, 2018 Yeah this game! Anyone can add realistic nipples and pussy (something like SKEV) for everyone of those chicks? the costumes (not sure probably are DLCs) to "clean" to make them nude are 3 - Cherry tomatoes & cabbage - Avocados & watermelon - Starfruit & melon Thank you, I look forward to this.
The Butler Posted June 19, 2018 Posted June 19, 2018 Just took a look at the game and files structure. Main game files are packed inside a huge 2gb .pak which is easily extracted. Leaving all game files loose. Game will launch normally even without .pak now. Now we have a whole bunch of UE4 assets (.uasset) Body models are located at "...\SGZH School Girl Zombie Hunter\sgzh\Content\Obj\Costume" as well as all cloth textures Textures can be easily extracted as well. (.tga) Check how the underwear look in game and all of them seems to be glued to the skin so a simple re-texture should be just fine. Created a crappy texture Now don't have any way to repack it to .uasset. I will stop here. Since the game is really bad in my opinion mainly comparing it to Oneechanbara >.< You guys can try replacing it using Unreal Engine or other texture replacing tools. Tools: UE4 file unpacker To unpack .pak -From Haaose UE Viewer to extract textures from .uasset -From Gildor Thumbs : 1
pandarapeyou Posted June 19, 2018 Posted June 19, 2018 The game dose suck, guess that's why im trying to jazz it up lol.
razzor69 Posted July 2, 2018 Posted July 2, 2018 i think this game should be better than onechan bara series, while it has unreal engine 4 which is good, smooth graphic but still not really fun as much as onechan bara, its like Killing floor anime zombie shooter
EnChains Posted April 17, 2019 Posted April 17, 2019 Bump for interest, there's some basic ideas here but nothing dealing with 3D representation if such a thing is possible, just painting textures on. I'm enjoying the game, would enjoy it more if the boobs were not just flat balls on chests, e.g. nipple poke-through. I'm not about doing the work myself if anyone can help me get started?
Guest Posted July 16, 2019 Posted July 16, 2019 Tools Required (Thanks to authors!) - Any unpacker to extract pak file (UE4) - Uasset Renamer - Noesis (you can view uasset file with the latest version) Swap Body Model (Underwear) with Nude Model - Replace COS05_00_SKM.uasset with COS06_00_SKM.uasset using Uasset Renamer. - At 0x2781 replace 01 with 00, to change material ID of nipple part, so that it looks the same as body part. Edit Texture - Create DXT1 dds file (mips = 4) and copy data start from 0x80. - Paste it at 0x0F6A of pl00_body_TEX.uasset, pl01_body_TEX.uasset, etc.
tigers Posted July 17, 2019 Posted July 17, 2019 13 hours ago, arc037461 said: Tools Required (Thanks to authors!) - Any unpacker to extract pak file (UE4) - Uasset Renamer - Noesis (you can view uasset file with the latest version) Swap Body Model (Underwear) with Nude Model - Replace COS05_00_SKM.uasset with COS06_00_SKM.uasset using Uasset Renamer. - At 0x2781 replace 01 with 00, to change material ID of nipple part, so that it looks the same as body part. Edit Texture - Create DXT1 dds file (mips = 4) and copy data start from 0x80. - Paste it at 0x0F6A of pl00_body_TEX.uasset, pl01_body_TEX.uasset, etc. are you saying there is already a built in nude model?
Guest Posted July 17, 2019 Posted July 17, 2019 25 minutes ago, tigers said: are you saying there is already a built in nude model? It's made by a Japanese game company so not surprising there is already one there. Considering all but one of characters is a minor teen the nude body was swapped out so the game could be sold outside of Japan and keep it's M-17+ rating. The nude body was either left there for crafty modders to find or they forgot to take it out.
Spaceharrier99 Posted July 17, 2019 Posted July 17, 2019 Can you post uncensored screenshot? I am curious if they actually look good or if they are just cheaply drawn textures on the models. If it looks good, I might pick this up. Not all people seem to like it, but hey I even ended up having fun with Seeds of The Dead once I figured out how to properly play it, so I'll take my chance. I am done playing RE2 remake so I can use a new zombie shooter.
tigers Posted July 17, 2019 Posted July 17, 2019 The mod instructions are quite confusing for a non techie guy like me esp the editing texture part 1
JoeMesh Posted July 17, 2019 Posted July 17, 2019 6 hours ago, tigers said: The mod instructions are quite confusing for a non techie guy like me esp the editing texture part Yeah, I don't expect many people will actually do all that. A simple pak file would be appreciated. 1
Lezard Posted July 17, 2019 Posted July 17, 2019 I'm stuck on On 7/16/2019 at 5:45 PM, arc037461 said: - At 0x2781 replace 01 with 00, to change material ID of nipple part, so that it looks the same as body part.
VonVolx Posted July 18, 2019 Posted July 18, 2019 17 hours ago, Lezard said: I'm stuck on I nvr got that to show up, the renamer thing did nothing i just manually did it. Pretty sure that i did it wrong, and hey i actually did something similar if not harder when i modded Fate.
MaidoLover Posted July 18, 2019 Posted July 18, 2019 I actually love that game because of how chaotic it is, it's just a bit tedious to be honest, this mod would definitely make me play it again though lol. Also topless would be great!
Guest Posted July 18, 2019 Posted July 18, 2019 OK, let's make it easy. > Swap Body Model (Underwear) with Nude Model Open Uasset Renamer and first select COS05_00_SKM.uasset (underwear model), then second, select COS06_00_SKM.uasset (shower scene model). This gives you COS05_00_SKM-new.uasset file, so replace COS05_00_SKM.uasset with it. ==> To change the material of nipple part, open COS05_00_SKM.uasset in a hex editor. Replace 01 with 00 at address 0x2781 in the file. > Edit Texture Extract texture image from pl00_body_TEX.uasset using Noesis. Paint as what ever you want and save it as png image. Convert it to a DDS file (DXT1 with 4 mipmaps). The texconv command is available at https://github.com/Microsoft/DirectXTex texconv -bcdither -m 4 -y -f DXT1 body.png Open the DDS and pl00_body_TEX.uasset files in a hex editor. In dds file, copy all data started from address 0x80 to clipboard. In pl00_body_TEX.uasset file, paste the data at address 0x0F6A. NOTE: If you're a professional modder, take a look at fmt_ue4.py plugin source of Noesis and you will get all the nessesary addresses to edit vertices (position, normal, UV, weight, tangent and bi-tangent sign).
MaidoLover Posted July 18, 2019 Posted July 18, 2019 So why don't you just release this mod? Since it's so easy? (it isn't, sounds super complicated, I can't draw either...)
Guest Posted July 18, 2019 Posted July 18, 2019 22 minutes ago, MaidoLover said: So why don't you just release this mod? Since it's so easy? Rule 14 of this website. Since all of girls with the exception of one who in her Bio is described as 18 the others are all minor teens.
MaidoLover Posted July 18, 2019 Posted July 18, 2019 1 hour ago, namaradus said: Rule 14 of this website. Since all of girls with the exception of one who in her Bio is described as 18 the others are all minor teens. Oh, I didn't even think of that... I still can't mod or draw lol...
JoeMesh Posted July 18, 2019 Posted July 18, 2019 4 hours ago, namaradus said: Rule 14 of this website. Since all of girls with the exception of one who in her Bio is described as 18 the others are all minor teens. Seems odd to enforce the rule here but not in the case of the Senran Kagura games where most of the cast is 15-17. 5
MaidoLover Posted July 19, 2019 Posted July 19, 2019 That's what I thought too, and why is this topic even up then, if it's against the site's rules. And yeah. SK is totally ok for some reason. 1
setanzxc Posted July 19, 2019 Posted July 19, 2019 and dead or alive 1000 years old dragon bullshit lol
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