Guest Posted July 19, 2019 Posted July 19, 2019 6 hours ago, JoeMesh said: 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.  4 hours ago, MaidoLover said: 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. I only mentioned the rule as why some won't upload a mod for the game as to cover their ass. If someone chooses to upload one then that's on them. Â
Lezard Posted July 19, 2019 Posted July 19, 2019 As a last resort, you can upload any mods on undertow.club.
Spaceharrier99 Posted July 19, 2019 Posted July 19, 2019 7 hours ago, MaidoLover said: 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. About that rule, notice at the end it says "the only thing that matters in this respect is what the character appears to be at a glance." In another word, if a character may be a 1,000 year old sorceress but looks like a 10 year old, then it's no go. But if the art style makes them look reasonably mature enough, then it's probably tolerated. Also, how realistic they look probably takes into account (just like how US law works). This is why Senran and many games with anime-ish art style are allowed while Sherry mods were being removed immediately. I am pretty sure this game will be fine too. If it wasn't, then all the screenshots that are already posted here, mosaics or not, would have been deleted already.
Guest Posted July 19, 2019 Posted July 19, 2019 Sorry, I'm not an artist and can't draw good looking texture. That's why I don't post modded files, and instead provide only modding process for modders.
MaidoLover Posted July 19, 2019 Posted July 19, 2019 4 hours ago, Spaceharrier99 said: About that rule, notice at the end it says "the only thing that matters in this respect is what the character appears to be at a glance." In another word, if a character may be a 1,000 year old sorceress but looks like a 10 year old, then it's no go. But if the art style makes them look reasonably mature enough, then it's probably tolerated. Also, how realistic they look probably takes into account (just like how US law works). This is why Senran and many games with anime-ish art style are allowed while Sherry mods were being removed immediately. I am pretty sure this game will be fine too. If it wasn't, then all the screenshots that are already posted here, mosaics or not, would have been deleted already. That's how I see it too tbh.  I hope someone posts a mod here soon or I can dig one out elsewhere...  For me these anime girls are most certainly legal,  aoc is 16 in most of Europe,  and they *are* 16 at least (imo)  Also I'm not having sex with them, I just want to see some tits lolÂ
VonVolx Posted July 30, 2019 Posted July 30, 2019 Ya looks like no modder is interested in this game, to bad would of made it fun to play. All we need is a file to place.
soft soft soft Posted August 3, 2019 Posted August 3, 2019 On 7/30/2019 at 9:59 PM, VonVolx said: All we need is a file to place. Â Yeah maybe one file for every girl to replace. Please someone can help?
MaidoLover Posted August 4, 2019 Posted August 4, 2019 Honestly it seems someone already made a mod?  We juuuuuuuust have to find it.........?  Would really love to finish my playthrough with a little incentive, if you know what I mean!  ?
redrum777 Posted August 5, 2019 Posted August 5, 2019 I'm surprised people are so hung up over making a mod for this game because of the high school setting, especially since blue reflection and Senran Kagura has one; Â Â
soft soft soft Posted August 7, 2019 Posted August 7, 2019  Probably we should use the DLC outfits like this one. There are some like this for all the girls. I think nobody will create a nude mod, sadly.  1
monster79928 Posted August 7, 2019 Posted August 7, 2019 On 7/18/2019 at 7:28 PM, arc037461 said: 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).  can anyone upload the updates files?  i cant seem to get the right address in the hex editor
JimmyT83 Posted August 12, 2019 Posted August 12, 2019 Tracking. I can draw and work with .tga files, however I can't get any free UE unpak software to cooperate on my machine.
Guest Posted August 15, 2019 Posted August 15, 2019 I thought that UE 4.12 doesn't work anymore on Win10, but by enabling High Contrast Mode (Windows setting), the editor works perfectly. It means that you can easily build uasset files for modding using Unreal Editor 4.12, to completely replace body models. No hex editing required. What a surprise!  ## Updated Tutorial using Unreal  How to Mod Texture (assuming that you have basic knowledge on Unreal Engine): Enable High Contrast Mode on your Windows setting. Create empty project on Unreal Editor 4.12. In Content Browser, import image file and rename the asset to the same name as original.      eg. Content/Obj/Player/PL00_face/Textures/pl00_body_TEX In File menu, open Package Project -> Packaging Settings, then disable "Use Pak File". In File menu, run Package Project -> Windows (64-bit). You should have pl00_body_TEX.uasset in your built folder.  How to Mod Model: Use UE Viewer to convert original model to psk file, then import psk file into Blender with the psk addon. Fix orientation/scale and edit mesh, then export it as FBX. The remaining steps are the same as above. Instead of image file, import FBX file into Content Browser.
Guest Posted January 4, 2020 Posted January 4, 2020 Forgot to attach example screenshot in the previous post. Â (imported DOAHDM mesh in SGZH)
flanneldude Posted January 5, 2020 Posted January 5, 2020 Is this something can be distributed as a single package at some point?
JoeMesh Posted January 20, 2020 Posted January 20, 2020 On 1/3/2020 at 11:32 PM, arc037461 said: Forgot to attach example screenshot in the previous post. Â (imported DOAHDM mesh in SGZH) Can you please upload this mod? 1
Guest Posted January 20, 2020 Posted January 20, 2020 I can't share the mod, because it's just a imported data of another author's DOA5LR mod. Please follow the tutorial above. Â
hetfet Posted January 20, 2020 Posted January 20, 2020 Quote Extract texture image from pl00_body_TEX.uasset using Noesis. I have an issue on this step. When I try this, I either get "OverflowError: Python int too large to convert to C long" error or noesis freezes and starts leaking memory. Any tips?
Lezard Posted January 22, 2020 Posted January 22, 2020 On 1/20/2020 at 7:17 PM, arc037461 said: Please follow the tutorial above. Â This is too hard for most ordinary users. 4
Exhausted Posted January 22, 2020 Posted January 22, 2020 On 1/20/2020 at 9:17 AM, arc037461 said: I can't share the mod, because it's just a imported data of another author's DOA5LR mod. Please follow the tutorial above. Â Ask them for permission to share it before you say that. And if you can't upload a mod here, you just upload it somewhere else and mention that you did so here. The rule is stupid and everyone knows it, just work around it. 3
N.Nolan Posted February 9, 2020 Posted February 9, 2020 On 1/20/2020 at 11:17 AM, arc037461 said: I can't share the mod, because it's just a imported data of another author's DOA5LR mod. Please follow the tutorial above. Â I can't seem to get past the hex editing step, the correct addresses are not showing. Â I would be more than happy to compensate you to just email me the working files, I am very new to moding so don't quite know what I'm doing. Â Regards,
ludger166 Posted February 18, 2020 Posted February 18, 2020 On 1/21/2020 at 3:17 AM, arc037461 said: I can't share the mod, because it's just a imported data of another author's DOA5LR mod. Please follow the tutorial above.  Dude, not all of us are professional modders like yourself, you expect ppl that don`t know how to mod to just do all of that and somehow understand what it is there doing? Your saying you need permission but did the guy modding DOA5LR nude body ask Koei Tecmo for permission when modifying there game and assets?   Should just upload the modded file if you have done it saving the hassle instead of this tease show. 3
201193 Posted February 19, 2020 Posted February 19, 2020 I think if the modder doesnt monetize the mod, just mention he original mod (doa5lr) creator and release the mod for the game (unless the original mod creator explicitly mentioned not to use his creation) 5
ludger166 Posted February 19, 2020 Posted February 19, 2020 7 hours ago, 201193 said: I think if the modder doesnt monetize the mod, just mention he original mod (doa5lr) creator and release the mod for the game (unless the original mod creator explicitly mentioned not to use his creation) Yeah true, the least he can do is just credit the dude the made or was part of the mod ect. 2
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