Jump to content

LoveR Kiss Endless Memories


KryxRed

Recommended Posts

Posted (edited)

This topic is for PC version there is already one for Switch wich has nude mods (tutorial) for it (https://www.loverslab.com/topic/139454-lover-kiss-改装讨论/)


This game was a console exclusive from 2019 and just come to PC a few days ago , it was planned to release on Steam but due to steam censorship it was released only on GOG and DLSite.   

 

I was playing for a minutes and it have a lot of stuff, interesting I think it's good for modding.

 

Spoiler

2.png.67bd5a86b6872330d062bdb33f01b657.png

 

1.png.5d5eb8a40605cfa8e3e66cebd26721c5.png

3.png.23fffd9f5cb21cbfd375b21256d9cdf2.png4.png.deb1d1d79220295b622f66776d438391.png5.png.52ae831bf156a4a7fbf6801596ebf98e.png6.png.b4c4e0d474027f3ee63f9078f90be7ad.png7.png.ab4619d4e5167cdfcbd0aafd50f4f8a7.png8.png.295358bd299f0d47f09ff6df57f05d4e.png9.thumb.png.893ae88a14f705decc131cb8934ddb4e.png10.thumb.png.a75c537b2b237e2a224be57b77f31587.png11.thumb.png.9949b11bf31d38c74f90b59f81194525.png

 

 

 

 

Edited by KryxRed
Title
  • KryxRed changed the title to LoveR Kiss Endless Memories
  • 1 month later...
Posted
1 hour ago, ScarletNoir said:

it's been a little bit, has there been any modding activity on this?

Not yet. There are some tutorials on Switch topic but I think it's hard for people to modify it. Also it's not on Steam so I think some people don't even know about the release of this game, which has made it a bit unpopular in the modding scene.

Posted

It doesn't help that the files are .DPK which. I have found 0 methods on how to extract. Which sucks because they're Neatly organized.

 

image.png.aee8cc950fecb5612d3cfdbb3e599784.png

 

Like CharaTex and CharaModel is where the files we want to edit are.

  • 2 weeks later...
Posted

I managed to extract some of the file contents using a software called ExtractData.

https://github.com/lioncash/ExtractData
For example, you can extract unencrypted .ogg files from Bgm.dpk.
However, I have no idea why this was the only software out of many extraction tools that actually worked.
I'm just a noob modder, so I just brute force the software I have.
I can't be of any more help to you guys beyond this.

Sorry.

BGM.png

Posted

The DPK format is fortunately straightforward. Archives have a 32-byte header with a magic ID and amount of files in the archive, followed by tabular records listing compression type (4 bytes), ID# (4 bytes), offset (8 bytes), compressed size (8 bytes), and uncompressed size (8 bytes) for each file. Compression type 0 means raw (typically music or sound effects) and type 1 is ZSTD (everything else). I was able to extract the archives with a simple Python 3.14 program (attached for reference). No filename information that I've been able to find so far.

 

Model and texture format is FPAC which has been discussed here but I'm unaware of it ever being fully, publicly documented anywhere.

 

 

extract_dpk.py.txt

Posted

I created a plugin for Noesis.

 

(1) Please place script below.
<noesis>\plugins\python\fmt_loverkiss_fed2.py

(2) Unpack the DPK. Use the script by YyHiI5uEj2. Python 3.14 or higher is required to use compression.zstd.

> python extract_dpk.py CharaModel.dpk

(3) Change the file extension of the decompressed result from .file to .fed2, and open it with Noesis GUI.

 

Points to note:
- The mesh on both ears may collapse. The cause is unknown, and I couldn't fix it with my skills.
- Meshes can be exported from Noesis to .fbx, .gltf, etc., but to create a mod, a reverse conversion script for FPAC is required.

 

What I did was simply turn the file analysis results of the Switch version into a script. I am grateful to those who came before me.
 

fmt_loverkiss_fed2.zip

  • 2 weeks later...
  • 2 months later...

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