Dragofer 1420 Posted December 7, 2020 Author Report Share Posted December 7, 2020 Another question that'd be interesting for me: are you able to leave the painter's room or is it invisibly blocked? A script command via console has a good chance of working, but you'd need to be aware that any saves you make afterwards won't work, so it should be the last thing you do in the mission. This is no big matter, since it's only needed to tick off an objective and it unlocks a 2nd flavour conversation if you return to him later. These are the 2 console commands, in order: script painter2_finished_conversation_end1(); script painter2_choose_conversation_end1x(); To play the 2nd ending conversation, leave the building, then return to stand in his field of view and use the below command. Since you had already dealt with Marlow for the 1st conversation, the 2nd one will be quite short: script painter2_choose_conversation_end(); In case this stuff doesn't work, you can find transcripts of the conversations at the bottom of the mission's collab document. The conversations go differently depending on whether/how you've dealt with Marlow. 1 Quote FM: One Step Too Far | FM: Down by the Riverside | FM: Perilous Refuge Dragofer's Stuff | Dragofer's Scripting | A to Z Scripting Guide Link to post Share on other sites
Peanut 4 Posted December 24, 2020 Report Share Posted December 24, 2020 (edited) On 7/14/2020 at 11:18 PM, nbohr1more said: Try increasing frame memory: r_frameIndexMemory and r_frameVertexMemory to 8192 and reducing texture memory via image_downSize https://wiki.thedarkmod.com/index.php?title=Performance_Tweaks#Image_downsizing and lowering resolution scale ( r_fboResolution 0.75 ) Thanks for posting that. Initially I couldn't get this mission to work, it would crash to desktop just after finishing loading (Ubuntu 16.04 based, 4GB RAM, Integrated Intel graphics, thedarkmod.x64) due to the Linux kernel out of memory manager killing off the process. I then tried playing around with the image_downSize settings and found I could get it to work by enabling them. Eventually, I discovered that all I needed to do was set image_downSizeBump "1" without having to enable the texture/diffuse or specular downsizing. I then tried raising the image_downSizeBumpLimit from the default of 128. I found that I could raise it to 512 and still have the mission work fine. However, raising it to 1024 or 2048 results in the mission just about loading, but severely lagging to the point of being unplayable. I don't know anything about the internals here, but perhaps it looks a bit like there could be a number of large bump maps greater than 512x512 which are causing problems? (Is that what setting a "512" limit would mean?) It does seem to be a somewhat large image size (1024?) if that's what's actually happening, but I don't know, maybe it's normal? (pun not intended) At least it seems that way, considering the default for image_downSizeBumpLimit is much lower. Edited December 24, 2020 by Peanut Quote Link to post Share on other sites
nbohr1more 2162 Posted December 24, 2020 Report Share Posted December 24, 2020 1 hour ago, Peanut said: Thanks for posting that. Initially I couldn't get this mission to work, it would crash to desktop just after finishing loading (Ubuntu 16.04 based, 4GB RAM, Integrated Intel graphics, thedarkmod.x64) due to the Linux kernel out of memory manager killing off the process. I then tried playing around with the image_downSize settings and found I could get it to work by enabling them. Eventually, I discovered that all I needed to do was set image_downSizeBump "1" without having to enable the texture/diffuse or specular downsizing. I then tried raising the image_downSizeBumpLimit from the default of 128. I found that I could raise it to 512 and still have the mission work fine. However, raising it to 1024 or 2048 results in the mission just about loading, but severely lagging to the point of being unplayable. I don't know anything about the internals here, but perhaps it looks a bit like there could be a number of large bump maps greater than 512x512 which are causing problems here? (Is that what setting a "512" limit would mean?) It does seem to be a somewhat large image size (1024?) if that's what's actually happening, but I don't know, maybe it's normal? (pun not intended) At least it seems that way, considering the default for image_downSizeBumpLimit is much lower. To begin, there have always been textures larger than 512x512 but they were fairly rare until after TDM 2.0 ( only used on large models ). After TDM 2.0, the team decided to raise the max recommended texture size to 1024. For most missions this had little impact but even Penny Dreadful 2 was too much for typical low\mid range GPU VRAM. I believe that Doom 3 originally was graceful about this and would revert to image_downSize if your VRAM was lower than the configured settings would consume. Unfortunately Doom 3's detection of most configurations was very poor leading to constant fighting with graphic settings to prevent reverting to blurry menus and textures. ( Try TDM 1.02 and have the fight of your life to keep settings in place. ) Even before standalone it seems that we disabled most of these fallbacks so that (for example) TDM 1.07 would keep your menu settings flawlessly. We probably should consider adding a detection and fallback system for VRAM limited systems but we would need to get it working better than the original Doom 3 implementation. Incidentally, you should try the TDM 2.09 beta. It defaults to using RGTC normal map compression so VRAM usage should be reduced a bit and you can also lower your Render Scale but add Image Sharpening so that it doesn't look that blurry. It is pretty remarkable. No guarantee that it will lower VRAM enough to disable image_downSize though. 1 Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Link to post Share on other sites
Peanut 4 Posted December 24, 2020 Report Share Posted December 24, 2020 @nbohr1more Thank you for the detailed explanation, I'll give 2.09 a try! Quote Link to post Share on other sites
stgatilov 1223 Posted December 24, 2020 Report Share Posted December 24, 2020 1 hour ago, nbohr1more said: We probably should consider adding a detection and fallback system for VRAM limited systems but we would need to get it working better than the original Doom 3 implementation. Every discussion of "automatic settings detection" immediately bumps into problems: We don't own diverse set of machines where we can test such detection. The experience mostly depends on FM. There are too many FMs, constantly getting bigger and tougher, and we don't control it. Thus we cannot make good detection. And it's better to have none than to have buggy one. On the other hand, we can probably implement some code which would detect VRAM size or out-of-memory error, and modify the downscale cvar, post warning, and restart loading from scratch. Quote Link to post Share on other sites
Hugo Lobo 29 Posted January 2 Report Share Posted January 2 Amazing FM! I actually got 3 phases while playing it. Phase 1 - holy crap! This is amazing! Look at how many places i can go and how many ways i can do it! Look at this gigantic map! Phase 2 - ho no! Another door that can be opened! And another window... I can't keep track of it all. This FM has too many divergent paths. I hope this door can't be opened. Crap.. it will open. I will be lost and never finish this FM. Phase 3 - oh yeah! I'm starting to understand this map. This city is mine! So, to sum it all, this was quite an experience. One of those FM that will keep on your mind forever. As far as i know, this IS the new gold standard for FM's of this category. 2 1 Quote Link to post Share on other sites
Zerg Rush 56 Posted January 8 Report Share Posted January 8 Excellent mission, I have finally managed to finish it, All the secrets, all loot and with 100% stealth ... na, lie, it has cost me horrors and they spanked me well. Also messing around in the alleys with the girl in my arms, trying to avoid the guards, doing the tourist route (the poor thing must also have finished full of bruises, as many times as I have had to throw it on the ground to orient myself). After reading the diary of the chief thief, I almost felt sorry for having knocked them out. Quite funny all, but certainly one of the missions that has cost me the most to finish. 2 1 Quote Link to post Share on other sites
Xolvix 57 Posted January 10 Report Share Posted January 10 (edited) I have a question - assuming people are being honest, how do people even get all loot in a mission like this where loot is hiding everywhere and it's so easy to miss a coin hidden in the dark or a crevasse no normal human would look twice at examining? I can only assume it's done via playing the mission for hours upon hours to check everywhere, backtracking into optional areas and then backtracking again and so on, without getting lost, and still getting 100% stealth. I'm not sure I even want an answer, it's more of a "throw-hands-in-air" thing that I can't master. Edited January 10 by Xolvix Quote A word of warning, Agent Denton. This was a simulated experience; real LAMs will not be so forgiving. Link to post Share on other sites
Dragofer 1420 Posted January 11 Author Report Share Posted January 11 @Xolvix we're in the same boat, I couldn't imagine scouring even modest-sized maps for 100% of the loot. But there are quite a few who enjoy exploring a map that thoroughly, and they seem to do it by keeping track of all the places they've searched, sometimes returning for another pass, and paying attention to every readable. So far I've seen someone getting 95% loot in this mission after 10 hours. Quote FM: One Step Too Far | FM: Down by the Riverside | FM: Perilous Refuge Dragofer's Stuff | Dragofer's Scripting | A to Z Scripting Guide Link to post Share on other sites
Zerg Rush 56 Posted January 11 Report Share Posted January 11 (edited) I get ~4200 in loot and 2 secrets in the Painters Wife, playing it more than 10h. Dying half a dozen times (3 guards saying Hello and 5 falling from a roof), 40 points in stealth Edited January 11 by Zerg Rush Quote Link to post Share on other sites
Xolvix 57 Posted January 12 Report Share Posted January 12 2 hours ago, Zerg Rush said: I get ~4200 in loot and 2 secrets in the Painters Wife, playing it more than 10h. Dying half a dozen times (3 guards saying Hello and 5 falling from a roof), 40 points in stealth I think that answers my question. I'm enjoying the mission but I could never devote over 10 hours to it, or any other FM really. That's a lot of time to spend scouring for loot. If you have the time available (and the determination) to do than I give you credit, but I guess it's not for me. At some point my brain would starting asking me what I'm doing. 2 Quote A word of warning, Agent Denton. This was a simulated experience; real LAMs will not be so forgiving. Link to post Share on other sites
Zerg Rush 56 Posted January 12 Report Share Posted January 12 10 hours ago, Xolvix said: I think that answers my question. I'm enjoying the mission but I could never devote over 10 hours to it, or any other FM really. That's a lot of time to spend scouring for loot. If you have the time available (and the determination) to do than I give you credit, but I guess it's not for me. At some point my brain would starting asking me what I'm doing. Nor can I play more than 1-2h daily on a mission. It took me almost a week to finish this one. Quote Link to post Share on other sites
TheUnbeholden 16 Posted February 9 Report Share Posted February 9 I float above the dumbwaiter in The Painter's Wife, can't ride it down. Quote Link to post Share on other sites
TheUnbeholden 16 Posted February 10 Report Share Posted February 10 (edited) The issue that I see is that the near Bridge street shop/shack is a woodsie Apothecary place but you can't enter into. The key to the door is on the inside. The other issue I found is: Spoiler Marlowe is on Lower street, not the Bridge street as the clue/letter suggests to us. Even stranger you have to wait for the guard to exit the "club" AKA gambling den to snatch the key to that place. Edited February 10 by TheUnbeholden 1 Quote Link to post Share on other sites
Bluehawk 16 Posted February 14 Report Share Posted February 14 You can access the Apothecary's... Spoiler through the back door via Alderman Gardens; if you look for an open window on King Street due south you can pass through an apartment to a balcony and drop down, or you can hop across the roof from the assassin's balcony on Alderman Way; or you can come up into the garden through the sewers. The sewers also provide an alternative route into the Lower Street casino although it's very confusing down there. The note mentioning Upper Bridge Street is meant to lead you to the assassin he hired, not to his present location. The confusing part is that it removes the objective to find Marlowe's location (which is added when you find his bedroom and library empty). The assassin's journal in her footlocker then tells you that he is in the "Arch Way Club". Arch Way has no other doors to check but the club's, so the clue is technically accurate (if maybe a little ambiguous). 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.