4.10 star(s) 176 Votes

qwertyuq123

Newbie
Dec 21, 2017
93
344
236
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
633
452
184
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
43
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
93
344
236
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
62
55
161
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
12
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
29
11
173
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
633
452
184
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) 176 Votes