-
Notifications
You must be signed in to change notification settings - Fork 5
Release Notes: Beta 2
- Skyrim: Special Edition
- SKSE64 2.0.7+ http://skse.silverlock.org/
- SkyUI SE 5.2+ https://www.nexusmods.com/skyrimspecialedition/mods/12604
- FNIS SE 7.4.5+ https://www.nexusmods.com/skyrimspecialedition/mods/3038
- RaceMenu SE 0.2.4+ https://www.nexusmods.com/skyrimspecialedition/mods/19080
- BodySlide 4.6.2+ https://www.nexusmods.com/skyrimspecialedition/mods/201
- SexLab Framework SE 1.63 Beta 2+ https://www.loverslab.com/topic/91861-sexlab-framework-se-163-beta-2-april-5-2018/
- UI Extensions 1.2.0+ https://www.nexusmods.com/skyrimspecialedition/mods/17561
-
https://drive.google.com/open?id=13iRUnacSZRJBBtowbObjwg3VGqa3Sbdn
-
Install and update, both a full overwrite. If you manually installed without a mod manager delete the file
configs\dse-soulgem-oven\races\000-VanillaRaces.json
because it was renamed to not have the 000. -
HOTFIX: overwrite dse_sgo_QuestController_Main.pex - fixes dependency version checking for 2.0.7 versions of mods.
-
This mod is not doing anything super crazy that will nuke your save, but this is a BETA release. Make a backup of your save so you can go back to having fun if I somehow ruin your life.
-
You will not see any body scaling unless you successfully build your body and outfits with BodySlide with the BodyMorphs checkbox checked. After full release I will provide detailed how-to for anyone who is new to this. Until then you should research this process on your own or just not use this beta.
-
By popular demand, SGO4 does not auto-enable after install/new-save. You must first enable it in the MCM.
-
Run FNIS after installation.
-
Fix for Dunmer and Breton giving the wrong milks.
-
Fix for unknown races giving Algonian milk instead of the Generic flavour.
-
Fix for MCM array out of bounds papyrus error.
-
Fix for Gem sliders sometimes not loading if the game's string cache was laughing at our JSON. Some pre-emptive changes to avoid it happening in other similar places.
-
Potential fix for infinite load screen. It appears to be an obscure SKSE bug with ModEvents. Not sure if fix eliminates problem or just makes it super rare.
-
Fix version check to allow SKSE 2.0.7 like I said it needs.
CLICK TO VIEW DETAILS
-
Did you run FNIS?
-
The current Insertion, Birthing, Milking, and Wanking animations are still works in progress. They are good enough to work but not good enough to be awesome yet.
-
Directly transferring gems from character to character without first birthing them is Cumming Soon.
-
There are many settings in SGO4, but the MCM pages to change them are Cumming Soon.
-
If something strange happens while you are inserting, birthing, milking, or wanking, such that it stops animating, and you are stuck in place, there is backup code in place to try and fix it after 30 seconds. If this happens to you often enough please tell me about what is happening, what you are doing, and any ideas you may have about what may be interrupting the process.
CLICK TO VIEW DETAILS
-
Insert found soulgems to incubate them into stronger versions and charge them.
-
Chance to become pregnant with Soulgem from SexLab encounters.
-
Semen can be farmed from those who produce it and inserted to become pregnant.
-
Each race produces unique milks and semens which can be used in Alchemy. Each one has 4 unique properties which can be discovered via Alchemy with at least 1 of the properties being just slightly stronger than those found from other things in Skyrim.
-
Birthing gems has a chance to increase Enchanting. Milking and Wanking have a chance to increase Alchemy.
-
Custom UI widgets which can display the production status of the targeted actor.
-
Stats about how many gems and things actors have produced.
-
Full translation support. Detailed instructions on how to make and submit languages will be given after full release.
-
New races can be supported with new milks and semens without editing anything. Detailed instructions on how to add races will be given after full release.
CLICK TO VIEW DETAILS
SGO uses a new system for attempting to assume your gender. When a character is first encountered it is inspected and we make some choices automatically to try and fit with how most of the people have communicated they are playing. This is a list of the choices it may make.
- Intent: Average Male.
- Result: The character will only produce semen.
- Intent: Average Female.
- Result: The character can produce gems and milk.
- Intent: Magic Trap
- Result: The character can produce semen and milk.
- Note: Milk production without pregnancy is not done, they wont produce at this time.
- Intent: Magic Care Bear
- Result: The character can produce semen and gems.
- Note: Male bodies AFAIK don't have BodyMorphs so you won't get a belly bulge.
If you want something different, you can use the [SGO] Main Menu
> Actor Options
to make alterations to a character's biological functions. For example if you are one of those greedy people that want gems, milk, and semen, all in one.
CLICK TO VIEW DETAILS
The MCM for changing slider settings is not yet done. You can change the settings by editing the JSON file data\configs\dse-soulgem-oven\settings\Custom.json
.
-
If you do not yet have a
Custom.json
make a blank one and copy and paste theDefault.json
. If you are using a manager like ModOrganizer don't forget to checkoverwrite
first before making your ownCustom.json
-
If you do have a
Custom.json
but it is missing theSliders
section, copy and paste it in from theDefault.json
file.
This is what the JSON section looks like. The Gems section defines what changes as pregnancy progresses, the value represents the slider position at max pregnancy progress. The Milk section defines the sliders while milk progresses. You can add and remove as many sliders as you want. The default sliders on CBBE create a fairly average pregnancy progression with belly bulge, breast enlargement, and weight gain.
If you are not using CBBE it is likely you will have to edit the sliders.
"Sliders": {
"Gems": [
{ "Name": "PregnancyBelly", "Max": 0.65 },
{ "Name": "ChubbyArms", "Max": 0.7 },
{ "Name": "ChubbyButt", "Max": 0.5 },
{ "Name": "ChubbyLegs", "Max": 0.6 },
{ "Name": "ChubbyWaist", "Max": 0.6 },
{ "Name": "Breasts", "Max": 0.25 },
{ "Name": "BreastsGravity2", "Max": 0.25 }
],
"Milk": [
{ "Name": "Breasts", "Max": 1.5 },
{ "Name": "BreastsGravity2", "Max": 1.0 },
{ "Name": "BreastsTopSlope", "Max": 0.5 }
]
}