Pchit

Member
Jan 24, 2018
183
176
yes i need help
When you extracted the game files, you had to create a new folder to put them in, correct? Well you extract the files of the Monkey mod in this folder that you created, it's as simple as that

Your game folder should look like this :
 
  • Angry
Reactions: Iluha

enkephalin07

Active Member
Dec 13, 2017
563
408
qwertyuq123 Could you add a volume slider for The Flat and The Bedroom videos? Does that require Monkey support? And and I assume the interactive console and 'gio' commands are part of your mod, since they save/load Better_Exchange files. What does 'gio' stand for, and is the random generation drawn from your pools or the base game?
 

Thora

Member
Jan 2, 2018
349
1,081
qwertyuq123
View attachment 2567080
You have Decay and Sensitivity reversed; Sensitivity is rate of increase with stimulation, Decay is how much the increase rate falls off as arousal rises. These settings make it impossible for a girl to climax.

I'd like to know how I can reconfigure genetics so that I don't have to manually adjust these for each character it's applied to.
While your interpretation of those UI sliders meaning is correct, I should stress here that this is a 'guess' on how T system works.

When you move the 'Generation' slider, it changes the value of 20 separate genes (ones that ends with EstimulatcionGenerada and SpotBonuses). In general the higher the slider value, the more 'stimulation' will be generated each time it triggers.

There are no 'decay' or 'sensitivity' gene in code. There is something called 'intervaloDeGeneracion'. It is a vector <min, max> that is used everywhere in code to control the frequency of generation of all emotions. Each slider control the min and max of 10 genes. (Note: min is sensitivity and internally reversed, so sensitivity 1, sets min to 0).

Those labels were created based on observed effects. Internally the game performs A LOT of operations on intervals as you interact with the model. The min/max values change overtime, which explains why some repeated actions like petting will not generate anything after a while.

So it is possible here that Q found some sets of values that 'works', even though they look odd in Monkey.

-T-
 
Last edited:
  • Like
Reactions: nont

qwertyuq123

Newbie
Dec 21, 2017
92
343
Could you add a volume slider for The Flat and The Bedroom videos? Does that require Monkey support?
I'd ask asset author about this

What does 'gio' stand for, and is the random generation drawn from your pools or the base game?
Guest IO is subset of commands related to read/writing character's genes. Early toolkit to edit genes in notepad.

Randomizer just calls game to randomize genes of current char. It does not use any ratings, but it changes current(it isn't purely random output) genes using some internal logic. That internal logic prevents immediate generation of monsters.

Eve is a preset that game actually randomizes to generate new characters. And it describes one of the key personality flaws. Average personality is bad, instead of being neutral. And then 50% of values can make it even worse.
 

enkephalin07

Active Member
Dec 13, 2017
563
408
Eve is a preset that game actually randomizes to generate new characters. And it describes one of the key personality flaws. Average personality is bad, instead of being neutral. And then 50% of values can make it even worse.
So Eve is part of the base game? I wondered how to select a different initializer, or swap them in console to use different base for different groups.

EDIT: I noticed some remarkable biases in personality traits that were only caused by the Modeling group, even after removing the couple lines dealing with any personality traits. And after I fixed a typo to one of my edits, I noticed this line:
Code:
                    "0Personalidad_TraitHumano*TightnessEndurance#0":                { "Value": 0.01 },
That wasn't the cause, still trying to figure out what is, but is there a reason for the leading 0?
 
Last edited:

PEANUT1125678

Newbie
Oct 6, 2022
33
15
When you extracted the game files, you had to create a new folder to put them in, correct? Well you extract the files of the Monkey mod in this folder that you created, it's as simple as that

Your game folder should look like this :
can you show how do i do mods on it
 

qwertyuq123

Newbie
Dec 21, 2017
92
343
So Eve is part of the base game?
Yeah, average genes aren't as good as game's defaults.

is there a reason for the leading 0?
It's weird way to disable pattern. Leading zero prevents matching any genes.

I wondered how to select a different initializer, or swap them in console to use different base for different groups.
There're 3 types of initializers: "eve", "center_eve" (where 0 and 1 replaced with 0.25 and 0.75) and "average" where everything is 0.5. Initializer takes effect only at first iteration when nothing is rated yet.

There is no integration with game's rating groups, but you can use console to create profiles manually.

You don't have permission to view the spoiler content. Log in or register now.

I noticed some remarkable biases
If we are talking about Grupo_*, then yes, AG does not change them, because rating(and mutating) them makes no sense. They map body parts to f,d,....aPlus groups. You can disable this behavior with "StandardizeGrupoGenes":false.

Other numbers are generated with mean 0.5 +-0.25. Which is actually not looking very good for personality.
You don't have permission to view the spoiler content. Log in or register now.
 

sig325

Newbie
Dec 23, 2018
59
55
Is there a way to save photos you take with your camera?
Hit "3", the camera appears, focus on the girls face, left click with mouse and a save message pops up with the girl's name. The photo is saved in the game's characters folder.
(Documents/TValle Games/Some Modeling Agency/Characters/v08/)
 
Last edited:

dudevoodoo

New Member
Feb 18, 2020
6
0
Hit "3", the camera appears, focus on the girls face, left click with mouse and a save message pops up with the girl's name. The photo is saved in the game's characters folder.
(Documents/TValle Games/Some Modeling Agency/Characters/v08/)
What about with the camera you get when pressing 4?
 

gozdal

Newbie
Jun 1, 2017
27
11
Im done slacking so here is Some Modeling Agency 0.9.7A Pre-installed with both Monkey, BetterExperience and some other additions:








All of these sites are suspiciously similiar to anonfiles somehow, so i wonder if these sites are run by the same owner of Anonfiles :unsure:
(anonfiles is blocked by some ISPs so here are some mirrors instead)
i fixed a little of my broken english

SHA512SUM for the paranoid, or broken downloads:
838418350f409e5287dc278de6e5844eea6ff66d751a19f6076bd5a6985820cafd38e5b76c2de5df2a5a865f548426af5d0cfc552d57dd9e1249952dcc356175
hey, idk why but for me that version is running but monkey mod doesn`t appear
edit. i`ve tried new save and it doesn`t help
 
  • Like
Reactions: Larry82

enkephalin07

Active Member
Dec 13, 2017
563
408
If we are talking about Grupo_*, then yes, AG does not change them, because rating(and mutating) them makes no sense. They map body parts to f,d,....aPlus groups. You can disable this behavior with "StandardizeGrupoGenes":false.
I was talking about biases in these Traits:
1682601257810.png
Only Modeling group has this issue where the same personality traits are fixed to a range, with little variance, and this leads to a uniformity of personalities. I've modified the Modeling group quite a bit and haven't resolved this, nor do I see any cause in the xml.
 
4.10 star(s) 161 Votes