ARTSniper Posted December 5, 2014 Posted December 5, 2014 If you installed with NMM you dont need to put in anything manually. Can you please post your mod load order? Here it is : http://gyazo.com/05323424a5f059a45d1fa0df45f121fe I'd do anything to make this mod work T-T.
Guest Posted December 5, 2014 Posted December 5, 2014 that's just a list of mods and not the load order
RDKateran Posted December 5, 2014 Posted December 5, 2014 Doesn't look like he has SkyUI installed, so that'll cause problems.
afz53fu Posted December 7, 2014 Posted December 7, 2014 Anybody know how to get the dance animations back after an update? I checked the file structure in MO and they appear to be in the appropriate place but don't play, PC/NPC just stands in place with the idle animation. The rest of the mod performs flawlessly. Edit: Nevermind, it apparently fixed itself.
bootore Posted December 7, 2014 Posted December 7, 2014 There is a glitch in TDF due to prostitution of followers. I recently broke Lydia and her horse after letting her service some guy on my way to Markarth. While she was still busy servicing I continued my way. Though she cought up later on, every time I left a cell and entered Skyrim Lydia would not appear near me but exatly on the spot I had left her servicing. That was like half a day horse ride from Markarth, which means Lydia would be spawned Miles away from me. I am using EFT and just always respawned her near me. But then her horse would often get stuck in mid air like statue and Lydia would after a while disappear and end up at the spot where I had left her servicing. Increasing grid load size in Skyrim.ini seems to minimize this problem. But once u enter a different cell while follower is still servicing it seems to still bring issues. Is it possible to make TDF kill the follower prostitution scripts once the player is too far away? I had to uninstall TDF and do a clean save in order to get rid of the issue above. Thx
TheDriedFinger Posted December 7, 2014 Author Posted December 7, 2014 There are no running scripts applied to prostitutes following the player, except during dancing scenes. In particular, I can describe exactly what was applied to the follower in the situation you were describing. Prior to propositioning the client, Lydia fills a Quest Alias (simply because the player asked her to work for them). The Quest Alias gives her some new mod-specific keywords and an AI package to follow the player (however, this is disabled when the prostitute is also a regular follower). However, after propositioning the client, the prostitute and the client would have begun a scene with some dialogue, which would take precedence over the follower AI package. However, I want to note that leaving during a scene like that still wraps it up/eventually has it end. Now, once my mod's scene ends, SexLab Framework will deal with the animations, and this is where I would have suggested the issue occurred (perhaps, the NPC's AI got confused with the different packages from SexLab Framework and AFT) and that the next step would have been to use the MCM options of SexLab Framework to clean it up. The point is that my mod's scripts and packages would have cleaned themselves up, and if you fixed the issue by uninstalling my mod then I would think that it was an isolated incident of stuff just not firing properly. Of course, if this issue can be reproduced fairly consistently, and solution is purely just uninstalling my mod, then that would be something else.
ARTSniper Posted December 7, 2014 Posted December 7, 2014 Yeah so i reinstalled all my mods without NMM,and FNIS animations seems to work,but here comes another problem,everytime i go to NPC,i dont have the option to prostitute,even tough i have the mod activated.Reasons why ?
waree Posted December 7, 2014 Posted December 7, 2014 @TheDriedFinger, Thanks for the new translation in German.
azmodan22 Posted December 7, 2014 Posted December 7, 2014 Yeah so i reinstalled all my mods without NMM,and FNIS animations seems to work,but here comes another problem,everytime i go to NPC,i dont have the option to prostitute,even tough i have the mod activated.Reasons why ? Installed all the mods manually?!? You are looking for trouble :-) Anyway. The mod is propably not activated. Open the Skyrim launcher and activate it in the Data Files .
ARTSniper Posted December 7, 2014 Posted December 7, 2014 Sorry for being so troublesome but,if i activate TDF in Data Files,after Bethesda logo it closes,yet i dont miss a file.
RDKateran Posted December 7, 2014 Posted December 7, 2014 Still sounds like a missing master file. Post your load order like we asked--what you gave us last time what what you had installed, but it doesn't tell us how your mods are loaded.
azmodan22 Posted December 7, 2014 Posted December 7, 2014 If it crashes after the bethesda logo with the mod activated it means that you are missing a required mod.
ARTSniper Posted December 8, 2014 Posted December 8, 2014 The mod order is the one in the data files right ? here it is: http://gyazo.com/a1ab2eb61a6e6f05b71dea0065e39e74 http://gyazo.com/7cedec82dcc8bc3c56ab8871641c2914
TheDriedFinger Posted December 8, 2014 Author Posted December 8, 2014 @ARTSniper: Firstly, your load order indicates that you do not have SexLab Framework, which is one of this mod's dependencies/Master files. Secondly, when modding Skyrim, there is a very important concept known as load order. The list you provided is in a very real sense the order in which plugins are loaded. The issue that you have been experiencing is due to the fact that your game works its way down that list, encounters my mod and realizes that the dependencies have not been loaded yet and so the crash occurs. I want to draw your attention to the fact that SexLab Aroused is listed below my mod. As a Master file of my mod, it needs to be loaded before my mod, else a crash will occur. It is generally the best practice to move all plugins with file extension ".esm" (indicating a Master file; though to be strictly correct, ".esp"s can be used as dependencies as well, but that's not something seen too regularly) to the top of your load order. However, note that ".esm" files are also subject to having dependencies as well, so you have to take care to ensure that ".esm" files that are dependent on other ".esm" files are loaded after those dependencies. Also noteworthy is that you are not using the Unofficial Skyrim Patch (USKP), which is widely held to be the most important unofficial plugin to have installed; when installing that, take note of its proper place in the load order. I would additionally like to mention that the fact that your load order is in that condition indicates that you are likely not using a mod manager, which is again widely recommended.
ARTSniper Posted December 8, 2014 Posted December 8, 2014 @ARTSniper: Firstly, your load order indicates that you do not have SexLab Framework, which is one of this mod's dependencies/Master files. Secondly, when modding Skyrim, there is a very important concept known as load order. The list you provided is in a very real sense the order in which plugins are loaded. The issue that you have been experiencing is due to the fact that your game works its way down that list, encounters my mod and realizes that the dependencies have not been loaded yet and so the crash occurs. I want to draw your attention to the fact that SexLab Aroused is listed below my mod. As a Master file of my mod, it needs to be loaded before my mod, else a crash will occur. It is generally the best practice to move all plugins with file extension ".esm" (indicating a Master file; though to be strictly correct, ".esp"s can be used as dependencies as well, but that's not something seen too regularly) to the top of your load order. However, note that ".esm" files are also subject to having dependencies as well, so you have to take care to ensure that ".esm" files that are dependent on other ".esm" files are loaded after those dependencies. Also noteworthy is that you are not using the Unofficial Skyrim Patch (USKP), which is widely held to be the most important unofficial plugin to have installed; when installing that, take note of its proper place in the load order. I would additionally like to mention that the fact that your load order is in that condition indicates that you are likely not using a mod manager, which is again widely recommended. Yeah so i put SexLab and also put Aroused over Prostitution,and they dont crash anymore but,in menu,i cant move the mouse anymore.Maybe because i need to put SexLab over all mods ?
RDKateran Posted December 8, 2014 Posted December 8, 2014 Do a google search for the program called LOOT, install it, and run that. That will organize your load order to how they should be.
ARTSniper Posted December 8, 2014 Posted December 8, 2014 Do a google search for the program called LOOT, install it, and run that. That will organize your load order to how they should be. Thx but not the problem anymore. Now i cant move the cursor,and my mouse is not broken.Here its a pic. http://gyazo.com/84ab6b149a75fb0fa443276571e99ee2 The cursor just stays like that and ofc i dont play Skyrim at that resolution.
jsonjstone Posted December 8, 2014 Posted December 8, 2014 (edited) Maybe it's just me, but anyone else get [...] in place of money values when haggling for a price? E.g. "How does [...] gold sound?" Edit: spoke too soon. Did the ol' uninstall and install. All good now. Edited December 8, 2014 by jsonjstone
Oraclesoldier Posted December 8, 2014 Posted December 8, 2014 I'm having a small problem where my dance animations don't play when I use "TDF Player Dance". I've generated the FNIS Behavior process twice, once before I started playing my whole save, second time just a little bit ago before I posted this. Any ideas how I can manage this?
Pinute Posted December 8, 2014 Posted December 8, 2014 Do a google search for the program called LOOT, install it, and run that. That will organize your load order to how they should be. Thx but not the problem anymore. Now i cant move the cursor,and my mouse is not broken.Here its a pic. http://gyazo.com/84ab6b149a75fb0fa443276571e99ee2 The cursor just stays like that and ofc i dont play Skyrim at that resolution. Seriously, getting the load order right is the most fundamental issue when running skyrim mods. Get LOOT, run it, then check your mouse. That way everyone who wants to help will KNOW that your mods are getting loaded correctly and can move on to looking at other causes (if you still have the problem). Also, someone above mentioned getting the unofficial skyrim patch mod. I strongly suggest you do that, along with the Dawnguard, Hearthfire and Dragonborn unofficial patches, if you use those DLCs. A lot of bugs in the base Skyrim game are fixed by those patches. Maybe even your mouse issue. Get the patches, then run LOOT, and then test your game.
Caa112 Posted December 9, 2014 Posted December 9, 2014 This mod sounds awesome but I was wondering if it was like this other prostitution mod that lets you have sex with your followers (http://www.loverslab.com/topic/16663-wip-sexlabworkinggirl-version-66-updated-april-23-2014/ < This one). I'm really bad at skimming somone inform me D;
azmodan22 Posted December 9, 2014 Posted December 9, 2014 These are both prostitution mods but with different features and approaches. In both cases a detailed description of the mods features is in their description page. You can compare them and see what suits you.
ARTSniper Posted December 10, 2014 Posted December 10, 2014 Do a google search for the program called LOOT, install it, and run that. That will organize your load order to how they should be. Thx but not the problem anymore. Now i cant move the cursor,and my mouse is not broken.Here its a pic. http://gyazo.com/84ab6b149a75fb0fa443276571e99ee2 The cursor just stays like that and ofc i dont play Skyrim at that resolution. Seriously, getting the load order right is the most fundamental issue when running skyrim mods. Get LOOT, run it, then check your mouse. That way everyone who wants to help will KNOW that your mods are getting loaded correctly and can move on to looking at other causes (if you still have the problem). Also, someone above mentioned getting the unofficial skyrim patch mod. I strongly suggest you do that, along with the Dawnguard, Hearthfire and Dragonborn unofficial patches, if you use those DLCs. A lot of bugs in the base Skyrim game are fixed by those patches. Maybe even your mouse issue. Get the patches, then run LOOT, and then test your game. Then what on Earth do i do now? Ran LOOT,got the Unofficial mod,reinstalled everything,ran FNIS thousand of times,whut is the idiot problem?!!
azmodan22 Posted December 10, 2014 Posted December 10, 2014 Do the menus work with the keys? Do you have any mods that are changing the main menu?
TheDriedFinger Posted December 10, 2014 Author Posted December 10, 2014 @Oraclesoldier: Can you post your FNIS log? (What FNIS prints out on its main window; just copy and paste that here.) @ARTSniper: Based on the mod list that you posted, none of them should cause this issue (unless no mod would inadvertently do this unless there was a deliberate reason that I cannot think of). Try going into Documents\My Games\Skyrim and locate Skyrim.ini and SkyrimPrefs.ini. Back them up somewhere in case you want to save them for your reference, and launch Skyrim again with the default launcher, SkyrimLauncher.exe, so that it will automatically regenerate those files. If those are not the problem then I would guess that something external, but perhaps specific to Skyrim, was installed (maybe incorrectly) that would cause that. Think about what you have installed recently.
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