naaitsab Posted March 9, 2014 Posted March 9, 2014 Might be the wrong place to post but I downloaded the creation kit to see what all the back end scripts for the various mods do. Only issue is I can't load multiple master files. Is there a way to just see what the hell an enchantment does without modifying .ini files all over the place? Download the 'How to add items to the Captured Dreams shop v1.60.pdf' from this mod download page. You need to use Bash. But most of the times you can just select the masters and just select 1 as active (the one you want to mod). Reading and modding are 2 difrent things in the selection thingy. You need to set the creation kit to be able to load multiple masters. Read the Notes section of this link and it will tell you how to do it: http://www.uesp.net/wiki/Skyrim:Creation_Kit. You have to modify the ini for the Creation Kit. As for different enchantments, all the custom ones from DD are in the scripts that Min made, I believe it is the zadlibs script. You can use a text editor to read them (Notepad++ is pretty good). That ini mod is CK-101 so maybe I misread Uthyn's question
zenetx Posted March 9, 2014 Posted March 9, 2014 @Veladarius I am very curious about your "Player Disposition and Relationship Ranking" system. As all other mods use the "punitive" side of the devices, how it works (let's suppose) for a "loved submissive" PC? Can you ask for be lock up while they hold the key? How are the rewards? Thanks
Uthyn Posted March 9, 2014 Posted March 9, 2014 So, modding the ini file is necessary but won't screw up the game?
Veladarius Posted March 9, 2014 Author Posted March 9, 2014 So, modding the ini file is necessary but won't screw up the game? The entries you have to make will not hurt anything, just about every modder has made the same entries. As to ini changes I don't know why people are so paranoid of them, just make sure they are from a good source. I have made a number of edits to mine and have not had any problems. Here is my Skyrim ini file: [General] sLanguage=ENGLISH uExterior Cell Buffer=36 sLocalSavePath=Saves\ bBorderRegionsENabled=1 uGridsToLoad=5 sIntroSequence= iNumHWThreads=4 iHWThread4=3 iHWThread3=2 iHWThread2=2 iHWThread1=2 iAIThread2HWThread=3 iAIThread1HWThread=2 iRenderingThread2HWThread=1 iRenderingThread1HWThread=1 bUseThreadedTempEffects=1 bUseThreadedParticleSystem=1 bMultiThreadMovement=1 bUseThreadedMorpher=1 bUseThreadedBlood=1 bUseMultiThreadedTrees=1 bUseThreadedTextures=1 bUseThreadedMeshes=1 bUseThreadedLOD=1 bUseThreadedAI=1 bUseHardDriveCache=0 bDisableGearedUp=1 [Display] fShadowLODMaxStartFade=1000.0 fSpecularLODMaxStartFade=2000.0 fLightLODMaxStartFade=3500.0 iShadowMapResolutionPrimary=1024 bAllowScreenshot=1 fDefaultWorldFOV=68 fDefault1stPersonFOV=68 fSunShadowUpdateTime=0.5 fSunUpdateThreshold=0.5 fNearDistance=25 iPresentInterval=0 iTintTextureResolution=2048 [Audio] fMusicDuckingSeconds=6.0 fMusicUnDuckingSeconds=8.0 fMenuModeFadeOutTime=3.0 fMenuModeFadeInTime=1.0 [Grass] bAllowCreateGrass=1 bAllowLoadGrass=0 iMinGrassSize=85 iMaxGrassTypesPerTexure=6 [Archive] sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Textures.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes.bsa, Skyrim - Sounds.bsa sResourceArchiveList2=Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa [Combat] fMagnetismStrafeHeadingMult=0.0 fMagnetismLookingMult=0.0 f1PArrowTiltUpAngle=2.0 f3PArrowTiltUpAngle=2.0 f1PBoltTiltUpAngle=2.0 f3PBoltTiltUpAngle=2.0 [Papyrus] fPostLoadUpdateTimeMS=500.0 bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation=1 iMinMemoryPageSize=128 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=76800 [Camera] fOverShoulderCombatAddY=0.0000 fOverShoulderCombatAddX=0.0000 fOverShoulderCombatPosY=5.0000 fOverShoulderCombatPosX=10.0000 fOverShoulderCombatPosZ=5.0000 fOverShoulderPosY=0.0000 fOverShoulderPosX=0.0000 fOverShoulderPosZ=-5.0000 fOverShoulderHorseAddY=13.0000 fOverShoulderHorsePosZ=0.0000 fOverShoulderHorsePosX=0.0000 fActorFadeOutLimit=-100 fMouseWheelZoomSpeed=1 fMouseWheelZoomIncrement=5 [Water] bReflectLODObjects=1 bReflectLODLand=1 bReflectSky=1 bReflectLODTrees=1 bReflectExplosions=0 [backgroundLoad] bBackgroundLoadLipFiles=0 bLoadBackgroundFaceGen=0 bUseMultiThreadedFaceGen=1 bBackgroundCellLoads=1 bLoadHelmetsInBackground=1 bUseBackgroundFileLoader=1 [Animation] bMultiThreadBoneUpdate=1 [HAVOK] iNumThreads=4 [Decals] bDecalMultithreaded=1 [MapMenu] sMapCloudNIF=0 bWorldMapNoSkyDepthBlur=1 fWorldMapNearDepthBlurScale=0 fWorldMapDepthBlurScale=0 fWorldMapMaximumDepthBlur=0 fMapWorldYawRange=3600.0000 fMapWorldMaxHeight=130000.0000 fMapWorldMinHeight=5000.0000 [VATS] bvatsdisable=1
Statick16 Posted March 10, 2014 Posted March 10, 2014 my game ctd's randomly when i'm inside of the store. is there anything i can do to fix this?
Veladarius Posted March 10, 2014 Author Posted March 10, 2014 my game ctd's randomly when i'm inside of the store. is there anything i can do to fix this? It may be there is too much going on and is causing an issue with scripts. If you have Random Sex or other mods like that try disabling them in their MCM menu while in there. The next version has about half the number of npc's in the shop so there should be far fewer issues.
zenetx Posted March 10, 2014 Posted March 10, 2014 @Veladarius I am very curious about your "Player Disposition and Relationship Ranking" system. As all other mods use the "punitive" side of the devices, how it works (let's suppose) for a "loved submissive" PC? Can you ask for be lock up while they hold the key? How are the rewards? Thanks ok...
Veladarius Posted March 10, 2014 Author Posted March 10, 2014 @Veladarius I am very curious about your "Player Disposition and Relationship Ranking" system. As all other mods use the "punitive" side of the devices, how it works (let's suppose) for a "loved submissive" PC? Can you ask for be lock up while they hold the key? How are the rewards? Thanks Currently, things tied to how much they like you are: Quest availability (don't like = no quests), Merchant Services (don't like = no buy/sell) and getting them to release you from devices you may be wearing (again don't like = no availability). I am planning some scenes based on these values where different values will trigger different scenes. There will also be some quests that will be somewhat exclusive to different values, the Master taking the player as a slave is one of these. I am doing some final testing before trying to add anything else as at one point I had nearly a full page list of things that needed fixing.
zenetx Posted March 10, 2014 Posted March 10, 2014 @Veladarius I am very curious about your "Player Disposition and Relationship Ranking" system. As all other mods use the "punitive" side of the devices, how it works (let's suppose) for a "loved submissive" PC? Can you ask for be lock up while they hold the key? How are the rewards? Thanks Currently, things tied to how much they like you are: Quest availability (don't like = no quests), Merchant Services (don't like = no buy/sell) and getting them to release you from devices you may be wearing (again don't like = no availability). I am planning some scenes based on these values where different values will trigger different scenes. There will also be some quests that will be somewhat exclusive to different values, the Master taking the player as a slave is one of these. I am doing some final testing before trying to add anything else as at one point I had nearly a full page list of things that needed fixing. Nice! Keep up the good work. =D
Lowminded Posted March 11, 2014 Posted March 11, 2014 Is there a chance that the Mistress (Yes, she explains why she wants t be named as 'Master', but I can't address her like that) would do more than just promising a harsh treatment when the PC appears in garter belt and cuffs etc.? I'd love to have my PC serving her (Edit)I should have been reading the post above, so forget what I was asking for.
SIX-SH00T3R Posted March 13, 2014 Posted March 13, 2014 I want the calyps sextoys mod, but I can't find it anywhere! same goes for newmiller and some others...
Veladarius Posted March 13, 2014 Author Posted March 13, 2014 I want the calyps sextoys mod, but I can't find it anywhere! same goes for newmiller and some others... Look in the Spoiler tab in the addon section of the main post, there are links to all the original mods there.
permidion Posted March 13, 2014 Posted March 13, 2014 I want the calyps sextoys mod, but I can't find it anywhere! same goes for newmiller and some others... Look in the Spoiler tab in the addon section of the main post, there are links to all the original mods there. maybe you could change a little bit the original post so it is clearer the info regarding the related mods are in the spoiler? at the moment it's really not obvious (I have been had too)
Statick16 Posted March 14, 2014 Posted March 14, 2014 my game ctd's randomly when i'm inside of the store. is there anything i can do to fix this? It may be there is too much going on and is causing an issue with scripts. If you have Random Sex or other mods like that try disabling them in their MCM menu while in there. The next version has about half the number of npc's in the shop so there should be far fewer issues. i guess it must be something with the slaves because it also crashes when i enter the shop during the day also i couldn't find any mods which would seem like they would interfere with yours besides that, it doesn't instantly crash... it takes a couple of seconds before the game goes *boom*
blindmankind Posted March 14, 2014 Posted March 14, 2014 i wanted to add the plugins into the shop, but when esmify them and want to open in ck, it just crash the ck message is "unable to find masterfile" i do not know what is wrong thanks for help
Cursed Atelier Posted March 14, 2014 Posted March 14, 2014 i wanted to add the plugins into the shop, but when esmify them and want to open in ck, it just crash the ck message is "unable to find masterfile" i do not know what is wrong thanks for help hey you need the main file for some plugins they are in the first post. Newmiller Piercings - are worn and sold CBBE: http://www.nexusmods...yrim/mods/33040 UNP: http://www.nexusmods...im/mods/31188/? SVS Jewelry - worn and sold http://www.nexusmods...im/mods/35880/? Skyrim Strap Ons - sold http://www.nexusmods...im/mods/38363/? Zarias Restraints - worn and sold http://www.nexusmods...im/mods/13290/? Tera Armors - worn (by Master and Assistants) and sold UNP http://www.nexusmods...im/mods/25846/? CBBE patch: http://www.nexusmods...im/mods/27594/? Turbosnowy Enhanced Catsuit (req HDT) - worn and sold ***Updated to v1.1 CBBE Base: http://www.loverslab...owy?do=findComment&comment=576836 Turbosnowy Fetish Wardrobe + uncut (both files) - worn and sold ***updated to v1.1 CBBE Base: http://www.loverslab...?hl= turbosnowy ShinyRubberCatsuits w/ Ballet Boots - needs both files (req HDT) - worn and sold CBBE: http://www.nexusmods...im/mods/41534/? UNP Clothing Merchant - Several Tera Armors added to Master and Assistant outfits http://www.nexusmods...im/mods/24684/? CBBE Tera Standalone - added to Master and Assistant outfits and Merchant list http://www.nexusmods...im/mods/29411/? Calyps Sextoys http://www.loverslab...-of-adult-toys/ (link in post #2) CBBE Slave Leia - added to Slaves and Merchant Lists http://www.nexusmods...?id=13052&pUp=1
blindmankind Posted March 14, 2014 Posted March 14, 2014 allready got some plugins to add into the shop, still crash alltime
Veladarius Posted March 14, 2014 Author Posted March 14, 2014 You don't need to esmify anything if you are just going to use them, that is only needed if you are modifying them. You can use either TES5Edit or Wrye Bash to find out what masters you are missing.
blindmankind Posted March 14, 2014 Posted March 14, 2014 when i just add a plugin, then my game crash instant before i see start screen i wanted to add them to the shop
Veladarius Posted March 14, 2014 Author Posted March 14, 2014 when i just add a plugin, then my game crash instant before i see start screen i wanted to add them to the shop Make sure you have the original mod the plugin is for installed as it still requires them.
blindmankind Posted March 15, 2014 Posted March 15, 2014 got everything installed, it just crash on start
Veladarius Posted March 15, 2014 Author Posted March 15, 2014 got everything installed, it just crash on start If Skyrim crashes at or before the start menu then a mod is missing an esm or esp it requires to run. TES5Edit or Wrye Bash can tell you what file is missing.
permidion Posted March 15, 2014 Posted March 15, 2014 got everything installed, it just crash on start If Skyrim crashes at or before the start menu then a mod is missing an esm or esp it requires to run. TES5Edit or Wrye Bash can tell you what file is missing. also, in NexusModManager, if you clic on a plugin (in the plugin tab), you can see the dependency listed in the right part of the window. be sure the related main mod is loaded before the CapturedDreamsShop plugin
skakiller Posted March 15, 2014 Posted March 15, 2014 Hey so I've realized that some of the props, such as the belts and the identically designed props, don't display on the character. They display fine when doing the delivery quests, but after, they don't show. Secondly, when the player becomes gagged by the master how can they get free. Thank you and very nice job
Veladarius Posted March 15, 2014 Author Posted March 15, 2014 Hey so I've realized that some of the props, such as the belts and the identically designed props, don't display on the character. They display fine when doing the delivery quests, but after, they don't show. Secondly, when the player becomes gagged by the master how can they get free. Thank you and very nice job Which items are not showing up properly? As for gags, the only way to remove them is with a restraint key. The current version you can purchase keys after finding the 3 notes then follow the quest.
Recommended Posts