Jump to content

All Activity

This stream auto-updates

  1. Yesterday
  2. Hmmm, lets approach this from another angle. I don't really want to prevent storage but the build conditions do not apply to placement of an object that is already built. When limiting a single object to one per settlement the build condition need not check storage for an instance of itself because we would have to place the existing one in order to build another. However if you have 4 different objects that you only want to allow one of simply building one and storing it will allow you to build one of the others and then place both of them. Is it even possible to query the current workshop inventory for specific items? I think the only way I am going to be able to limit the workshop to only 1 of 4 different objects is by tracking all of the object placements with a quest script. Unfortunately for me, even after 18 years in this community I'm still not ready to learn how to write entire scripts from scratch. Especially for FO4 as i just moved over from Skyrim 8 months ago and opened the render window for the first time yesterday. Thanks anyway.
  3. Brand new to fallout 4. I'm looking for recommendations on a collection that would maximize my experience graphically and with quality of life, but without a ton of extras to complicate a noobs first playthrough. Or should I just wait for the incoming update? Appreciate the ideas and suggestions!
  4. It's only a "monkey wrench" to a very small number of people, almost none of them would be new players. Especially since this upgrade is so console focused. Whereas timing the update so you can announce it the same week the show debuts and have a couple of weeks of press regarding the free upgrade is good.
  5. What I've done is create a simple 2048x2048 texture of a grid that is 32x32. I've set my NW Cell coords to be -16, 16 and my SE coords to 15, -15. I've set map markers in the corresponding cells to view in game. When viewed in game they do not appear in the Cell corners but rather 3-4 Cells inwards. Please see the attached image. What is causing this misalignment?
  6. @Ilayda70 Tut mir leid, mir war nicht klar, dass man einem Autor nicht mehr direkt von der Mod-Seite aus Nachrichten senden kann (zumindest bis die Mod-Kommentarbereiche aktualisiert sind). Sie müssen den Namen des Autors und eine Direktnachricht aus den neuen Foren erhalten.
  7. Never dealt with XBOX, so no comment there. Never used Cheat Room mod either. However, the process should be the same - except you make sure that Cheat Room is checked as master for your plugin, and you drag and drop your chest into it.
  8. No, what I'm saying is one of the Executive Producers of the show is the guy running the shots at Bethesda. He more than anyone should know what happens when an update like this drops. It's more than just F4SE. Your window of opportunity is slim for a new audience as it is. You have to be able to hit the ground running with them - and throwing a monkey wrench mere weeks from TV series launch is a HORRIBLE idea from someone who is on the inside with the TV series.
  9. Formal Warning Issued - Brastia Brastia has received a formal warning for violating our community rules. Reason Threatening to reupload previously removed content in violation of staff action and permissions of the original author. User was told this wasn't permitted and stated they would defy this order repeatedly. - Submission of existing user-submitted content without obtaining permission from the original author(s) of said content is strictly prohibited. Proper credit to the original author(s) must be given unless the author(s) has/have specified that credit is not necessary. Please, be aware that the mere accreditation of an author is no substitute for receiving explicit permission to upload or modify someone else’s content. Reference Below are links to where the infractions took place (where relevant). Some links may point to hidden, deleted or restricted content that can only be accessed by moderators. https://moderation.nexusmods.com/cases/67045 https://www.nexusmods.com/skyrimspecialedition/mods/113287 Account Restrictions As part of the warning, Brastia has been restricted from using the following features: This user cannot upload files for the foreseeable future Moderation History Warning issued by TheVampireDante. This user has now received a total of 1 formal warning(s).
  10. Yeah, but the widescreen PC monitors are much wider than they are long (from top-to-bottom), which makes the endless scrolling much more tedious. At least right now, I can control the number of mods per page. There are several sites that have changed to endless scrolling, and it just makes it harder to refer back to earlier posts in the thread, for me. I have enough memory (64 GB) that makes scrolling down on an individual page easy, but the jumping, twitchy endless scrolling never is comfortable for me. The move to reduce the mods to 4 per row from 5 will make the problem even greater.
  11. Check IFD Lydia and Amorous Adventures - the author says the latest IFD Lydia is set to disable AA. I asked if they meant the entire thing, or just Lydia, who just happens to be involved in a lot of the quests, and got no response.
  12. I probably should have said this in the earlier post... 1. Yes, I mean the Cheat Room mod, not just the QASmoke room. 2. I'm also trying to port this custom armor into Xbox. The PC version of cheat room contains it when I run the two mods, however, it doesn't when playing the Xbox version. I must also say that I have a full set of custom armor, however it's only the helmet piece that isn't taking affect. It's my understanding that a vast majority of users here use PC most of the time, but someone's help would be invaluable if it ends up working.
  13. Out: a pie with whipped egg whiite topping sugary sweet in a hand connected to an arm which pushed the pie pan full of frothy delicious coating for a pie in the face. (I would have used whip cream. I like this kind for it's sweet taste better.) In: A 45/75/33 1/3 speed turn table with a platter 3/16 inches thick and 30 inches in diameter revolving around with an arm that has a needle setting into the records grove playing the song, "Beethoven - Fur Elise"
  14. Nope if it has a construction recipe that allow it to be built or moved it can always be stored. My workaround is for the main object that can be constructed once (recipie condition GetWorkshopObjectCount == 0) to detect workshop mode and swap itself out for the workshop movable proxy object that uses the same NIF, then manage that; ;******************************************************************************************** Event OnLoad() Self.RegisterForRemoteEvent(Self.GetLinkedRef(pWorkshopItemKeyword), "OnWorkshopMode") EndEvent ;******************************************************************************************** Event ObjectReference.OnWorkshopMode(ObjectReference akSender, bool aStart) If(aStart == true) Self.Disable() ObjectReference MyProxy = Self.PlaceAtMe(pMyProxyObject) Self.SetLinkedRef(MyProxy, None) Else ObjectReference MyProxy = Self.GetLinkedRef(None) Self.SetLinkedRef(None, None) If(MyProxy != None) && (myProxy.is3dloaded() == true) ; it has not been stored Self.MoveTo(MyProxy) MyProxy.Disable() MyProxy.Delete() EndIf Self.Enable() EndIf EndEvent ;********************************************************************************************
  15. So if I only backup archives that aren't on nexus then the combo of staging folder and the database will allow me to re download the nexus provided files if i wanted to re-install? The database will still have the nexus mod page details? diziet
  16. You're making the erroneous assumption that people drawn in by the TV series will have any knowledge of, or concern for, F4SE mods. The mods on consoles and available through the game itself will be unaffected by this update, while the promise of a free upgrade to the game will be very enticing. It's like Todd understands the business of gaming very well indeed. Well enough to gear decisions toward the majority, not the minority, of players
  17. Is the animation located in a folder that i can just change the animation to happen more often or with a hot key?
  18. Most Follower frameworks do. I personally use the newer version of AFT (Amazing Follower Tweaks),
  19. Hi, I seem to be unable to find a single good tutorial for making clothing mods for games like Cyberpunk. Every single time I try a search engine 100% of the results are about how to INSTALL mods that someone else makes, but I never find anything anywhere on how to make them. It's amazing to me how there are millions of mods out there but tutorials are almost impossible to find. And if I do find tutorials they are always for something else other than what I want and extremely confusing. I have yet to find a newbie-friendly tutorial anywhere, so if anyone could point me in the right direction I'd appreciate it.
  20. Been modding skyrim for years now. But never gone over the limit or close to it. but i am sitting at 251 masters even using light feature. I like to my housing mod if I can. But would like to know if there any older mod in my list that should or such. Some these plugins i only have to get other mods to work righ. I want to add Lux via the road mod. Also there a better mod or newer that would better then what i have pleas let me know. # Automatically generated by Vortex *unockatja.esl *ccrs001.esl *Unofficial Skyrim Special Edition Patch.esp *Lanterns Of Skyrim II.esm *GostedDimensionalRift.esm *ceejsse001_hideouts.esl *WaterViewSkyrim.esp *arnima.esm *Dragon Cliff Manor SE.esp *BBLuxurySuite.esm *Midwood Isle.esp *BSAssets.esm *BSHeartland.esm *BS_DLC_patch.esp *Campfire.esm *Falskaar.esm *ZaZAnimationPack.esm *Eli_TINIESTESTSHACK.esl *UndergroundBathhouse.esm *Lux - Resources.esp *Lux - Master plugin.esm *paradise_halls.esm *Pahe_Dragonborn_fixes.esl *paradise_halls_farengars_study.esl *Wyrmstooth.esp *ITortureFramework.esm *SharedSeranaDialogue.esm *SexLab.esm *LSC_CC_Patch.esl *GeneralStores.esm *HSResources.esl *GeneralDisplays.esm *FISS.esp *EVGAnimatedTraversal.esl *kinggathcreations_eastempirecompany.esp *ceejsse001_lodge.esp *cbgs_tdowwinterfrost.esp *msjm01_arquebus.esp *legendarydungeons-dwemer.esp *UnlimitedBookshelves.esp *SkyUI_SE.esp *SMIM-SE-Merged-All.esp *CollegeOfWinterholdImmersive.esp *Eli_Skaal Village Overhaul.esp *Snazzy Furniture and Clutter Overhaul.esp *Waterfalls Retreat.esp *paradise_halls_SLExtension.esp *BBLS_SKSE64_Patch.esp *whiterun manor.esp *QuaintHendraheim.esp *Greystone Lodge.esp *Helgen Reborn.esp *Eli_Breezehome.esp *LC_BuildYourNobleHouse.esp *SeranaDialogAddon.esp *SkaalHomeRestored.esp *ModdorManoir.esp *HearthfireMultiKid.esp *SRR_Serana_Relationship_Revamped.esp *BetterQuestObjectives.esp *SC08WayshrineTamriel.esp *Greyskin Loft.esp *Riverwood Falls.esp *Unmarked Locations Pack - All In One.esp *Thieves Guild Requirements.esp *DragonTreeTemple.esp *Comprehensive_Falskaar_Fixes.esp *Unique Display Room.esp *Unique Display Room - AE Creation Club Patch.esp *FCO - Follower Commentary Overhaul.esp *EMCompViljaSkyrim.esp *Haafingar Hall.esp *Eastmarch Manor.esp *blackreachrailroadnew.esp *blackreachcabinmetal.esp *The Brotherhood of Old.esp *Travellersinn.esp *DovahThayShip.esp *Fellheim.esp *Morskom.esp *WinkingSkeeverLoft.esp *Mora'sMushroom.esp *MgntBarrelRELOADED.esp *Tentapalooza.esp *Thane Stronghold.esp *MillwaterRetreat.esp *Crimson_Hall.esp *WayshrinesIFT.esp *SBH_DovahkinAbode.esp *RiversideLodge.esp *Run For Your Lives.esp *Lonewolf's Manor.esp *AGPHautumnsGatePlayerHome.esp *DT_WinterberryChateau.esp *DragonsKeep.esp *RiversideShack.esp *MammothManor.esp *HideoutOfTheLost.esp *RosewoodEstate.esp *More idle markers.esp *018Auri.esp *Relationship Dialogue Overhaul.esp *Castle Volkihar Rebuilt.esp *RDO Updated.esp *fortdawnguardimmersive.esp *ImprovedCompanionsBoogaloo.esp *Harbourside.esp *RiftenTopFloorHideout.esp *LostValley.esp *PAH_HomeSweetHome.esp *Eli_Pinegrove Lodge.esp *haafinheim.esp *SFCO - Immersive College of Winterhold Patch.esp *NorthernCardinal.esp *SBHTower.esp *thordtvclouds.esp *EM_ScholarsRetreatV1.01.esp *melytower.esp *Fungleheim.esp *Immersive Community Hangout.esp *RiverwoodTower.esp *RiftCastleLodge.esp *aaalizh04dawnstarestateplus.esp *WaterView.esp *Laboratorium.esp *OarsRest.esp *PAH_AndYouGetASlave.esp *Fairheart.esp *echoesofthevale.esp *MicroCave1.esp *IgnuRetiredThiefCottage.esp *FDIWayshrinesPatch.esp *SFCO - Castle Volkihar Rebuilt Patch.esp *DovahkiinsIslandRetreat.esp *Eli_RedguardHouse.esp *Clearspring Oasis.esp *SexLab-AmorousAdventures.esp *CaranthirTowerReborn.esp *CTR_BloodchillManor_Patch.esp *SofiaFollower.esp *StonewaterCabin.esp *Eli_Druid Home.esp *Bellas Riften Aspen Retreat.esp *Mirele Bismath Reborn.esp *Eli_Halla.esp *Infiltration - Quest Expansion.esp *MagpieManor.esp *Stormwatch.esp *Eli_WitchyHaus.esp *Eli_OrcHut.esp *tw_treehouse.esp *QuaintSolstheimVilla.esp *Briarside Home.esp *Hotsprings of Skyrim.esp *MorskomPatchLOS2.esp *TheMeadowsCottage.esp *BPH Autumngate Forge.esp *aaalizh08lakeilinalta01newae.esp *HotSpringsShack.esp *WayshrinesIFT - TBoO patch.esp *Skaal You Need.esp *Eli_Routa - Non-Stormcloak.esp *Eli_RiverwoodShack.esp *morthal.esp *ICOW Unofficial Patch.esp *ElysiumEstate.esp *1B11FishingShack.esp *LoS II - Bruma patch.esp *Eli_Ruska.esp *RedRoseMill.esp *ScenicViewLodge.esp *Roseblossom Hollow.esp *The Asteria Dwemer Airship.esp *Eli_Sicarius' Refuge.esp *Eli_Snowden.esp *Sonders_Mirele_Bismath_BathxEVG_Addon.esp *ForgottenCity.esp *Followers house.esp *Monolith.esp *HalfMoonCottage.esp *hillinalta2.esp *Falkreath Candlemaker.esp *DawnguardArsenal.esp *FDIDGArsenalPatch.esp *Eli_MageTower2021.esp *Lonewolf's Manor Addon.esp *CollegeOfWinterholdFollowerPack.esp *CollegeOfWinterholdFollowerPackNOCRF.esp *Eli_Dovah Vault.esp *Eli_TinyStarter.esp *IgnuDawnguardAnnex.esp *FellkreathCottage.esp *Darkwater Cathedral_02.esp *RiverwoodHuntingCabinSE.esp *Graywatch.esp *Unmarked Locations Pack AIO - LC_Build Your Noble House Patch.esp *Patch - Lion Thane Stronghold-Elysium Estate SSE.esp *SFCO - Breezehome Patch.esp *Skysan_BBLSBeds.esp *LydiaOverhaul.esp *SFCO - Wyrmstooth Patch.esp *NorthernCardinal_Falskaar.esp *NorthernCardinal_Wyrmstooth.esp *BBLuxurySuiteENM.esp *BBLSExtBeds.esp *ShipwreckCove.esp *SpousesEnhancedSE.esp *ElisifCompanion.esp *400SeranasHideout.esp *The Paarthurnax Dilemma.esp *Warmstone_Classic.esp *Dragon Bridge Hideaway.esp *DG_Island.esp *KvHarborside.esp *UndergrowthHollow.esp *The Well - An Adventurer's Home.esp *ICOW - LoS II Patch.esp *dz_undress_common.esp *dz_riverside_lodge.esp *DMBrumaHausII.esp *Vampirelordroyal.esp *mm_Goldenhills_Upgrades.esp *Tirashan.esp *Underground Hideouts of Skyrim.esp *Lair of Succubi.esp *TOIH-SeranaRelationshipRevamped-USSEP.esp *SeranaAddon.esp *dz_hot_springs.esp *Crystalwind_Estate.esp *VampireLordPerksExpanded.esp *BPH Autumngate Forge - Addon - Enchanting.esp *SFCO - USSEP Patch.esp *campingessentials.esp *Shor's Springs.esp *CraftingSupplies_AIO_ALL.esp *LoS II - SMIM patch.esp *LittleCavePlayerHomeV2.esp *dz_whiterun_manor.esp *dz_barrel_home_2.55.esp *HearthfireBathsAll.esp *WHSmallHoleHome.esp *PaleMarsh.esp *LoS II - Eli's Riverwood Shack patch.esp *Furi_Stormstar.esp *dz_elysiumestate.esp *LoS II - USSEP patch.esp *Lunelfias Druids Dwelling.esp *Unmarked Locations Pack AIO - Druid's Dwelling Patch.esp *My Home Is Your Home.esp *Lion Thane Stronghold-My Home is Your Home-Patch.esp *Thane Stronghold - Undress Castle Pool Patch.esp *IFDSFCOPatch.esp *ICOW - AA Patch.esp *ICOW - CC - Wild Horses Patch.esp *ICOW_GrayCowlCC_Patch.esp *Castle Volkihar Rebuilt - RDO Patch.esp *SFCO - Bloodchill Manor Patch.esp *SFCO - CC Farming patch.esp *SFCO - CC Fishing patch.esp *SFCO - CC Pets of Skyrim Patch.esp *SFCO - Falskaar Patch.esp *SFCO - Gallows Hall Patch.esp *SFCO - Helgen Reborn Patch.esp *HendraheimHallStability.esp *SFCO - Hendraheim Patch.esp *SFCO - Immersion Patch.esp *SFCO - Nchuanthumz Patch.esp *SFCO - Shadowfoot Sanctum Patch.esp *TundraHomesteadStability.esp *SFCO - Tundra Homestead Patch.esp *dz_asteria_ship.esp *dz_basement_bath_allinone.esp *dz_breezehome_eli_ver2.esp *WayshrinesIFTBSBruma.esp *dz_bruma_scenicview.esp *dz_bruma_waterview.esp *dz_watefalls_retreat.esp *Sky-hi-Rim Villa SE.esp *dz_bynh_fellburg.esp *dz_crystalwind_estate.esp *LoS II - RiverwoodHuntingCabin patch.esp *dz_redrose_mill.esp *dz_dovahkiin_retreat.esp *dz_dragon_cliff_manor.esp *dz_dragon_temple.esp *dz_dragons_keep.esp *dz_eastmarch_manor.esp *dz_fellkreath.esp *dz_forgotten_city.esp *dz_frostspire.esp *dz_goldenhills_bathhouse.esp *dz_haafingar_hall.esp *dz_harbourside.esp *SRR-ImmFtDG patch.esp *dz_immersive_fort_dawnguard.esp *dz_immersive_hangout.esp *dz_immersive_winterhold_bath.esp *dz_jerall_view_bath.esp *dz_laboratorium.esp *dz_lair_succubi.esp *dz_lost_valley.esp *dz_mammoth_manor.esp *dz_mirele_extended_bath.esp *dz_mona_alta.esp *dz_monolith.esp *dz_morskom_estate.esp *dz_nchuanthumz.esp *dz_riverwood_falls_bleak_mines.esp *dz_riverwood_tower.esp *dz_rosewood_estate.esp *dz_routa_nsc.esp *dz_sea_dragon.esp *dz_sky_hi_rim.esp *dz_stonewater_cabin.esp *dz_stormwatch_castle.esp *dz_tel_aschan.esp *dz_travellers_inn.esp *ub_cell_darkarea.esp *dz_ub_paradise.esp *dz_warmstone_classic.esp *dz_waterview_skyrim.esp *dz_winterberry_chateau.esp *dz_wyrmstooth_fortvalus.esp *BetterQuestObjectives-PaarDilemmaPatch.esp *SDA Blood Arrows Patch.esp *SDA CC Umbra Patch.esp *SDA Campfire Patch.esp *SDA Castle Volkihar Rebuilt Patch.esp *Crimson Blood Armor.esp *SDA DX Crimson Blood Patch.esp *ImGladYoureHere.esp *SDA GYH Patch.esp *SDA IFD Lydia Patch.esp *LustmordVampireArmor.esp *SDA Lustmord Patch.esp *SDA RDO Patch.esp *SDA-AA Patch.esp *LoS II - Midwood Isle patch.esp *MILightsControl.esp *Midwood Isle Rare Curios Patch.esp *Midwood Isle Survival Mode Patch.esp *WayshrinesIFTBeyondReach.esp *WayshrinesIFTFalskaar.esp *WayshrinesIFTWyrmstooth.esp *My Home Is Your Home (MHiYH 2plus) dialogue patch.esp *My Home Is Your Home dialogue patch.esp *LoS II - Campfire addon.esp *LoS II - Eli's Breezehome patch.esp *LoS II - HelgenReborn patch.esp *LydiaPatchForBSCyrodiil.esp *LydiaPatchForWyrmstooth.esp *Follow me for Sex.esp *aaa_lydiathedutiful.esp *SexlabSleep.esp *HoamaiiSleepingBags.esp *FullBootForKKSA.esp *icepenguinworldmapclassic.esp *Valerica_Follower.esp *DineWithFollowers.esp *SnugglySerana.esp *Eli_CLBladeOfWoePatch.esp *PocketSanctuary.esp *Eli_HomeinaHat.esp *Eli_LeatherBackpack.esp *CarlottaValentiaHappyEnding.esp *Spouse Daily Routine.esp *NoPlayerHomeRequirements.esp *RaceMenu.esp *XPMSE.esp *SeranasPetDeathhound.esp *FDE Mjoll.esp *FDE Mjoll - Auri.esp *RDO - FDE Patch.esp *DialogueExpansion - Brelyna.esp *CBBE.esp *ConvenientCampingSupplies.esp *NoStupidDogComments.esp *naked_comments_begone.esp *sick_comments_begone.esp *BBLS - CVR Patch.esp *samesexaio.esp *BecomeAVampire.esp *sandboxcylinderheight.esp *FollowerWander2.esp *ub_tapestry.esp *ub_invite_any_npc.esp *_001_SelfFillingBookshelves.esp *_00LoversEmbrace.esp *FNIS.esp *RideSharing.esp *ImmersiveLoversComfort.esp *No more bounty for Heimskr and Nazeem test 2.esp *Rayg_NoBYOHAttacks.esp *art_nord_sp0ckrates.esp *DialogueHistory.esp *FDE Aela.esp *Fish Anywhere.esp *HearthfireMultiKid_LastName.esp *EMViljaInSolstheimAddOn.esp *Bad Slaughterfish.esp *FDE Erik.esp *Dynamic EVGAT Parkour.esp *MCMHelper.esp *SkyClimb.esp *ClimbableDoorLadder.esp *RaceMenuPlugin.esp *sl99recovercwcities.esp *pedsplayermannakinsfemale.esp *Better Vampires.esp *BVandRoyalBloodline_Patch.esp *Alternate Start - Live Another Life.esp *SFCO - Alternate Start Patch.esp *BetterQuestObjectives-AlternateStartPatch.esp *DragonsKeep - ASLAL Patch.esp *Alternate Start -- New Beginnings.esp *BBLS-ASLAL.esp *nwsFollowerFramework.esp *SDA NFF Patch.esp *Lux.esp *Lux - Aldamar Druid Mushroom Home patch.esp *Lux - Auri Song of the Green patch.esp *Lux - Bittercup Patch.esp *Lux - Bloodchill Manor patch.esp *Lux - CC Fish patch.esp *Lux - Castle Volkihar Rebuilt patch.esp *Lux - Dark Brotherhood of Old patch.esp *Lux - Dawnfang CC.esp *Lux - Dead Mans Dread Patch.esp *Lux - Eli Breezehome patch.esp *Lux - Eli Dovah Vault patch.esp *Lux - Eli Halla patch.esp *Lux - Eli Mage Tower patch.esp *Lux - Eli Ruska patch.esp *Lux - Eli Sicarius Refuge patch.esp *Lux - Eli Skaal Village patch.esp *Lux - Eli Skaal You Need patch.esp *Lux - Eli's Tiniest Shack patch.esp *Lux - Elite Crossbows.esp *Lux - Elysium Estate patch.esp *Lux - Fairheart patch.esp *Lux - Falskaar patch.esp *Lux - Farmer patch.esp *Lux - Forgotten City.esp *Lux - Forgotten Seasons.esp *Lux - Fort Dawnguard Annex patch.esp *Lux - Ghosts of the Tribunal CC.esp *Lux - Goblins CC.esp *Lux - Goldbrand CC.esp *Lux - Half Moon Cottage patch.esp *Lux - HelgenReborn.esp *Lux - Hendraheim patch.esp *Lux - Immersive Fort Dawnguard patch.esp *Lux - Live Another Life patch.esp *Lux - Mammoth Manor patch.esp *Lux - Mirele Bismath Reborn.esp *Lux - Moddor Manor patch.esp *Lux - Morskom Estate patch.esp *Lux - Nchuanthumz Dwarven Home patch.esp *Lux - Necrohouse patch.esp *Lux - Pets of Skyrim CC.esp *Lux - Pinegrove Lodge patch.esp *Lux - Red Rose Mill follower edition patch.esp *Lux - Riverside Lodge patch.esp *Lux - Riverwood Hunting Cabin patch.esp *Lux - Riverwood Shack patch.esp *Lux - SWIFT.esp *Lux - Saints and Seducers patch.esp *Lux - Shadowfoot Sanctum patch.esp *Lux - Staff of Hasedoki CC.esp *Lux - The Cause patch.esp *Lux - Tirashan patch.esp *Lux - Traveller's Inn patch.esp *Lux - Tundra Homestead patch.esp *Lux - Umbra CC.esp *Lux - Vigil Enforcer CC.esp *Lux - Winterberry Chateau patch.esp *Lux - Wyrmstooth.esp *DragonsKeep - Lux Patch.esp *Lux - Brighter Templates Dungeons only.esp *Lux - Brighter interior nights.esp *Lux - Even Brighter Templates Houses only.esp *Lux - USSEP patch.esp *MagpieManor - Lux Patch.esp *Initium - Mechanical Underground Home.esp *Briarside Home - Lux.esp *Lux - Lair of Succubi.esp *Atlas Map Markers.esp
  21. Why can they NOT SEE THE FLOOR TRAPS and the HANGING BONE ALARMS?? Are there mods that let followers avoid floor traps and bone alarms?
  22. If this is vanilla, the entire Boston downtown area experiences these kind of FPS issues. This is why mods like Boston FPS Fix and it's spiritual successor Previsbines Repair Pack (PRP) were born. My guess is they still won't have fixed this with the upcoming update patch - so mods like PRP will still be needed.
  23. well, it could be. sometime, Vortex seems to not instal mods correctly on the first try, make sure that you have the mod configuration Menu.esp activated in the plugins, right clic on the MCM and MCM bugfix mods to reinstal it and use the 1.5(default) version. i suggest that you disable all mods, then do a clean MCM reinstal and test it out. I had a quite similar issue today , MCM enabled, plugin activated,... but no MCM in the game, just reinstalled it 3 times, and it was it. tell me if it worked. (don't forget to purges and redeploy and use the archive invalidation)
  1. Load more activity
×
×
  • Create New...