labteclogitech Posted February 13, 2022 Posted February 13, 2022 (edited) Hi everyone, I'm new here and could realy need your help. The Mod Manager is quite helpful but I just can't get the results I'm looking for. What mods do I have to install to get my girls look like this? (Picture by DOAX-kasumi) Spoiler All I get is this... Spoiler Hopefully you can help me out. Edited February 13, 2022 by labteclogitech
J3pHR3_Y Posted March 10, 2022 Posted March 10, 2022 On 3/5/2021 at 6:32 AM, avenger54 said: Venus Vacation Custom Resolution Patcher A little tool to patch DOAX_VV.exe to support more resolutions. Simply choose which default resolution to change. The DOAX_VV.exe will be backed up as DOAX_VV_backup.exe. Updated with more resolutions. DOWNLOAD: vv_res_patcher.exe 24.5 kB · 586 downloads @avenger54I understand that you achieve this by editing hex value inside DOAX_VV.exe binary executable file because I have a legecy script that using sfk.exe (Swiss File Knife) to do it as well. But there is one more thing, I have another script that can unlock the 60-frame limit by editing DOAX_VV.exe. I have been using it from 2020 and I was able to run the game at 160fps, which is exactly my monitor refresh rate. (Yes, I have hardware capable of doing that and my account did not receive any forms of warning or punishment in the past two years, which means it is not recognized as any form of cheating) Moreover, DOAXVV has animation frame bound to actual frame rate. Every in game animation plays twice faster when running above 120fps, which save tons of time. But a recent update around 1.30.2022 made my script obsolete. @echo off & pushd %~dp0 copy DOAX_VV.exe DOAX_VV.backup>nul & copy DOAX_VV_Launcher.exe DOAX_VV_Launcher.backup bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /69c0809698004869cf80969800/c7c00100000090909090909090/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /00f2480f2cf84885c07e3e/00F2480F2CF84885C0EB3E/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /0a03482b05bfe20a034869c080969800/0A03482B05BFE20A0348C7C001000000/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /c848f7f14869c880969800/C848F7F148C7C180969800/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /4803d84969c18096980048/4803D848C7C08096980048/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /004885c07435483bc37330/004885C0EB35483BC37330/ echo 已经备份文件,后缀名为.backup pause I am sure that developer has adopted a new way of compiling DOAX_VV.exe. But I don't know where to find the right value to edit that can unlock frame limiter again. I tried HxD and ResourceHacker but still can't figure it out. Can you elaborate on how you find the right hex value and generate the right value to replace them?
SepticSpoon Posted March 20, 2022 Posted March 20, 2022 I understand the whole: Find the hash number to remove parts of the clothing - rinse and repeat till you have your desired look and then assign key's to them or menu icons etc, How does one add the nude body in place of the empty space? For example, some underwear have a "wedge" in the crack and once removed, it leaves a big gap there. Is there a way to add the nude body using the mod maker tool and if so, can you explain how to go about this? Also, as a side note: I'm not sure if it's possible to remove keys from the right click hash > key menu as I didn't know you only had to add the key combination once on the menu and then use the right click hash > key menu to assign that key. I thought you "assigned" the key with the UI so I went round and clicked the ADD button ctrl 1 on all of the hashes and now in my keys menu, I just have a bunch of "ctrl 1" and have no idea how to remove them from that list. I now understand how it works, but is was just confusing at first how that worked.
DOSDOS Posted May 11, 2022 Posted May 11, 2022 Hello. @avenger54 CostumeCustomizer has been upgraded and the number of slots has been increased from 240 to 480. I would very much like to see the release of a Mod_Manager that supports these slots. 7
LordJerle Posted May 14, 2022 Posted May 14, 2022 I downloaded a couple of mods from the online thing and now I'm getting an error. The mods don't appear to be working, so how do I resolve this? What file do I edit what it says to put the entry into?
xxfhvd Posted June 27, 2022 Posted June 27, 2022 I've had some troubles, my management system was working fine until then. But today it told me that I can't connect to the online storage space because of my server addition problem. But I have deleted the manager and downloaded it again and still have this problem。 1
private368 Posted July 22, 2022 Posted July 22, 2022 Coukd someone help me to figure out how to fix this?
gagn1236744 Posted July 26, 2022 Posted July 26, 2022 On 7/22/2022 at 1:47 PM, private368 said: Coukd someone help me to figure out how to fix this? I can't see the image.
Cerberrius Posted August 7, 2022 Posted August 7, 2022 On 5/4/2020 at 8:27 PM, avenger54 said: - In game enable hunting mode and make a frame dump of the outfit you want to modify. How I can enable it? There is no any buttons described.
Stocksman Posted August 7, 2022 Posted August 7, 2022 1 hour ago, Cerberrius said: How I can enable it? There is no any buttons described. At first, open "d3dx.ini" and find "[Hunting]" section. You can find like below. hunting=0 Edit this like below. hunting=2 Save "d3dx.ini" and reload ( Press F10) . Then you can enable hunting mode by Numpad 0 key. Detail information about hunting mode is described in "[Hunting]" sections. 1
Omni_Noesis Posted August 20, 2022 Posted August 20, 2022 On 3/10/2022 at 5:57 AM, J3pHR3_Y said: @avenger54I understand that you achieve this by editing hex value inside DOAX_VV.exe binary executable file because I have a legecy script that using sfk.exe (Swiss File Knife) to do it as well. But there is one more thing, I have another script that can unlock the 60-frame limit by editing DOAX_VV.exe. I have been using it from 2020 and I was able to run the game at 160fps, which is exactly my monitor refresh rate. (Yes, I have hardware capable of doing that and my account did not receive any forms of warning or punishment in the past two years, which means it is not recognized as any form of cheating) Moreover, DOAXVV has animation frame bound to actual frame rate. Every in game animation plays twice faster when running above 120fps, which save tons of time. But a recent update around 1.30.2022 made my script obsolete. @echo off & pushd %~dp0 copy DOAX_VV.exe DOAX_VV.backup>nul & copy DOAX_VV_Launcher.exe DOAX_VV_Launcher.backup bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /69c0809698004869cf80969800/c7c00100000090909090909090/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /00f2480f2cf84885c07e3e/00F2480F2CF84885C0EB3E/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /0a03482b05bfe20a034869c080969800/0A03482B05BFE20A0348C7C001000000/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /c848f7f14869c880969800/C848F7F148C7C180969800/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /4803d84969c18096980048/4803D848C7C08096980048/ bin\sfk.exe replace DOAX_VV.exe -yes -bin -pat /004885c07435483bc37330/004885C0EB35483BC37330/ echo 已经备份文件,后缀名为.backup pause I am sure that developer has adopted a new way of compiling DOAX_VV.exe. But I don't know where to find the right value to edit that can unlock frame limiter again. I tried HxD and ResourceHacker but still can't figure it out. Can you elaborate on how you find the right hex value and generate the right value to replace them? Is their any active mod that unlocks the frame rate? When doing a search this is the only hit that comes up.
DoMopi Posted September 13, 2022 Posted September 13, 2022 THANKS a million for Mod Manager, it's so useful. @avenger54 Is it possible to edit already existing mods with ModMaker, like importing them? Or is loading in-game hashes the only option to make a mod? For example a lot of CC costumes have outdated shaders and I'd like to edit that without having to create an entirely new mod myself (since I don't have the outfits in my game, I can't use hunting mode to find hashes, and even if I could that's still a bit too difficult for me ^^u) If that's not possible with Mod Maker, are you open to creating a mod editor in the future or does one exist already?
Boat_Ho Posted October 15, 2022 Posted October 15, 2022 On 9/29/2021 at 9:49 AM, azndragon2222 said: ive been havin g this issue for the past few days as well It has started happening to me now a couple of days ago, before that no problems. 1
Keklyf Posted October 20, 2022 Posted October 20, 2022 Anyone figure out how to make the mod manager connect to the online server?
xHaRukO3x Posted October 23, 2022 Posted October 23, 2022 this is a scam, the mod manager doesnt even work
DoMopi Posted October 24, 2022 Posted October 24, 2022 guys calm down... avenger54 hasn't been active on the forums for a while as he's said before that he's busy. This problem seems to have started when loverslab crashed days ago, so maybe the site now has a different server url or something (I'm not sure how all of that works) Currently connecting to the server doesn't work, sure, but remember that all connecting to the server does is list all of the files currently uploaded to the downloads section, so as a workaround, you can manually go through those very same files by going here and downloading the ones you want, then it takes 5 seconds to extract them in the appropriate folder (appearance, mods, hair etc). Then right click on the manager and click on update to see all the folders and sub-folders in your Mods directory. I personally never use the online server and use ModManager offline to see all the mods I have and enabling/disabling them easily or find conflicts, you can still do all of that without connecting to the server. Even the 3DMigoto version in the mod manager is outdated anyway. And besides, most of the mods available for the game are not actually uploaded in the downloads section, they are in several modders' topics only. So here is a list of the essential files you need for mods to work and the most basic threads you should be following, to make this time without online connection a bit easier for everyone, and please read these threads' main posts as they contain many more useful links that the manager doesn't have: The number 1 thing you need is 3DMigoto, the description also has links to most of the skins you need to install and other goodies, so make sure you check all of them out, but I'll link most of them here anyway. Spoiler The second thing you need are skins. Jenovate's skins are in my opinion the best choice, but it doesn't have all of the girls yet, so download the missing girls' textures from other modders like eromaro, here are eromaro's Honoka-type skins as well. Another great choice is HI-METAL's v3 or v4 textures. The third and final thing is downloading the up-to-date version of the d3dx.ini file and overwriting the one that came with 3DMigoto. As far as I know the most up-to-date and the one most people use is Teddy's, which you can find in his mod thread's first post. Remember: if you use Steam Global or Johren to play (aka English or non-japanese-only language version), download only the global version file, and only download the versions of mods that say STEAM, not DMM. If you use DMM, or the Japanese-only version of the game on Steam, then download only the DMM version file, and only download the versions of mods that say DMM, not STEAM. Once you have all of that downloaded (and made sure you don't have any mod conflicts by pressing F10 in-game) we can move onto the customization mods: Makeup mod and Facial Expressions mod, you can read more about these and get other stuff in avenger54's post. There's also hair color mods that are not in the downloads section, like these ones. Besides the costume mods you will find in downloads, here are 3 threads I consider essential: Teddy's mods, CeeZ_M's mods, and Yorom's mods. Also don't forget to grab Costume Customizer and SwimsuitSwapper, these are great for people that just started playing and don't have a big variety of swimsuits yet. In short, to make the most out of this game and its mods, the online server connection should be the least of your worries, and you should only need the 3DMigoto post links to have all the most basic stuff, then take it upon yourself to search for, and compile your own mod collection. There are things that aren't even on this forum, like patreon mods (most of them are public and for free, but please support all of the people I have linked if you can afford to) and google is always your friend. I really hope this helped. 17
kakayijo160 Posted October 28, 2022 Posted October 28, 2022 for help me:why seems like there's no conection to the sercer? 1
vamp3003 Posted November 19, 2022 Posted November 19, 2022 Can you please add 3840 x 1600 to the resolution patcher
vamp3003 Posted December 4, 2022 Posted December 4, 2022 @avenger54 pls can 3840 x 1600 de added to the list, much appreciated
FullPower88 Posted December 23, 2022 Posted December 23, 2022 Any way to expand the 240 slots shown in the Mod Manager?
avenger54 Posted December 31, 2022 Author Posted December 31, 2022 I was absent due to personal issues and situation in the country so I wasn't able to update Mod Manager and other tools. Really sorry about that. I did start to write an updated version of Mod Manager but wasn't able to work on it because of all the issues. Hopefully I'll be able to resume the work in new year. 19
vamp3003 Posted January 1, 2023 Posted January 1, 2023 On 12/31/2022 at 3:39 PM, avenger54 said: I was absent due to personal issues and situation in the country so I wasn't able to update Mod Manager and other tools. Really sorry about that. I did start to write an updated version of Mod Manager but wasn't able to work on it because of all the issues. Hopefully I'll be able to resume the work in new year. Managed to do it via hex edit, not as quick as the res app but does the trick for now. Replace 8007000038040000 with 000F000040060000 for 3840x1600
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