Jump to content

Select a subcategory to view available files.

Files From Subcategories

  1. Degenerate Anime Mags WSG Alternate Textures (Clean)

    Alternate textures to my magazine replacer i uploaded a while ago.
    replaces wasteland survival guide incase you're not into bestiality.

    Simply install using any mod organizer or drop in.
     
    Sources again are pixiv links on the magazines themselves.

    Original Files:
     

    455 downloads

    Submitted

  2. VotW Taga Animations

    This adds most of Taga's animations to Videos of the Wasteland (obviously requires that mod).

    Installation
    Install using MO2 (you shouldn't be using NMM) or manually by dropping the files into your data folder.
     
    Requirements
    Videos of the Wasteland 2: https://www.nexusmods.com/fallout4/mods/24435 (and the DriveIn plugin)

    3009 downloads

    Updated

  3. HBD_MorphDebug

    # MorphDebug
    Provides commands to debug LooksMenu BodyGen/BodyMorph systems.

    See BodyGen Description doc below for a description of terms of the many features that use BodyGen and some tips.

    With so many BodyGen features that users and sometimes mod authors may not have full understanding of, I felt there was a need for commands to view and control the underlying Morph Values to get a better understanding of the current state of the BodyGen system and to try and work around issues.

    # Commands:
    Commands can be triggered through the MorphDebug MCM page directly.
    Or via Aid Items which can be added via the Add Command Items button in the MorphDebug MCM page.
    Items are tagged [CMD][MorphDebug] so you can organize it in your inventory sorting mod how you wish, or set up a category for the Wheel Menu mod.
    1.Set TargetActor - Sets TargetActor to the actor currently in crosshair, or Player if none. Used by other MorphDebug functions.
    2.Print TargetActor - Prints the current TargetActor.
    3.LogMorphs - Logs all morphs for the Target Actor to Papyrus log.
    4.ClearBaseMorphs - Clears Base Value for all morphs for the Target Actor.
    5.ClearKeywordMorphs - Clears all Keyword Values from morphs but leaves Base Value of the morphs for the Target Actor.
    6.RegenerateMorphs - Clears all existing morphs and reapplies BodyGen templates (if any) for the Target Actor.
    7.ClearAllMorphs - Removes all morphs from all actors making them re-eligible for BodyGen templates application (save and reload to see changes on NPCs)

    # Usage
    Use Set TargetActor to set the Actor you want to apply the other commands on.
    LogMorphs gives a full list of all morph values set on the TargetActor (must have papyrus logging turned on).
    The Clear/RegenerateMorph functions clear different values, see the BodyGen Description doc for greater description of the terms.
    They're intended to clear values that my have been applies/stuck from other mods.
    Since mods that use SetMorph handle when they apply them in their own different ways you may have to wait for the mod update tick/event or trigger them specifically if you know how in order for its morphs.
    RegenerateMorphs can be used to re-roll the BeodyGen template for the Actor to gen a better idea of what your templates are doing.

    # Requirements
    MCM
    LL_fourplay dll: You will already have this if you have AAF installed. Used since unlike SKSE, F4SE doesn't have a object-under-crosshair function, but LL_Fourplay.dll does.
    LooksMenu: For BodyGen, no point in using this to try and fix/look at morphs if you don't have any actually applied.
     
    # Installation
    Install as you would any other mod in your mod manager.
    MorphDebug is flagged as .esl
    Credits/Thanks:
    @expired6978 for LooksMenu/BodyGen
    @LenAnderson for an example of a nicely structured mod, and the idea of using vscode and various build scripts to manage a mod project.
     
     
    # BodyGen Description
    This document collates information about the systems to help understand them.
     
    # Terms
    Community and my own terms used to explain stuff:
    BodyGen system - The overall system provided by Looksmenus f4ee.dll that manages it's features/data and 'does the work'.
    The community may refer to Morphs by several different terms, and interchangeably mix the Morph name/id with the overall concept of the Morph modifying the shape of the body, or the value(s)
    Morph
    Slider - Alternate commonly used term for morph due to the BodySlide or LooksMenu Body Advanced method of changing the values with GUI sliders.
    Display name - Only in BodySlide (I think) which can show a different name instead of the actual Morph name
    Value/strength/power/factor - synonyms for the actual numerical value representing the morph.
    Base Value - By default the many BodyGen features use this singular value for a morph overwriting the current value.
    None Value - synonym for Base Value, usually used when talking about setting a morph via mods, where giving it a None value for the keyword parameter will set the Base Value.
    Keyword Value - a morph may have any number of Keyword values, used by mods to separate/identify their own value applied to a morph.
     
    # System and Features
    The BodyGen system supplied by LooksMenus f4ee .dll drives a number of features:
    When BodyGen system updates the morph it chooses the highest morph value out of the base and all keyword values applied to the morph.
    Note: there is a bug in LooksMenu f4ee versions before v1.6.19 that would apply the morph value of the highest keyword id (which was dependent on the mod and possibly load order).
     
    ## BodyMorph Sliders
    Simply labeled BodyMorph on the LooksMenu Description page, this is the feature accessed by LooksMenu > Body > Advanced > page of sliders feature.
    This operates on the Base value of each morph/slider.
     
    ## LooksMenu presets
    These save and load the morphs Base values.
     
    ## BodyGen templates system
    I'll just outright quote the LooksMenu Description page
    "BodyGen is a feature that allows for random (or specific) BodyMorph generation based on guided files (Because random everything usually results in a horrifying mess) for particular NPCs, or any NPC. If an Actor is eligible for random generation, when that actor is loaded (when you first see them, or load an existing save where they have no morphs) their morph listing will be computed based on the proceeding files.
    "
    The BodyGen template sets the morphs Base Value.
    BodyGen templates are applied once to an Actor - the first time you encounter them, or when you load a save.
     
    ##BodyGen.SetMorph
    Used by mods to set the Base Value (IMHO bad practice as it will override all the other features that use the Base Value),
    or their own KeyWord value (or technically any KeyWord value they want as long as they can get a reference to it)
     
    # Tips
    ## General
    (Repeating this, it's important)
    Note: there is a bug in LooksMenu f4ee versions before v1.6.19 that would apply the morph value of the highest keyword id  (which was dependent on the mod and possibly load order) instead of the highest morph value.
     
    Some mods might not be set up to use SetMorph correctly (see mod authors request below), so even using the most recent LooksMenu version some mods might not be playing nice with each other.
     
    There is a helpful tool [BodyConvert](https://www.nexusmods.com/fallout4/mods/41781) to help convert between different morph setting formats (bodyslide, looksmenu preset, templates.ini)
     
    ## BodyGen Templates
    See the LooksMenu page, or various BodyGen guides scattered across the internet for more information on creating and applying the templates.
    TODO: Find a decent tutorial to link or crib off.
     
    morphs.ini uses formIds not reference ids.
     
    Most of the features work off the assumption that the morph .tri files built by BodySlide are set to 0.
    If you still want starting point values you would previously have set in bodyslide, you can set up a template to be applied to the Player in morphs.ini.
    Example, assuming you have created a template in templates.ini called FusionGirl-MyCharacter:
     
        #Player
        Fallout4.esm|7=FusionGirl-MyCharacter
        #AAF doppleganger of the player
        AAF.esm|72e2=FusionGirl-MyCharacter
        #AAF doppleganger of the player when in the pre-war/pre-game area (MQ101PlayerSpouseFemale). Don't think you would be doing any AAF stuff here, but you do you.
        Fallout4.esm|A7D35=FusionGirl-MyCharacter
     
    It can also be handy to know/look up the values of your template so you can tell if a mod has changed them.
    You can look at the f4ee.log in windows Documents/My Games/Fallout4/F4SE/ to see if there's any errors in your templates and morphs ini.
    Note: It logs referenceIds not formIds.
     
    ## SetMorph
    Beyond using MorphDebugs LogMorphs you can use a text editor find-in-files function to search mods .psc files for BodyGen.SetMorph to see what morphs are being set to.
     
     

    5892 downloads

    Updated

  4. Just Business Voiced

    w.i.p.  voiced files suggested by ShyGirlDanceParty many thanks and hope you enjoy and i know some words and lines are messed up but im working on it

    3698 downloads

    Updated

  5. Wastelander's Storage

    Requires:
    F4SE
    LooksMenu
    Mod Configuration Menu
    Bodyslide body with builded morphs
     
    Attention I believe that the mod is still in beta so be careful and let me know about all the bugs!
     
    Mod description:
    This mod is an analogue of the extra pocket for skyrim, made by me using part of the code of the extra pocket itself.
    This mod has the same functionality as its mastermind:
    Now you can use your womb as a small storage for your belongings. Using a special tool to access your womb, you can put different things there.
    Since the mod was inspired by extra pocket, it also has:
     
     Slowing down the player when carrying things in the womb Restrictions not allowing access to the womb in armor and combat  Restrictions on the transfer of certain types of things  All these parameters can be changed in MCM  
    How to use:
    To get access to your womb, you need to craft a womb access instrument on Chem Workbench. After crafting, it will fit into the help section, you can use both from the pip boy and from the favorites menu. It is enough in the amount of 1 piece, because after use it will be added to your inventory again.
     
    Installation:
    Can be installed via NMM or by yourself by unpacking Data containes from archive to Fallout 4 Data folder.
     
    Uninstallation:
    Grab all your items from womb  In MCM menu find and press Wastelander's Storage -> Debug -> Stop MCM Close MCM Save Game  Quit Game Unisntall from directory or your MO  
    Knowing bugs:
    In fallout 4, movement from the 3rd person is buggy. When the effect of slowing down a heavy body from your womb  correctly changes your running and walking speed from the 1st person, in the 3rd person you can run at the same speed as before the effect. I dont know how to fix it.
     
    Credits:
    Extra Pocket 1.0 by Code Serpent ty for a code
    MCM by reg2k - Neanka - shadowslasher410
    LooksMenu by Expired6978
     
     

    6716 downloads

    Updated

  6. Music Video Strippers Main Menu Video and Music Replacer

    Replaced the main menu with sexy strippers from music videos, in an edit I made. Also replaces the music to something that fits.
    More coming soon!
     
    https://www.mediafire.com/file/831ie6dobn76y9n/music_video_strippers_menu_replacer.7z/file

    1632 downloads

    Submitted

  7. VotW Shadbase Animations

    This mod adds several animations found on Shadbase, surprisingly (or not) a lot of them are furry stuff but ... eh. This mod requires Videos of the Wasteland 2
     
    Installation
    Install using Nexus Mod Manager (or any other manager)
    or
    Manually extract in the Fallout 4 directory
     > If you do not want to use the DriveIn, remove ShadAnimationsDI.esp
    Updating: Uninstall the old version > load your save > save > install the new version
    The patch fixes the problem where crafting film reels uses misc items instead of components.
     
    Requirements
    Videos of the Wasteland 2: https://www.nexusmods.com/fallout4/mods/24435 (and the DriveIn plugin)
     
    FAQ
    Is shadman ok with this?
    - For as far as I know he even encourages it.
    Why do you do this?!
    - Boredom
     
     
    Other VotW stuff:
     

    21597 downloads

    Updated

  8. VotW Lara with Horse by Animopron

    This mod includes all 4 episodes of Lara with Horse by animopron for the Starlight DriveIn. All film reels can be crafted in the holotape workbench.
     
    Installation
    Install using Nexus Mod Manager
    or
    Manually extract in the fallout 4 folder.
     
    Updating requires you to first load the save without the mod installed before you install the new version.
     
    Requirements
    Videos of the Wasteland 2: https://www.nexusmods.com/fallout4/mods/24435 (with the DriveIn addon)
     
    FAQ
    -Why so many film reels
      Each can only hold 3 minutes 24 seconds, you will need to ask the maker of Videos of the Wasteland 2 to extend it.
     
     
    My other mods:
    - VotW Jenny's Odd Adventure by SlipperYT
    - AAF_SEU - Servitron Patch

    23796 downloads

    Updated

  9. True Wasteland Body Outfits for Men (SHB)

    Ever looked at the variety of outfits added by the wonderful mod True Wasteland Body Outfits and felt sad that your men couldn't wear any of them? That your poor gents were condemned to only vanilla models and meshes instead while your ladies rocked some sexy new looks? No more! Now your men can look just as hot as your ladies in these newly converted outfits made for the fantastic Super Hero Bodies! Just download this lil baby, True Wasteland Body Outfits for Men, into your mod manager of choice, let it install as normal, build the outfits in bodyslide, then load your game, and any men wearing TWB outfits will now magically be much more sexily clad than before!

    SHB is required, as is TWB Outfits. A nude skin texture is recommended, otherwise your guys are gunna look a little wacky with their undies hangin' out for all to see! Outfits must be built in Bodyslide to appear in game, otherwise any guys wearing the outfits will have invisible bodies! The plugin is flagged as an ESL, so it will not count towards your plugin limit!

    I would love to see your guys in the outfits, so if you take any screenshots, I'd be happy to see them posted up here!
     
    Install:
    Download with/input into your mod manager of choice. Install using your mod manager as normal and activate the plugin. Open Bodyslide. You can find the outfits by typing 'TWB Outfits' in the search bar. Build the outfits! You can batch build if you search for 'TWB Outfits,' but you can also build the outfits individually. The latter might be desired, as some outfits have zap slider options that have been added, for anyone who might prefer flat boots or shorts on their guys. Run Fallout 4 as usual and enjoy!  
    Uninstall:
    Deactivate the plugin in your load order. Uninstall with your mod manager. All done! Any men wearing the outfits will now be back to wearing vanilla versions of them!  
    Credit:
    ALL credit for the original mod True Wasteland Body Outfits goes to its creator QuietPippin. They made some wonderful outfits for the ladies, all I did was convert them for men to wear as well! This mod has been made and published with their permission. This mod uses Super Hero Bodies (Enhanced Vanilla Bodies Conversion) and its sliders as a base, so of course all credit for the base body and sliders goes to MentalHygiene. This mod was created with the use of SexSwap Outfit Conversion Templates for Outfit Studio by NaiRae. Their fantastic conversion tool did the bulk of the work, allowing me to fine tune everything and make sure the fit was right without too much trouble. Their tool deserves a lot more recognition than I've seen it get, and they deserve far more endorsements. Some screenshots provided by EngineGaming. The pose used in my outfit screenshots is from the mod UPC - Unisex Pose Collection.

    372 downloads

    Submitted

  10. Bunny Jiggle Boobies Menu Replacer 3 Edition Fallout 4

    Foojoin's
    Main Menu Replacer
     
     
     
     
     
     
    Miss Bunny
     
    Jiggle Boobies 3 Edition
     
     
     
     
     
     
     
    Compatible working 100%
    Smooth Animation 60FPS
     
     
     
     
     
     
    HOW TO INSTALL?
    COPY AND PASTE
     
    INTO MAIN FALLOUT 4 DATA
     
     
     
     
     
     
     
    EASY INSTALL
    UNINSTALL ANY MOMENT 
    Back up Before Replacement
     
     
     
     
    EXTERNAL DOWNLOAD HERE
    https://www.mediafire.com/file/h5m8pazgcoqrfya/Foojoin_Bunny_3_Jiggle_Boobies_Menu_Replacer_Fallout_4.7z/file
     
    Foojoin Titty BunnyGirl 3 Edition DOWNLOAD
     
     
     
     
     
    REVIEW VIDEO HERE
    https://www.eporner.com/video-nnH1SWUUHRE/missy-bunni-2-live-animated-wallpaper-60fps/
     
    Foojoin BunnyGirl 3 Edition
     
     
     
     
     
    Music
    Marvel83 - Venice Beach
     
     
          Download my Bunny Videos here         https://www.mediafire.com/file/a3m29wizxbt2pez/2022-04-26_23-31-05.mkv/file   https://www.mediafire.com/file/mbchopm6ssqq56p/2022-04-27_00-03-03.mkv/file   https://www.mediafire.com/file/gr0icvpp3a50waj/2022-04-27_00-00-46.mkv/file























    137 downloads

    Updated

  11. Bunny Jiggle Boobies Menu Replacer 2 Edition Fallout 4

    Foojoin's
    Main Menu Replacer
     
     
     
     
    Miss Bunny
     
    Jiggle Boobies 2 Edition
     
     
     
     
    Compatible working 100%
    Smooth Animation 60FPS
     
     
     
    HOW TO INSTALL?
    COPY AND PASTE
     
    INTO MAIN FALLOUT 4 DATA
     
     
     
    EASY INSTALL
    UNINSTALL ANY MOMENT 
    Back up Before Replacement
     
     
    EXTERNAL DOWNLOAD HERE
    https://www.mediafire.com/file/y3k64eqenffkyyq/Foojoin_Bunny_2_Jiggle_Boobies_Menu_Replacer_Fallout_4.7z/file
     
    Bunny Jiggle by Foojoin
     
     
    REVIEW VIDEO HERE
     
    2ND EDITION VIDEO REVIEW MAIN MENU
    https://www.eporner.com/video-Acx1mYUIKwu/missy-bunni-5-live-animated-wallpaper-60fps/
     
     
     
     
    Music
    Marvel83 - Venice Beach
     
     
    Download my Bunny Videos here         https://www.mediafire.com/file/a3m29wizxbt2pez/2022-04-26_23-31-05.mkv/file   https://www.mediafire.com/file/mbchopm6ssqq56p/2022-04-27_00-03-03.mkv/file   https://www.mediafire.com/file/gr0icvpp3a50waj/2022-04-27_00-00-46.mkv/file  
     
     
     
     
     
     





















    140 downloads

    Updated

  12. !OUTDATET! DickChick Addon for WDF

    Addon for Wasteland Dairy Framework
     
    This mod is Outdated. I have no clue how to update it.
     
    Now you can use the semen extaction for female charakters with DICKS!
     
    The files belong to Invictusblade. I just fitted the postion of the items and scale them for the body in OutfitStudio.
     
     

    3524 downloads

    Updated

  13. VotW - Creampie Trichter

    Non-stop cumshots! Cum drinking! ? "Lore-friendly"!
      Adapted from a semi-classic german cum fetish movie; now you too can have non-stop sloppy cocks pushing cum into a vaginal hole through a funnel for your base! ?
     

    Fallout4 2022-04-21 18-22-32.mp4 ENDING:

    Colored cumming soon!
     

    1917 downloads

    Updated

  14. Father Companion: Alternate Ending Option for Fallout 4

    Work with Dr. Volkert to save Father and recruit him as a companion after the main storyline is over. You'll need the Cabot serum and more. There is also an alternative using the Forced Evolutionary Virus.
     
    Details at Nexus Mods
     
    You can save him even if you destroy the Institute. If you side with the Institute, he fakes his death and you'll still become Director.
     
    Interacts well with some of the popular alternate ending mods. No vanilla forms edited.
     
    To customize some aspects of the mod, visit the chem station. You'll also get craftable rewards for saving Father.
     
    There's no companion romance option, this is just a regular mod.
     
    View Trailer
     
    Credits:
    Toro Montana - modder
    Thuggysmurf - beta tester + compatibility with Project Valkyrie
    Caleb Mills - Nate/Male Sole Survivor voice actor (legacy content, no longer used)
    Emaline Tuck - Nora/Female Sole Survivor voice actor (legacy content, no longer used)
    DiscoGnome - Father voice actor (legacy content, no longer used)
    Ken Johnson - Dr. Dean Volkert voice actor (patch 1.10, no longer used)
    Brett Keane - Dr. Dean Volkert voice actor (patch 2.0 and up), "Coursing Venom" quest writer, ending cinematics narrator
    WolfieDarkfangs - Commonwealth Courier voice actor (legacy content, no longer used)
    m150 - Super Mutant Father's Lab Coat model
    HadToRegister - Arnold voice (legacy content, no longer used)
    yoo/Liz - Cameron voice (legacy content, no longer used)
    Bethesda Softworks - wouldn't be possible with them
     
    Soundtrack Credits:
    1. Faction Choices Fragment Credits:
    Music provided by No Copyright Music:
    https://www.youtube.com/c/royaltyfreezone
    Music used: Altered Carbon by Evan King
    https://soundcloud.com/evan-king/altered-carbon-free-download
    Licensed under Creative Commons Attribution 4.0
    https://creativecommons.org/licenses/by/4.0/
    2. Institute Destruction Followup Fragment Credits:
    Rocky Soundtrack | "Isolation" by Lucas King
    https://www.youtube.com/watch?v=vVTP0DOL_2Q
    Licensed under Creative Commons: By Attribution 4.0 International
    https://creativecommons.org/licenses/by/4.0/
    3. Shaun Dead/Murdered Fragment Credits:
    "Uniq - Art of Silence" is under a Royalty Free music license.
    Music promoted by BreakingCopyright: https://youtu.be/er--pnwFDgU
    4. Final Fragment Credits:
    Music provided by No Copyright Music:
    https://www.youtube.com/c/royaltyfreezone
    Music used: End This by Evan King
    https://soundcloud.com/evan-king/end-this
    Licensed under Creative Commons Attribution 4.0
    https://creativecommons.org/licenses/by/4.0/
    5. Overboss of Nuka-World Ending Fragment:
    "Darren Curtis - Demented Nightmare" is under a Creative Commons license (CC BY 3.0)
    Music promoted by BreakingCopyright: https://youtu.be/g_O4kS9FP3k
    6. Institute Reformation Ending (Project Valkyrie) Fragment:
    Mark Morgan - Dream Town (The album was engineered and mixed by Vladislav Isaev.)
    https://archive.org/details/VaultArchives
    7. Vice Ending Fragment:
    TeknoAXE's Royalty Free Music - Small Whale - FunkSka
    https://www.youtube.com/watch?v=9wLlj52PkJQ

    327 downloads

    Updated

  15. (Fallout 4) Satan Maid [CBBE, TWB, & Fusion Girl Bodyslide]

    Fusion Girl conversion by ahboy99!

    latest version
     

    Ported from Skyrim to Fallout 4 
    It isn't a perfect port, and I will be making adjustments in the near future.
     
     
     
     
     
     
     





    5906 downloads

    Updated

  16. Aylis Character Pack for FG (Face/Body/Armor)

    Preamble 
    This is a character set that is primarily intended for my guide. But parts of it will hopefully be useful for others too. I hope you'll like what you find here.
     
     
    Requirements
    The files were meant to be used with the following mods:
     
    Presets 
     
    Aylis Face Preset
    This preset for my char has changed quite a bit over time. This here is my final version. Pretty, but not overly perfect.
     
    Aylis Body Preset
    This is the conversion of my previously used CBBE preset. To make sure it works as it should i rebuilt it from scratch. And again i tried to create a more natural body.
     
    Modifying the preset
     
     
    Armor and Clothing 
    Here i'll give you all armors that are currently used in my guide. They are obviously using my preset and only have to be downloaded and activated. The optional files should be merged with 'AFG - Armor'.
     
    Basic files
    FO4 and all DLC                                                   AFG - Armor
    Body and Vioxsis Strap-ons                                 AFG - Nude
     
    Optional files
    All available FG presets for the CC                      AFG - Creation Club
    Atom Girl Outfit                                                  AFG - Atom Girl
    Children of Atom - Fanatics Outfits                    AFG - CoA Fanatics
    Commonwealth Mini Dresses                             AFG - Mini
    Commonwealth Shorts                                       AFG - Shorts
    Converse Shoes and High Sneakers                   AFG - Converse
    All used armors from CROSS                              AFG - Cross
    Eli's Armour Compendium                                 AFG - Elianora
    Girls Workshop                                                   AFG - Girl Workshop
    Just another Piper Outfit                                    AFG - Piper
    NanoSuit                                                            AFG - Nanosuit
    Piercing collection                                              AFG - Piercing
    Precursor Suit                                                     AFG - Precursor
    Private Military Company                                   AFG - PMC
    Technical Competition Sportswear (TCS)            AFG - TCS
    Toxic Raider Armour                                           AFG - Toxic
    Vtaw Wardrobe 1 AND Wardrobe 4                   AFG - VTAW Wardrobe
     

    6585 downloads

    Updated

  17. The Nordic Bombshell - Fallout Edition

    This is an attempt to make this The Nordic Bombshell - Original (CBBE 3BBB - CBBE and BHUNP Bodyslide Preset) available for Fallout 4 as well. I've had the preset in the game for a few months now and hope you enjoy it.
    The Bombshell is again available in the three variants: Natural Body, Original Body and the particularly lush Excessive Version. All bodies are compatible with CBBE Vagina Morph. You can find the mod here:
     
     
     
     
    Of course, my TNB model Nissa is part of it, which is why I recreated her for Fallout. If you want to have her in the game as well, you can find her here as Magnolia Replacer.


     
     
     
    You can find the clothes in the screenshots here:
     
    Vtaw Wardrobe 6 - CBBE - BodySlide Dlx Clothes Pack Dicky's Pinup Outfit




    4163 downloads

    Submitted

  18. Fallout 76 Menu Replacer BETA TESTING VERSION Compatible with Fallout 4

    FALLOUT 76
     
    MAIN MENU REPLACER
    BY
    FOOJOIN
     
    COMPATIBLE WITH FALLOUT 4
     
    Bethesda use the Same Game Engine for Fallout 76 and Fallout 4
    The file format is Bink .bk2 file for Game Animation.
     
    I convert my animation for Fallout 76 Main Menu Replacer.
     
     
     
    This is also compatible with Fallout 4
     
    I uploaded 2 Files
    1 for Fallout 4
    1 for Fallout 76
     
    Compatible working 100%
    Smooth Animation 60FPS
     
    This Animation is my main Private Character Smoking hot Idle.
     
     
    Basic BETA Version for Fallout 76
     
    Download now
     
    Fallout 4 Version
    https://www.mediafire.com/file/qb5lrmnayi68qob/Sexy_Idle_Fallout4_Menu_Replacer_Foojoin.7z/file
     
     
     
    REVIEW VIDEO HERE
    iDLE MENU REPLACER FALLOUT 76 REVIEW
    https://www.eporner.com/video-Mb7WLdJQQio/fallout-4-main-menu-teaser/
    Fallout 76 Version
    Latest
    LATEST FALLOUT 76 MENU REPLACER iDEL SEXY 2022 Foojoin
     
    https://www.mediafire.com/file/n3ksbymk7isluos/Fallout_76_Menu_Replacer_Foojoin_2022.7z/file
     
    Installing
    Copy and Paste
    Make Back up Save Safe Original Files.
     
     
     
    https://www.mediafire.com/file/b3mnkvvaj3j4qux/Sexy_idle_Fallout76_Menu_Replacer_Foojoin.7z/file old
     
    https://www.mediafire.com/file/b3mnkvvaj3j4qux/Sexy_idle_Fallout76_Menu_Replacer_Foojoin.7z/file
     
     
    Music
    Marvel83 - Venice Beach
     
     
     

















    213 downloads

    Updated

  19. Aylis Icons Redone

    Preface
    I was never really happy with the icons some mods added to the items in the game. So i started to add and modify icons and distributed them to all items which appear in the game. Here you'll find all patches that i created for the mods in my guide.
     
    As there are now a lot more icons this should improve the search for items and also give you on a glance an idea what an items is for. I hope you like what you get here.
     
     
    Covered mods
     
    Load Order
    The three mods should be very low in your LO.
    Extended Tags                     - Files for the icons.
    Aylis Sorting - Base Game - Patch for the base game and all DLC
    Aylis Icon Patches               - The patches for the single mods
     
    Overview
    In case you want to add a mod on your own here's an overview of the used tags:
    Tags Overview.xlsx
     
    Note
    I'm still tinkering with a few minor details, but that shouldn't stop you from using this mod.
    All links to the used mods can be found in my guide.

    1349 downloads

    Updated

  20. DX Bikini - Back to School w/ Platforms [CBBE & TWB Bodyslide]

    Contains 14 shoe colors (2 unimplemented yet, totalling 16)
    11 changeable nail colors


    Requires Original:
    https://www.nexusmods.com/fallout4/mods/55556
    https://www.nexusmods.com/fallout4/mods/47810

     
     
     
     
     
     
     
     

    2461 downloads

    Updated

  21. Unbreakable Bobby Pins

    OVERVIEW - This is a mod that gives to you an object that allows you (while it is in your possession) to lockpick every conventional lock (except those that require keys, naturally) without the bobby pin breaking. You are required to provide your own bobby pin, of course. The mod does not contain any scripts.
     
    I do not enjoy the lockpicking game in Fallout 4. I also especially do not appreciate the bobby pins breaking after a certain amount of time or chances. This mod prevents your bobby pins from breaking regardless of the amount of time or chances taken in picking a lock. It does not modify the size of the "sweet spot" required in order to successfully pick the lock. It does modify whether you can pick a lock based upon it's difficulty level; You now can pick every lock so long as it doesn't require a specialized key (in order to avoid "breaking" the game, as such locks often require players to endeavor on quests or whatnot).
     
    Installing the mod is simple; It is a single .ESP file and is placed exactly where all of the other .ESP files go in your Fallout 4 directory. Deleting the mod is equally as simple; Simply de-select it from your mod manager or delete it physically from the Fallout 4 directory. There are no scripts in the mod and so, therefore, there are no adverse consequences in it's removal (except, of course, in your lockpicking abilities). This mod only needs the base game itself and is not dependent upon any DLCs.
     
    And where do you acquire this unusual object that gives you such amazing abilities? For those who enjoy hunting for such items, the first clue is non-spoilerish: It is NOT in an interior cell (in other words, it is "outside") and is in a container.
     
    Next clue:
     
    Next clue:
     
    Final clue:
     
    I hope that you enjoy this mod and that it alleviates some of the stress that the lockpicking game gives to the player. Everyone is different; Some people enjoy the lockpicking game as is while others reduce the game drastically (which includes myself). This mod greatly reduces the stress of the lockpicking game while still keeping a little bit of the difficulty (you still, after all, have to find the "sweet spot" however large or small that it may be).
     
    Please do not share this mod on NexusMods; I do not hate the website or those who operate it. However, I wish to retain complete control over my mod and have only one central location for which to change the mod if need be. Thank you.

    209 downloads

    Submitted

  22. Liara T'soni Follower

    Liara T'soni Phd of mass effect. 
     
    Fusion Girl, CBBE.
    (Build CBBE Version in bodyslide)
     
    Follows you, finish her mini-quest. Find Her In a Trap door Floor Door in the alien cave.
     
    Talk to her. 
     
    Functioning follower to trade with. Has Facial animations. Blue body, Biotics.
     
    Do not equip grenades on her. although she has Biotic powers that trigger in combat her "Greater Biotics" that affect a radius use the grenade slot.
     
    She has "lesser" Biotic powers of (Throw, Singularity, Warp and Stasis)
    Greater Powers of (Singularity, Warp and Stasis)
     
    Singularity - ton of damage.
    Warp - lesser radius but chance to instant kill.
    Stasis - Freezes enemies for ten seconds but also adds damage protection to them. The CAN be hurt but its reduced damage.
    Throw. Low damage mostly defensively used.
     
    Barrier. on entering combat Liara will erect Biotic Barrier Armor. This is an effect and doesn't interfere with any armor or clothing slots.
     
    She has two outfits, if you want to clear them tell her to get naked and equip her with something else manually.
    -------------------------------------------------------------
    Credit to Shiala 92 for the following meshes (and inspiration to make this)
    Liara head mask (basis for her head mesh)
    Liara Coat outfit
    Liara Alliance Battle Armor.
    These are found on Deviant Art (Links soon)
    outfits
    https://www.deviantart.com/shiala92/art/Liara-T-Soni-Armors-for-Fallout-4-591639407
    --------------------------------------------------------------
    Liara has an in-game base weapon but I suggest you use Shiala 92's "Mass Effect Weapons" Mod to give her a weapon more fitting her base game.
    https://www.deviantart.com/shiala92/art/Fallout-4-Mass-Effect-Weapons-Pack-UPDATED-746622145
     
    Any bugs questions or comments let me know. 

    uploads useage perms etc etc etc.
    this file has assets from Shiala 92. So under no circumstances can you do anything with it except use it or modify it for your own personal use. Don’t upload it anywhere. Don’t make a Saturday night live skit out of it. Don’t post it on nexus and please do not use it as a front to launder crypto currency. Aka bottlecaps.
     
    well you can but get shiala 92s permission first. Then ask me I’m usually pretty reasonable w reasonable conditions like donating to your local charity that feeds kids or something. 
     
    (I have no way of knowing if you actually do that but you are an asshole if you say you will and dont)

    2429 downloads

    Updated

  23. Classical Radio Replacer for Clubs/Strip Clubs

    Classical Radio Replacer for Clubs/Strip Clubs
     
    Lately, i've been building a club/strip club but there was something missing. Appropriate music, of course.
    And thus, i began fiddling with Radio mods and the like but there was just one problem. I couldn't get them (the actual radio furniture) to be louder.
    In the end, i simply replaced all the Classical Radio files with my own (all 29 of them) and downloaded a mod for Radios to be louder. So, i figured i'd share it here for anyone interested.
     
    Instructions:
     
    Install with Vortex/MO2 ???? Profit [OPTIONAL] If you destroyed the Institute, the Classical Radio will go YEEEEET. It can be restarted using the following console command: StartQuest RadioInstituteQuest  
    Highly Recommended Mods:
     
    Louder Workshop Radio
    Settlements Objects Expanded (For the speakers, IIRC)
    Slaver Camp, Brothel, Strip Club (Egret Tours Marina) [Make sure its plugin loads after anything that might alter ETM or world space in/around it]
    Stripper Pole
     
    Track List:
    2WEI feat. Hanna Leess, Kataem, Marvin Brooks – You Really Got Me
    AC/DC - Back In Black
    Avril Lavigne ft. Marilyn Manson - Bad Girl
    Bad Girlfriend - Theory of a Deadman
    Billy Idol - Rebel Yell
    Britney Spears - Womanizer
    Caravan Palace - Lone Digger
    Cherry pie - Warrant
    CLC (씨엘씨) - Devil
    Cyberpunk 2077 - The Rebel Path
    Halestorm - I Miss The Misery
    Halestorm - Mz. Hyde
    IN THIS MOMENT - Adrenalize
    IN THIS MOMENT - Whore
    K/DA ft. Aluna, Wolftyla, Bekuh BOOM - DRUM GO DUM
    K/DA ft. (G)I-DLE, Bea Miller, Wolftyla - THE BADDEST
    K/DA ft. Madison Beer, Kim Petras - VILLAIN
    Marilyn Manson - Tainted Love
    NEFFEX - Addict
    NEFFEX - Backstage
    NEFFEX - Rumors
    Nine Inch Nails - Closer
    Nine Inch Nails - Physical
    My Darkest Days - Porn Star Dancing
    Redfoo - New Thang
    Shygirl - SLIME
    Tata Young - Sexy Naughty Bitchy
    The Pretty Reckless - Going To Hell
    Timeflies - Undress Rehearsal
     
    Showcase Video/s:
    (WARNING: FLASHING LIGHTS GALORE)
     
    Video 1
     
    Video 2
     
     
    Mini/Simple tutorial on how to make your own
     
    1º Use converter to turn mp3 into xwm
    2º Rename xwm replacer files like the original vanilla files as shown below
    3º Place files into folder structure as shown below

    4º Pack up main folder into a zip archive
    5º ???????
    6º Profit
     
    Congratulations, you've made a Classical Radio Replacer mod.

    137542 downloads

    Updated

  24. ESL-Flagged ESP

    Preface
    As we constantly run into the ESP limit of Fallout 4 i was looking for a solution. This is a collection of modified ESP for my 'Fallout IV for Beginners'.
     
     
    Usage
    Simply install and activate them. They will automatically put into the right spot of the list (unless they are for a mod you havn't installed).
     
     
    Copyright
    All ESP were created by other authors and i only flagged them as ESL. The included files either got an open permission or were abandoned.
     
     
    Note
    Regarding my guide:
    The ESP can be flagged as ESL (see 'Final').   This mod had a permission for uploads and is included here.
    Can be flagged as ESL                                    This mod had NO permission and is NOT included here. But it can be flagged as ESL.
     
    Instructions how to ESLify an ESP can be found in my guide.

    2436 downloads

    Updated

  25. Latex Rubber Hood Mask - Fallout 4

    Slightly transparent latex hood with black eye and mouth trim - Not perfect but uniquely shaped.
     
    Anyone is free to modify or reupload this mod anywhere.
     
    The Spider Gwen mod by Shino is required for this re-texture to work.
     
    You will need to add Transparency to the Spider Gwen Mask NIF - I have added a pic showing how, just open the nif file in NifSkope, click the mask so it turns green, right click the highlighted TriShape in the left panel and do as shown in my guide image.
     
    The catsuit that matches the masks colour is the Steel Grey with Dark Seams (Transparent) one from Tao Catsuits Expanded. The Gear is a mix of Vtaw Wardrobe 4 & 7 plus 'Another Combat Armor' mod.

    2283 downloads

    Updated

×
×
  • Create New...