Recent Posts

Pages:  1 ... 6 7 [8] 9 10
71
User Mods / Re: Gameboy's Girls
« Last post by Gameboy on December 12, 2022, 02:47:04 PM »
any chance at getting a non mega crap link
i started this dl around 8pm yesterday and it is still only at 53% do to limit bull shit
sure can you tell me what girls you want u can @ me here or the discord
72
User Mods / Re: Whore Master 7
« Last post by Fruitymate on December 11, 2022, 09:40:36 PM »


"I also like to compile them in batches and and leave them in the characters folder but not in their own character folders." I'm not sure what you mean here.



So instead of putting each single .girlsx files into its corresponding character file, such as Resources\Characters\[Character Name]. I like to take a bunch of .girlsx files, usually from the same series, and put them together with the WMEdit into a bundle, and leave it in Resources\Characters. I could have worded it better in my previous post.
73
User Mods / Re: Whore Master 7
« Last post by h1262216 on December 11, 2022, 08:50:37 AM »
Thanks for the error reports and comments.

@zenkls
I've tried to reporduce the error on my end, but so far without success.

@Fruitymate
It should definitely not be necessary to redo all the girlsx files (or, actually, add `images.xml`). While doing so would improve the image selection, the default based on file names should still be good enough. I've tested it with a few packs, and it seems to work. Maybe the gamelog can give some more info on what goes wrong in your setup. It produces some output related to image selection, generally prefixed by `INFO:    [image]`.
If you get two messages `Looking for image` in a row, without any `Selected image` inbetween, that means that for this particular lookup, fallback images were used.

If the problem occurs with a specific pack that is around here for download, I could also try to debug that pack.

"I also like to compile them in batches and and leave them in the characters folder but not in their own character folders." I'm not sure what you mean here.
74
User Mods / Re: Gameboy's Girls
« Last post by robin213666 on December 10, 2022, 03:23:41 PM »
any chance at getting a non mega crap link
i started this dl around 8pm yesterday and it is still only at 53% do to limit bull shit
75
User Mods / Re: Whore Master 7
« Last post by Fruitymate on December 07, 2022, 11:46:16 PM »
I Personally Have an issue where a good amount of the time, the unique girls will use the default images instead of the images in their folders in the characters file, I dont know it means I need to redo all of the girlsx files but it wasnt an issue before in 6.03. I also like to compile them in batches and and leave them in the characters folder but not in their own character folders.
76
User Mods / Re: Gameboy's Girls
« Last post by Gameboy on November 29, 2022, 12:50:34 AM »
Update Nov 28th 2022

Added

Cyberpunk Edgerunners:
-Lucy

Updated

Overlord:
-Albedo (85 images, 7 gifs)
-Shalltear Bloodfallen (62 images, 1 gif)
77
User Mods / Re: Gameboy's Girls
« Last post by Gameboy on November 29, 2022, 12:50:05 AM »
Update Oct 27th 2022

Updated

Spy x Family:
-Yor Forger (80 images, 15 gifs)

Rent a Girlfriend:
-Chizuru Ichinose (87 images, 10 gifs)
-Ruka Sarashina (41 images, 2 gifs)

Nisekoi:
-Kosaki Onodrea (58 images, 2 gifs, girlsx)

Quintenssential Quintuplets:
-Ichika Nakano - (88 images, 2 gifs)
-Itsuki Nakano - (111 images, 4 gifs)
-Miku Nakano - (112 images, 4 gifs)
-Nino Nakano - (158 images, 8 gifs)
-Yotsuba Nakano - (119 images, 9 gifs)
78
User Mods / Re: Whore Master 7
« Last post by zenkls on November 23, 2022, 05:42:35 PM »
Hi!
I think i found a bug, with the version 7.1.2 i think when a girl birth and the daughter go to dungeon generate a crash. It's happen when i click next week button.
This  it doesn't happen in the version 6.4.1. i tried to attach the gamelog but it's too big.
Thanks for the help and sorry my english.






[/size][/color][/size][/color][/size][/color][/size][/color]
[/size][/color]
79
User Mods / Re: Whore Master 7
« Last post by big fan of fans on November 20, 2022, 04:26:20 PM »
Thanks, that was pretty fast and the problems seem fixed. Yeah, that last point about software development is definitely true a lot, lol. Speaking of reworking items, I just figured I'd let you know that misc. items haven't been properly applying their Skill, Stat, or Trait effects for a while now, so that may be something worth investigating when you do get around to items if you weren't aware already. They do still correctly apply any effects that specifically check for the item, such as the end of week events for the nightmare orb or the chrono bed.

Edit: Nevermind, I don't believe the first issue is completely fixed with how you modified the LevelUp function. While the original bug message does seem to be gone, I am instead getting variations similar to this new error message under the same conditions:
"Error when processing building Farm: basic_string::_M_construct null not valid"
I believe that it is likely that some of the functions that the gain_trait functions relies upon aren't able to handle the nullptr that your fix introduces, instead producing the new message because I can no longer reproduce the error if I once again adjust the random index range to not include the nullptr.
80
User Mods / Re: Whore Master 7
« Last post by h1262216 on November 20, 2022, 01:58:21 PM »
Thanks for the report, and the thorough investigation.

I've found the source of the second bug: Before, the list of traits that a Therapy can remove was set within C++, so the provided `const char*` would be valid for the entire program lifetime. Now it is loaded from an xml file, so it is no longer save to keep the char pointer. Switching to std::string for the `sRemoveTrait` struct solves the problem.

The reason it crashed in the detail screen is that is was trying to generate the scores for the different "jobs" that a girl can take, and thus checking these traits, with whatever bogus ended up at that memory location.

The cleanup of the code is certainly an ongoing process. There are still some parts that I haven't really gotten to (items, gold, customers, rivals), and for some of those that I have changed, by now I'd like to redo some things. The usual story of software development, I guess.
Pages:  1 ... 6 7 [8] 9 10