Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/game engines' or tags 'forums/game enginesq=/tags/forums/game engines&'.

  • 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. Couple of years ago I started making a character with Darkmod in mind. Then I abandoned it, then returned to it last year. Link to low poly version on Sketchfab Since it has the right proportions for Darkmod rig I might as well port it into the game. I already did the "skinning" part: There are couple of kinks that need to be worked out. First of all at the moment the mesh is in one piece. However, the main rig has only the "head" bone, no bones for the eyes and mouth. For the most part heads in Dark Mod are separate and have a separate rig with eyes and mouth bones. Zombies don't use the head rig, and so it seems they don't have facial animation. If both rigs were connected in some well defined way one could attach the head precisely. But from what I see, in the game the head rig's origin is in arbitrary places:
  2. at one time there were literal hundreds we had a thriving community dedicated to work on the idtech 1 through 3 engines creating some rather unique ones along the way. these days only a few survived, but they are also pretty good. quakespasm is multiplatform but otherwise faithfull to the old look. behind the scenes the engine was updated immensly though with mouse driven menus, shader based rendering, and 64 bit support. darkplaces was a complete rewrite of the source code by lord havoc and one of the most advanced. sports bumpmapping, pbr, rtlights, glsl shaders, client side qc effects, shadowmaps, and quite a lot more. then theres engines like fteqw which is a multi quake engine that can play quake 1 2 3 and hexen 2. supports the same features as darkplaces but focusses more on online play and deathmatches but can also play singleplayer. has a built in feature for downloading mods like TDM does. QMB: was a port that originally was most known for its advanced particle system and neural network based bot matches. it has luma textures, colored lighting, high quality video capture, and cell shading. joequake was based of the original code but rewritten quite a bit. sports independent server client physics, ghost mode recording, browseable demos maps mods etc, a better mouse driven menu, high quality video capture, colored lighting, and supports most mods out there. list is pretty long so ill stop before it gets embarrasing but they all support HD textures as well and some of them can even use quake 3 models in quake 1 as well as skeletal models for some of them like fteqw and darkplaces.
  3. my project was initially intended as a tenebrae lite with a few extras like render scripts. tenebrae was and still is a monster of an engine that literally was imposiible to run at higher resolutions due to using per pixel ligting in an engine that has a bit to many light sources to calculate raycasters for. darkplaces mostly fixed this by introducing rtlight scripts which ment you could now place your lightsources instead of the hardcoded ones bringing down system requirements by quite a bit. its still heavy though. mine uses a non standard way of calculating raycasters by using the player position instead literally cutting it down to 1 source. its not as detailed as darkplaces but generally looks quite ok and the overhead is so small that you will only get a small performance hit if running it on something like a geforce 1 but it would still be playable. the port was named TQX and you might still be able to find it out there if you want to try it. only gripe i had with the old quake engine was the menu system which like other engines of the time had no mouse support. later ports added that however like quakespasm. when xash3d came out and i found out it could actually play quake using half-lifes menu via they're qwrapper i though that maybe it could be cool to port my old project to it which would also mean i could play half-life with dot3 bumpmapping bloom and other cool effects which could be scripted on a per map basis.
  4. "When the leaves change and the air is still, there is a quiet." -Lady Blackbriar -=| DISPLACEMENT |=- BY AMADEUS & WELLINGTONCRAB = DOWNLOAD = <( | )> -REQUIRES TDM 2.14- -JOIN THE BETA NOW- "Seek not the prideful sin that is perfection The Builder's light shines through all flaws. It is His wisdom to recognize a thing is done Before it is ever truly finished." -St. Edgar's Sermon of Rust LAMPFIRE HILLS... They say the woods around here give the tourists bad dreams, but I don't mind. I like it here. I feel like a piece of me belongs here. ... That it fits. DISPLACEMENT is a medium-sized traditional manor mission with a highly variable playtime. *2.14 provides a number of improvements to gameplay, performance, and stability. It is strongly encouraged to play on the latest 2.14 beta release. Join in testing now!* *Mods such as the “Unofficial Patch” and “TDM Modpack” are not supported by this mission and should be used at your own risk* https://www.thiefguild.com/fanmissions/97429/displacement CREDITS: ADDITIONAL MUSIC: -AIRSHIP BALLET -GIGAGOOGA ADDITIONAL SCRIPTING: -DRAGOFER -OBSTORTTE -FROST SALAMANDER -KINGSAL ADDITIONAL ASSETS: -KINGSAL -TDASH -SKACKY -BIKERDUDE -GOLDWELL -EPIFIRE -STRUNK -SHANNEN ART -POLYHAVEN -TEXTURES.COM -SKETCHFAB CULTURAL HERITAGE CC0 COMMUNITY -LOISTE INTERACTIVE -COLINFIZGIG -CDMIR BETA TESTERS: -KINGSAL -GOLDWELL -MAT99 -FROST SALAMANDER -MIKE A -STGATILOV -STIFU -MARBLEMAN -DETEEFF -THEBIGH FURTHER ACKNOWLEDGMENTS: -STIFU FOR HIS EFFORT IN FIXING THE NOTORIOUS STUCK AI AND ARROW CRASH BUGS. -STGATILOV WHO MADE A NUMBER OF 2.14 OPTIMIZATIONS AND BUG FIXES. -KINGSAL FOR PROVIDING SOME OF THE MAIN MENU GUI ASSETS -PURAH FOR ORIGINATING THE SETTING OF LAMPFIRE HILLS, REIMAGINED HERE, IN HIS THIEF FMS. -GUY-ON THE COUCH AND JAM61 FOR THEIR SILENT HILL COMMUNITY MAPS WHICH HEAVILY INSPIRED THE LAMPFIRE HILLS REGION MAP. -SPECIAL THANKS TO LOISTE INTERACTIVE FOR ALLOWING US TO USE ASSETS FROM THEIR GAME "INFRA." SOME ADDIITONAL DETAILED LICENSING INFORMATION: SOME NOTES ON PERFORMANCE: NOTE TO MAPPERS: MOST OF THE NEW ASSETS IN THE MISSION ARE INCLUDED IN 2.14
  5. targa looks great in most cases though where it lacks is compression. jpeg is a good alternative if space becomes a consideration. targa 2 fixed a lot of the bugs the old targa 1 had like inverted textures and also added more formats. png i found is better to load directly as the pk3 container add's its own compression so they tend to look worse if packed up. pcx eww . well they are usually ok for greyscale but hardly used in modern engines i found. bmp actually looks ok detail level is usually close to targa. EDIT: forgot targa actually does support RLE compression. jpeg uses lossy compression and can degrade over time, png uses lossless but sometimes has problems with the alpha channel not being converted correctly. pcx does have a newer revision which supports more channels but there are better alternatives today (idtech 4 has a newer revision of it but its not used in any game files as far as i can see). strangely the newer jpeg revisions are not really used today instead most prefer turbo jpeg which is based on version 6.1. i do have a modified idtech4 engine that uses jpeg 9 but it newer looked good using jpeg textures in it so maybe it was a mistake to upgrade.
  6. This has been a recurring issue for me over the past year or so and I'm finally fed up enough with it to make a forum post about it. I've not been able to find anything else with either a forum or discord search, so I'm hoping I can get some troubleshooting assistance here. Sometimes, on larger maps with lots of custom assets and/or scripting, when I'm attempting to load a save file the game just... hangs. At like 1% loaded, in the loading screen. This happens to me a lot with Seeking Lady Leicester, but also has started happening to my most recent playthrough of The Lieutenant 2. Some relevant notes: - I am on the latest beta branch, but this has been happening to me since at least 2.13, so I don't think its a beta-specific bug. - I'm on Windows 10. - Starting a fresh run of the map does not ever reproduce this problem (I can reliably fresh-load a map even when I can't save-load it), and it doesn't happen until I close the game and reopen it (so, if I start a new mission and play a bit, I can reliably load save files if I get caught or whatever. Its not until I save after a long gaming session and try to pick up where I left off later that I occasionally hit this bug). - Usually I get around this issue with a complete reinstall of TDM? But my most recent reinstall didn't do it for my playthrough of Lieutenant 2. - Once this happens to me, there's no way for me to close the game or go back to the main menu. I have to alt+F4 or Task Manager kill TDM. - When I'm loading a save or a new map and things are working correctly, I am unable to open the dev console during the load. However, when I get stuck in this bad state, the dev console is openable. I've attached a screenshot of the contents of the dev console just in case its illuminating, although there are no scary looking errors or warning text that I can see. If we want me to try any commands when I get into this state I'd be happy to poke around. Let me know if this explanation makes sense, or if there's anything I should try or any debug info I should poke around the game's folder for.
  7. So any idea why I cant get these rising bubbles to show in-game..? its showing in DR just fine.
  8. older doom as well as half-life used wad format allthough half-life uses an extended version 3 whereas doom uses wad 2. not seen many games using mtr but dds has been around for like forever along with S3TC. libsquish is nowadays used to handle most texture compression needs in many opensource game engines, maybe something worthwhile for TDM ?. https://github.com/oblivioncth/libsquish
  9. Hello, I hope I'm in the right forum today, and I apologize if I'm not. I've been playing FM IRIS for the past three days without any technical issues and am about halfway through the game. Since yesterday, the game has started crashing in a specific situation. Always at the same spot. Once I managed to skip that part, the game continued running. After I shut down my computer yesterday and booted it up again today, when tdm starts up—after the loading bar finishes—the screen goes black and returns to the Windows desktop. No error message. If I completely restart the game, everything works perfectly. The mod is fantastic, but I’ve spent a lot of time on it now and don’t know if it will crash again after three days if I start playing it again. Does anyone have any idea what might be causing this? I couldn’t find any clues in the FAQ. The tdm version is 2.12/64 #10651 Thank you very much DESKTOP-USer.txt
  10. Not even close... The Occultist, recently released horror game.
  11. using 7zip as a container can work but from what i could read at the zdoom forums it comes with an overhead. memory requirements go up loading time goes up so the question is if it is worth it ?. the better compression is nice though. i been wondering if zstd would be a better bet ?. directstorage 1.4 adds zstd support so maybe ?.
  12. I think it is actually quite weird that we don't have a thread on graphics technology, yet. So, I would like to encourage you to share awesome new demos, talks, articles or papers about graphics technology here. I recently came accross this brilliant analysis of the rendering pipeline of "Rise of the Tomb Raider". I would love to see something like that for Doom Eternal, but so far, I could only find this rather superficial (but nevertheless interesting) review by Digital Foundry. Epic revealed Unreal Engine 5 today, which looks absolutely stunning. That Nanite-Technology will probably save game developers quite a bit of time. I do wonder, 'though, how the actually do it? Do they dynamically generate LOD-models? Also, does their Lumen technology require RTX?
  13. Hello everyone! I created a mod for TDM that enhances immersion by adding visible hands and animations when the player is crouching or holding an item. Let me know if you find any strange behaviors with the animations or have suggestions for new ones you'd like to see added! You can download it here: Visible Player Hands This mod requires some modifications to the game engine, which you can check out here: GitHub repository SHOWCASE
  14. Is this modern texture compression the same as the one popularized by S3 savage3D spec-wise? (Excluding the neural part) There’s also one called ASTC, if I’m not mistaken Some game engines have DXT settings.. such as godot or ue
  15. Indie Game - Window/PS/X-Box I am not native English, but for my German ears the English voices sound very German. The voice acting in the German trailer is much better though...and ends with a much better statement! Anyways, looks promising and since @chakkmanintroduced me to the genre with "Arx Fatalis" (which I am currently playing), I think I will give this a shot.
  16. I don't understand what you are trying to say here. Yes you can set the Max fps setting. I meant that when you install tdm, or a new version, it defaults to the 300fps setting, which is the highest nr for that setting. If you play the game on 300 fps the gpu will do that, the monitor just doesn't follow. I just wonder if this bug still happens if max fps is set to 100 instead of 300.
  17. This looks really cool, amazing work in my opinion: https://www.moddb.com/mods/thieves-guild I'm surprised that it flew completely under the radar. I hadn't heard about it until today - just by coincidence I saw it on the TTLG Discord. From the footage available I would say, a Thief game similar to Deadly Shadows created with the original Unreal Engine. Apparently, the base game is available on GOG, however, I cannot find it there. Plus, according to ProtonDB not fully functional on Linux systems. EDIT: Here is a game play trailer from 8+ years ago (the development of the game took quite some time), there seem to be RPG elements as well: Edit 2: This seems to be a project our forum member @Jetrellis heavily involved in. Congratulations on the release! You have been working 10+ years on this? Truly a superhuman effort!
  18. Have you tried installing the Linux version of the engine Arx Libertalis. The new engine supports Linux. https://wiki.arx-libertatis.org/Installing_the_game_data_under_Linux Then I asume you just have to copy over the data from the demo except for the Arx Libertalis engine. Although I haven't tried it yet. But I do own the game, so could give it a try and report back.
  19. I'm trying to figure out what is this bounding box. It's purple when you type r_showskel 1 And yellow when r_showViewEntitys 1 "r_showViewEntitys 1" is unstable and will eventually crash the game. I can't figure out why it's so different on old man's model. It can't be animation cause those are shared. Old man inherits tdm_ai_proguard definitions. City watch's box changes as I walk away, probably due to LOD. I don't know what in the mesh file could cause this. There aren't any hidden triangles that could cause the bounding box to expand like that. I imported and re-exported other models with Blender and those were ok, so exporter seems to work fine. At least I know it's not the pants. EDIT: Narrowed it down to the legs part.
  20. TBH, I was very disappointed by the demo... Best to try it out yourself, but, it seemed unfinished, uninspired, and, frankly, pretty amateurish. There's something very strange with the animations of the enemies as well, as if they would move in 10 frames per second. And, the item handling is none really. Can turn the items in the world around in your hands, and that was it. If you want to play a game like this, better play Arx Fatalis. Or wait for Monomyth.
  21. Anything subtle that improves the stiff animations is welcome IMHO. I think this is worth exploring and maybe implementing into the game. It doesn't look truely realistic but it's definitely better than what we have now for human NPCs. Also please make sure to report this bug in the bug tracker or it will get lost and forgotten in this thread.
  22. @JackFarmer No I didn't try it out and while looking at the screenshots I guess I never will. Like others said, it's the typical UE fantasy game look and having everything taking place in a dungeon only doesn't give it any benefits too
  23. Guess what other game used the same free asset.
  24. For the people eager to play with the latest state of development, two things are provided: regular dev builds source code SVN repository Development builds are created once per a few weeks from the current trunk. They can be obtained via tdm_installer. Just run the installer, check "Get Custom Version" on the first page, then select proper version in "dev" folder on the second page. Name of any dev version looks like devXXXXX-YYYY, where XXXXX and YYYY are SVN revision numbers from which the build was created. The topmost version in the list is usually the most recent one. Note: unless otherwise specified, savegames are incompatible between any two versions of TDM! Programmers can obtain source code from SVN repository. Trunk can be checked out from here: https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/ SVN root is: https://svn.thedarkmod.com/publicsvn/darkmod_src Build instructions are provided inside repository. Note that while you can build executable from the SVN repository, TDM installation of compatible version is required to run it. Official TDM releases are compatible with source code archives provided on the website, and also with corresponding release tags in SVN. A dev build is compatible with SVN trunk of revision YYYY, where YYYY is the second number in its version (as described above). If you only want to experiment with the latest trunk, using the latest dev build gives you the maximum chance of success. P.S. Needless to say, all of this comes with no support. Although we would be glad if you catch and report bugs before the next beta phase starts
  25. 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 5.1 Compatible with The Dark Mod 2.13 or later (2.14 or later recommended) 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 | v5.1 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 ~ ALT FOOTSTEPS 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 walk/run/land footsteps on water and landing sounds on squeaky wood for our protagonist. Topic: New Footstep sounds ~ MISCELLANEOUS 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, the Inventory and stock newspapers. Player weapons are a tad visually visible in the dark (to player only) -:- 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: ADVANCED 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: 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 Displacement, 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: FRAGILE BOTTLES -:- Credits: Idea by MirceaKitsune, snatcher. Availability: All missions except Displacement (custom bottles but no custom broken fragments) and 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: head to your nearest tavern or kitchen, grab a bottle and throw it to distract AI, extinguish fires... -:- MOD: HEALING BOOST -:- Credits: snatcher. Availability: Most missions (a few missions do things differently but you should never notice). Description: Food and Health Potions provide an extra recovery boost. Here is a table with the new health points (player max health is 100): 24 -> 50: Health potion 06 -> 20: Cheese Wheel 06 -> 10: Fish Mackerel 03 -> 10: Bluefish 03 -> 10: Bread 03 -> 10: Cake 03 -> 10: Cheese Wedge 03 -> 05: Muffin 01 -> 05: Apple 01 -> 05: Pear 01 -> 05: Carrot 01 -> 05: Turnip -:- MOD: INVENTORY PANELS -:- Credits: snatcher. Availability: All missions. Description: More compact. Items can be sorted. Adjust ambient volume, brightness, gamma and saturation directly from the Inventory grid. -:- 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: PREMIUM 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 less intense, forward facing version. In addition, the lantern icon is always displayed when the lantern is on. Also, on and off sounds have been added. -:- 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!
×
×
  • Create New...