Jump to content

(Requests) SG/ZH: School Girl/Zombie Hunter


Recommended Posts

  • 2 weeks later...
Posted

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.

Posted

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 :UE Viewer Crappy texture sample

  • 2 weeks later...
Posted

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 

  • 9 months later...
Posted

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? 

  • 2 months later...
Posted

sgzh-01.jpg.7cabff5025e31ea170a5440def8ee97b.jpg

 

 

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.

 

 

Posted
13 hours ago, arc037461 said:

sgzh-01.jpg.7cabff5025e31ea170a5440def8ee97b.jpg

 

 

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?

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

Posted

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.

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

Posted

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.

 

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

Posted

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!  

Posted

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.

sg01.jpg.d075eb35e8a6cec0a38bc4769d8a9853.jpg ==> sg02.jpg.c66b84afd86f2637592e6820f5f4995c.jpg

 

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.

sg03.jpg.c960d9827fa78b5ea973e447154ba5a3.jpg


 

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

 

sg04.jpg.870efdca579d1f53dc55aab4a4a31f99.jpg

 

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

 

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

Posted
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... :/

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

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