bbva Posted May 12, 2020 Posted May 12, 2020 21 hours ago, RegioTx said: Is there a mod for this outfit? Thanks What effect do you want?
gswg94 Posted May 12, 2020 Posted May 12, 2020 On 5/9/2020 at 1:27 AM, RedDogSlay said: Are you trying to have one key change the face, and one key change the eye colour? I did a similar thing, however in my case I created a texture for every single possibility and used if/else loops so that I can use individual keys to change the lip, makeup, and eye colour. That may be the solution you're looking for, but if you do find an easier way to change the face texture and then only the eye colour with using a single texture, then please let me know. It would save a lot of time and resources for the current method I'm using. If you can't figure out how to do it, then I could upload my version for Honoka for use, except you'd also have to use the accompanied body skin textures since I made Honoka slightly tanner. Or I could share the code I used and you could try to get what you want from that. oh plz. would you show me the way?
gswg94 Posted May 12, 2020 Posted May 12, 2020 On 5/8/2020 at 1:10 PM, krunkDunk said: you need a condition for [Key] sections and each [Key] section needs a unique name ( per ini file ) [KeyCycleFace] condition = $mod_active == 1 key = ctrl h type = cycle run = CommandList1, etc... to set the $mod_active when the face is being rendered I'd recommend something like... [Constants] global $mod_active = 0 [Present] $mod_active = 0 ; I would use the ps-t0 hash from a dumped dds texture of her face [TextureOverrideHonokaFace] hash = ?????? $mod_active = 1 ... or [Constants] global $mod_active = 0 [PresetActive] $mod_active = 1 [TextureOverrideHonokaFace] hash = ?????? Preset = Active ... I don't fully understand the [Preset] Section, but I saw it in one of Ausgeek's costume mods, and it eliminates the need for the [Present] section which also I didn't fully understand... PS. I'm not sure if the $mod_active condition is required, but it is a good practice to stop other mod's same hotkeys from changing your mod's settings unintentionally thx i will try it someday
HurtJuice Posted May 12, 2020 Posted May 12, 2020 so I removed Kanna's pigtails but it seems like the engine thinks it's still there so it's not applying DoF effect correctly. any way to fix this? 1
etsorhtt Posted May 12, 2020 Posted May 12, 2020 4 hours ago, HurtJuice said: so I removed Kanna's pigtails but it seems like the engine thinks it's still there so it's not applying DoF effect correctly. any way to fix this? I can't 100% confirm with Kanna without looking at it, but working on my hairmod for Luna I discovered that while the game uses hair models split into parts, there's a separate slightly simplified joined together mesh used for casting actual hair shadows and that's what you probably seeing there. Has to be edited/replaced(which I ended up doing).
ayawrxsti Posted May 12, 2020 Posted May 12, 2020 3 hours ago, etsorhtt said: I can't 100% confirm with Kanna without looking at it, but working on my hairmod for Luna I discovered that while the game uses hair models split into parts, there's a separate slightly simplified joined together mesh used for casting actual hair shadows and that's what you probably seeing there. Has to be edited/replaced(which I ended up doing). where can ya find the kanna hair mod that removes the horns and pigtails? thanks man
tks6021 Posted May 13, 2020 Posted May 13, 2020 https://doax-venusvacation.jp/info/14463.html Please cooperate with the official Twitter Follow & RT campaign. Way to participate ① Follow the official Twitter (@doax_vv_staff) ②Target Tweet Depending on the number of retweets of the target tweets, up to 20 Gacha Tickets and 30 Trend Gacha Tickets will be presented to all !!! 2
xikagou Posted May 13, 2020 Posted May 13, 2020 I found a easy way to switch DOF(depth of field), due to "Gacha Demist" cause DOF invalid,so I try to modify it ,even though I haven't learned code at all,I just used exclusion to locate the code,and try to add "if endif" code,following is the answer: I simplified hot key,and deleted a mode I add an if code Final, I can use Shift+F to switch DOF Gacha Demist.zip 1
LLLOVERS Posted May 13, 2020 Posted May 13, 2020 3 hours ago, xikagou said: 「ガチャデミスト」によりDOFが無効になるため、DOF(被写界深度)を切り替える簡単な方法を見つけました。コードをまったく学習していなくても、DOFを変更してみます。除外を使用してコードを特定しました、そして「if endif」コードを追加してみてください、以下が答えです: ホットキーを簡略化してモードを削除しました ifコードを追加します 最後に、Shift + Fを使用してDOF Gacha Demist.zipを切り替えることができます If you put this mod in, the layout of the roulette table will disappear. It disappears even if I press F2 to switch. Uses Google Translate
xikagou Posted May 13, 2020 Posted May 13, 2020 1 hour ago, LLLOVERS said: If you put this mod in, the layout of the roulette table will disappear. It disappears even if I press F2 to switch. Uses Google Translate Ah, that makes sense,I don't know why until you just said,but I seldom play this,I don't understand the rule ,and auto play winrate is lower than 21 point (the former used to have a high winrate until last updated)。 I finally set F12 to be the hot key,it's so convenient to switch DOF,but when you play roulette table,you have to disable demist.ini temporarily。 Uses Google Translate too,this translation engine is really terrible,I very anxious to smashing the keyboard。 1
WOPsbahT Posted May 13, 2020 Posted May 13, 2020 9 hours ago, tks6021 said: https://doax-venusvacation.jp/info/14463.html Please cooperate with the official Twitter Follow & RT campaign. Way to participate ① Follow the official Twitter (@doax_vv_staff) ②Target Tweet Depending on the number of retweets of the target tweets, up to 20 Gacha Tickets and 30 Trend Gacha Tickets will be presented to all !!! 1
ayawrxsti Posted May 13, 2020 Posted May 13, 2020 44 minutes ago, FullPower88 said: Any mod? https://www.loverslab.com/topic/138649-doaxvv-mod-postingmod-updates/?do=findComment&comment=2927699 already have another person made it:) 1
FullPower88 Posted May 13, 2020 Posted May 13, 2020 15 minutes ago, ayawrxsti said: https://www.loverslab.com/topic/138649-doaxvv-mod-postingmod-updates/?do=findComment&comment=2927699 already have another person made it:) Thanks, but it has errors Pantsu bug
vamp3003 Posted May 13, 2020 Posted May 13, 2020 Anyone know what setting to change for Monica to stop using her casino costume always? I did it once but had to reinstall and no idea where it was set.
Fiuzo Posted May 13, 2020 Posted May 13, 2020 @FullPower88 I think you have Steam like me, go for knight77 mod for Honoka and Marie, and if you want can also download minazuki mod for Common, but for working togheter you need use only minazuki .ini files and remove all common files from knight77 and after use this workarround: I hope you understand (sorry but my english is not too good)... its pretty easy to do! Or if you want only Honoka use only knight77 mod! Here Marie Rose, Honoka and Momiji with combined mod and workarround: I hope this can help you! EDIT: i see now in your first screenshot you have Malfunction active (for some costumes can cause issues) try disable it 2
gulliverstravels Posted May 13, 2020 Posted May 13, 2020 Hey guys new here so a few questions. Firstly deviantart used to have loads of pictures that have been removed, let say these included more than just one character on screen. Where can I find such pictures? Similarly is there a website with the girls in all the different suits? Thanks!
ayawrxsti Posted May 13, 2020 Posted May 13, 2020 3 hours ago, FullPower88 said: Thanks, but it has errors Pantsu bug try x1 x2 x3 and z1 z2 z3 1
Donline- Posted May 14, 2020 Posted May 14, 2020 19 hours ago, gulliverstravels said: Hey guys new here so a few questions. Firstly deviantart used to have loads of pictures that have been removed, let say these included more than just one character on screen. Where can I find such pictures? Similarly is there a website with the girls in all the different suits? Thanks! Over seventy four thousand when logged in Roughly fifty three thousand logged out... Shuubaru or knight77 for lotsa costumes Haven't perfected any cannonical .scenes accurately yet ? - @WeebSheep Got any "face" wetmaps or spec files working? like previous post Making all DOAXVV character default files EDITABLE with a working script at some point
xxxxxxly Posted May 14, 2020 Posted May 14, 2020 19 hours ago, FullPower88 said: ? STEAM this mod cannot Color Variation
WeebSheep Posted May 14, 2020 Posted May 14, 2020 2 hours ago, Donline- said: Over seventy four thousand when logged in Roughly fifty three thousand logged out... Shuubaru or knight77 for lotsa costumes Haven't perfected any cannonical .scenes accurately yet ? - @WeebSheep Got any "face" wetmaps or spec files working? like previous post Making all DOAXVV character default files EDITABLE with a working script at some point tbh i don't know what that means, it's one of my first mods so I don't know all the terms.
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