KryxRed Posted November 30, 2025 Posted November 30, 2025 (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 Edited January 24 by KryxRed Title 6
adolsilver Posted December 2, 2025 Posted December 2, 2025 I would love to have a nude mod for this. 4
NameIsNobody Posted December 2, 2025 Posted December 2, 2025 Mods would be really awesome! I hope the mod creators from the Switch version come over to help out. 4
ScarletNoir Posted January 24 Posted January 24 it's been a little bit, has there been any modding activity on this? 1
KryxRed Posted January 24 Author Posted January 24 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. 1
Guest Posted January 24 Posted January 24 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. Like CharaTex and CharaModel is where the files we want to edit are.
da-xiong-mao Posted February 7 Posted February 7 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. 5
YyHiI5uEj2 Posted February 9 Posted February 9 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 8
NameIsNobody Posted February 16 Posted February 16 Thanks! That gives hope for modding. I hope someone picks it up now
tmkz9741 Posted February 17 Posted February 17 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 9
snowfall_autumn Posted May 23 Posted May 23 Hello, could you please make a mod for this game? Thank you very much!!!
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