Jump to content

2 Screenshots

About This File

Now we are also stripping your bras and panties!

:lol:


Also stripping both PC and NPC!

:lol:

 

 

 

 

 

 

 

 

 

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.

 

:exclamation: 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 :P

 


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 (SKSE)
SkyUI
Fores New Idles in Skyrim (FNIS)
PapyrusUtil (This is also bundled with SexLab. So, you don't need to install it if you have SexLab.)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Recommended Mods


Auto Unequip Ammo : strongly recommended to allow quiver stripping too!
SexLab : 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!

 


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

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

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