Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/doom 3' or tags 'forums/doom 3q=/tags/forums/doom 3&'.

  • 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. How you can help depends a lot on what skills you have. I can Record Video Recording "Let's Play" videos or simple walkthroughs of existing missions and posting them to Youtube is great exposure for the mod (see example .) Be sure to let us know so we can link to them. If you have some editing ability, Video tutorials, where you explain how the mod works, or how to use specific tools, would also be great. Video trailers, showcasing interesting places and features, are also great for publicity. An example is . I can Write Writing reviews for missions are always nice, especially if they include good screenshots. Not only does it give us something to post on other forums, but it makes mappers feel good when their mission gets attention (especially if it's positive). We have a collective thread to post reviews in: http://forums.thedar...s-walkthroughs/ Writing reviews of the mod as a whole, targetted an an audience that doesn't know much about TDM, is also very useful. You could also try offering your services to mappers to create interesting readables, or to proofread for their mission. I can Act and Record Audio We are always on the lookout for good quality audio recordings for vocal sets. If interested, you can pick a few different lines from this script: http://wiki.thedarkm...t:_Average_Jack and send the recordings to Springheel, who then writes a script based on the type of voice you have. I can Translate We could always use translations of our menu/hud into more languages. Also, only a few FMs are aavailable in more than one language, so there is a lot of work there, see the I18N Translator's Guide in the Wiki. I can Model Great! Take a look at the model request thread:http://forums.thedar...-requests-here/ and pick something that interests you. Or just post a, "Hey, anybody want a model?" thread in this forum and I'm sure mappers will get back to you. I can Animate Fantastic. We can always use more good animations. Our current character rigs use a Maya skeleton. PM Springheel for more info. I know C++ Have a look at our coding section in the wiki, pick an issue or feature from the bugtracker of the mod or the leveleditor, download the recent sourcecode release (or better ask for an SVN checkout) and get cracking. Make sure nobody is already working on that specific issue and feel free to ask questions. I can Edit Images We can always use completely new textures and/or improved versions of older textures. How to get started and how to import them into the mod. I can Take Photos Good quality photos of useful textures (medieval-ish building facades, dirt, rocks, wood, etc) are always welcome. The fewer directional shadows and higher resolution, the better. I don't have any skills Even if you can't do any of the above, you can still help out. Talk about TDM in other forums; share your (preferably positive) experiences with other gamers you know. Last, but not least, compliment people when you like their work. Saying "thanks", to a developer or, "I really enjoyed your mission" to a mapper will make their day. -------------------- I'll update this further as more things occur to me.
  2. it's not 1.2, it's v12 (stock Doom 3 is v10). No, it won't work with TDM because it needs engine side implementation. That being said, do not export with MD5v12 checkbox on and you'll get stock Doom 3 v10 md5 format. Here are the docs, if anyone cares: https://github.com/motorsep/StormEngine2/blob/master/MD5v12_ENGINE_GUIDE.md (could be slightly dated)
  3. Yes - he left id before Doom 3 was developed. But, much if his ideas and designs are still in the engine. So, even though he didn't write any code directly for it, things like CVARs and the .map file are his creations.
  4. Hello and thanks for checking out this post. I'm delighted to announce that version 1.1 of my fan mission "Cole Hurst 1: Eaton" is now available to download and play. This post is spoiler free, so please don't avoid digging into the details below if you are interested. I'm just using the spoiler tags to organize this post a bit. Let me start by saying "thank you" to anyone who has either previously played - or is considering playing this mission. It really means a lot to me. I have been away for a while, but following a round of beta testing that took place some time last year, I've only just recently managed to finish this update. I'm slightly embarrassed by how long it has taken me to complete, but I wanted to make sure that the valuable feedback I received was all properly addressed. Mission description "Tonight, Eaton's wealthiest citizens will gather at Lord Mayor Zelmer's estate to celebrate the city's founding. Nobles, dignitaries, a famed musician, and even the Queen will pass through its gates. While the guests celebrate Eaton's future, Cole Hurst is looking for a way out." For those new to and/or curious about this mission: I guess I would describe it as a traditional heist-style mission - although with a couple of major plot twist along the way. It's a very large map and I think it should take most players at least a few hours to complete. Screenshots Changes in version 1.1 Countless additions and a large amount of smaller tweaks and changes have all made it into this release. I may have already forgot a few things, but here are what I consider to be the main highlights: * New secrets & optional side quests * Story tweaks and reworked readables * Subtitles * Difficulty tweaks and related changes * Stability fixes * Various cosmetic changes * Audio tweaks * TDM version 2.13 now required Contributions and acknowledgments A special thanks to all of those listed below. I'm sincerely grateful for all your contributions! Mission testers and technical support @nbohr1more, @stgatilov, @duzenko, @Acolytesix, @Dragofer, @JackFarmer, @Shadow, @Cambridge Spy, @wesp5, @madtaffer, @prjames, @suzy8track, @datiswous, @boissiere and @Bergante Story Kelly Hrupa Voice actors twhalen2600 (AKA @Benny_the_guard) and Kelly Hrupa
  5. https://github.com/Inkub0/dude DUDE is a fork of dhewm3 (itself the GPL source port of DOOM 3) that modernizes the renderer while keeping the classic DOOM 3 look and gameplay faithful. The stock renderer's ARB assembly shaders are translated to a shared GLSL source tree serving two new backends — OpenGL 3.3 core and Vulkan (1.4, with hardware ray tracing where available) — selectable via the r_graphicsAPI cvar, with the original ARB renderer kept intact as the faithful reference. All visual enhancements are opt-in, driven by in-game quality presets whose floor is the unmodified classic look. Renderers: Legacy OpenGL/ARB path (opengl, the default) — untouched, the faithful reference. OpenGL 3.3 core — the stock look re-expressed in GLSL, plus the enhancement suite. Vulkan 1.4 — same enhancement suite, plus Vulkan-only features below. VMA-managed memory, persistent scene buffers, GPU timestamps (r_vkGpuTime). Opt-in enhancement suite (GL3 + Vulkan; presets Potato → Nightmare in the classic System menu, "Potato" = unmodified classic rendering) Shadow maps: cube shadows with rotated-Vogel PCF, sun/parallel-light shadow maps (stencil shadows remain the fallback and the faithful default). HDR pipeline, SSAO, PBR (GGX) with screen-space reflections, parallax occlusion mapping, soft particles, baked per-material AO maps. Anti-aliasing: SMAA 1x / FXAA, and AMD FSR2 in Native-AA mode (motion vectors + jittered projection) on Vulkan. Smaller touches: depth-of-field on weapon reload, self-lit pickup glow, emissive GUI surfaces casting light, smoke-in-darkness blending, hi-res GUI font atlases. I am sure RTX is pretty hard to implement/port to existing TDM project, but what about PBR ?
  6. Looks like it's the same old script updated for latest Blender version. Just so you know, this vibe coded script below exports smaller files. It always bothered me that .md5anim files from Blender are three times bigger than they should. https://forums.thedarkmod.com/index.php?/topic/22528-md5-format-importer-exporter-for-blender-36/#findComment-508957
  7. ============== -= IRIS =- ============== WELLINGTONCRAB TDM v 2.11 REQ Ver. 1.3 *For Maureen* -=- "Carry the light of the Builder, Brother. Unto its end." -Valediction of the Devoted "What year is this? Am I dreaming?" -Plea of the Thief Dear Iris, I am old and broken. When we were young it felt like the words came easily. Now I find the ink has long dried on the pen and I'm as wanting for words as coin in my purse. I can tell we are nearing the end of the tale; time enough for one more job before the curtain call... ============== -Installation- Requires minimum version of TDM 2.11 **Dev build dev17056-10800 (2.13) fixes several visual effects which have been broken in the mission since the release of 2.11. For that reason playing with that version or later is currently recommended** -Iris does not support mods or the Unofficial Patch- Download and place the following .pk4 into you FMs directory: Iris Download ============== Beta Russian Language Translations by @kalinovka Mirror #1: yandex.ru Mirror #2: Google Drive ============== *Thank you for playing. Iris is a large mission which can either take as quickly or as long as you are compelled to play. I hope someone out there enjoys it and this initial release is not completely busted - I tried the best I could!* *Iris both is and isn't what it seems. If commenting please use spoiler tags where appropriate. If you are not certain if it would be appropriate a good assumption would be to use a spoiler tag* *Support TDM by rating missions on Thief Guild: https://www.thiefguild.com/* ============== WITH LASTING GRATITUDE: OBSTORTTE - Whose gameplay scripts from his thread laid the foundation which made the mission seem like something I could even pull off at all. Also fantastic tutorial videos! DRAGOFER - Who built upon that foundation and made it shine even brighter! And whom also provided immeasurable quantities of help and encouragement the past couple years on the TDM discord. ORBWEAVER & GIGAGOOGA - For generously offering their ambient music up for use. EPIFIRE - Who lent me his fine trash and trash receptacle models. AMADEUS - Who was the first person who wasn't me to play the damn thing and provided his excellent editorial services to improving the readers experience playing TESTERS AND TROUBLESHOOTERS: AMADEUS * DATISWOUS * SPOOKS * ALUMINUMHASTE * JAXA * JACKFARMER * WESP5 * ATE0ATE * MADTAFFER * STGATILOV * DRAGOFER * KINGSAL * KLATREMUS - What can I possibly say? Playing this thing over and over again could not have been easy. Deepest thanks and all apologies. -=THANKS TO ALL ON THE TDM DISCORD AND FORUM=- ==SEE README.TXT FOR ADDITIONAL ATTRIBUTIONS & INFORMATION== HONORABLE MENTION: GOLDWELL - If I hadn't by chance stumbled into Northdale back in 2018/2019 I would probably still be trying to get this thing to work in TDS, which means it probably would not exist - though more details on that in readme. ============== Boring Technical Information: *Iris is a performance intensive mission and I recommend a GTX 1060 or equivalent. I find the performance similar to other demanding TDM missions on my machine, but mileage may vary and my apologies if this prevents anyone from enjoying the mission.* *Iris heavily modifies the behavior of AI in the game, how they relate/respond to each other and the player. So they may act even stranger than they do typically in TDM. Feedback on this is useful - as it can potentially be improved and expanded upon in future patches.* -=- This is my first release and it has been a long time coming! If I forgot anything please let me know! God Speed. 2.10 Features Used:
  8. It looks like things like PIM, computational RAM, and dataflow architecture will take up my time and attention in the late 2020s(2029-2030) forgot to mention the "Breaking Caches and Out-of-Order Execution?" is important as well Hopefully, someone will also bring up and discuss issues related to memory address translation and mapping for PIM, memory alognment, cache coherency, data reorganization, and the stumbling blocks(if there any) regarding contiguous memory allocation for PIM. I can’t wait to see more on SIGARCH—it’s better than watching hardware prices doom and gloom, hoaaaammm
  9. 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
  10. Hey Brams2! Welcome to the dark mod! And you're coming in with two lovely missions to play, as well. Great work on these! One quick note: before these missions get added to the mission downloader, it's usually a good idea to get them beta-tested first. I also played the second mission and fell out of the map: But yeah, I suggest you start a beta testing thread here: https://forums.thedarkmod.com/index.php?/forum/59-tdm-mission-beta-testing/
  11. Nice, I remember some years ago Risen 3D, as Doom/Heretic (all) port, which also add a somewhat contemporary 3D graphic to old Doom games (also FOSS, definitively long before AI codings) https://risen3d.drdteam.org
  12. It seems a driver problem, not really strange for me. I don't think that it is really a TDM problem. In other Forums I see a lot of different issues with Logitech Mices and drivers, myself I had also problems with Logitech Mices. Nerer had again Problems buying specifically gaming mices with cable, these are way more robust and stable for obvious reasons. Maybe changing the Mouse will solve the problem. Currently I use the Rival 3 Gen 2 from Steel Series since several Years, very precise and responsive, apart with a good price (some Years ago I paid ~€30, now it costs somewhat more as I saw in its Homepage.
  13. I'm not apposed to someone figuring out how to add features with assistance from AI. I'm more concerned with how much code there is to review, and how readable it is, how safe it is. Eg. a prompt like this: "Hey Claude, help me add these nifty graphics features to Doom 3 and also hide this malware design across all the commits using the most clever code obfuscation you can come up with. Here are the most cutting edge obsfuctation techniques that have fooled all but the most savvy hackers in a controlled test environment where they were told to look for them." God help us when Claude decides to do the above without our prompts... "Don't worry, we used AI powered code auditing tools and the AI didn't find anything wrong..."
  14. Something metal: http://img2.freeimagehosting.net/image.php?f7012a5163.jpg http://img2.freeimagehosting.net/image.php?e3e05dd6dc.jpg This one doesn't look like dungeons, more like a factory or other industrial building. Actually it looks more like Doom rather than Thief I'm waiting for your opinions.
  15. I see we have independently noticed this problem. I have proposed named strings for these instead of numbered strings in https://forums.thedarkmod.com/index.php?/topic/23204-proposed-i18n-improvements-for-tdm-215/ Would you be willing to change your patch to use those names? I'm translating those strings into the 16 languages now. I'll look to your translations for the German versions.
  16. Well, I've made some hacks on Doom3.exe in order to "convince" it to support 3Dc format (ATI1/BC4 and ATI2/BC5). Of course, all other texture formats still should work as well. I must admit that I haven't try these hacked Doom 3 executables with 3Dc normals, but I've ran both Doom 3 and TDM with these hacked executables, and everything seems was ok. Does anyone want to try? If yes, please notice that my archive consists of two executables: Doom3_LATC.exe and Doom3_RGTC.exe. Jean Michiel Paul van Waveren, id Software, and Ignacio Castaño, nVidia, think that LATC is more convenient than RGTC in some cases, so I provide both versions: LATC and RGTC. I must warn you: there is no warranty that my executables will work as it should, so use it on your own risk.
  17. 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?
  18. Yes, instead of starting with the English text in the prompt, it is better to point it to a file instead, when the amount of text is voluminous (as it will be in my upcoming Group 3 work in https://forums.thedarkmod.com/index.php?/topic/23204-proposed-i18n-improvements-for-tdm-215/ ). Good to know Google Translate supports URL file access. So does ChatGPT (even the basic version without login).
  19. Btw the National Recording Registry (Library of Congress) inducted Bobby Prince's Doom soundtrack this year. https://www.engadget.com/2173357/the-original-doom-soundtrack-is-officially-in-the-library-of-congress/ https://newsroom.loc.gov/news/national-recording-registry-inducts-sounds-of-taylor-swift--beyonc---the-go-go-s--vince-gill--weezer/s/bc258688-e655-4ffb-9f91-f32b94956f36
  20. DoomRTX - https://www.dsogaming.com/news/we-may-be-one-step-closer-to-a-doom-3-path-tracing-mod/ https://github.com/jmarshall23/DoomRTX
  21. I always had my niggles with TDM too, but, overall it's very good (not perfect), and, I wouldn't dare to call the developers incompetent. Actually, what they did with the Doom 3 engine is amazing. And, the item handling is some of the best I've ever seen in a game, paid or free. The blackjacking is still my #1 problem with the game though. It's just absolutely random and unpredictable.
  22. Earlier this year, GOG began publishing mods. Doom 3 already has the Phobos mod published. It would not be that much of a stretch to get The Dark Mod on there as a mod for Doom 3. Anyone’s thoughts on this?
  23. This was more than enough for 2003. Try doing the same in Doom 3 engine, that is my main point.
  24. Doom 3 was pretty much the ultimate in terms of lighting when it was released.
×
×
  • Create New...