Jump to content

korialstraszbob

Members
  • Posts

    210
  • Joined

  • Last visited

3 Followers

Recent Profile Visitors

3,876 profile views
  1. I'm finally healthy and back. I just downloaded the latest Version of JContainers (0.67.2) and the JContainers.dll has the modified Date of 02.01.2014 which is the same as the one i currently ship. Crashing on loading a save game usually is a result of the memory allocation bug that skyrim has you can try to circumvent that by opening the console while in the start screen and type "coc ctest" and once that is loaded load you save game. Or use the memory allocation fix shiped with SKSE 1.7 see the mod page under Bugs and read the description for "Random CTD". And a word on forcing quests. Please only do that if you dont want to continue to play with that save as most quest need to be started by the quest framework to end properly. I already have that a method of starting specific quest on my list. The camp quest only starting at night is new to me. The Camp Quest should bring a coworker with it by default but will check and add some logging to it.
  2. Uploaded new Version 1.08b: StableQuest: Fix Listening for Wrong Event FoodQuest: Fix infinite Loop on Retry Order General: Force Update to MCM Page names, should fix not working MCM Menu Also if you have problems with the MCM try reinstalling SkyUI had the same problem long ago and that helped. Also i'm coming down with a summer flu, damn you A/C, so there will be less activity from my side.
  3. ok just read the last couple of pages. And most problem seem to come from SexLab not firing the event RP is waiting for, (No Message for filling the bucket, Orcs not doing there thing) but i don't know if this is a Sexlab Problem or a Problem with RP. If you have a problem of this kind please uninstall RP and try the loose version. That contians the Scripts etc. just like the are on my HDD when i mod.
  4. Uploaded new Version 1.08a: Camp Job: now the Dialog Conditions no longer rely on the Quest Stage but use a internal stage variable. Should fix problems with non visible dialogue Changed Config for starting cloths to support more then 2 items. The config looks like this now: { "startCloths": { "rest" : [ "__formData|Skyrim.esm|0xD1921" ], "chestPiece": "__formData|Skyrim.esm|0xD191F" } } The "chestPiece" property needs to contain the armor or chest piece so it gets recognized by the Working Cloths function. The "rest" property contains the remainder of the items you get. The items need to be separeted with a comma and would look like this: { "startCloths": { "rest" : [ "__formData|Skyrim.esm|0xD1921", "__formData|Skyrim.esm|0xD1922" ], "chestPiece": "__formData|Skyrim.esm|0xD191F" } }
  5. Very cool and look forward to that being added. Just curious if you can't fail the food job what are the downsides now? If I might suggest something. <stuff that is interesting> Yeah I know I am suggesting more idea's but I can't help it. Well the client is not happy if you fuck up his order so he will reduce the money he pays. as you have to pay the inn keeper for the food you took you eventually pay the inn keeper more then the clients paid you. Also you can ask the inn keeper if there is a way to increase your tip. she/he will provided you with the starting cloths then with will double your tips if your wear them. mh. the [...] signal that something went wrong with the filling of the food items. could you please start that quest again and if it still is like that upload you papyrus.0.log For the normal prostitution job? that is the next one i'm going to reimplement. uhu. i dont even know what is happening as i just tryed the camp job a couple of time. could you please upload you papyrus.log?
  6. Uploaded Version 1.08: Replaced Food Job with new and improved Version -Randomized Selection of fines Foods available. Depenting on you installed mod there can be some wierd orders (Salt Pile, Sack of Flour, bottle of milk) -You no longer fail the Job enterly if you fuck up the order. Just return to your inn keeper and order more food but beware the gust will only pay for what he ordered and wont be happy if you deliver the wrong food. -Chance to maximize you gold earnings at the end of the quest. Added User Logging to Companion Quests to see if the events are triggered right Add Missing Shutdown Stage to Fan Quest Add Monitoring Function if you dont give your inn keeper enough money after the Inn Job and Food Job, currently no consequences but they will be there one day
  7. Ok yeah your ini file is correct. In the image you provided here, if you look in the logs folder, then in the scripts folder, you don't see anything called papyrus.0.log? OOOO KAAAAY now it started working all of the sudden.. weird. I swear I checked the right folder the last time and there was NOTHING there. Maybe it had to acknowledge the changes first somehow?.. anyway, I will run the quest again and post the results here. Thanks for helping me look into the issue. UPDATE: this is the latest log Papyrus.0.rar Mh the log looks fine. Possible that there are some event not being send by SexLab. the next version will have some logging information for that. mh. i acctually tested that with hroki and it worked fine. will take another look at it.
  8. You have the chance to increase your gold earned from this quest. And the second point is you can go to your inn keeper and order more food until you get it right but the customer will not be happy about it. It should not stop but it can look like it. Check the MCM menu and reduce the scan interval If that didn't help then it sounds like the script is not ending for some reason. Your best bet is for you and anyone else having this problem providing a papyrus log of it in action if you havn't already. That would help Kori track down the problem. I set up the skyrim ini file so that it would spit out a log, and then did the home delivery quest again, but when I went to look for the log there was nothing in the newly generated logs/scripts file. I don't know if I might have set things up wrong or what, but that's the issue I'm having with providing a log. I can copy paste the settings I have for the ini file here to see if I set it up correctly, but I'm not entirely convinced that's the issue. Mh possible that they were broken by SexLab 1.5 will check that once i get my Creation Kit and Sykrim up and running again. All Random Quests are called that but which one did you do?
  9. That will create a new plugin that overwrites the dialogue lines. So as long as it is loaded after RP all should be fine. As for the replacements you have to do them line by line.
  10. currently no. i could change it to accept a array of forms instead.
  11. I check SexLab Romance but can find anything different in the Dialogue settings. But what you can do is this: And then select new file and you should be golden.
  12. mh. Something is terrible wrong with your save game. As all List containing the quests and even the WorkCloths list does not exist: Quest list is none: [05/16/2014 - 04:43:50PM] ERROR: Cannot call GetSize() on a None object, aborting function call stack: [mf_Prostitute_Handler (12000D62)].mf_handler_config.buildQuestSettingsPage() - "mf_Handler_Config.psc" Line 815 [mf_Prostitute_Handler (12000D62)].mf_handler_config.OnPageReset() - "mf_Handler_Config.psc" Line 211 [mf_Prostitute_Handler (12000D62)].mf_handler_config.SetPage() - "SKI_ConfigBase.psc" Line 793 [SKI_ConfigManagerInstance (17000802)].SKI_ConfigManager.OnPageSelect() - "SKI_ConfigManager.psc" Line 146 WorkClothes list is none: [05/16/2014 - 04:44:06PM] ERROR: Cannot call HasForm() on a None object, aborting function call stack: [mf_Prostitute_Handler (12000D62)].mf_handler_config.buildWorkingClothsPage() - "mf_Handler_Config.psc" Line 876 [mf_Prostitute_Handler (12000D62)].mf_handler_config.OnPageReset() - "mf_Handler_Config.psc" Line 215 [mf_Prostitute_Handler (12000D62)].mf_handler_config.SetPage() - "SKI_ConfigBase.psc" Line 793 [SKI_ConfigManagerInstance (17000802)].SKI_ConfigManager.OnPageSelect() - "SKI_ConfigManager.psc" Line 146 Ok Please create a "clean" save. So deactivate the RP esp, load the game. wait 1-2min and then save again. Quit the game and activate RP again and load the latest save game again and check if the Quest Settings tab if there are quests registered.
  13. mh. the player controls do get disable on the home delivery. Can you recreate that error and then upload your papyrus.0.log? Possible that the event handler waiting for the end of the animation is not trigger or crashing.
  14. if you could point to the mod maybe i can assimilate... i mean steal... adapt that function.
  15. Uploaded version 1.07g: Fix Location Change Check on Inn JobMCM Menu will still say 1.07f because of a bug and totally not because i forgot to update it and that i'm to lazy to upload it again.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use