nomkaz Posted July 26, 2019 Posted July 26, 2019 Serial Strip & Serial Stripper SE View File Serial Strip & Serial Stripper SE I did NOT create this mod. I simply converted it to use with Skyrim Special Edition. Antono is the creator and this conversion was uploaded with his express permission so that I can share it with you all! The following is copied from Antono's original LE upload page: About This File Now we are also stripping your bras and panties! Also stripping both PC and NPC! Description The SerialStrip plugin brings improved stripping functionality to Skyrim. No more will clothes and armor instantly disappear from the actor when he/she undresses. Instead, with SerialStrip the actor will methodically go from weapons to gloves, to helmet, to boots, to cuirass etc, removing each group of items in turn and playing appropriate stripping animations by aqqh! The plugin works both for vanilla and modded items. It is designed to look for the "NoStrip" keyword to avoid stripping un-strippable items and will even try to resolve multi-slot issues and slot-keyword mismatching in modded armor. Also, if the user has SexLab installed and has configured some slots as unstrippable, SerialStrip will take it into account. Thanks to Shinji72 who reviewed our mod you can see SerialStrip in action: Also thanks to MMOxReview to review our mod on his out: Modders can easily integrate SerialStrip into their mods: they only need to send a specific ModEvent and SerialStrip will automatically activate and strip the actor. SerialStrip is a modders' resource: on its own, it does nothing. It needs other mods to activate it, e.g. SerialStripper Serial Stripper The SerialStripper plugin is a companion plugin for SerialStrip. It can activate it, it offers an MCM menu to configure it and provides the ability to initiate player stripping on keypress! Single taps will just remove one group of clothing whereas a prolonged keypress will completely undress the player. Needless to say, it needs SerialStrip to work! Beta Beta releases include new functionality but they may also contain some bugs. Please let us know if you find any Most importantly, we are interested in getting feedback about any items you may find that don't strip properly so that we can improve on our stripping algorithm. Features under beta testing currently: NPC stripping support. Requirements Skyrim Sctipt Extender 64 (SKSE64)SkyUI SEFores New Idles in Skyrim SE (FNIS)PapyrusUtil SE(This is also bundled with SexLab. So, you don't need to install it if you have SexLab.) Recommended Mods Auto Unequip Ammo : There doesn't seem to be an SE version, but I did not need it myself -NOMKAZSexLab SE: allows configuring the slots that will be stripped and offers something to do after removing those clothes! Updating Before updating, use the SerialStripper's Uninstall command from the MCM menu to uninstall both SerialStrip and SerialStripper. Then save your game, quit, remove the mods and install the new versions. Credits Coding: Antono, Heromaster Animations: aqqh Original idea: CGi, Heromaster German translation: CGi, Heromaster French translation: Narsilien80 Extra special thanks to aqqh for his animations and all the help he provides to the APPS team in general! If you enjoy my conversion work and would like to toss a coin to my coffee fund, you can visit my Patreon ~ Nomkaz Changelog SerialStrip v1.1.4 - Restores initial order of arguments in SendSerialStripStart() for backwards compatibility (API broke in v1.1.3). - Modders: if you used to use this plugin but the API broke for you in v.1.1.3, please re-compile your scripts with this v1.1.4. You shouldn't need to edit your code but a re-compilation is necessary as SerialStrip's code has changed (no of arguments in SendSerialStripStartEvent()). v1.1.3 - Fix: Player/actor will no longer lock-up when attempting to strip while weapons/spells are drawn/readied. v1.1.2 - Strip NPCs (only one at a time - no multithreading yet) (feature from beta). - added: SerialStrip now has its own MCM menu. Uninstall button can be found here. - added: Debug mode: Turn on to have SerialStrip output debug messages to the log, turn it off to reduce log spamming. - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asSlotOverrideList. A modder can pass here the name of a PapyrusUtil Int array (stored on the form of his mod) to override the user's configuration and define what slots to strip. On the Int list, 1 would mean "Strip" and 0 "DontStrip". - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asExceptionList. A modder can pass here the name of a PapyrusUtil Form array (stored on the form of his mod) to define specific items which, if they are found, they will not be stripped. - Requires SKSE 1.7.3 and PapyrusUtil 3.2. v1.1.1-beta - Brings functionality for stripping NPCs (only one at a time - no multithreading yet). v1.0.4 - Stable. - Added uninstall functionality in the code. Modders can use it by calling the Uninstall() function. - Localized to English, German and French. v1.0.3-beta - Easier and safer update path: values and arrays are initialized on each game load. v1.0.2-beta - Improved underwear detection: now will ignore main-body keywords if they are found on underwear, thus avoiding detecting bras and panties as main-body armor. - Will now detect if rings are worn along with gloves and, if so, they will be removed first. Otherwise they will be removed at a later stage. - Fixed animations mix-up (removing panties was animating like bras and vice-versa). v1.0.1-beta - Fixed issue with animations not playing if SS was started when sneaking/jumping/sprinting etc: now SS will not kick in unless player is in default state. - Fixed issue where NoStrip keyword was ignored. - Fixed issue where unrelated items were stripping during main-body (cuirass) stripping. - Fixed issue where SexLab stripping configuration was not enforced. v1.0-beta Initial beta release. SerialStripper v1.1.4 - Updated to work with SerialStrip v.1.1.4. v1.1.2 - Updated to work with SerialStrip v1.1.2. v1.1.1-beta - Makes use of SerialStrip's functionality for stripping NPCs. Just put the NPC in your crosshairs and press the button. If there's nothing under the crosshairs, the PC will strip. v1.0.4.2 - Corrected French translation by Narsilien80. v1.0.2 - Stable. - Added uninstall options in the MCM menu. The parent mod SerialStrip can also be uninstalled through there. - Localized to English, German and French. v.1.0 - Initial beta release. What's New in Version v1.1.4 Released May 25, 2016 SerialStrip v1.1.4 - Restores initial order of arguments in SendSerialStripStart() for backwards compatibility (API broke in v1.1.3). - Modders: if you used to use this plugin but the API broke for you in v.1.1.3, please re-compile your scripts with this v1.1.4. You shouldn't need to edit your code but a re-compilation is necessary as SerialStrip's code has changed (no of arguments in SendSerialStripStartEvent()). v1.1.3 - Fix: Player/actor will no longer lock-up when attempting to strip while weapons/spells are drawn/readied. v1.1.2 - Strip NPCs (only one at a time - no multithreading yet) (feature from beta). - added: SerialStrip now has its own MCM menu. Uninstall button can be found here. - added: Debug mode: Turn on to have SerialStrip output debug messages to the log, turn it off to reduce log spamming. - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asSlotOverrideList. A modder can pass here the name of a PapyrusUtil Int array (stored on the form of his mod) to override the user's configuration and define what slots to strip. On the Int list, 1 would mean "Strip" and 0 "DontStrip". - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asExceptionList. A modder can pass here the name of a PapyrusUtil Form array (stored on the form of his mod) to define specific items which, if they are found, they will not be stripped. - Requires SKSE 1.7.3 and PapyrusUtil 3.2. v1.1.1-beta - Brings functionality for stripping NPCs (only one at a time - no multithreading yet). v1.0.4 - Stable. - Added uninstall functionality in the code. Modders can use it by calling the Uninstall() function. - Localized to English, German and French. v1.0.3-beta - Easier and safer update path: values and arrays are initialized on each game load. v1.0.2-beta - Improved underwear detection: now will ignore main-body keywords if they are found on underwear, thus avoiding detecting bras and panties as main-body armor. - Will now detect if rings are worn along with gloves and, if so, they will be removed first. Otherwise they will be removed at a later stage. - Fixed animations mix-up (removing panties was animating like bras and vice-versa). v1.0.1-beta - Fixed issue with animations not playing if SS was started when sneaking/jumping/sprinting etc: now SS will not kick in unless player is in default state. - Fixed issue where NoStrip keyword was ignored. - Fixed issue where unrelated items were stripping during main-body (cuirass) stripping. - Fixed issue where SexLab stripping configuration was not enforced. v1.0-beta Initial beta release. SerialStripper v1.1.4 - Updated to work with SerialStrip v.1.1.4. v1.1.2 - Updated to work with SerialStrip v1.1.2. v1.1.1-beta - Makes use of SerialStrip's functionality for stripping NPCs. Just put the NPC in your crosshairs and press the button. If there's nothing under the crosshairs, the PC will strip. v1.0.4.2 - Corrected French translation by Narsilien80. v1.0.2 - Stable. - Added uninstall options in the MCM menu. The parent mod SerialStrip can also be uninstalled through there. - Localized to English, German and French. v.1.0 - Initial beta release. Submitter nomkaz Submitted 07/25/2019 Category Other Requires SKSE64, FNIS SE, Skyui SE, SexLab SE Regular Edition Compatible No 1
Nepro Posted July 26, 2019 Posted July 26, 2019 Found this on one of the Oldrim mod's page. Dunno if it helps but worth a try. Quote Some people have experienced keybind saving problem. I was told that it seems to be effected by the position in the load order and that the position of my mod cannot exceed position 7F Hex (127 Dec). I havent tested it myself since I donot use such amount of mods myself
Pfiffy Posted July 26, 2019 Posted July 26, 2019 So finally someone did it... Tell Musje, that it is availible now.
heirflick Posted July 26, 2019 Posted July 26, 2019 its not load order I have had it close to the bottom middle and top
hellwolf95 Posted July 27, 2019 Posted July 27, 2019 so do i need sexlab or is it just a bug on my end that makes the mcm menu never appear for serial stripper.
Eu4orick Posted August 11, 2019 Posted August 11, 2019 What's changed since first port release please?
Fetterbr Posted August 11, 2019 Posted August 11, 2019 dont understand, i already have version 1.1.4 in July i think so what is this ?
325465352234152q345 Posted August 11, 2019 Posted August 11, 2019 i Always get an Animation of drinking something out of a small bottle when i try to undress or Dress the normal way. is this supposed to happen? or what did i do wrong? i definetly have the animations when using the undressing Hotkey. I dont understand how this bug could happen but reinstalling fores new idles and this mod fixed the issue in case anybody else Encounters it.
Larrydd Posted August 18, 2019 Posted August 18, 2019 hi so will this work with flower girls which does not use sexlab.thanks
Lord Ariakas Posted August 23, 2019 Posted August 23, 2019 Same issue here, MCM settings not getting saved, when game reloaded all settings gone. Tried top and bottom of the load order, made no difference, still not works. Edit: tried all kind of things, place stripper to the bottom of the load order, to the top. Tried not to enable all options, some options. Menu still not works.
Lord Ariakas Posted August 23, 2019 Posted August 23, 2019 I think the issue with the conversion. Downloaded LE version, used only the esp. Got it working, old esp working fine, MCM registers and saves the settings on reload.
rizzuh Posted October 11, 2019 Posted October 11, 2019 Serial Strip didnt play automatically, Stripper work just fine. Anyone now how to fix the issue ?
Chores_duo Posted October 31, 2019 Posted October 31, 2019 serial stripper doesnt show on MCM. i dont know what i did wrong, can someone help me?
nomkaz Posted November 30, 2019 Author Posted November 30, 2019 On 8/11/2019 at 8:25 AM, Fetterbr said: dont understand, i already have version 1.1.4 in July i think so what is this ? there was an non update update.
lipplog Posted March 23, 2020 Posted March 23, 2020 Has anyone tried thus in VR? Does it work in first person?
gutieashl Posted June 29, 2020 Posted June 29, 2020 Investigated why the key doesn't keep across savegames. For me this seems only to happen with the esl version. For whatever reason the esl version (identical to the esp version except with the esl flag) doesn't have persistence for mod event registrations and key press registrations. I put the registrations into the load game callbacks and the persistence issue goes away. This seems to be the correct way to do it anyway for mod event registrations according to the notes for this. Attached both psc and pex versions of effected scripts. In addition, make sure you have the latest version of PapyrusUtil and that nothing is overwriting it, there have been a few updates for it to make it compatible with esl files and there are many mods out there that have old versions of PapyrusUtil embedded into them. SerialStripFunctions.psc SerialStripperPlayer.psc SerialStripperFunctions.psc SerialStripper_MCM.psc SerialStripFunctions.pex SerialStripperPlayer.pex SerialStripperFunctions.pex SerialStripper_MCM.pex
nomkaz Posted June 29, 2020 Author Posted June 29, 2020 1 hour ago, gutieashl said: Investigated why the key doesn't keep across savegames. For me this seems only to happen with the esl version. For whatever reason the esl version (identical to the esp version except with the esl flag) doesn't have persistence for mod event registrations and key press registrations. I put the registrations into the load game callbacks and the persistence issue goes away. This seems to be the correct way to do it anyway for mod event registrations according to the notes for this. Attached both psc and pex versions of effected scripts. In addition, make sure you have the latest version of PapyrusUtil and that nothing is overwriting it, there have been a few updates for it to make it compatible with esl files and there are many mods out there that have old versions of PapyrusUtil embedded into them. SerialStripFunctions.psc 63.73 kB · 0 downloads SerialStripperPlayer.psc 208 B · 0 downloads SerialStripperFunctions.psc 2.02 kB · 0 downloads SerialStripper_MCM.psc 6.41 kB · 0 downloads SerialStripFunctions.pex 44.63 kB · 0 downloads SerialStripperPlayer.pex 699 B · 0 downloads SerialStripperFunctions.pex 2.33 kB · 0 downloads SerialStripper_MCM.pex 5.88 kB · 0 downloads Do you mind if I incorporate these new scripts into the Download with credit to you?
gutieashl Posted June 29, 2020 Posted June 29, 2020 50 minutes ago, nomkaz said: Do you mind if I incorporate these new scripts into the Download with credit to you? Sure, go for it.
Moacir Jr Posted September 3, 2020 Posted September 3, 2020 Hello, Please, the strip is not working with sexlab. Need I did any to fix it? My sexlab is 1.63 beta 8 (last). In the sexlab, I found one option, but is strip animation from sexlab, they not call strip animation from this mod.... Thanks a lot Moacir Jr.
Moacir Jr Posted September 4, 2020 Posted September 4, 2020 On 10/10/2019 at 10:06 PM, rizzuh said: Serial Strip didnt play automatically, Stripper work just fine. Anyone now how to fix the issue ? same to me.... strip not start....
Moacir Jr Posted September 4, 2020 Posted September 4, 2020 Peoples, I checked in the original post for this LE mod, and he has no linked with sexlab. He just uses the strip configuration of the sexlab to know what clothes to take. The strip integration before starting the sex scene, does not exist. Moacir Jr.
danono Posted December 17, 2020 Posted December 17, 2020 Running SE and PAH for SE, SL and flower girls all without trouble but I tried several of these files and all result in instant CTD upon loading any save game. Anyone have any suggestions on what I may be doing wrong? Thanks.
Friedrice1324 Posted March 17, 2021 Posted March 17, 2021 What is the hotkey to activate it? I looked in the MCM and there doesn't seem to be a configurable hotkey
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now