xyzxyz Posted July 26, 2025 Posted July 26, 2025 1 hour ago, Tenri said: in the console enter help CDxPlayerDisposition 3 it will likely be the only result. As for the Free trial variable do the same with CDxFTRelStatus instead CDxPlayerdisposition is 6.50 and free trial is 1.0
xyzxyz Posted July 26, 2025 Posted July 26, 2025 2 hours ago, Tenri said: in the console enter help CDxPlayerDisposition 3 it will likely be the only result. As for the Free trial variable do the same with CDxFTRelStatus instead This clip shows what happens when I start the delivery quest Skyrim 2025-07-26 19-51-34.rar
Tenri Posted July 27, 2025 Posted July 27, 2025 (edited) 5 hours ago, xyzxyz said: This clip shows what happens when I start the delivery quest Skyrim 2025-07-26 19-51-34.rar 57.51 MB · 1 download Ah I see the problem... that is only supposed to play if you are wearing the Protector Plus Belt, but the conditional is backwards, so it actually plays only if you aren't wearing it. So you play SE? I attached an edited SE esp that should work. if you play LE I don't know if it will work or not the fix is fairly easy with xEdit if you know where to make it. Captured Dreams.esp Edited July 27, 2025 by Tenri adding patched SE esp 1
Tenri Posted July 27, 2025 Posted July 27, 2025 (edited) 6 hours ago, xyzxyz said: CDxPlayerdisposition is 6.50 and free trial is 1.0 That should let the free trial run. If you have the first copy of the captured dreams ad that the currier delivers to you, you could try giving yourself a copy of the first ad and see if it works. player.additem xx028eb6 1 replace xx with the hexadecimal load order position of Captured Dreams.esp It looks like there is supposed to be a way to redo the trial without that flyer but there isn't an opening for it without the flyer, I made it possible to redo the trial and updated the esp in my previous post, still done on the SE version. Edited July 27, 2025 by Tenri
xyzxyz Posted July 27, 2025 Posted July 27, 2025 8 hours ago, Tenri said: Ah I see the problem... that is only supposed to play if you are wearing the Protector Plus Belt, but the conditional is backwards, so it actually plays only if you aren't wearing it. So you play SE? I attached an edited SE esp that should work. if you play LE I don't know if it will work or not the fix is fairly easy with xEdit if you know where to make it. Captured Dreams.esp 5.64 MB · 0 downloads I play LE
xyzxyz Posted July 27, 2025 Posted July 27, 2025 (edited) 10 hours ago, Tenri said: That should let the free trial run. If you have the first copy of the captured dreams ad that the currier delivers to you, you could try giving yourself a copy of the first ad and see if it works. player.additem xx028eb6 1 replace xx with the hexadecimal load order position of Captured Dreams.esp It looks like there is supposed to be a way to redo the trial without that flyer but there isn't an opening for it without the flyer, I made it possible to redo the trial and updated the esp in my previous post, still done on the SE version. I do remember that the free trial happened multiple times in some versions of CD even without a new flyer. It has a timer in the mcm after all. I just noticed that my char has no ad flyer, new or redemmed, in her inventory. I just walked into the shop earlier. The messages about the missions are there though. I cheated a flyer and it works. What is the condition for getting the ad flyer? Edited July 27, 2025 by xyzxyz
xyzxyz Posted July 27, 2025 Posted July 27, 2025 @Tenri Btw while we are at not working quests. Did you ever managed to get the assist customer 2 (sex roleplay) to trigger a second time? I had it once and never again.
Tenri Posted July 27, 2025 Posted July 27, 2025 4 hours ago, xyzxyz said: I do remember that the free trial happened multiple times in some versions of CD even without a new flyer. It has a timer in the mcm after all. I just noticed that my char has no ad flyer, new or redemmed, in her inventory. I just walked into the shop earlier. The messages about the missions are there though. I cheated a flyer and it works. What is the condition for getting the ad flyer? I'm not sure the exact conditions for the flyer, a currier delivers up to three of them, one every couple player levels once you enable the Trial. I think you will only ever get the three of them as there are three different flyer objects in the ESP, it is possible they all work for the trial but it doesn't look like they should from what I saw looking through the mod. If you want a guide for making the fixes for LE, I will provide one for xEdit as that is where I made them, they are purely conditional edits for dialogue topics, so if you were to go through CK to fix them the general prosses is similar but clunkier. reminder xx is the load order position of Captured Dreams.esp: Load Captured Dreams in xEdit expand Captured Dreams, expand Dialog Topic expand xx1EFC22, select xx0E68BA in the right panel expand Condition #0 change Type from: "equal to" to "Greater than or equal to" change Comparison Value from: 0 to 1 The belt should work now unless something else is broken now for free trial same first two steps expand xx039FE8, select xx0B4E66 in the right panel drag Condition #1 onto Condition #2 change Type from: "Less than" to "Greater than or equal to" change Comparison Value from: 3 to 1 now once you have done the free trial once you will be able to ask about it even without a flyer in your inventory note: the dialogues that follow will mention you not having a flyer if you don't have it. 2 hours ago, xyzxyz said: @Tenri Btw while we are at not working quests. Did you ever managed to get the assist customer 2 (sex roleplay) to trigger a second time? I had it once and never again. I cant say I've ever seen it more than once in a playthrough but the only time I've played the mod enough to see it at all was back in the era of DD3 when CD was new. so I have a couple questions again: what is the value of the global CDxCA02_DialogueFlag find it the same as the previous two variables I asked about we want it to be 0 and there are a couple quest variables to check in console use sqv CDxCustomerAssist02_Main we are looking for 2 variables CustomerAvailavle_var, and SessionAccepted_var the variables are in alphabetical order. we want customer to be 1 and session to be 0 I think that should be enough information, it will be a bit harder to figure out what is going wrong with it though if something is since it will likely be script things rather than dialogue things.
xyzxyz Posted July 27, 2025 Posted July 27, 2025 (edited) 1 hour ago, Tenri said: so I have a couple questions again: what is the value of the global CDxCA02_DialogueFlag find it the same as the previous two variables I asked about we want it to be 0 and there are a couple quest variables to check in console use sqv CDxCustomerAssist02_Main we are looking for 2 variables CustomerAvailavle_var, and SessionAccepted_var the variables are in alphabetical order. we want customer to be 1 and session to be 0 I think that should be enough information, it will be a bit harder to figure out what is going wrong with it though if something is since it will likely be script things rather than dialogue things. Dialogueflag = 1.0 sqv CustomerAssist2 = stage 0 Customeravail = 1 sessionaccepted = 1 Apparently the session hadn't ended yet. Miss Delius just gave me back my things and pay. EDIT: she said she give it back but I just lost everything that isn't a quest item. And the wardrobe for my things is empty... 1 hour ago, Tenri said: I'm not sure the exact conditions for the flyer, a currier delivers up to three of them, one every couple player levels once you enable the Trial. I think you will only ever get the three of them as there are three different flyer objects in the ESP, it is possible they all work for the trial but it doesn't look like they should from what I saw looking through the mod. Do I need a certain level? My char is lvl 8 and got no ad so far. Edited July 27, 2025 by xyzxyz
xyzxyz Posted July 27, 2025 Posted July 27, 2025 Assist customer 02 dialogue with Miss Delius. Skyrim 2025-07-27 Assist customer02.rar
xyzxyz Posted July 27, 2025 Posted July 27, 2025 On 7/24/2025 at 11:31 PM, xyzxyz said: I could never buy a whip or a set of DDs. Only actions with the husband are sex or getting bound and be left there for some hours. Playing as Master only works in a female-female marriage right? I got an ad letter at lvl 10. Now I just have to try out playing as master.
Tenri Posted July 27, 2025 Posted July 27, 2025 (edited) 1 hour ago, xyzxyz said: Do I need a certain level? My char is lvl 8 and got no ad so far. I don't know, I usually have all 3 by level 8 if I start the game with it enabled. 1 hour ago, xyzxyz said: EDIT: she said she give it back but I just lost everything that isn't a quest item. And the wardrobe for my things is empty... did a lot of game time pass from when you started the quest? if so the wardrobe may have reset its contents deleting everything placed in it. otherwise things look like they should have worked on my first pass. Edited July 27, 2025 by Tenri
xyzxyz Posted July 27, 2025 Posted July 27, 2025 (edited) 10 minutes ago, Tenri said: 2 hours ago, xyzxyz said: did a lot of game time pass from when you started the quest? if so the wardrobe may have reset its contents deleting everything placed in it. A lot of time had passed, yes. She takes my inventory that I have befor speaking with her to complete the quest, puts it in the wardrobe, the previous empty wardrope eats it, she says I she gives me pre-quest inventory back. I get nothing but the payment. I completed it with a completly empty inventory now. Maybe it will work again later. Edited July 27, 2025 by xyzxyz
Tenri Posted July 27, 2025 Posted July 27, 2025 6 minutes ago, xyzxyz said: A lot of time had passed, yes. She takes my inventory I have befor speaking with her, puts it in the wardrobe, the previous empty wardrope eats it, she says I she gives me pre-quest inventory back. I get nothing but the payment. I completed it with a completly empty inventory now. Maybe it will work again later. from what I can tell at the start of the quest it transfers your inventory to the wardrobe then gives you your session outfit, at the end of the quest it deletes your inventory (session outfit) then transfers the contents of the wardrobe (if any) to you. If enough time passed from the start to reset the wardrobe that is likely what happened I don't actually know how to check/prevent inventories from respawning as I've never done that sort of modding myself.
an zoug Posted August 8, 2025 Posted August 8, 2025 Help! I encountered a weird bug after I enabled Captured Dreams. I did remember to update FNIS after modding. SSE 1.5.97 Mod list: #Mod_Priority,#Mod_Status,#Mod_Name "0000","+","Unmanaged: ccBGSSSE001-Fish" "0001","+","Unmanaged: _ResourcePack" "0002","+","DLC: HearthFires" "0003","+","DLC: Dragonborn" "0004","+","DLC: Dawnguard" "0005","+","Creation Club: ccQDRSSE001-SurvivalMode" "0006","+","Creation Club: ccBGSSSE037-Curios" "0007","+","Creation Club: ccBGSSSE025-AdvDSGS" "0008","+","Unofficial Skyrim Special Edition Patch (optimization) (1.5.97)" "0009","+","Unofficial Chinese Translation for Skyrim Special Edition (CHT) (Optimization)" "0010","+","AE Upgrade - Chinese Translation for Unofficial Skyrim Special Edition Patch (CHT) (Optimization)" "0011","+","Elephant's Script Latency Tester" "0012","+","All in one (Optimization)" "0013","+","SSE Display Tweaks (Optimization)" "0014","-","Skyrim SE Free FPS" "0015","+","Skyrim Priority SE AE (Optimization)" "0016","+","(Part 1) SSE Engine Fixes for 1.5.39 - 1.5.97 (Optimization)" "0017","+","Grass FPS Booster (Optimization)" "0018","+","SSE FPS Stabilizer (Optimization)" "0019","-","Recursion Fix (CTD while loading)" "0020","+","eFPS - Exterior FPS boost" "0021","-","eFPS - Official Patch Hub" "0022","+","ENB Helper SE 1.5 for SSE 1.5.97" "0023","+","(Skyrim Special Edition) SSE Fixes v3 for SSE 1.5.97 (Optimization)" "0024","+","NetScriptFramework SkyrimSE" "0025","+","SkyUI" "0026","+","UIExtensions" "0027","+","AddItemMenuSE_114_SKSE2019" "0028","+","Lux" "0029","+","Lux - Via (Lux Via.esp and Lux Via - plugin. esp conflicts with Lux - USSEP patch.esp)" "0030","+","Lux Orbis" "0031","-","Lux Orbis (patch hub)" "0032","-","Unique Border Gates Fixes patch (Lux Orbis)" "0033","+","Embers XD" "0034","+","Folkvangr - Grass and Landscape Overhaul" "0035","+","No More Radial Blur - Performance Optimization" "0036","+","Skyrim SE - Project Optimization - ESL VERSION" "0037","+","Water for ENB" "0038","+","Particle Patch for ENB" "0039","+","Water for ENB Particle Patch" "0040","+","Obsidian Weathers - 1.07a (NVT)" "0041","+","FNIS Behavior SE 7_6" "0042","+","FNIS Creature Pack SE 7.6" "0043","+","FNIS Spells SE 7.0" "0044","+","FNIS Output" "0045","+","XP32 Maximum Skeleton Special Extended" "0046","+","XP32 Maximum Skeleton Special Extended - Fixed Scripts" "0047","+","Caliente's Beautiful Bodies Enhancer -CBBE-" "0048","+","Faster HDT-SMP" "0049","+","CBPC - Physics with Collisions" "0050","+","CBBE 3BA" "0051","-","CBPC 3-Bone Breast Body Breast-Butt Bounce Configs for 3BA-BHUNP-COCO" "0052","+","RaceMenu Special Edition" "0053","+","Bijin Skin - CBBE" "0054","+","BodySlide and Outfit Studio" "0055","+","CrashLogger" "0056","+","ConsoleUtilSSE NG (FSMP)" "0057","+","JContainers SE (FSMP)" "0058","+","PapyrusUtil SE - Scripting Utility Functions (FSMP)" "0059","+","High Poly Head SE" "0060","+","Community Overlays 2 - Main - CBBE and Male" "0061","+","RaceCompatibility with fixes for SSE" "0062","+","NK_Horns Aplenty" "0063","+","HORNY SE 1.1" "0064","+","Angelic Halos and Demonic Horns" "0065","+","Astaroth Horns SE" "0066","+","ESL High Poly Pretty Face and Darker Brows Stand Alone" "0067","+","High Poly Pretty Face Darker Eyebrows Standalone" "0068","+","Maevan2's Eye Brows SE" "0069","+","Hvergelmir's Aesthetics - Brows" "0070","+","HHairstyles HDT" "0071","+","Kala's Eyes" "0072","+","Expressive Facial Animation - Male Edition" "0073","+","Expressive Facial Animation - Female Edition" "0074","+","HDT-SMP Racemenu Hairs and Wigs" "0075","+","Improved Eyes Skyrim" "0076","+","The Eyes of Beauty SSE" "0077","+","1 Pubic hairstyles all in one CBBE" "0078","+","Female Makeup Suite - Face - 2K" "0079","+","Kalilies Brows" "0080","+","EFM SE - Racemenu plugin" "0081","+","Expressive Facegen Morphs SE" "0082","+","Eyes of Aber SE" "0083","+","SG 350 SE" "0084","+","Eleanor Preset" "0085","+","Hanako - High Poly Female Preset" "0086","+","Hidechiyo Preset All In One" "0087","+","Jane Preset" "0088","+","Leia The Elf- RaceMenu Preset" "0089","-","BDOR Mueburus by Team TAL" "0090","-","DM BDOR Night Cat by Team TAL" "0091","+","Kirax BDO Yinixtra SMP 3BA by Team TAL" "0092","-","BDOR Garnet Marniera SE CBBE by Team TAL" "0093","-","BDOR La Orzeca by Team TAL" "0094","-","BDOR Sacra by Team TAL" "0095","-","DM BDOR Aquila by Team TAL" "0096","-","DM BDOR Lephria by Team TAL" "0097","-","[SE] DM BDOR Vedirdate by Team TAL" "0098","-","BDOR Danharum by Team TAL" "0099","-","Overhit Syana by Team TAL" "0100","-","Ram Horn Witch [SE] - CBBE - (Physics - SMP) by Team TAL" "0101","-","Overhit Jannedaarc by Team TAL" "0102","+","Improved Camera SE" "0103","+","True Directional Movement" "0104","+","Static Mesh Improvement Mod - SMIM" "0105","+","HG Hairdos" "0106","+","Craftable Team TAL Armors by Skurk" "0107","+","RaceMenu High Heels Fixes (for Team TAL)" "0108","+","Relinker Output" "0109","+","Team TAL armor Merge" "0110","+","Immersive Weapons" "0111","+","Artifacts - The Ice Blade of the Monarch [SSE]" "0112","+","Immersive Armors 8.1 SSE Test" "0113","+","Immersive Armours - SSE CBBE 3BA BodySlide" "0114","+","DwarvenDeviousCuirass" "0115","+","Bandit Lines Expansion" "0116","+","Bandit Lines Expansion (CHT)" "0117","+","NVICO - New Guard Recruits" "0118","+","NVICO Modular High-Poly NPC Overhaul BANDITS" "0119","+","NVICO Modular High-Poly NPC Overhaul TOWNIES" "0120","+","NVICO Modular High-Poly NPC Overhaul BANDITS requried by AI OVERHAUL and OBIS" "0121","+","NVICO Modular High-Poly NPC Overhaul TOWNIES required by AI OVERHAUL" "0122","+","Obis (Organized Bandits In Skyrim Special Edition)" "0123","+","OBIS Female Mannequin Patch" "0124","+","OBIS SE - Immersive Weapons Patch" "0125","+","PA44_NPC_AllinOne_BSA" "0126","+","Pandorable's NPCs" "0127","+","Pandorable's NPCs - Dragonborn" "0128","+","PAN_NPCs - Dawnguard - USSEP" "0129","+","Kalilies NPCs" "0130","+","RS Children Overhaul" "0131","+","AI Overhaul SSE" "0132","-","AI Overhaul CHT" "0133","+","SDA Patch Hub SE" "0134","+","SDA 4.1.1.3 cht" "0135","+","Serana Dialogue Add-On SE" "0136","-","IFD Lydia 4.2.2 CHS and Patches" "0137","-","BEES-1_2" "0138","-","Improved Follower Dialogue - Lydia" "0139","-","Skyrim_Beautiful_Followers_v" "0140","-","NOTE load order IFDL, Lydia Appearance Replacer, IFDL_Mare_Patch.esp" "0141","-","Actor Limit Fix (Special Edition)" "0142","-","NPC Merge 2025-08-05" "0143","+","Bodyslide Outputs" "0144","+","Prisoner Cart Fix SSE" "0145","+","SexLabFrameworkSE_v" "0146","+","SexLabArousedSSELoose" "0147","+","Mfg Fix" "0148","+","Devious Devices for SE-AE-VR" "0149","+","Fuz Ro D'oh" "0150","+","Skyrim - Utility Mod" "0151","+","ZaZ Animation Pack 8.0+" "0152","+","Captured Dreams v part 1" "0153","+","Captured Dreams v part 2" "0154","+","Captured Dreams V part 3" "0155","+","Devious Devices - Equip" "0156","+","Furniture_Alignment_Helper_V"
AH_SKY Posted August 8, 2025 Posted August 8, 2025 Is there a way to advance the mine quest? When I'm told to go see the overseer it doesn't go to the next stage and there's no dialogue about anything. Thanks
xyzxyz Posted August 12, 2025 Posted August 12, 2025 Shouldn't Elisif's belt have an open back since she has to wear it forever?
mehmet432 Posted August 31, 2025 Posted August 31, 2025 DDe is asking me for 4.16 and i'm pretty sure it's not out?
zarantha Posted August 31, 2025 Posted August 31, 2025 10 hours ago, mehmet432 said: DDe is asking me for 4.16 and i'm pretty sure it's not out? DDe has a patch for captured dreams that changes the version iirc. Try reinstalling DDe or look in their thread.
paradoxical131313 Posted September 20, 2025 Posted September 20, 2025 (edited) I am playing on the SE version of captured dreams. I got the "display model" punishment and it mostly worked as expected, except for some reason whenever people came up to place items on me it would say they were adding items but then nothing would show up. I checked papyrus logs and found this: [09/20/2025 - 04:32:54PM] Error: Method AddStandardDevice not found on cdxframework. Aborting call and returning None stack: [CDxPunishmentSet01 (94166DE1)].cdxpunishmentset01.addextrarestraints() - "cdxpunishmentset01.psc" Line 692 [ (942420FF)].CDxPS01_ShopCustAddItem01.Fragment_0() - "cdxps01_shopcustadditem01.psc" Line 10 I did some poking around in the sources and found that the "DD v4 device removal update" patch file patches the AddStandardDevice function out of the cdxframework.psc script. This seems like an outright bug - any other scripts that call AddStandardDevice are going to fail in this same way. Anyone seen this before or have any known solution? I'm attempting to get an environment together where I can make some fixes to the script to hopefully solve this issue, but that's proving quite difficult due to the sheet number of complicated dependences that Captures Dreams has. I'm surprised I can't find anyone else posting about this - seems like anyone who is on SE should be bumping into this issue. Maybe I misunderstood the instruction at the bottom of the page that the device removal update should be installed in SE? Or something else... Any info appreciated! Edited September 21, 2025 by paradoxical131313 more info
Woreg Posted November 20, 2025 Posted November 20, 2025 This is a DeepL translation. Hello, first of all, I would like to say that I really love this mod. I have restarted the game. I am playing Skyrim SE. The special quests are enabled in the menu, but for some reason, I don't have any special quests. Are there any prerequisites for the special quests?
Gamora1435 Posted December 1, 2025 Posted December 1, 2025 Hello, Unfortunately, the following events do not work for me. 1. Assisting customers: When I receive an order from the master to report to Ms. D..., and I arrive in the VIP area, I cannot speak to her because she is talking to a customer. I only get the message that this person is busy. 2. During forced enslavement, I only get to the point where I am hanging on the X cross and the master lectures me. After that, I get my controls back and can leave the X cross myself, but I don't get a pickaxe or work clothes. If I talk to the master before she leaves, I only get the dialogue that I should talk to her in the shop to see her goods. Even if I talk to the other NPCs, I don't get any dialogue. If I add a pickaxe to my inventory via the console, I can mine ore, but I can't put it in the barrel, and the book doesn't mention anything about a quota or anything similar that I have to fulfill. Retrieving delivery orders or deliveries works. punishment, such as 5 days in the basement or in the cage behind the estate or as a display in front of the house works also. I have the Skyrim AE version. Translated with DeepL.com (free version) loadorder.txt
Dendriah Posted December 5, 2025 Posted December 5, 2025 hopefully we will see updates with the content added but not yet implemented
Veladarius Posted December 11, 2025 Author Posted December 11, 2025 Few things For those having issues with scenes that transition to dialogue: 1- Don't rush the dialogue as it has a tendency to break scripts within them and may not finish. 2- Once the dialogue is over make sure there are no dialogue options left on the screen for you, use space, 'e' or whatever else works to advance/clear the dialogue or it will not consider the dialogue complete. If a scene does not complete Skyrim will repeat the dialogue but if conditions within the dialogue have changed and can't finish it will be stuck in a loop. 3- Sometimes an npc's standard AI package may start before the final action in a scene, typically once they finish it they will return and complete the scene. 4- Some scenes will stop at the transition between scene and dialogue, no idea why but likely due to update in FNIS or other animation changes. This usually happens with Master (especially at the slavery start in the shop), to get it to continue just enable player controls, speak with master, exit the dialogue and she should continue (also disable controls again). Property Slave is very unstable and I don't recommend using it. Being a slave and paying your way out still works as do most other quests Not all devices will be removed especially heavy bondage items as removal scripts may not recognize some keywords. I will not be updating the mod as many items need major work, several quests need rebuilt and a lot of scripts need rewritten (my scripting is a mess but that's what happens when you learn as you do it). A number of scenes and dialogue also need failsafes added so they can be continued from near where they ended if you drop out of them. I am considering rebuilding the mod but there would be some major changes with all quests, dialogue, scenes and scripts removed and rebuilt. There are too many problematic or overly complex things in them and it would be simpler to completely replace them than trying to sort them out. Overall it is something I'm just considering and have no idea if or when I would even do it. 9
badbat111 Posted December 12, 2025 Posted December 12, 2025 21 hours ago, Veladarius said: Few things For those having issues with scenes that transition to dialogue: 1- Don't rush the dialogue as it has a tendency to break scripts within them and may not finish. 2- Once the dialogue is over make sure there are no dialogue options left on the screen for you, use space, 'e' or whatever else works to advance/clear the dialogue or it will not consider the dialogue complete. If a scene does not complete Skyrim will repeat the dialogue but if conditions within the dialogue have changed and can't finish it will be stuck in a loop. 3- Sometimes an npc's standard AI package may start before the final action in a scene, typically once they finish it they will return and complete the scene. 4- Some scenes will stop at the transition between scene and dialogue, no idea why but likely due to update in FNIS or other animation changes. This usually happens with Master (especially at the slavery start in the shop), to get it to continue just enable player controls, speak with master, exit the dialogue and she should continue (also disable controls again). Property Slave is very unstable and I don't recommend using it. Being a slave and paying your way out still works as do most other quests Not all devices will be removed especially heavy bondage items as removal scripts may not recognize some keywords. I will not be updating the mod as many items need major work, several quests need rebuilt and a lot of scripts need rewritten (my scripting is a mess but that's what happens when you learn as you do it). A number of scenes and dialogue also need failsafes added so they can be continued from near where they ended if you drop out of them. I am considering rebuilding the mod but there would be some major changes with all quests, dialogue, scenes and scripts removed and rebuilt. There are too many problematic or overly complex things in them and it would be simpler to completely replace them than trying to sort them out. Overall it is something I'm just considering and have no idea if or when I would even do it. i had problems with the free trial i didnt touch anything i let it run its course but it got stuck in a loop with stop moving even though i wasnt pressing anything didnt press mouse didnt press keyboard just went afk for 5 mins to toilet came back with the stop moving dialog stuck in scene could a diffrent mods script cause it to do that ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now