pendejo6999

New Member
Jul 28, 2022
1
0
Hi, I remember playing this game a while ago, but now that I'm back, I see that they've added a lot of things and I'm lost. Can someone explain it to me and tell me where I can download everything? Thank you :(
 

fulcrum

Engaged Member
Feb 2, 2018
3,597
2,112
pretty sure this would be a fun little character randomizer & abuser if the game werent so big on the interaction system thats too clunky to use with mouse & keyboard. maybe as a VR game, but not this. Somewhere in between the current and fixed animations like in illusion games would be best. i was very partial to yuusha and one of its predecessors for several reasons, too bad that all was seemingly a dead end.
 
Last edited:

urmum123

Member
Feb 7, 2020
315
164
question, is it possible to use the monkey editor to make a profile or can you pass a saved character to turn it into a profile? with the monkey editor you can exaggerate even more certain characteristics like the size of the breasts, hips, etc. I would like to create a profile with those exaggerated measures, so that the game starts to create characters related to those measures that are not as an option in the common editor to create profiles.
 

ikaruga

Well-Known Member
Modder
Donor
Respected User
Aug 11, 2016
1,197
2,549
I can't save clothing, I would like to save a nude on, or a "no underwear on", but following the in game help, i need to put on camera then middle mouse button, but it removes model, no save outfit ...
 

TaelF

Newbie
Jan 29, 2018
39
51
if the game werent so big on the interaction system thats too clunky to use with mouse & keyboard. maybe as a VR game, but not this.
Game actually isn't as bad if you use the Better Experience improvements, altho that mod has been buggy for me and the new controls always end up breaking, but it kind of plays like Surgeon Simulator, in the sense that its pretty confusing until you get the hang of it, with the default controls I will never understand how to rotate the hand to fap :HideThePain:
 

Hryme

Member
Aug 15, 2016
271
234
Any pros here have a quick idea on how to rate okay. I don't know what I am doing wrong but in my second generation I often get girls that doesn't look good.

I try to vote something I like at 10 for every category in the first week but somehow the girls still spawn ugly.

Is it needed to rate every girl in everything?

I hoped it was possible to just rate what you liked on each girl at 10 and just leave the rest at 0.
 
Jan 7, 2022
362
474
Any pros here have a quick idea on how to rate okay. I don't know what I am doing wrong but in my second generation I often get girls that doesn't look good.

I try to vote something I like at 10 for every category in the first week but somehow the girls still spawn ugly.

Is it needed to rate every girl in everything?

I hoped it was possible to just rate what you liked on each girl at 10 and just leave the rest at 0.
When you open the rating screen, set everything to 5. That does what you think zero does. Five means you don't have an opinion. Then tic the sliders up or down, a little or a lot, depending on what you can observe.
 

Hryme

Member
Aug 15, 2016
271
234
Thanks. That will really help.

Edit: As a user interface improvement the default rating should be set at 5 and not 0 then if the developer reads this.
 
Last edited:

urmum123

Member
Feb 7, 2020
315
164
guys, is it possible to use the monkey editor to make a profile or can you pass a saved character to turn it into a profile or load or load a single interview character with a monkey in game, to be able to score it and have more of them come out? with the monkey editor you can exaggerate even more certain characteristics like the size of the breasts, hips, etc. I would like to create a profile with those exaggerated measures, so that the game starts to create characters related to those measures that are not as an option in the common editor to create profiles.
 
  • Like
Reactions: Vbrz

bloodbeetle

Newbie
May 13, 2018
53
71
guys, is it possible to use the monkey editor to make a profile or can you pass a saved character to turn it into a profile or load or load a single interview character with a monkey in game, to be able to score it and have more of them come out? with the monkey editor you can exaggerate even more certain characteristics like the size of the breasts, hips, etc. I would like to create a profile with those exaggerated measures, so that the game starts to create characters related to those measures that are not as an option in the common editor to create profiles.
just edit the character or clothing on monkey and save it with your phone or camera depending on what you want. i always use it that way
 

urmum123

Member
Feb 7, 2020
315
164
just edit the character or clothing on monkey and save it with your phone or camera depending on what you want. i always use it that way
actually that's what I do, but I would like that little by little the game starts to generate those characters and not that I have to make them manually, it's much more pleasant with the surprise factor.
 
  • Like
Reactions: ricche

arthurthethird

New Member
Feb 25, 2022
6
6
actually that's what I do, but I would like that little by little the game starts to generate those characters and not that I have to make them manually, it's much more pleasant with the surprise factor.
What I did was Editting them using monkey editor then start Rating them based by what I did from the monkey generator and the more higher the rate is the better model you will get after. I've been getting less and less model with a weird ass make up and nylon hair XD
 
  • Like
Reactions: M925Ya

Vbrz

Newbie
Sep 7, 2022
15
37
guys, is it possible to use the monkey editor to make a profile or can you pass a saved character to turn it into a profile or load or load a single interview character with a monkey in game, to be able to score it and have more of them come out? with the monkey editor you can exaggerate even more certain characteristics like the size of the breasts, hips, etc. I would like to create a profile with those exaggerated measures, so that the game starts to create characters related to those measures that are not as an option in the common editor to create profiles.
Agree, it seems to be very usefull feature right now. The example of it can be the purpose of creating high-rated model, where I do need several specific options (like legs and arms thickness, tallness etc), and I want the autorating profile to help me with them namely: I dont care about hands/feet size, any will do, but those values will affect the rating. And so, when I meet the girl I like, I would like to update my current autorating profile with all the values from her. It can be done manually, by creating the monkey custom json with all the ratings, screening/papering it somewhere and creating the new profile manually ingame, but it seems quite boring =)

I would suggest this can be solved by modders (I'm not that smart) in such a way:
When the new girl arrives, profile [current profile] rating file is automatically created (and placed somewhere, saying, with guest_last_... .json). Then [new] profile is created based on [current]. All the profile features I've marked important (all those features should be stated in some separate file, one set for each of 10 groups) are copied from the [game] profile (created in-game normally and set in-game as a autorating profile). All the minor features are being coping from [current] profile. Then [new] profile should be loaded and applyed in-game.

For inspiration, here is the python code for reading the profile.png options (not perfect =):
Python:
# -*- coding: utf-8 -*-
"""
Created on Fri Apr 28 12:15:48 2023
@author: V
"""
# import os
import pprint

game_save_folder = 'C:\\Users\\V\\Documents\\TValle Games\\Some Modeling Agency\\'  #check this path and insert yours!
game_chars_folder = game_save_folder+ 'Characters\\v08\\'
game_profile_folder = game_save_folder+ 'Profiles\\v08\\'
#filename = game_chars_folder+ 'Antoinette Cody.png'     #check this path and insert yours!
filename = game_profile_folder+ 'SlimBusty_MedEasy.png'   #check this path and insert yours!

# chunk generator
def chunk_iter(data):
    total_length = len(data)
    end = 4

    while(end + 8 < total_length):   
        length = int.from_bytes(data[end + 4: end + 8], 'big')
        begin_chunk_type = end + 8
        begin_chunk_data = begin_chunk_type + 4
        end = begin_chunk_data + length

        yield (data[begin_chunk_type: begin_chunk_data],
               data[begin_chunk_data: end])

with open(filename, 'rb') as fobj:
    data = fobj.read()

# check signature
assert data[:8] == b'\x89\x50\x4E\x47\x0D\x0A\x1A\x0A'
print("-" * 80, "chunks of: %s" % filename, "-"*80, sep='\n')

for chunk_type, chunk_data in chunk_iter(data):
    print("chunk type: %s" % chunk_type.decode())
    if   chunk_type == b'le.C':  #for character data
        charChunkData = chunk_data.decode()
        # charChunkData = charChunkData[:100]
        # print("--chunk data:",  chunk_data.decode())
    if   chunk_type == b'lePo': #for profile
        profileChunkData = chunk_data.decode()
        # print("--chunk data:",  chunk_data.decode())
    if   chunk_type == b'iTXt':
        print("--chunk data:",  chunk_data.decode())
    elif chunk_type == b'tEXt':
        print("--chunk data:", *chunk_data.decode('iso-8859-1').split('\0'))
      

prof = profileChunkData[len("rtraitData"):]  #Me was lazy ;P
import json
prof_d = json.loads(prof)
pprint.pp(prof_d)
You can read the marks (interpretations) in-game with monkey custom mods json (stored in \SMA 0.9.8c\BepInEx\config\Monkey\Mods\myCustom_doityourself.json) like this (dont forget to color and bold the caption for tits size!):
JSON:
    {
        "Name": "<color='#FFFAF0'>Face</color> <color='red'>Anger</color> Gain",
        "Type": "Enum",
        "Level": 3,
        "Path": [
            "<MainFemaleCharacter>/Infos/Interpretaciones",
            "InterpretadorDeFemales",
            "interpretacion/interpretacionDeFacialSkin/difficulty/anoyanceGain"
        ]
    }
(read monkey's manual for details)

Well, it seems to work similar to BH alternative genes, but not touching the girls directly - only the autoratings, which, I belive, can help a lot in testing strategies and speed up the process, almost without cheating =)
Me really want at least profile-dump feature for the current model, please point me in case it is already realized and I've missed it =)
 
Last edited:
  • Like
Reactions: urmum123
4.10 star(s) 168 Votes