Jump to content

Recommended Posts

Posted

Most Recent Changes

24AUG14 2215

  • Updated - The Calm effect works differently now.  After you beat down a victim in combat, the Calm effect will no longer be removed if they see you fighting others.  (It will still be removed if you attack them directly).
  • Added - Additionally, if you have raped and/or robbed them, thus giving them the "Victim" faction, they will now cower any time they see you, and stop cowering once they no longer see you.
  • Reminder - The Calm effect only lasts for 1 hour.  Additionally, it is a Magic Effect, which means it is auto removed if/when you change areas, due to how Skyrim works.  That means a bandit that you leave outside may be passive when you go into their hideout, but they will probably be agro when you come back out, for instance.
  • Added - 4 new Bounty Alias slots, allowing you to capture and turn in up to 5 Bounties simultaneously.

 

I'm not aware of any SL1.59 issues with Submit when the Player is the aggressor and/or simply using the dialog options for consensual sex, as I was using it over the weekend just fine.

 

But, I haven't touched Skyrim in a long time until this weekend, which is why I made this small update.  Maybe next weekend I'll dedicate some time to testing the Player as a the victim to see if anything is broken on my end.

Posted

Most Recent Changes

24AUG14 2215

  • Updated - The Calm effect works differently now.  After you beat down a victim in combat, the Calm effect will no longer be removed if they see you fighting others.  (It will still be removed if you attack them directly).
  • Added - Additionally, if you have raped and/or robbed them, thus giving them the "Victim" faction, they will now cower any time they see you, and stop cowering once they no longer see you.
  • Reminder - The Calm effect only lasts for 1 hour.  Additionally, it is a Magic Effect, which means it is auto removed if/when you change areas, due to how Skyrim works.  That means a bandit that you leave outside may be passive when you go into their hideout, but they will probably be agro when you come back out, for instance.
  • Added - 4 new Bounty Alias slots, allowing you to capture and turn in up to 5 Bounties simultaneously.

 

I'm not aware of any SL1.59 issues with Submit when the Player is the aggressor and/or simply using the dialog options for consensual sex, as I was using it over the weekend just fine.

 

But, I haven't touched Skyrim in a long time until this weekend, which is why I made this small update.  Maybe next weekend I'll dedicate some time to testing the Player as a the victim to see if anything is broken on my end.

 

Cheers for the update

 

Posted

Noticed that during sex  the victim sometimes interrupts the sex animation and uses the new fear animation.Happens when I change sex animation with O and forces me to move a phase back or forward to fix it.

 

 

 

 

Posted (edited)

Hi, I found a script error in _slsubmitsetup psc that was causing failures to compile, I fixed the script manually and am trying to post it here but it keeps giving me a forum error saying 'you cant post links' whenever i try to write a code chunk that has a period in it..., even if its contained within a code frame/block forum thing...

 

Anyways, the error was caused by the InitializeMod function call, which should be pointing
towards the _SLSubmitQuest script, instead of _SLConfig (which points to _SLSubmitConfig,
the function InitializeMod() is in _SLSubmitQuest not _SLSubmitConfig)

So, added a line to _slsubmitsetup psc at the top (new line 3), and properly redirected
the InitializeMod entries towards that. (one at each of the events)
 

;SexLabFramework property SexLab Auto
_SLSubmitConfig Property _SLConfig auto
_SLSubmitQuest Property _SLQuest auto
GlobalVariable Property _SLSubmitRapeGlobal Auto

It wont let me put a word <dot> another word in the forums here so i cant paste the rest of the code, but basically I just replaced the word _SLConfig with _SLQuest at the next two InitializeMod() calls, which happen right at the start of the two events in the script.

Edited by Kasumi000
Posted

Hi, I found a script error in _slsubmitsetup psc that was causing failures to compile, I fixed the script manually and am trying to post it here but it keeps giving me a forum error saying 'you cant post links' whenever i try to write a code chunk that has a period in it..., even if its contained within a code frame/block forum thing...

 

Anyways, the error was caused by the InitializeMod function call, which should be pointing

towards the _SLSubmitQuest script, instead of _SLConfig (which points to _SLSubmitConfig,

the function InitializeMod() is in _SLSubmitQuest not _SLSubmitConfig)

 

So, added a line to _slsubmitsetup psc at the top (new line 3), and properly redirected

the InitializeMod entries towards that. (one at each of the events)

 

;SexLabFramework property SexLab Auto
_SLSubmitConfig Property _SLConfig auto
_SLSubmitQuest Property _SLQuest auto
GlobalVariable Property _SLSubmitRapeGlobal Auto

It wont let me put a word <dot> another word in the forums here so i cant paste the rest of the code, but basically I just replaced the word _SLConfig with _SLQuest at the next two InitializeMod() calls, which happen right at the start of the two events in the script.

 

I'd suggest you put it in a text doc and then use winrar/zip etc and stick the archive folder on the forums as it will let you attach compressed files below 100 mb

 

I know BB code is enabled but that uses square brackets rather than greater than/less than signs but it could be its thinking thats HTML code

Posted (edited)

Possibly a noob misunderstanding... can you have a gangbang by submit, or only by seduce?

 

If I have my female PC in a fight with 2-3 male bandits, and I submit, only one will rape PC at a time.

 

IF there are 2, one wiill rape, one will wait, then they switch. IF there are 3 bandits, one will rape PC, one will rape the other bandit.

 

I do have the enforce options for same sex and gender turned off.

 

- EDIT -

 

I finally found some posts searching with the gangbang keyword that the functionaltiy was removed from Submit at some point. Does anyone use the Defeat mod for the 3 person functions and disable the rest?

Edited by karlpaws
Posted

Noticed that during sex  the victim sometimes interrupts the sex animation and uses the new fear animation.Happens when I change sex animation with O and forces me to move a phase back or forward to fix it.

Fair enough. 

 

I just wanted to add some flavor to show that "Yep, you've already victimized them, and look, they are skeered of you now!"

 

I'll look into making sure it doesn't do it when in the middle of an animation.

Posted

Need help. I unistalled the mod in game. than saved. Unistalled via nmm and than loaded it again. Saved, installed the updated version and now when I try to go to the mod menu for this all the options are off and when I try to change them it says NaN or something like that

Posted

Need help. I unistalled the mod in game. than saved. Unistalled via nmm and than loaded it again. Saved, installed the updated version and now when I try to go to the mod menu for this all the options are off and when I try to change them it says NaN or something like that

 

Have you tried typing setstage ski_configmanagerinstance 1 on the console to see if its a MCM issue? could be its showing the mcm from the previous install still rather than the new install

 

Posted

Hello dkatryl

Thanks for the update.

Any luck fixing the submit shout not working while the PC is in werewolf form ? (Or maybe I missed a change log.)

Posted

Most Recent Changes
27AUG14 2222

  • Fixed - Added a check to prevent the "cower" effect from happening during sex scenes from the recent Calm effect update.  After the current scene is over, the cowering will begin again.
Posted

Hello dkatryl

 

Thanks for the update.

 

Any luck fixing the submit shout not working while the PC is in werewolf form ? (Or maybe I missed a change log.)

I wasn't aware there was an issue there.

 

It's been months since I looked at the werewolf stuff, but I know that, due to engine limitations with regards to the werewolf form (That isn't present for the Vampire Lord form, oddly) the camera will be locked behind you, as if you had your weapon drawn, for sex scenes during werewolf form.

 

But last I checked, the shout worked for it.

Posted

 

Hello dkatryl

 

Thanks for the update.

 

Any luck fixing the submit shout not working while the PC is in werewolf form ? (Or maybe I missed a change log.)

I wasn't aware there was an issue there.

 

It's been months since I looked at the werewolf stuff, but I know that, due to engine limitations with regards to the werewolf form (That isn't present for the Vampire Lord form, oddly) the camera will be locked behind you, as if you had your weapon drawn, for sex scenes during werewolf form.

 

But last I checked, the shout worked for it.

 

Is there any way to make it so it unlocks the camera so i can go to 3rd person when i go to sex lab i have 3rd person cam on but werewolf cam lock overrides it any suggestions?

Posted

I'm having a problem.. The system will tell me I've gotten someone to submit, but then what? I will talk with them but I get no options, and whenever the shout causes someone to "submit", still nothing happens lol any help would be awesome.

Posted

@dkatryl

 

There's been a long standing bug for both werewolf and vampire lord forms, the problem is that only a handful of people seem to have it and none of us that do seem to be able to narrow down whats causing it. This means most of the reports are "Hey this isn't working help!" style reports, because we don't have anything more helpful to add. And the few times a log has been posted it hasn't helped anyone figure out what's going on either. For my part I've done a fresh install with nothing but submit (and its requirements) and still had the issue, I asked about it here and no one else had any ideas so I just kinda gave up on having kinky monster sex and moved on.

Posted

I don't know how hard it would be to add onto submit, but a script where you could convert enemies you raped into followers and if enemies could convert your followers to their faction if a certain mindbreak threshhold was reached.

 

Not just a magic spell but integration with the sexlab system.

 

Posted

I just got a crash using SL 1.59 after I had my way with a bandit and told her I was going to turn her in for a bounty, looking at the papyrus didn't seem to show anything but here it is anyway. I started the rape fine and it worked although I have not tried to actually submit to anyone/anything yet.

 

Edit: I just reloaded the save and tried to turn her in again and it worked :s. I have no idea what happened. Although after I loaded it I tried to execute my prisoner and instead I unequipped my 2 handed sword and gave her one left hook then spazed out, stood still and reequipped my weapon. I then tried to hit her multiple times, each hit gave me the instant kill animation but she just stood there and took it. She was invincible.  

Posted

Most Recent Changes
01SEP14 1133

  • Fixed - Typo in the _SLSubmitBountyEnd script where the 4th Bounty Slot was being assigned to the 1st Execute slot.  All 5 Bounty turn ins should be properly executed now.
Posted

Thank you for your work on this excellent mod.

 

Would you please consider refining the Player Surrender Steal Gear option to only steal equipped weapons and armor, or alternatively, maybe a minimum gold value for stolen items (or both)?

 

I'd like to use Submit in a full game play through including realism mods.  Having armor and weapons stolen is severe, but potentially survivable (Better find some fresh clothes before going outside!).  Losing all of my food, survival gear and other clutter is massively inconvenient, a major hurdle, and likely to be the difference between trying to recover and just reloading.

Posted

 

Most Recent Changes

01SEP14 1133

  • Fixed - Typo in the _SLSubmitBountyEnd script where the 4th Bounty Slot was being assigned to the 1st Execute slot.  All 5 Bounty turn ins should be properly executed now.

 

Yay, I wasn't going crazy, something was wrong! Thanks for all the updates, I love this mod! :D

Posted

Is there a way to make the Turn In feature with OBIS?
It seems they have their own set of factions, so after I made them submit, they just walk around.
It works fine on other factions like warlock and forsworn though

Posted

With regards to the latest update, will I need to make a clean save before uninstalling and re installing the 01SEP2014 update from the 27AUG2014? 

 

And one minor issue, although I assume its nothing to do with your mod (as everything works great!) is that some NPCs added by inconsequential NPC are not voiced in some of their dialogue while some are. 

 

Would you perhaps know how abouts I can add those lines of dialogue to any particular NPCs I run into? 

 

EDIT: Noticed a bug, not sure whether its completely related to Submit, but as a female PC and using SOS. When selecting through dialog, the Schlong doesn't always appear. It appears to only happen for the oral dialog. 

 

I am using the newest version of SOS and the gender change spell mod as well so that sexlab recognizes me as a male and therefore doesn't equip a strap on. 

 

So I assume the error must be to do with Submit unless its an inherent bug in Sexlab that misses a gender check?

 

 

GameMode=Skyrim

Skyrim.esm=1
Update.esm=1
Unofficial Skyrim Patch.esp=1
Dawnguard.esm=1
Unofficial Dawnguard Patch.esp=1
HearthFires.esm=1
Unofficial Hearthfire Patch.esp=1
Dragonborn.esm=1
Unofficial Dragonborn Patch.esp=1
ApachiiHair.esm=1
ApachiiHairMales.esm=1
RaceCompatibility.esm=1
ClimatesOfTamriel.esm=1
SexLab.esm=1
SharedSeranaDialogue.esm=1
TERAArmors.esm=1
RSkyrimChildren.esm=1
Fantasy Soundtrack Project.esp=1
Schlongs of Skyrim - Core.esm=1
HighResTexturePack01.esp=1
HighResTexturePack02.esp=1
HighResTexturePack03.esp=1
RaceCompatibilityUSKPOverride.esp=1
Unofficial High Resolution Patch.esp=1
Weapons & Armor Fixes_Remade.esp=1
FantasySoundtrackProjectCombatMusic.esp=1
FSP - Dawnguard Edition.esp=1
Immersive Sounds - Compendium.esp=1
AMatterOfTime.esp=1
Auto Unequip Ammo.esp=1
Dual Sheath Redux.esp=1
High Level Enemies.esp=1
High Level Enemies - Dawnguard.esp=1
High Level Enemies - Dragonborn.esp=1
SOT-Sleeping.esp=1
SexLab Submit.esp=1
SexLab Submit Serana.esp=1
sexlab_WearAndTear.esp=1
Skyrim_Strap_Ons.esp=1
Schlongs of Skyrim.esp=1
SOS - VectorPlexus Regular Addon.esp=1
SOS - B3lisario UNP Addon.esp=1
SexLab Sound FX Replacer.esp=1
NusbieVoices.esp=1
SexLabGenderChange.esp=1
ArchmageTolfdir.esp=1
chfshPlayerVoicesets.esp=1
EnhancedGauldurAmuletENG.esp=1
Dragon Soul Relinquishment.esp=1
RaceMenu.esp=1
RaceMenuPlugin.esp=1
RaceMenuOverlays.esp=1
SOSRaceMenu.esp=1
SkyUI.esp=1
iHUD.esp=1
AHZmoreHUD.esp=1
Customizable Camera.esp=1
Blindfolds_of_Skyrim.esp=1
BnS White Bird Outfit.esp=1
BosmerArmorMATY743.esp=1
Cloaks.esp=1
Cloaks - Dawnguard.esp=1
1nivWICCloaks.esp=1
1nivWICSkyCloaksPatch.esp=1
DA2 Bethany Robes.esp=1
DAO Morrigan's Robes.esp=1
Dark Souls Set 01.esp=1
Haytham Kenway Apparel.esp=1
Hothtrooper44_Armor_Ecksstra.esp=1
Hothtrooper44_ArmorCompilation.esp=1
Immersive Weapons.esp=1
WeaponsArmorFixes_ImmersiveWeapons_Patch.esp=1
InquisitorGear.esp=1
Jin Seo Yeon's Outfit.esp=1
K9Armor.esp=1
Knight Of Thorns Armor.esp=1
KTABladeOfWoe.esp=1
LordOfWar_TW2.esp=1
Medusa and Drakul Armors.esp=1
NS_Eilhart_Dress.esp=1
R18Pn - Astaroth Suit.esp=1
TrissArmorRetextured.esp=1
Raven Witch Armor.esp=1
Renaissance Era Clothing.esp=1
Saskia.esp=1
Shura Armor.esp=1
SwordMasterArmor.esp=1
TERAArmors.esp=1
TH3WICK3D1-ViperAssassinArmor.esp=1
TH3WICK3D1-BlueStripesEliteArmor.esp=1
TH3WICK3D1-BlueStripesCommandoArmor.esp=1
Armageddon.esp=1
Liberation Assassin Set.esp=1
Colonial Formal Attire.esp=1
Kadan.esp=1
Nyra's Armor.esp=1
The Prince of Persia.esp=1
whiterunqueenarmor.esp=1
Mage Hawke Armor.esp=1
AC-Ishak Pasha Armor.esp=1
Dishonored Lord Protector Set.esp=1
Guild Duelist Armor.esp=1
Cleric Armours - Credo.esp=1
TorchArrow-Dawnguard.esp=1
Zhaetheria Legend Aris Armor.esp=1
TDNEquipableHorns.esp=1
GDZZJJDH.esp=1
FS_UltimateAssortment.esp=1
ScopedBows.esp=1
SkyRe_Main.esp=1
SkyRe_Main_Fix.esp=1
SkyRe_EncounterZones.esp=1
SkyRe_EnemyAI.esp=1
SkyRe_EnemyScaling.esp=1
SkyRe_EnemyScaling_Fix.esp=1
AesirArmor.esp=1
Run For Your Lives.esp=1
When Vampires Attack.esp=1
No Combat Boundaries - Legendary.esp=1
CanalHomeM.esp=1
MammothHome.esp=1
LimbwoodManor.esp=1
MammothManor.esp=1
yggdrasil.esp=1
Differently Ebony.esp=1
HelmetToggle2.02b.esp=1
montyxdg4hota.esp=1
Convenient Horses.esp=1
KrittaKitty_horses_uniqueFrost.esp=1
dD - Enhanced Blood Main.esp=1
dD-Dawnguard-EBT Patch.esp=0
dD-Dragonborn-EBT Patch.esp=0
dD-Dragonborn-Dawnguard-EBT Patch.esp=1
BF.esp=1
Weapons & Armor_DragonPriestMasks.esp=1
aMidianborn_Skyforge_Weapons.esp=1
WeaponsArmorFixes_ambSkyforge_Patch.esp=1
Weapons & Armor_TrueOrcish&DaedricWeapons.esp=1
CL Ebonyblade2Hand.esp=1
Ghosu - Weapon Pack 1.esp=1
isilNarsil.esp=1
Orcrist.esp=1
lilithscarver3_0.esp=1
lilithsobliterator3_0.esp=1
lilithsreaver.esp=1
lilithssickle.esp=1
lilithsslayer.esp=1
Chesko_WearableLantern.esp=1
Thieves Guild Requirements.esp=1
BFT Ships and Carriages.esp=1
EnhancedLightsandFX.esp=1
ELFX - Exteriors.esp=1
ELFX - Dawnguard.esp=1
ClimatesOfTamriel-Nights-Level-5.esp=1
ELFXEnhancer.esp=1
Better Vampires ML.esp=1
Brevi_MoonlightTales.esp=1
Apocalypse - The Spell Package.esp=1
Apocalypse - SkyRe Compatibility Patch.esp=1
SmartCast_1_0.esp=1
BFSEffects.esp=1
DeadlySpellImpacts.esp=1
Locational Damage.esp=1
VioLens.esp=1
Artifact Disenchanting.esp=1
Artifact Disenchanting - Dawnguard.esp=1
Artifact Disenchanting - Dragonborn.esp=1
SMDropLitTorch.esp=1
FormsEdit.esp=1
SGHailPackAllinOne.esp=1
LovelyHairstylesCE.esp=1
mortenhairs.esp=1
Newhairpack.esp=1
TheEyesOfBeauty.esp=1
The Eyes Of Beauty - Elves Edition.esp=1
KJ Tattoos 2K.esp=1
RaceMenuOverlayCompilation - CBBE.esp=1
BS-TheHag_Overlays.esp=1
BS-TheHag_WarPaints.esp=1
vwrNeckSeamFix.esp=1
JessicaAlba.esp=1
OliviaWilde.esp=1
SlavePackRiekling.esp=1
CompanionArissa.esp=1
Marriable Serana.esp=1
Marriable Serana HF.esp=1
Inconsequential NPCs.esp=1
NonEssentialChildren.esp=1
AmazingFollowerTweaks.esp=1
Skyrim Unbound.esp=1
dD - Realistic Ragdoll Force - Reduced.esp=1
SkyRe_Races.esp=1
SkyRe_Races_Fix.esp=1
RealisticWaterTwo.esp=1
RealisticWaterTwo - Legendary.esp=1
RSChildren_V.esp=1
RSChildren_HF.esp=1
RSChildren_DB.esp=1
RSChildren_PatchUSKP.esp=1
RSChildren_PatchNEC.esp=1
Patch - Inconsequential NPCs - RS kids.esp=1
SMIM-Merged-All.esp=1
FCO - Follower Commentary Overhaul.esp=1
vMYC_MeetYourCharacters.esp=1
JaxonzEnhGrab.esp=1
JaxonzRenamer.esp=1
Dual Sheath Redux Patch.esp=1
Automatic Variants.esp=1
Bashed Patch, 0.esp=1
Pre ReProccer WAFR IA7 IW aMidianSS Patch.esp=1
ReProccer.esp=1
Post ReProccer Fixes IA7 IW aMidianSS Patch.esp=1

 

 

EDIT1: Assuming that SOS and the gender change spell mod doesn't make gender checks when initiating animations, then it must be Submit which doesn't run gender checks when initiating animations. 

 

Another reason that this is occurring might be due to the sexual preference options in SL and Submit

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...