Skip to content

Release Notes: Beta 1

darkconsole edited this page Nov 26, 2018 · 28 revisions

Requirements

Download

Discuss

Important

  • 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.

Known Issues

  • 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.

  • Config file data has failed to load sometimes because of Skyrim's string cache fuckery and JSON being case sensitive. This has resulted in a case where belly sliders were not read, so belly did not grow. Fixes are in place for Beta 2.

  • Bretons and/or Breton Vampires I cannot remember which were giving the wrong/no milk and semen. So were Dark Elves.

Features

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.

Changing Biological Functions / Genders

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.

Game says male, SexLab does not argue.

  • Intent: Average Male.
  • Result: The character will only produce semen.

Game says female, SexLab does not argue.

  • Intent: Average Female.
  • Result: The character can produce gems and milk.

Game says female, Sexlab says male.

  • 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.

Game says male, SexLab female.

  • 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.

Changing Slider Settings

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 the Default.json. If you are using a manager like ModOrganizer don't forget to check overwrite first before making your own Custom.json

  • If you do have a Custom.json but it is missing the Sliders section, copy and paste it in from the Default.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 }
		]
	}