asdasd123123 Posted August 26, 2016 Posted August 26, 2016 Bugged I think, see my post two up. The second day doesn't seem to trigger. What should happen is you get another similar quota for the 2nd day, and if you can beat that, on the 3rd day you get new quest. Yeah defiantly bugged. I'm glad i'm not the only one! This error right here is causing our problems: [08/25/2016 - 09:40:06PM] ERROR: Cannot call GetValueInt() on a None object, aborting function call stack: [ (631856F4)].CDxSmithyOuter.OnTriggerEnter() - "CDxSmithyOuter.psc" Line 6 [08/25/2016 - 09:40:06PM] warning: Assigning None to a non-object variable named "::temp2" stack: [ (631856F4)].CDxSmithyOuter.OnTriggerEnter() - "CDxSmithyOuter.psc" Line 6 So when you're entering the building, an error is thrown and the script fails meaning the quest cannot be continued. I believe i found the problem. The script file "CDxSmithyOuter" uses a global variable called "globalvariable property timeofday auto". The issue is i don't believe "timeofday" IS a global variable, which would explain why it's a non-object. Instead it should be: "GlobalVariable Property TimeOfDayGlobalProperty auto" which is an actual global variable.
velvetsanity Posted August 26, 2016 Posted August 26, 2016 Quick question, now that I'm finally getting my game started (had some mod conflicts and such to sort out). On the quest options page of the MCM, does checking the boxes start the quests or control whether they can start during gameplay?
Laura Posted August 26, 2016 Posted August 26, 2016 Quick question, now that I'm finally getting my game started (had some mod conflicts and such to sort out). On the quest options page of the MCM, does checking the boxes start the quests or control whether they can start during gameplay? They control whether they can start the quests during gameplay. It doesn't immediately start them.
Krynn Posted August 26, 2016 Posted August 26, 2016 Ich nutze jetzt die esp von Verion 4.2r und auch deren Strings, so kann ich beim Meister Aufgaben erfüllen, ohne das sie wegen des Gürtels meckert.Der Rest ist aus V.4.5Die Ork Quest funktioniert so leider immer noch nicht, aber wenigstens kann ich in dieser Zusammenstellung Aufgaben beim Meister annehmen. Ich habe in dieser Zusammenstellung auch gerade die Thalmor Botschaft Quest ohne gröberes absolviert.. Zwei mal hatte sich mein PC aufgehängt und am Ende wurde ich nicht mehr automatisch von der Wache zurück gebracht, ich habe im MCM Menu die Spieler Kontrolle deaktiviert und die Szene lief normal weiter. ----------------------- I now use the esp from Verion 4.2r and also their strings, so I can the Master perform tasks, without which they complained because the belt.The rest is from V.4.5The Orc Quest works so unfortunately still does not, but at least I can take in this compilation tasks from the master. I have found in this compilation also just the Thalmor Embassy Quest without coarser completed.. Two times my PC had hung and in the end I was no longer automatically brought by the guard back, I disabled the MCM Menu, players control and the scene was normally.
CGi Posted August 26, 2016 Posted August 26, 2016 Mixing ESP and script versions is a bad idea because of possible property changes and the like.You can really mess up your game like that and report errors where there are none or vice versa.Please refrain from doing things like that and try to deal with the errors until they are fixed.
Krynn Posted August 26, 2016 Posted August 26, 2016 Mixing ESP and script versions is a bad idea because of possible property changes and the like. You can really mess up your game like that and report errors where there are none or vice versa. Please refrain from doing things like that and try to deal with the errors until they are fixed. Du hast recht, ich werde 4.2r nehmen, dort klappte noch am meisten bei mir.. ab 4.3 kommt der Dialog mit dem Gürtel. You're right, I'll take 4.2r, there still worked most with me. PS: das mit dem kaputten Spiel wäre nach dem 200.ten Neustart im Grunde egal..
CGi Posted August 26, 2016 Posted August 26, 2016 And how about you use the latest version, don't do things that you know are broken (after reporting them if not already done) and test all the rest?Feedback is needed and it's needed for the lastest version.
Veladarius Posted August 26, 2016 Author Posted August 26, 2016 Hey i've got a problem in the property questline. After being sent to the Smelting quest and completing it with more material then required, i get dialog with the lady (Good dialog), and then a hint for a future quest if the work continues good. The quest no longer works after that. What am i suppose to do after completing the first day of smelting? Edit: Found some errors! [08/25/2016 - 09:40:06PM] ERROR: Cannot call GetValueInt() on a None object, aborting function call stack: [ (631856F4)].CDxSmithyOuter.OnTriggerEnter() - "CDxSmithyOuter.psc" Line 6 [08/25/2016 - 09:40:06PM] warning: Assigning None to a non-object variable named "::temp2" stack: [ (631856F4)].CDxSmithyOuter.OnTriggerEnter() - "CDxSmithyOuter.psc" Line 6 Upload an entire log from when it happened so I can see what else is going on. Edit: the properties value was not set, it will be corrected but there isn't anything I can do until the esp is updated.
Veladarius Posted August 26, 2016 Author Posted August 26, 2016 And how about you use the latest version, don't do things that you know are broken (after reporting them if not already done) and test all the rest? Feedback is needed and it's needed for the lastest version. If you are not using the current version and/or are mixing esp and script versions don't ask for assistance as I will not be able to help.
Krynn Posted August 26, 2016 Posted August 26, 2016 And how about you use the latest version, don't do things that you know are broken (after reporting them if not already done) and test all the rest? Feedback is needed and it's needed for the lastest version. If you are not using the current version and/or are mixing esp and script versions don't ask for assistance as I will not be able to help. Ich mixe hier gar nichts, ich habe es nur mal getestet... CGi hat ein Mail erhalten. Meine Probleme kennst du eh seit 4.3 Liebe Grüße!
asdasd123123 Posted August 26, 2016 Posted August 26, 2016 Heey can you nerf sweeping? It takes about 20 minutes IRL time to do and makes me wanna tear my hair out lol Maybe just make it 5-10 piles? The manor slave part seems impossible to complete. It's extremely repetitive and will take days to get 30 credits. Is there any way you could add a cheat section in the MCM menu? Bug: For whatever reason, the "Extra" tasks for the manor slave cannot be turned in. Bug: The manor slave only has 3 random tasks. I looked over the source and apparently there are much more - including VIP related stuff. From the looks of the scripts, sweeping and chopping wood is available no matter what. ~ Would it be possible to remove the weight based tasks, and instead just make it completely random? The issue i see here is the fact Papyrus doesn't support any real collections that'd make it easy to implement a "perfect" random weight based random system. It'd probably be much more functional if it was just completely random instead.
CGi Posted August 26, 2016 Posted August 26, 2016 Ich mixe hier gar nichts, ich habe es nur mal getestet... He quoted me to make it a general statement, as was my statements. You were just the one who sparked them, so we made our point.
Krynn Posted August 26, 2016 Posted August 26, 2016 Ich mixe hier gar nichts, ich habe es nur mal getestet... He quoted me to make it a general statement, as was my statements. You were just the one who sparked them, so we made our point. I do not understand this answer, sorry.. I have caused any problems? Edit: Aah.. ok, now i understand.. i have test it and you say what could happened or so? Yes... ok ok.. back to FULL 4.5!
Krynn Posted August 26, 2016 Posted August 26, 2016 Ich glaube ja, dass der Konflikt irgendwie bei diesem Enthaltsamen Leben liegt,.. der Meister schnallt dem Spieler einen ihrer Gürtel um.. und obwohl ich diese Option im MCM Menu nicht ausgewählt habe, denkt sie.. es sei einer dieser Gürtel.. und möchte ihn deshalb auch nicht entfernen...Viel anders kann das nicht sein. --------------------- I think so that the conflict is somehow in this celibate life,.. the master buckled the player a belt around her.. and though I have this option in the MCM Menu not selected, she thinks.. it was one of those belt.. and why would not they remove...Much else may not be.
Guest Posted August 26, 2016 Posted August 26, 2016 Hi, didn't want to spam any more issues for you but I have one anyway. I'm on stage 13 of the property slave quest, go pick up a package, and at the end when Herran should "return me to my cell", in the basement, the screen fades to black but I don't actually fast travel anywhere and the scene just freezes at that point with nobody moving anywhere? Cheers for any help and thanks for the fantastic mod. Edit: I am on V4.04 with a clean save. Wait for 1 hour, I am not sure why it is hanging at that point as once Master hits the spot where she stops it should teleport you. Thanks, that did solve it although I now have an issue with the part immediately after: Herran says "Stay here and wait for me", and I wait for a few hours, at which point the ai takes over my character and walks me out of the barracks and down the road, causing the belt to activate as I'm too far from the shop?
RebelInfernal Posted August 26, 2016 Posted August 26, 2016 need 3.84 version please Luckily for you I've been procrastinating too much to clear out my old mods in MO Here you go: Captured Dreams v3.84 full.rar
chevalierx Posted August 26, 2016 Posted August 26, 2016 need 3.84 version please Luckily for you I've been procrastinating too much to clear out my old mods in MO Here you go: thank you man ; very quick i love you ^^
cetuximab Posted August 26, 2016 Posted August 26, 2016 So I'm going to press my luck and try upgrading from 4.01 to 4.05 with the clean save method. The expansion hasn't started yet for this save, I am still getting advertisements for the CD shop. However since I am at a point where level ups take awhile (35), I don't want to wait through the 3 levels of CD ads before I get the courier that finally gives me a job offer from Master, which officially launches the expansion. Can someone tell me the console commands needed to advance through the 3 "deliver an ad" courier quests so I don't have to re-do these again?
romualda5 Posted August 26, 2016 Posted August 26, 2016 After v. 4.x I can't load any save even I start new game. With v 3.84 everything is OK. Any clue ?
cetuximab Posted August 26, 2016 Posted August 26, 2016 After v. 4.x I can't load any save even I start new game. With v 3.84 everything is OK. Any clue ? Are you getting a CTD whenever you load a save game? I found the best solution to that headache is a combination of Bug Fixes and ENBoost. Having BOTH installed finally eliminated CTD on load problems for me. Edit: changed link to newest ENBoost.
CGi Posted August 26, 2016 Posted August 26, 2016 need 3.84 version please Luckily for you I've been procrastinating too much to clear out my old mods in MO Here you go: thank you man ; very quick i love you ^^ So you prefer to use an outdated version instead of helping to debug the new version and let others do all the work? is it really this hard to wait or to cimcurmvent content that's errornous?
Fuckingretard Posted August 26, 2016 Posted August 26, 2016 Encountered an issue, maybe it was mentioned before but here it goes. I have Chaste Life active, triggered it through asking for a job. I completed the delivery, had dialogue about getting the devices off (I suppose you want them off now...) and Master just unequipped all of my Protector Plus items, as if they were standard delivery devices.
chevalierx Posted August 26, 2016 Posted August 26, 2016 need 3.84 version please Luckily for you I've been procrastinating too much to clear out my old mods in MO Here you go: thank you man ; very quick i love you ^^ So you prefer to use an outdated version instead of helping to debug the new version and let others do all the work? is it really this hard to wait or to cimcurmvent content that's errornous? ........................... i use this mod from the begining and i have try 4.xx all and poste my error but no answer ( belt code 6, all time i have bug in job quest - no validation, stuck in dialogue, no device check, ctd,player freeze, ...) i have do test for every version 2h = 12h ( 4.00 to 4.05) i can't move on the mod i stuck at begin and i use NMM
trasberny Posted August 26, 2016 Posted August 26, 2016 After v. 4.x I can't load any save even I start new game. With v 3.84 everything is OK. Any clue ? Too many mods with too many strings = save corrupt and crashes. Read this and check this tool out: http://www.loverslab.com/files/file/2885-skyrimtools-restringer-and-resaver/
Recommended Posts