Jump to content

Sexlab Wear and Tear 2.08 (24/May/2016)


1 Screenshot

About This File

Sexlab_WearAndTear_v2.08
Topic with mainfct's old version
Topic with me old version
Description:
It seems that a wear and tear type plugin for sexlab was overdue. Sexlab Apropos/describe just released their own wear and tear upgrade. This is my own take on W&T, a very simple plugin with no dependencies (other than Sexlab of course) and no strings attached.

 

- 5 stages for each organs: nothing, slight discomfort, discomfort, pain and severe pain.
- There are no positive effects, positive effects will have to come from other plugins.
- The defuff are not extremely hard but if they accumulate they can be annoying, mainly damage speech/voice and damage speed.
- Relative size of the participant influence damage... an big Orc fucking a small elf will result in more damage than 2 elves... that sort of thing. It measure the collision box size... I haven't tested it with creatures but the same rule should apply. Large creature should result in large damage received. This can be tweaked with the "size matter" setting.
- 3 craftable items under cooking pot (misc section) can help you mitigate the negative effects.
- Natural lubrication results in diminishing returns of damage received.
- Experience increases resistance to damage.
- Config menu can be used to monitor and tweak almost very aspect.
- you can config state bars of organs in menu
- plugs from Devious Devices series decrease healing speed of anus and vagina, gag - mouth
- catch orgasm events sended by Devious Devices vibrations
- you can save/load setting of MCM into file Data\skse\plugins\SexLab\WearAndTearConfig.json
You can upload it. May be your settings will be better than me

 

In menu on page Debug added AnimationsNeedInCorrection
if it checked, then will show messagebox with description, after sex.
If yor change description then it will save into papyrus log file with the prefix.
These lines will have to send me so I can make changes in mod.
Required
- Sex Animation Framework v1.59c+ (you can use elder versions, but make sure that it sends event "OrgasmEnd")
- SkUI 4.1
- HearthFires.esm (optional)
- PlayerValueControler(see below)

 

Recomended
- mods of Devious Devices series

 

Update from version 2.01 and lower
- in MCM disable checkbox "Effects Enabled" on page "General"
- delete mod
- save game
- install new version
Update from version 2.02 and above
- just reinstall
- remove or restore vanila zbfBondageShell.pex

 

Hand instalation:
Copy all from
1) "00 Core"
2) "01 ENG" or "01 RUS" (English or russian langue)
3)
- If you do not have DLC HearthFires then "02 ... no HearthFires" .
- If you have DLC HearthFires then "02 ... HearthFires"

 

Change Log:
2.08 (24/05/2016)
- add gender check at game start andentering into menu
- check animations for SexLabFramework v161b and ZazAnimationPack_v611
- add AnimationsNeedInCorrection. You can use it for creating description of animation


2.07 (07/05/2015)
- A little fix the general page (add formulas and change the display format of the current state and resistances)
- Added resistance coefficient on experience
- Added widgets to hide mode after a certain time after the state change
2.06 (19/04/2015)
- Added full support for a man main hero
- Remake system of identification damaged organs
- Damage is now distributed evenly between all organs involved in the sexual act
- Added option of treatment: daily percentage of cured accumulated damage
2.04 (12/04/2015)
- Added version does not require HearthFires.esm, optional
- Removed the restriction on the accumulated damage, optional
- Changed the formula for calculation of protection: Security = 1 / (1 + experience * 0.05) -> Security = 1 / (1 + sqrt (experience) * 0.05)
2.03 (03/01/2015)
- initial reliz at www.loverslab.com
- clean of mod start after game load, now
- decrease debuffs
2.02 (02/01/2015)
- fix menu
- mfsi_SexEffectsConfig.psc (menu script) does not store state information, now.
- management of speed moved to "PlayerValueControler"
- added the possibility of other modes affect the parameters of this mod
2.01 (15/12/2014)
- fix wrong depends from SexLabSoulgemPregnancy.esm
- change colors state bars of organs
2.00 (10/12/2014)
- Fixed experiences system
- catch events end of sex
- catch events vibration orgasm Devious Devices
- Added state bars of organs
- Devious Devices(plugs and gag) influence the rate of recovery of relevant organs
- Added save/load settings to file
- added hard dependences from HearthFires.esm (new recipe of Lubricant)

 

 

Credits:
mainfct - for the first version of this mod. based on mod Sexout: Wear and Tear для FO:NV(author Odessa).
Ashal - for Sexlab framework
Zadil - for Devious Devices - Assets
Min - forDevious Devices - Integration
Coopervane - for Devious Devices - Expansion.
And the other developing series of Devious Devices

 

PlayerValueControler v0.03
This mod management of speed. Other mods send request to it.
Maximum 128 mods.
Player can configure calculations rule.
This mod takes the test of time.

 

Hand instalation:
Copy all from
1) "00 Core"
2) "01 ENG" or "01 RUS" (English or russian langue)
3) If you use Devious Devices Expansion then "02 Devious Devices Expansion" .
4) If you use iNeed then "02 iNeed" .

 

 

 

I makes integration patch for
Devious Devices Expansion
INeed

 

Slave Boots and Unlocked Slave Boots from ZazAnimationPack do not support, because it will be conflict with future update of big script file zbfBondageShell.pex. But this boots can be safely used.

 

Types of formulas
Simple sum - adds all speed mults
Limited sum - player set limits of sum
Extremum - sum limited by min mult and max mult
Cumulative extremum - same as Extremum, but if (sum > max mult) or (sum < min mult ) then result = (max mult or min mult) + portion(sum - (max mult or min mult))

 

API

int Function SetMultBonus(String ModName, String ValueName, Float Value)
Request to add / overwrite coefficient
ModName - name of mod (for example "YouMod.eps"), sending the request (if the next game loads this mod is not connected, than this coefficient will be received)
ValueName = "SpeedMult". It one value at this time
Value - value of coefficient
Return
1 - success
0 - mod is busy(script work fast. I did not see this result. Just in case)
-1 - failure(it is too many mods / wrong ValueName)

 

int Function CleanModByName(String ModName)
Remode you mod.
ModName - name of mod
1 - success
0 - mod is busy

 

Sexlab_WearAndTear has the same API with small differences
int Function SetMultBonus(String ModName, String ValueName, Float Value)
ValueName = MouthHealingMult, AnusHealingMult, VaginaHealingMult, MouthResistBonus, AnusResistBonus, VaginaResistBonus
Recommended values for
MouthResistBonus, AnusResistBonus, VaginaResistBonus : (-1, 1) with step 0.05
MouthHealingMult, AnusHealingMult, VaginaHealingMult : (-1, 1) with step 0.01


For modmakers and tranlators
I am not good in english. It would be better if someone translation.
I use for translation TesVTranslator. Dictionaries for it can be found in UserDictionary.7z
If you need in same changes in mod, tell me about it.

 

Change Log:
0.03 (12/04/2015)
- chenge patch for Devious Devices Expansion
- add patch for iNeed


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use