asdfdragon1 wrote: ↑Sun Jul 25, 2021 10:11 pm
Okay then thanks for clearing that up. And I can understand why they would decide to do that. And I said I would ask around as a way of being polite instead of insinuating he made a mistake. Because I’m not coder so I didn’t want to say something I didn’t know.
Though removing the voice over for the fact reveal dialogue still makes no sense to me. Which I just found out is not a problem I alone experience which results in it making even less sense. Sorry just had to get that out.
No worries, I'm not a coder either so I wouldn't know anything either (So don't believe EVERYTHING I say!). All I did is notice the repetitive pattern of the game's format in their code, and I simply used that. (Aaaand this is where I start taking my explanations too far..)
This game especially has that aspect of repetitiveness to it more than others, it's the same for dates/sex (DFr_[NAME]_Date/Sex#) with the only exception being Aim-E and Eva Elfie which Aim-E has the code name of "GAMERGIRL" and Eva Elfie doesn't have a "_" to separate her first/last name (But that's most likely because that's supposed to be her "Social Media"/"Porn Stage" name I guess? Idk lol)
girls with full names are weird too. In some cases (Finja, Freya and Suraimu) they use the full name in the code (For example: DFr_
Suraimu_Mire_Date1), or other cases (Foxy and Asa) they use only their first name (For example: DFr_
Foxy_Date1)
Which, it's pretty convenient for us if you think about it. This simply means that next characters (Let's take "Aki", an upcoming character, as an example) will most likely be something along these lines:
Getting the girl will likely be: "GIRL_AKI" with a code length of [8]
Dates for Aki can be predicted as the following: (By the way, [#] means the code length you put in cheat engine)
- DFr_Aki_Date1 [13]
DFr_Aki_Date2 [13]
DFr_Aki_Date3 [13]
DFr_Aki_Date4 [13]
DFr_Aki_Date5 [13]
and
- DFr_Aki_Sex1 [12]
DFr_Aki_Sex2 [12]
DFr_Aki_Sex3 [12]
DFr_Aki_Sex4 [12]
This also includes predicting filling the affection: "DFr_Aki_ALLSTATSLEARNED" with code length of [23]. This can be predicted to be the same for the girl "Bobbie".
So when these girls come out, feel free to try these formats, maybe you'll get the girls/pictures before the spreadsheet updates!
From the formats we saw with the girls with 2 names to them (Aim-E Sparks, Asa Akira, Eva Elfie, Frinja/Freya Lindqvist, Foxy Thunder and Suraimu Mire) we can predict that there's 71% (5/7 girls) chance that the code name for "Karina Carrot" will be either:
"DFr_Karina_Carrot_Date/Sex#" or
"DFr_Karina_Date/Sex#".
However, if her name is a stage name, and not her real name (Like how Aim-E's name is not "Aim-E Sparks", but that's simply her gaming name, or "Eva Elfie" whose name could possibly be her porn stage/social media name, rather than her real one) then there might also be some difference in her code name, which considering it's 2/7 girls, it means it's a 29% chance (So pretty unlikely, but who knows?), in which case we might be able to predict her name if it follows Eva's format, meaning it'll be something like:
"DFr_karinacarrot_Date/Sex#".
Same with getting the girl herself (GIRL_KARINA [11] / GIRL_KARINACARROT [17] or something special like Aim-E's "GIRL_GAMERGIRL")
Unfortunately, this trend doesn't seem to work on animated/interactive images.
Granted, this might also be completely wrong and the format will be completely different, but this is the format that 3X has been using this entire time, and I don't see a reason why they're going to suddenly change it.
Once again, I have 0 experience with coding, this is just me looking through the information we already have and making conclusions based on the evidence we already have, so it could all end up being wrong.