Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/work thread' or tags 'forums/work threadq=/tags/forums/work thread&'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. I think we should create a thread where you can put requests and suggestions for Orbweaver. This thread should be NOT a discussion thread. If you want to discuss a proposal, create a specific thread for it. I want it to be only for collecting proposals, so we have an overview of what people might want to have. I guess this might also help Orb to decide what he should focus on once he gets productive. BTW: I really appreciate your effort, because we can really use this. So my personal wishlist proposal is that I would like to see a group handler. Similar like in Blender, where you can select several objects and put it in a group. When you select one or more of these groups, the objects are visible. If the group is not selected, it's invisible. In Blender and other 3D apps this is called layers (forgot the name before so I had to look it up).
  2. I currently use Mega, as its has a 50gb storage limit, compared to microslop's 5gb and Google's 15gb. As @thebigh mentioned, both of the aforementioned providers are sketchy and only thier behavour is only getting worse. So welcome suggestions for another free provider to upload FM's I work on to. Apparently Mega also now supports versioning, but I haven't figured out how that works just yet.
  3. I think saveGame script event is a very dangerous thing. All the proper ways to save game are called from the main thread outside of parallel section. But the game script is called immediately in the frontend thread, which is not supposed to work properly. At the very least it needs to run GL commands to take screenshot, which it certainly cannot do on frontend thread.
  4. This mod is actually one that I made, and it calls `saveGame` every five-10 minutes with an auto generated name. https://forums.thedarkmod.com/index.php?/topic/22647-quick-and-dirty-autosave-mod/#comment-499784 The save file I uploaded that we are looking at is not an autosave, and that mod has been compatible and functioning correctly for several versions now. It is, indeed, a tiny script-only mod. The checksum changed because I made the adjustment to the loading screen gui recommended in frost salamander's post earlier in this topic ( https://forums.thedarkmod.com/index.php?/topic/23119-loading-saves-just-hangs-after-closereopen-the-game/#findComment-506750 ). This mission is, flare box warning notwithstanding, bitwise identical to the latest version in the repo available to the mission downloader. Also, this issue was present before I followed that advice from frost salamander. I suppose I can go undo that change/redownload the .pk4 since it didn't fix the issue anyways. I will revert to a clean install of both the latest TDM beta and this particular mission, just to clear some red herrings out of our debugging work. Interesting! I'll go test this.
  5. This thread is intended for discussing and reporting things about the new frob changes during beta. Most of the description below was already given in a previous thread. Bugtracker: #6658, #6668. New Frob Control Styles I have completely refactored the frob-handling code. Now, it is easy to setup different frob control styles. There are currently 3 (and a half), which you can try in 2.14 beta. Under "Settings > Gameplay > General > Hold Frob/Interact" (cvar tdm_frob_control_style), you can change the frob control style. This setting replaced the previous hold frob delay setting (tdm_holdfrob_delay), because I think that nobody would touch that value unless they want to disable the holdfrob mechanic, which can now be achieved by the new setting as well. The currently available control styles are: Disabled: No hold-frob mechanic, i.e., pre v2.12 control style TDM: Short frob is the same as pre v2.12, but long frob is a shortcut for "grab and then use" (use-type interactions) Thief (v2.12): Same as TDM, but behaviour for bodies is swapped. Body limbs are interacted with via "drag and drop". TDM-inverted: Short frob for use-type interactions, hold frob to "drag and drop" objects (when you release the mouse button, you will release the object) I always loved the drag and drop interaction with body limbs created by Daft Mugi and I wanted to see it consistently extended to all objects, which motivated the refactor. I am very happy with the result and I hope you players enjoy it as much as I do. The Thief control style will still remain the default settings, however, as I didn't want to open that can of worms. Hold-Frob Mechanic for Doors There was previously no hold-frob mechanic for doors, except for experimental manual door control feature. I have added two additional new control modes for hold-frob on doors, which you can activate through the cvar tdm_door_control. The modes are: 0: Disabled 1: Manual door fine control (experimental, existing feature) 2: Hold frob to slowly move doors. They are opened and closed alternatingly, just like regular frobbing a door, but interrupting a moving door is skipped. 3: Hold frob to slowly open doors. Additionally, I added in the ability to quickly force close a door by holding frob and pressing attack. It felt like mode 3 ("Slow Open") gave the most benefits and most direct controls to the player and pairs well with the force-close mechanic. So, I just set "Slow Open" as the default and I did not add it to the settings menu, but you are of course encouraged to try the other modes as well. The idea behind this addition is that the player can now slowly sneak and peak through a door, but then can also quickly shut the door again if the player deems the situation unsafe. This adds more skill expression and creates further immersion. 2.14 Beta Please use this thread to report any issues with frobbing (always state tdm_frob_control_style and tdm_door_control configuration), the new door control modes (please test them rigorously) and to give feedback on any of the above changes. Pinging players that previously showed interest in this: @wesp5, @snatcher, @Baal, @Skaruts, @Wellingtoncrab, @Amadeus
  6. I kind of miss our old status-bar on the right, where you could casually share what's on your mind or what is happening in your life right now. So, I figured, let's just start a thread for that. Let's get this started...
  7. NOT SO FAST MR CHUMBUCKET how dare you think your own code is fool proof! Ok, so slight story time: I wiped my install of TDM and then reinstalled the latest beta and a fresh copy of High Expectations. Then, I redownloaded my save file from google drive and put it in the FM's save folder - and was able to load the save file! After that, I redownloaded all of the other FMs I had and re-installed my WIP FM into my folder, and I could still load my save. Then I changed all of my config settings back to the way I had them before, and could still load my save. Then I redownloaded my autosave.pk4 mod - and my save loading freezing problem returned as described in my OP. We have a culprit! I have a new question for this thread, then, because I would very much like my autosave mod to function and not cause save-loading to hang for no discernable reason. This "mod" is a single .script file located in the \script\ folder. Its entire content is the following: #ifndef __TDM_AUTOSAVE__ #define __TDM_AUTOSAVE__ /* --------------------------------------------------------------------------------------------- * * This file is added to The Dark Mod's Script Inclusion chain in tdm_main.script * * This is intended for players who wish to install addons with custom scripts that should be available * in all missions. Mission authors must use tdm_custom_scripts instead. * * --------------------------------------------------------------------------------------------- */ #define MAX_AUTOSAVES 5 #define AUTOSAVE_INTERVAL_SECONDS 300 void autosave() { float save_count = 1; do { sys.wait(AUTOSAVE_INTERVAL_SECONDS); string fname = "__autosave_" + save_count; $player1.saveGame(fname); sys.println("Autosaving '" + fname + "'"); save_count += 1; if (save_count > MAX_AUTOSAVES) { save_count = 1; } } while (1); } void user_addon_init_autosave() //If any of your addon scripts need to be initialised at map start, add their init function here. See the line that has been commented out with // for an example. { thread autosave(); sys.waitFrame(); // contingency in case no addons are specified } #endif what have I done wrong with this script?
  8. "Hang" definitely describes my issue - and since I'm in a loading screen, I really can't send the game engine any input to make it crash, which would be the second part of that bug description. It seems likely that there is some kind of bug with my script that only happens on loading a save. Its a map-start autoload that spins off a thread so I can only imagine what that bug might be, and the console isn't giving me any info.
  9. Copying over from the Imperial Sword thread: playing that mission in 2.14b6 revealed some suboptimal interactions with the new frob behaviour. With frob/interact set to Thief: 1. There were instances when doors/cases would not open and switches would not activate with something that "intuitively" felt like a short frob. This could just mean that the long-frob activation interval is far too short for me, and I would expect for others too. However, the behaviour seems to be more generally inconsistent, e.g. long-frob doesn't seem to do anything on switches *and* fully open doors. Having long-frob activate so easily and then lead to a non-operation seems troublesome for me. 2. I can confirm that in two instances (a loot item and a key) I needed to frob twice with the corresponding sound playing also twice, before getting the thing. In once instance I *think* the animation/"visual zoom" effect also played twice, but since it is difficult to replicate, I am not able to confirm it.
  10. The Imperial Sword By: Bikerdude "When passing through the small town of Brouften, the locals mentioned that the Town Council have been having issues with one of the local nobels. One Lord Drafferi, who has been interrupting Town Council meetings and claiming that nobody on the council has any authority on town matters..." Notes: - TDM 2.12 or later is REQUIRED to play this mission. - This FM is based on an abandoned old version of The Elixir that doesn't resemble the current mission at all as a base for town of Brouften. - This FM should play on the vast majority of systems. I have perf tweaked this thing to within an inch of its life. And have moved almost all of the VL ligh effects to the ‘ better’ LOD level. - min recommended spec (as per beta testing) Intel Core i7(3rd gen), nvidia 1030 4gb (GDDR5), will get you 60fps inside and 45fps outside. - Various areas will look better with shadow maps enabled (SoftShadows set to high and Shadows Softness set to zero) at the possible expense of performance. - When you play there are 2 LOD settings of note, normal and better. On better all of the VL lights and alpha shadows are turned on. - I also suggest using MAPS shadows with softness set to low and quality so to medium or high. - And lastly this mission has subtitles for all the custom audio and briefing. Tip: - When searching for needed items, use the "F" \ "Lean Forward" Key Brunting Steel: The sword in this mission is made of Brunting Steel which is a semi-mythical metal in the TDM universe. It is similar to Damascus Steel which was famed for it's strength in comparison to other steel swords. In TDM mythology, it was originally forged on an island utopia, similar to the fabled metal "Orichalcum" crafted in Atlantis. The first mission to mention Brunting Steel is "Crucible of Omens: Behind Closed Doors" Download Link: - (v1.3.6) - https://drive.google.com/file/d/1mu-FdGH1FivMgt4Fy1OgwiDjvIpA1Uck/view Changes: The briefing has been tweaked to remove some of the confusing aspects, aswell as the audio, so the narration is easier to understand. There is now more than one exit point to complete then mission. A number of annoyances that some players reported have been tweaked or outright changed. In game map ( The mission is also available in the Mission Database ) https://www.thedarkmod.com/missiondetails/?internalName=imperial_sword Credits: A big thanks goes to - - nbhor1more for his fantastic story and readables. - WellingtonCrab for the fantastic signs, plaques, decals & other textures. - Mortem desino, Narrator for their awesome and subtle custom dialog. - Goldwell for the "Grumpy old man voice" - Datiswous for the subtitles - Kingsal for the awesome new grass and flowers. - Flanders and Melan for their excellent models and textures. - Nobiax for his excellent small plants - nobiax.deviantart.com. - kyyrma and GigaGooga for thier ever-handy sounds packs. - Obstortte for the custom frob script. - Jackfarmer for the brilliant custom briefing. - freesound.org for ambient tracks, further details in sndshd file. - Beta testers: Mat99 (star tester), Nbhor1more, Amadeus, Xak, Jackfarmer, MikeA1 and S1lverwolf. Teaser: Before and After screens: 15yr Anniversary Contest Thread:
  11. Great - let me know if anything's not clear. Also, I raised this the other day: https://bugs.thedarkmod.com/view.php?id=6689. It's not super-critical but there is no reason why it shouldn't work and should be an easy fix.
  12. My work PC has 16 GB RAM, like the one I use at home on which I never had any freezes. Both have older i5 and i7 CPUs and the main difference is a 1050Ti GPU compared to the 610 one.
  13. From personal experience (and I have a lot of experience on that topic), casting calls on the TDM forums do not have much effect. You could try VAC (if you are on Discord). I could also provide you the contact details of a very reliable guy who has been doing tons of voice work for TDM/Thief missions, if you want to.
  14. (For some reason I couldn't find any topic like this) I fired up Dark Mod with mild enthusiasm; it's a mod, afterall. But after having played through Tears of st Lucia, it left me almost shaking afterwards. This is Thief, pure and simple. Thief with Crysis-like graphics. It's an amazing piece of work you have done! It's what T3 should've been right from the start. Dark Mod feels just like Thief. This is Thief!
  15. @irisx I think both those are regressions in 2.14b. I've seen it inother missions too, and in b5. You can check the 2.14 beta release thread if its been reported?
  16. I think it would be smart to go ahead and start a "Newbie thread" that covers all newbie questions in one place, as with the TDS Forum. It doesn't have to be this one, just for future reference. Aaanyway, I was going through the A-Z Tutorial, and right about the time you make the pool of water, I fixed some leaks, thought I got them all. Now it won't Dmap again, but when I hit Pointfile, it says "Could not open pointfile: E:/games/ ... /TutorialMap.lin" I don't know why since it's been working up to now. So if I have a leak I can't find it, but it's troubling just that Pointfile suddenly, inexplicably doesn't open! There isn't any ".lin" file either; not sure what happened to it. Any ideas? Edit: I started a map from scratch and Pointfile didn't show up again. So whatever it is, it isn't something I messed up in that first map, but a general problem I'm having with DR. Edit2: But it does Dmap and Map just fine, so that's ok.
  17. @Frost_Salamander I've tackled most of your bugs except 6263. I'll see if I can find some time this weekend to tackle that one. However, do you have a video or something of your sound shader workflow? It could be useful to see how you work. I'm a terrible mapper and I have no idea how to do things.
  18. Reliably --- no, it cannot. There is no proper way in OpenGL to see how much VRAM is occupied. Are you sure your problem is VRAM? Usually when VRAM ends, OpenGL driver puts the new resources into CPU memory. Everything continues working correctly, but rendering from this CPU-side is many times slower. But I don't think the computer becomes unresponsive in this case... Even if you crash the driver (which is very normal with Vulkan), Windows just restarts it quickly. Don't know how old Windows is there, by the way. Complete freezing sounds more like ordinary RAM running out. When you don't have enough RAM, all the extra memory is put into swap file. Even SSD is many times slower than RAM, and your old PC most likely has HDD. Technically it should still work properly, but I have seen cases where it effectively freezes, and waiting hours does not help.
  19. Welcome to the Snatcher's Workshop. Come on in, we may have something for you today. Feel free to look around. We trade everything here. --------------------------------------------------------------------------- We realize new ideas and take existing ideas for a spin. For fun. Somewhere in this post you will find a download with mods. Good care was put to make all mods as little intrusive as possible to make them compatible with as many missions as possible. This set of mods will never break your game but some features won't be available in a handful of missions (the reasons are known). Feel free to report here what works and what doesn't. TDM Modpack vs. Unofficial Patch With the release of recent versions of the TDM Modpack I consider the most relevant features of the Unofficial Patch have been matched, superseded, improved, or simply implemented in different ways. More importantly, the TDM Modpack is not only tightly packed and it has a minimal impact in your install but it achieves more by altering less core files, meaning more compatibility and less maintenance. One can, of course, argue. TDM Modpack 5.0 Compatible with The Dark Mod 2.13 (only) A lightweight, stable, non-intrusive, mission-friendly Modpack for The Dark Mod that includes many enhancements and a new set of tools and abilities for our protagonist: peek through doors, blow and ignite candles, whistle to distract enemies, mark your location, an invisibility-speed combo and more. Mods included in the pack do not alter your game or any of the missions in any relevant way. The pack includes enhancements to the core game and additions that can be used in missions but at the same time respects the vision of the mission creators. It is up to you to make use of any of the new tools and abilities or not. Please note that sometimes authors include in their missions their own versions of core files and as a result, some mods are not available in some missions. All missions will play fine regardless. Release posts: v5 series: v5.0 v4 series: v4.0 | v4.2 | v4.5 | v4.6 v3 series: v3.0 | v3.2 | v3.3 | v3.4 | v3.5 | v3.6 | v3.8 v2 series: v2.0 | v2.2 | v2.4 | v2.5 | v2.6 | v2.7 | v2.8 v1 series: v1.0 | v1.2 | v1.4 | v1.6 | v1.8 What's included in the pack? -:- APP: GENERIC MOD ENABLER -:- Credits: JoneSoft License: Free for unlimited time for Home users and non-profit organizations. Description: A portable, freely distributable Mod enabler/disabler. This application is required to run mods safely and it is included in the pack. At the heart of the Modpack resides JSGME (JoneSoft Generic Mod Enabler), an application that allows players to enable and disable mods with one click. JSGME has been around for more than a decade and it is to be fully trusted. Refer to the install instructions section at the bottom for full details. -:- MOD: CORE ESSENTIALS -:- A pack that includes a variety of mods from the best modders of TDM: ~ FAST DOORS Credits: Idea and programming by Obsttorte. Treatment by snatcher. Availability: All missions except Noble Affairs, Seeking Lady Leicester, Shadows of Northdale ACT II, Snowed Inn, The Imperial Sword, Volta 3: Gemcutter and a handful of lesser missions. Description: Being chased? In a rush? No problem: doors open and close faster when running. Topic: Slam doors open while running ~ QUIET DOORS Credits: An idea by SeriousToni (Sneak & Destroy mission). Mod by snatcher. Availability: All missions except Noble Affairs, Seeking Lady Leicester, Shadows of Northdale ACT II, Snowed Inn, The Imperial Sword, Volta 3: Gemcutter and a handful of lesser missions. Description: A vast number of doors play more subtle, sneaky sounds for a quieter, stealthier experience. This applies to doors that come with default sounds but only when manipulated by the player. Topic: Decrease volume of open/close door sounds triggered by player ~ LOOT ANIMATIONS Credits: Original idea by Goldwell (Noble Affairs mission). Programming by Obsttorte. Treatment by snatcher and wesp5. Availability: All missions except You Only Fly Thrice and a bunch of missions that come with their own implementation (tdm_frobactions.script). Description: Moves the loot towards the player before putting it in the inventory, underlining the impression of actually taking it. This mod comes with a subtle new loot sound that goes along nicely with the animation. ~ DYNAMIC INVENTORY Credits: snatcher. Availability: All missions. Description: When picking up loot this mod displays the loot info in the inventory and shortly after reverts back to the last non-loot item selected. The mod in addition, remembers the last item selected when shouldering and unshouldering a body. ~ SMART CONTAINERS Credits: Obsttorte (source code updates), Dragofer (similar attempts), snatcher. Availability: All missions. Description: To facilitate looting, the bottom of many containers (chests, jewellery boxes, etc...) gets automatically disabled at the beginning of the mission and only the lid remains frobable. ~ STEALTH MONITOR Credits: kcghost, Dragofer, snatcher. Availability: All missions. Description: Display some stats (Suspicions / Searches / Sightings) and the Stealth Score during a mission. Just bring up the "Loot" inventory icon and press "Use" (or setup a dedicated key). ~ STEALTH ALERT Credits: snatcher. Availability: All missions. Description: Completing a mission without being seen is something that can be done with some practice and patience. This mod will play an alerting chime whenever you are seen so that you don't have to monitor the Stealth stats all the time. ~ BLINKING ITEMS Credits: snatcher. Availability: All missions. Requisites: Console command r_newFrob must be 0, which is the game default. Description: Items within frob distance that go into the inventory (plus static readables) emit a subtle blink. This pulse can help you identify some valuable items that otherwise are difficult to detect. Topic: New Frob Shader ~ SMART OBJECTS Credits: snatcher, Dragofer. Availability: All missions. Description: Display actor and object names whenever you grab an entity with a name. In addition, objects (except AI entities) do not make or propagate sounds on impact while being manipulated. Topics: No impact sounds while holding an object / Nameless objects... a missed opportunity ~ FRAGILE BOTTLES Credits: snatcher. Availability: All mission except for few items in A Reputation to Uphold and Shadows of Northdale ACT I & ACT II. Description: No stealth game is complete without some good bottle smashing! There are hundreds and hundreds of bottles in our mission catalogue: go to your nearest kitchen, take a bottle and throw it to distract AI, extinguish fires... Topic: Breakable throwables ~ ALT FOOTSTEPS ON WATER Credits: SeriousToni. Availability: All missions except Hazard Pay, Noble Affairs, Shadows of Northdale ACT I and ACT II, Snowed Inn, Volta 2: Cauldron and a handful of lesser missions. Description: Alternative sounds of footsteps on water for our protagonist (walk / run / land). Topic: New Footstep sounds ~ MISCELLANEOUS Re-worked Inventory menu (more compact). Items can be sorted. Inventory count removed for non-stackable items. Alternative high mantle sound for our protagonist. Removed two anticlimactic player dying sounds Revamped and extended "Mission Complete" audio theme. Standardization of frob distances for some doors. Decreased brightness of the Objectives and the Inventory. Decreased brightness of stock newspapers. Player weapons are visually visible in the dark. -:- MOD: PLAYER SKILLS -:- A new "Skills" category is added to the inventory on mission load and the category includes the below abilities: ~ SKILL: PEEK Credits: Dragofer, snatcher, wesp5 Availability: All missions. Description: When the item is selected the player can peek through any regular door. Select the item in the inventory and "Use" it on a door. Topic: Peek through (almost) every door ~ SKILL: BLOW / IGNITE Credits: Dragofer, wesp5, Obsttorte, snatcher. Availability: All missions. Description: When the item is selected the player can blow out and light up candles and oil lamps. Select the item in the inventory and "Use" it on small flame sources. Topic: Extinguish small lights with a blow ~ SKILL: WHISTLE Credits: snatcher. Availability: All missions. Description: When the item is selected the player can whistle and draw the attention of nearby AI. The more you whistle, the more attention it draws. Select the item in the inventory and just "Use" it. Keep a safe distance. ~ SKILL: ALCHEMY Credits: OrbWeaver, MirceaKitsune, datiswous, wesp5, snatcher. Availability: All missions. Description: When the item is selected the player can alter the properties of broadhead arrows by applying different reagents. Select the item in the inventory and "Use" it repeatedly to cycle through the different arrow types. Topic: Alchemy to alter arrow properties? Arrow types: Shadow arrow compound or "Darkdust": Widely believed to be a myth, little to nothing is known about anti-light matter. Where did our protagonist get his formula from? When this substance is subject to strain the particles implode and the residual component absorbs light until it dissipates completely. Flare arrow compound or "Starlight": A recipe based on luminescent mushrooms and other exotic herbs. The resulting powder produces, for limited time, a dim but steady blue-ish glow when mixed with the right reactive. A high concentration of the active mixture can cause a burning sensation to the eyes. ~ SKILL: LOOP Credits: snatcher. Availability: All missions. Description: When the item is selected the player can teleport between two points. You can activate the loop any time and use it to quickly travel back to a safe location, to explore two different areas in parallel or to ambush AI. If the loop fails keep trying, you should be able to get to your destination eventually. If your path forward is blocked you can break the loop by pressing the "use" key for 10 seconds, just make sure you are on the correct side of the loop... ~ SKILL: PENUMBRA Credits: VanishedOne (speed potion), kingsal (invisibility potion), snatcher (alchemy). Availability: All missions. Description: When the item is selected the player can avoid light sources and run faster than usual for limited time. Health consumed will gradually be restored. Penumbra doesn't muffle the noise you make and it doesn't work when in contact with water. THE PATH TO UMBRA: How to become one with the shadows Did you know? You can set key bindings for the skills by clicking on the Modpack banner in the Main screen: -:- MOD: CLASSIC BLACKJACK -:- Credits: Obsttorte, snatcher. Availability: All missions except A House of Locked Secrets. Description: A straightforward approach to blackjacking with new rules and mechanics inspired by the original Thief games. Never miss a KO again! - No indicator required. "Classic Blackjack" rules: Some AI are KO-immune and cannot be KOed: * Undead, creatures... * Guards wearing heavy helmets (to respect TDM vision) * Other: set by mission authors for the plot, in example The rest of AI can be KOed, just aim for the head: * Civilians: Can always be knocked out from any direction * Combatants: Can always be knocked out (including when fleeing) from any direction except when in high alert state (normally in combat mode) As reference, you can find in the Wiki the set of rules of the non-modded TDM: https://wiki.thedarkmod.com/index.php?title=The_Dark_Mod_Gameplay#Blackjacking -:- MOD: FLASH GRENADE -:- Credits: snatcher, kingsal. Availability: All missions except Hazard Pay and Moongate Ruckus. Description: Flashbombs are clumsy and loud but as effective as ever. Instead of throwing Flashbombs like a cannonball we now toss them. Instead of exploding on impact Flashbombs now have a fuse. The chances of blinding have been greatly increased. -:- MOD: FORWARD LANTERN -:- Credits: snatcher. Availability: All missions except Flakebridge Monastery, Hazard pay, Moongate Ruckus, Snowed Inn, Vota 1, 2 & 3. Description: The mod replaces the light of the player lantern with a subtle forward facing version. -:- MOD: HUNTER BOW -:- Credits: snatcher. Availability: Most missions (a few missions do things differently but you should never notice). Description: Nock and draw arrows at a faster rate. Extended radius of gas arrow effect. Chance to retrieve rope arrows when missing a shot. -:- MOD: LIGHT STONES -:- Credits: Idea by Zerg Rush, snatcher. Availability: All missions. Requisites: Lightgem enabled in Gameplay > General settings. Description: Splits the Light Gem into smaller stones with unique light detection levels. -:- MOD: RING HELPER -:- Credits: snatcher. Availability: All missions but the ring is dimmer when using the x-ray glasses or other overlays. Requisites: Frob Helper enabled in Gameplay > General settings. Description: The mod replaces the white dot pointer (Frob Helper) with an advanced ring-shaped aimer. The main difference is that the helper is now available for all objects you can interact with, large or small. Topic: Frob Helper discussion Options in Gameplay > General > Show Frob Helper: Always: Pointer and Ring Hover: Instant Ring Fade In: Ring delayed by one second Fade In Fast: Ring delayed by half second No: Off -:- MOD: SHADOW MARK -:- Credits: snatcher, Obsttorte. Availability: All missions. Description: Our protagonist's lucky deck! When the item is selected the player can drop and throw playing cards to mark a location. Cards can be retrieved. AI will not normally mind a single card lying around but cards can sometimes be noticed. Topic: Find more details in this post -:- MOD: SHOCK MINE -:- Credits: wesp5, snatcher. Availability: All missions. Description: This mod replaces the Flashmines with portable contraptions originally intended to store energy that have been altered to deliver a non-lethal electric shock to those who step on them. Remember: mines can be disarmed with the lockpicks! -:- MOD: SIMPLE SUBTITLES -:- Credits: Geep, stgatilov, snatcher. Availability: All missions. Description: A minimalist, imperfect approach to subtitles (you can set the scope of the subs in the audio settings). Topics: Subtitles - Possibilities Beyond 2.11 / English Subtitles for AI Barks Go to the audio settings and set the scope you prefer: Story: Story only On: Story and general speech (Give it a try!) Off: Disable subtitles Features of the mod: Background replaced with a font outline. Audio source widget replaced with a text transparency based on distance (volume) to the source. Yellow font color for story subs for best contrast, light grey font color for anything else. Non-story subs limited to a single instance, so that players aren't bothered too much with non-relevant subs (barks). --------------------------------------------------------------------------- DOWNLOADS / INSTALL / UNINSTALL So, how do I install and play with all this? Quite easy, but pay attention. I don't want you to break your game so we will be using a "Mod Enabler". A Mod Enabler allows you to enable and disable mods at will, with a few clicks. Before moving forward you must know a couple of things: The moment you enable a mod, previous saves will not work. If you want to load previous saves then you will have to disable the mod. If you play a mission with mods, the saves will only work when that exact set of mods are enabled. This above is important in case you deem your current saves precious. Consider yourself informed. DOWNLOADS You can download the TDM Modpack from Mod DB: INSTALL INSTRUCTIONS Download the zip, unzip it, and move contents to your TDM root folder: Folder "MODS" File "JSGME.exe" Go to your TDM root folder and double click on JSGME.exe (yellow icon). The first time you launch JSGME, it will ask for the "Mods Folder Name". Leave "MODS" and click OK. Now to your left you will find a list of mods available. To your right you will find a list of mods currently enabled. To enable a mod, select a mod on the left, and click on the arrow pointing to the right. To disable a mod, select a mod on the right, and click on the arrow pointing to the left. Go and enable the mods you want: UNINSTALL INSTRUCTIONS Quit the game (to unblock files) Go to your TDM root folder and double click on JSGME.ese (yellow icon) Disable all mods found on the right Close JSGME Delete the following: Folder "MODS" File "JSGME.exe" File "JSGME.ini" --------------------------------------------------------------------------- I hope you enjoy the mods. No coin? then leave a like for pirate's sake!
  20. This pinned thread's purpose is to collect links to all the discussion threads for new features to be added in 2.14: https://forums.thedarkmod.com/index.php?/topic/23080-214-new-and-updated-assets/ https://forums.thedarkmod.com/index.php?/topic/23072-214-mirrors-and-remotes-resolution-and-optimizations/ https://forums.thedarkmod.com/index.php?/topic/23070-214-tdm-version-macros-and-x-ray-breaking-change/ https://forums.thedarkmod.com/index.php?/topic/23071-214-in-game-screenshot-as-menu-background/ https://forums.thedarkmod.com/index.php?/topic/23073-214-interactible-projected-decals/ https://forums.thedarkmod.com/index.php?/topic/23074-214-new-smoke-generation-system/ https://forums.thedarkmod.com/index.php?/topic/23088-214-beta-ko-non-elite-ai-after-flash/ https://forums.thedarkmod.com/index.php?/topic/23087-214-beta-frob-changes-additions/ https://forums.thedarkmod.com/index.php?/topic/22736-font-localization/page/2/#findComment-503417 Maybe: https://forums.thedarkmod.com/index.php?/topic/23104-script-debugger/ As well as older Feature Collection Threads: [2.13] Feature Discussion Threads [2.12] Feature discussion threads [2.11] Feature discussion threads [2.10] Feature discussion threads
      • 5
      • Like
      • Thanks
  21. Besides the usual (legitimate) excuses about this being an open source project run by volunteers who have other commitments, etc., I think one of the main things missing is a proper triage process and prioritized backlog for bug reports and feature requests. At least that's how a 'real' software project would work. But someone trusted by the dev team would need to volunteer for that role (if it's even agreed it's needed). Loads of issues get reported, but in different places (the bug tracker, or various forum posts, Discord, etc.). The forum is a nightmare to search, so things get lost as soon as they are posted. Some devs don't really read all of the forums unless they are tagged (again, I don't blame them not everyone has time to read every single post or hang around Discord 24/7). I make sure to log bug reports and feature requests in the bug tracker, so at least I can easily find them later. I think there is a better chance of someone seeing it there as well. Then you could maybe raise awareness of it by posting in the forums with a link to it. Unfortunately with respect to features and suggestions, nobody is really in a position to make any promises at any given time whether something can or will be implemented. It seems to need to reach some critical mass of internal discussion first, which sometimes only happens after some pestering occurs. If you look at the stuff that @Daft Mugi and @STiFU have implemented recently, they do a great job of making a case for their feature requests, complete with screen shots, videos, evidence from users from discord and forums, rationale with pros and cons. This helps a lot when trying to convince a group of people that your idea is worth considering. EDIT: I meant to say the non-responses can definitely give the impression of apathy and that's frustrating, but I think that would be a harsh assumption. IMO this forum or Discord are not suited to feature discussion. The rest of the world has moved onto things like Github issues which are way easier to have targeted, scoped discussions about particular bugs or features. And also to find them later.
  22. You got it! My current TDM version is 2.14 #11195 according to the main menu, which I believe corresponds to beta 5 or 6. This is not the first time this has happened to me, though - this also happened in 2.13 stable, and earlier 2.14 betas. This is currently happening in Lieutenant 2: High Expectations . I set `logfile 1` by hand in the main menu, and then attempted to load the save, and then had to alt+F4 to escape the application. I've attached the resulting log file to this post. There's... not much to it. My Darkmod.cfg file contains a line that reads seta logFile "1" but I can't find a corresponding qconsole.log anywhere in my install directory or appdata for that? Does that log file have more info or a different name? Or does that line not write a log file for some reason? I've uploaded the content of my save folder, which includes only the one save that's causing the issue, to google drive here: https://drive.google.com/file/d/1RXRkV563gnigTzNAVnIzYU7bHcKYXORv/view?usp=sharing Let me know if this link doesn't work for whatever reason. qconsole.log
  23. I think during loading a save the console doesn't work. I tried console command: loadGame "savegamename" (Where "savegamename" is the name of your savegame) But it doesn't load it inside the console. Starting TDM from a console window ("cmd") might give you access to the console. This does work for me on Linux at least.
  24. There's an edge case with the auto-search feature. It triggers on dragging bodies, when it should only work on shouldering. (Also, did it always work in two steps? It doesn't shoulder the body and pick up the loot at the same time; it first picks up the loot and then forces you to make another input to actually shoulder the body.) There are also issues with long-frob and switches. In Displacement, regardless of the frob control scheme, the radio in the first room and the oil lamp in the bathroom make noise on long-frob but don't turn off/on. When you let go of long-frob, they turn off/on without making the *click*. This isn't the case with the light switch of the lamp in the wall near the radio; it turns on/off on short-frob and after letting long-frob go, and the *click* plays when the action actually triggers. That's what I meant when I said this: ie. Regardless of the scheme, a rock can be grabbed on short-frob, dropped likewise; dropped when you long-frob and let go after you short-frobbed it; and grabbed as long as you long-frob it, then drop it when you let go. Fixed objects such as switches would act as the wall lamp in Displacement.
  25. If like me you scour the web looking for inspiration for your next TDM mission then look no further.. Now... talking of images have you guys seen the latest from the master that is DrK from his Rocksbourg4 campaign. We need more dirty texture in TDM me thinks...
×
×
  • Create New...