Forum Discussion
11 years ago
> @SimGuruEugi said:
> Ok, so if I understand correctly you want to generate an offspring of two completely unrelated Sims.
>
> Do you have any scripting experience?
>
> My advice to you is to consider a Python mod. If you download the posted examples, you will find out how to add a cheat command to the game. Also, check out the generate_offspring function in cas.py -- you can find an example of its usage in pregnancy.py to get you started.
Not exactly. Specifically, I'd like to remove the limitations I described above on the play with genetics tool in the CAS. This would let me try the randomize option repeatedly to see how the blended genetics might look over multiple examples.
I don't really have any scripting experience and only recently began looking into XML file modification. I was hoping there might be a way to use the play with genetics tool since it's pretty straightforward. I might try learning python scripting when I get the chance, but it doesn't seem like it's going to get me what I'm looking for.
> Ok, so if I understand correctly you want to generate an offspring of two completely unrelated Sims.
>
> Do you have any scripting experience?
>
> My advice to you is to consider a Python mod. If you download the posted examples, you will find out how to add a cheat command to the game. Also, check out the generate_offspring function in cas.py -- you can find an example of its usage in pregnancy.py to get you started.
Not exactly. Specifically, I'd like to remove the limitations I described above on the play with genetics tool in the CAS. This would let me try the randomize option repeatedly to see how the blended genetics might look over multiple examples.
I don't really have any scripting experience and only recently began looking into XML file modification. I was hoping there might be a way to use the play with genetics tool since it's pretty straightforward. I might try learning python scripting when I get the chance, but it doesn't seem like it's going to get me what I'm looking for.