• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

andrelo1

Members
  • Content count

    61
  • Joined

  • Last visited

About andrelo1

  • Rank
    Member

Profile Information

  • Gender Male

Recent Profile Visitors

98 profile views
  1. All-in-One UUNP HDT Animated Pussy

    papasitogringo, may be because of integration with Nexus site. Mod Organizer can be integrated with Nexus too, but it is not suitable for me because it uses complicated system with virtual folders. Modders uses a lot of programs, which works with game files, and it is imortant to have quick access to all game files without necessity of manipulations with Mod Organizer.
  2. All-in-One UUNP HDT Animated Pussy

    HeroedeLeyenda, you forget to add <conditionFlags> into last step of ModuleConfig.xml. Looks like it cause the problem only for NMM pre 0.60 users.
  3. All-in-One UUNP HDT Animated Pussy

    HeroedeLeyenda, also you can try to pack your files with 7z, I repacked 1.1.2 version with "Normal" settings and now it takes only 138Mb versus 338Mb, version 1.0 has lesser difference after repacking 589Mb versus 859Mb.
  4. All-in-One UUNP HDT Animated Pussy

    The problem was in sections like "Don't install ...". <plugin> element should always contain one of the subelements <files> or <conditionFlags>. They was ommited in "Don't install..." sections. Don't know why it works for someones, maybe ModOrganizer is not sensitive for such errors, I'm using NMM. I added dummy condition flags into this sections. For example: <conditionFlags><flag name="dontInstall0001">true</flag></conditionFlags>.
  5. All-in-One UUNP HDT Animated Pussy

    Here fixed ModuleConfig.xml for those who experience problems with launching install wizard: ModuleConfig.xml ver 1.0 ModuleConfig.xml ver 1.1.2
  6. SOS - Schlongs of Skyrim

    b3lisario I found solution for slot 52 issue. You need to add slot 52 not to Armor, but to Armor Addon. Because biped slots in Armor Addons means the body parts, that will be hidden, bipped slots in Armor means what slots this armor will occupy. So adding slot 52 to Armor Addon will not deny equiping another armor to slot 52, but it will hide body part 52. Here is my test version:                                         This patch will solve issue when female characters can't equip both vanilla body armor and underwear, and the same for males, but not only with vanila armors. This patch is for v2.05.034, and I don't guaranty that it will work with older or newer versions if there are changes in SOS_ActorMagicEffect_Script, SOS_SetupQuest_Script or in skse-plugin. SOS Patch - Equipable slot 52.7z SOS Patch - Equipable slot 52 - Sources.7z ____________________ I'm not saying that it's end version and maybe it needs more reworking. It's more like a proof of concept.   And one another question: why you are adding slots to armors in skse-plugin, but not in Papyrus ? This function called one time on game load, so there should not be noticeable performace issue. And another one question. Maybe you know, are there somewhere textures for SOS in vanilla-style: not so smooth, with dirt and without this muscles ? Because SOS-textures are not lore-friendly for me (in my opinion). Maybe someone already made it. I searched, but didn't find anything.
  7. SOS - Schlongs of Skyrim

    guk, b3lisario Thanks. Hmm. Then it will be harder to rework existing scheme. I thought it is only needed code that will equip/unequip genitals on OnObjectEquipped/OnObjectUnequipped events, and then armor slots modifications will be obsolete.
  8. SOS - Schlongs of Skyrim

    b3lisario From where underwear is getting ? I have not found in code where it is equiped/unequiped. Looks like it's baked into body meshes, but I have not found it there too.
  9. SOS - Schlongs of Skyrim

    I have problem only when I trying to use this outfits with vanilla armor. The problem is not that sos using slot 52 for male genitals, it is absolutely normal, problem is that it adds slot 52 to all vanilla armors, so that female characters has this slot ocupied for no reason. I'm not saying that it is big ptoblem, but it adds compatibility issues, that could be avoided if this part of mod was realized by other way.
  10. SOS - Schlongs of Skyrim

    Many outfit mods uses this slot: Osare Underwear, Simply Clothes, Ashara Princes of the Woods (uses this slot for belt), Elewin Jewelry and others.
  11. SOS - Schlongs of Skyrim

    b3lisario (In continue to SpyderArachnid's post#2584 and many other posts) I looked at your code, and I see that you are adding slot 52 to each armor that you determined as 'concealing'. But I don't understand why ? To hide genitals when that armor equiped ? But you already have code, that will do that: Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference) ... If HasPelvisSlot(akArmor) ; concealing armor, the slot 52 hides the schlong, remove it from inventory UnequipGenitals() ElseIf !ActorRef.GetWornForm(akArmor.kSlotMask52) as Armor ; revealing armor, equip schlong if not already equipped EquipGenitals() EndIf ... EndEvent But here you are using HasPelvisSlot(akArmor), that checks for slot 52 on armor, but why not to replace it with IsConcealing(akArmor), that searches in internal array of 'concealing' armors ? Then you will not need to add slot 52 to armors. You have so much incompatibilities because of modifying armor slots. But I really don't see the reason to do that.
  12. How lockpicking will work ? If it will be the same as lockpicking of chests, then ability to lockpick lock will drop difficulty to zero, because it is only question of time, and it is much easier to spend 100 picklocks, than searching keys in dungeons.
  13. Defeat

    It is known lag (at least I have it too) if you use "Simple" resist option, try set resist to "Strip", it should help.
  14. Defeat

    About alarm from tied up npcs, looks like they always trigger alarm if there are any other npcs around, even if they should not see you in shadows. Try to disable 'Crime' option in settings, it should help. About instant kill, I dont know why this happens, this happens to me too sometime. I have look at code and instatant kill should happen if you hold action key for 3 seconds. Maybe it caused by some script lag. Try also to run "Update FNIS Behavior", the animations issues often cause Defeat not working as it should.
  15. Defeat

    Try to start new game and test there. If there would be all working, then your issue can be caused by not correct reinstall. Also holding action button may cause instant kill instead of knockdown.