Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. With TDM 2.06 mappers and players can use OpenAL EFX system, which is basically an open-source software replacement for systems like EAX, which, at the time, was available only for dedicated hardware by Creative. This allows us to set reverb definitions for rooms, and in my opinion, it's a game-changer for TDM FMs. If you ever played old Thief games with EAX-enabled hardware, you know what I mean. Otherwise, try playing Kingsal's Volta and the Stone with EFX On and Off to see the difference. It's a new life for game environments. The EAX reference page in the Wiki can be quite intimidating though, there are many values to tinker with. I have some basic sound recording experience, but I'm not an audio guy. The purpose of this thread is to create clear guidelines for other non-audio guys. If you're an audio guy, these values will be familiar to you, because you can find similar parameters in Reverb plugins, e.g. for Adobe Audition. (Btw. feel free to correct me whenever I'm wrong about something.) First off, your map has to use location system. EFX system needs location names, and it will define reverb per location. It also needs location separators touching visportals to make proper transition between reverb for different locations. Create 'efxs' folder in your project root folder, create a text file map_name.efx, and open it. Now, first thing EFX system needs is a version number, so every .efx file needs start with Version 1 (I don't think any other number works). So, a typical .efx file with room definitions looks like this: Version 1 reverb "location1_name_here" { values here } reverb "location2_name_here" { values here }etc. And that's it. It seems like you don't need to include every parameter you see in the Wiki reference. Some variables don't do much or hardly do anything. Even if you delete something, the system will use the default value. You can have an empty set like above, and you won't break anything. You can also change the order of parameters, e.g. if you have your own workflow. Even then, making efx presets for all your locations manually can be really time-consuming. I bet a lot of mappers will want to make this as fast as possible, so they can move to more important things. That's where default presets come in handy. I prepared a set of general-purpose presets you can use in your locations. I tested them both on headphones and speakers, and they tend to sound quieter on speakers. If you think a preset is too quiet or too loud for your location, just put a "room" parameter in your definition, to change the volume. -1500 is the default value, and the volume range is from -5000 to 0 where 100 equals 1 db. Also, feel free to modify these presets as you wish: // Castle courtyard "environment diffusion" 0.6 "room hf" -1500 "room lf" -2000 "decay time" 2.13 "decay hf ratio" 0.61 "decay lf ratio" 0.23 "reflections" -500 "reflections delay" 0.16 "reverb delay" 0.36 "echo depth" 0.37 // Castle bathroom "environment size" 1.5 "environment diffusion" 0.75 "decay time" 1.8 "decay hf ratio" .5 "decay lf ratio" 2 "room hf" -4000 "reverb" 500 // Sewer pipe "environment diffusion" 0.8 "room hf" -1500 "room lf" 0 "decay time" 2.81 "decay hf ratio" 0.14 "reflections" 0 "reflections delay" 0.014 "reverb" 600 "reverb delay" 0.021 // Cave "environment size" 1.3 "environment diffusion" 0.75 "room hf" -200 "decay time" 3.5 "decay hf ratio" 1.5 "reflections" 400 "reflections delay" 0.015 "reverb" 1000 "reverb delay" 0.022 // Forest "room hf" -2000 "decay hf ratio" 0.54 "reflections" -1500 "reflections delay" 0.162 "reverb" -4300 "reverb delay" 0.088 "echo depth" 1 // Short stone corridor "environment diffusion" 0.6 "room hf" -400 "decay time" 1.2 "decay hf ratio" 0.75 "reflections" 400 "reflections delay" 0.004 "reverb" 1000 "reverb delay" 0.003 "echo time" 0.06 "hf reference" 5168.6 "lf reference" 139.5 // Small stone room "room hf" -400 "decay time" 1.15 "decay hf ratio" 0.75 "reflections" 0 "reflections delay" 0.006 "reverb" 600 "reverb delay" 0.005 "echo time" 0.06 "hf reference" 5168.6 "lf reference" 139.5 // Medium stone room "room hf" -400 "decay time" 1.5 "decay hf ratio" 0.75 "reflections" -1000 "reverb" 800 "echo time" 0.12 "hf reference" 5168.6 "lf reference" 139.5 // Large stone room "room hf" -400 "decay time" 2.2 "decay hf ratio" 0.75 "reflections" -2800 "reverb" 750 "reverb delay" 0.03 "hf reference" 5168.6 "lf reference" 139.5 // Short wood corridor "environment diffusion" 0.6 "room hf" -600 "room lf" -1600 "decay time" 1.75 "decay hf ratio" 0.5 "decay lf ratio" 0.87 "reflections" -650 "reflections delay" 0.012 "reverb" 200 "reverb delay" 0.024 "hf reference" 4705 "lf reference" 99.6 // Small wood room "room hf" -1200 "room lf" -800 "decay time" 0.79 "decay hf ratio" 0.32 "decay lf ratio" 0.87 "reflections" -500 "reflections delay" 0.032 "reverb" 0 "reverb delay" 0.029 "hf reference" 4705 "lf reference" 99.6 // Medium wood room "room hf" -1000 "room lf" -650 "decay time" 1.47 "decay hf ratio" 0.42 "decay lf ratio" 0.82 "reflections" -650 "reflections delay" 0.049 "reverb" 0 "reverb delay" 0.029 "hf reference" 4705 "lf reference" 99.6 // Large wood room "room hf" -600 "room lf" -650 "decay time" 2.65 "decay hf ratio" 0.33 "decay lf ratio" 0.82 "reflections" -650 "reflections delay" 0.066 "reverb" -400 "reverb delay" 0.049 "hf reference" 4705 "lf reference" 99.6 // Cathedral "environment diffusion" 0.87 "room hf" -1800 "room lf" -2400 "decay time" 9.48 "decay hf ratio" 0.19 "decay lf ratio" 0.1 "reflections" -500 "reflections delay" 0.09 "reverb" 0 "reverb delay" 0.042 "echo depth" 0.12 "hf reference" 2854.4 "lf reference" 20 // City streets "environment diffusion" 0.78 "room hf" -600 "room lf" -750 "decay time" 1.79 "decay hf ratio" 1.12 "decay lf ratio" 0.91 "reflections" -750 "reflections delay" 0.046 "reverb" -1000 "reverb delay" 0.028 "echo depth" 0.2 // City - abandoned "environment diffusion" 0.69 "room hf" -200 "room lf" -100 "decay time" 3.28 "decay hf ratio" 1.17 "decay lf ratio" 0.91 "reflections" -1200 "reflections delay" 0.044 "reverb" -1800 "reverb delay" 0.024 "echo depth" 0.2 "air absorption hf" -3.2 // Museum "room hf" -1800 "room lf" -1800 "decay time" 3.28 "decay hf ratio" 1.4 "decay lf ratio" 0.5 "reflections delay" 0.039 "reverb delay" 0.0034 "echo time" 0.13 "echo depth" 0.17 "hf reference" 2854.4 "lf reference" 107.5 (...) Now, if you're more interested in how the system works and how you can adjust values to get what you want, take a look at these values. Main values "room" Value Range: -10000 to 0 (-100 to 0 db) Master volume (gain) for both early reflections and reverb. Default value sits around -1500. Lower values actually decrease natural sound reverb. "reverb" Value Range: -10000 to 2000 (-100 to 20 db) Reverb gain parameter. Default value is 0. Higher values feel like you're in a medium or small room with reflective surfaces. Lower values actually decrease natural reverb of the sounds. "reflections" Value Range: -10000 to 0 (-100 to 0 db) Early reflections gain. The louder and less delayed these are, the more it feels like you're closer to the wall (inside a small empty room). "decay time" Value range: 0.1 to 20 (0.1 to 20 seconds) Time for the reverb to decay. Helps determine the size of a room. Average small rooms will have a reverb decay around 0.35 sec. A cathedral or a cavern will have 4-6 sec. Default value is 1.49. (...) Values for fine-tuning "reverb delay" Value range: 0.0 to 0.1 (0-100 ms) Creates delayed reverb effect. Default value is 0.011. "reflections delay" Value range: 0.0 to 0.3 (0-300 ms) Delays early reflections. Default value is 0.007. (...) Example workflow: 1. Use "reverb" to define how dead or live the room is. Add some delay with "reverb delay" if needed. 2. If the room is large (think cavern, canyon, or cathedral), use "decay time" to define bigger space. 3. Use "room" if you want to make "reverb" or "decay time" sound louder or quieter than the default (-1500). 4. Use "reflections" to tweak early sound reflections. (...) Notes / tips: 1. For volume / db parameters, don't bother with testing very low values. In real life, good self-noise characteristics for microphones and recorders is around -60 db. That means most people won't hear that noise. So, whenever you have ranges from -10000 to 0 or 2000, using values below -6000 probably won't do much. 2. If possible, use closed headphones for testing and tweaking, and then see how it holds up on your PC speakers. (...) As you see, this is work in progress, I will update this post with new information and useful things we come up with.
  2. Hello! Tracking down information on software and plug-ins that work with D3 / TDM can be a tough. So I have created a thread here where people can post what software/ plug-ins/ tutorials or other references they've had success or failure with in TDM. 3DS MAX 2013 64bit .ase - Default .ASE model exporter works. However you have to open the .ase file in text edit and manual change the *BITMAP line on each material to read something like: "//base/textures/common/collision" which allows the engine to read the correct material path. md5.mesh / animation - Beserker's md5 exporter/importers for 3dsmax. http://www.katsbits.com/tools, Importing and exporting works. The model must be textured, UV'd, with a skin modifier attached to the bones to export. PM me (Kingsal) for help with this. Imported models using the script will not be weighted appropriately, so this is not recommended if you are simply trying to edit existing tdm content. (Use blender instead) MAYA 2011 32bit md5.mesh - So far I've not had any luck with Maya 2011. I am using Greebo's MayaImportx86 for Maya 2011. I've got the importer working however I get a "Unexpected Internal Failure(kFailure)" and the import fails. This could be due to something finicky in Maya that I am not doing correctly. Will keep trying.. Blender 2.7 about - Blender is commonly used and pretty well supported on the forums/ wiki. Various versions may work as well - https://www.blender.org/download/ md5.mesh / animation Blender MD5 importer/exporter (io_scene_md5.zip): https://sourceforge.net/projects/blenderbitsbobs/files/ Sotha's guide Blender Male/ Female rigs by Arcturus - Here Edit by Dragofer: more links found in this post.
  3. If you're not using a preset, a custom EFX setting read from the file looks something like this: eaxreverb "loc_streets_alcove_1" { density 0.576 diffusion 0.633 gain 0.3162 gainhf 0.7655 gainlf 0.769 decay_time 1.79 decay_hfratio 0.6267 decay_lfratio 0.4433 reflections_gain 0.4281 reflections_delay 0.0167 reflections_pan 0 0 0 late_reverb_gain 0.9058 late_reverb_delay 0.0133 late_reverb_pan 0 0 0 echo_time 0.218 echo_depth 0.1 modulation_time 0.25 modulation_depth 0 air_absorption_gainhf 0.9905 hfreference 10364 lfreference 192.2 room_rolloff_factor 0 decayhf_limit 1 } where loc_streets_alcove_1 is the name of the atdm:location entity for that location. If you wanted to change such an EFX during play you would need another entry in the file, then refer to it by either changing the name of the location entity (BAD!) or exchanging one for another.
  4. Yes, I think it is possible to specify efx preset in location entity. Probably worth it to implement cross-fading of EFX settings simultaneously.
  5. Looking at the code, the originals were "pm_mantle_pull 750" and "pm_mantle_pullFast 450". The new "pm_mantle_pull" value is "400". A "pm_mantle_pullFast" value of "450" would be slower than regular pull, not faster. With both being set to "400", they are at least similar. Other than that, it's subjective and the feedback from playtesters was positive. Also, referenced internally here: https://forums.thedarkmod.com/index.php?/topic/22256-movementcontrols-settings-in-main-menu/&do=findComment&comment=489158
  6. That sort of tone doesn't fly in our forums.
  7. IMPORTANT It is highly recommended that you play with shadow maps turned on to get full use of the new volumetric lights in 2.10. Go into Settings -> Video -> Advanced -> "Shadows Implementation" set to "Maps". Additionally it is recommended that you play with EFX and HRTF turned on. Go into Settings -> Audio -> Turn "OpenAL EFX" & "OpenAL HRTF" set both to "On". Author note Noble Affairs features a brand new female protagonist named Clara who comes with a new female voice set. Originally this mission was meant for the connection contest which is why you will notice a lot of references to Kingsal's Volta universe. Due to time constraints this mission was not entered into the contest and instead I decided to release this as a standalone mission. This mission takes place after the events of Volta 1: The Stone but before the events of Shadows of Northdale Act 1. This mission is dedicated to Grayman, may he rest in peace! - Goldwell. A big thank you first up to Epifire for his very helpful advice and putting in some really hard effort and creating some amazing custom models! Please check out his art station page: https://www.artstation.com/epifire I wanted to thank Amadeus, Dragofer, Epifire, Kingsal & Skacky for helping out by providing custom models, readable/text improvements and also general mapping advice. You guys have been incredibly helpful, thank you! I also want to thank my A-Star beta team who helped to squash many bugs: Amadeus, Epifire, Kingsal, Moonbo, Nbohr1more, Random_Taffer & Skacky. And I wanted to thank the fantastic vocal cast: Clara - Joy Hayward Shop keeper - Andrew Bartmess Produce Merchant - Epifire Citywatch guard - Random_Taffer I wanted to thank someone who often doesn't get enough love and that's Greebo who works very hard to create the tools that myself and all other mappers use. Dark Radiant is a fantastic application which is always finding new ways to innovate and improve the mapping experience. Without the work you put in Greebo there would be a lot less missions made, so thank you! Thank you to the Cryo Chamber label for granting permission to use their music throughout the mission. Please check them out at: https://cryochamber.bandcamp.com Thank you to Michael Ghelfi for his audio ambient tracks. You can find more of his work at: https://www.youtube.com/user/MichaelGhelfi And if you wish to support him he also has a patreon page: https://www.patreon.com/MichaelGhelfi And finally thank you to you, the player for playing my missions and providing all the wonderful support and feedback over the years! DOWNLOAD HERE (Requires 2.10) Version 1.2 File Size: 465mb
  8. There's a group of players who have meticulously tested and adjusted ghosting rules for The Dark Mod. Please see: Official Ghosting Rules: https://www.ttlg.com/forums/showthread.php?t=148523 Ghost Rules Discussion: https://www.ttlg.com/forums/showthread.php?t=148487 Why alienate an established group of dedicated players?
  9. I would use this massive list for any fan missions, it includes campaigns too: https://www.ttlg.com/forums/showthread.php?t=148090 There are a lot of Fan Missions for the picking, I myself go for the lesser known ones and the short variety, because sometimes they hide a gem or two. Just like jaxa, I'm a bit outdated after the temporal retirement, but I do remember some amazing campaigns like "The Black Frog". If you intend to play The Black Frog, you should play the first two of the L'Arsene series missions, it's how I did it myself. Also, yes, L'Arsene are a fantastic series. The first mission of L'Arsene is a "rough draft", author was a bit new to Thief level making, but still great either way, after the 3rd you will see how his skill increased by a massive amount.
  10. Ambient atmospheres are in my opinion one of the best parts of the Dark Mod experience, not just for getting a mission to have the right feel but also for inspiration and to have them playing in the background when creating maps. The more the merrier, so here's a thread to collect all the links to ambient music and environmental sounds that could have a spot in TDM's setting. Ambients from the TDM forums Gast's Eerie Lullabies Magnanimous Merry's Miscellanea Orbweaver's Dark Ambients Spadey's Ambients Radioteque's Ambients Kyyrma's Composing Ambient Tracks for Dummies - Kyyrma shows how ambient soundtracks can be made from a set of sounds. Also contains some of his finished ambients. Request for more interior sounds - this thread is a very productive community session where members came up with a large and good selection of new ambients. Uncle Peti's Sound Den Dragofer's Ambients - post #6 in this thread SeriousToni's Ambients - posts #8, 12, 15 and 19 in this thread Ambients from the TTLG forums Custom resources list Gigagooga's Ambients 1 - possibly the largest pack of ambient musics and nature sounds, all of them high quality. Gigagooga's Ambients 2 - this pack puts more weight on shorter swells/hits/pads to be layered on top of a subtle ambient. Gigagooga's Ambients 3 Yandros' ambient loop Sephy's Ambients - a large collection of ambient pieces, including many shorter ones which will be valuable for anyone wanting to try a layered ambience approach like in the Thief OMs and Full Moon Fever. Internet databases www.freesound.org - some of the better composers in my opinion are ERH and BrandonNyte. www.purple-planet.com - a large selection of all kinds of ambient and musical soundtracks to be used freely. www.darkwinter.com - an internet label that publishes a lot of dark ambient music under a Creative Commons license. www.endlessascent.com - sister website of Darkwinter for non-dark ambients. Youtube Asatru Dark - also has very nice reference images for outdoor stone memorials, statue arrangements etc. #4 Void by Raffaele du Marteau & #6 Dreaming of Nowhere by Raffaele du Marteau - possibly the most forlorn pieces I've found on the internet. Alacazam - a prolific Creative Commons ambients composer . Cryo Chamber - for-profit label for dark ambient music with a large selection on offer. Going by their Youtube comments they're fine with people using their soundtracks for games etc., although you'd probably need to buy the soundtracks first. Dark Ambient Mixed Session - as much ambient as something to have in the background while mapping.
  11. Unfortunately, TDM forum deletes the separator between the numbers. So I have to guess where one number ends and the next starts Also, user can rename screenshot manually, or push it through something that would rename it automatically. Thenwe won't see coordinates on screenshot address on forums.
  12. tdm_show_viewpos cvar and screenshot_viewpos command: https://forums.thedarkmod.com/index.php?/topic/22310-212-viewpos-on-player-hud-and-screenshots/
  13. DarkRadiant 3.8.0 is ready for download. What's new: Feature: Support new frob-related material keywords Improvement: Mission selection list in Game setup is not alphabetically sorted Improvement: Better distinction between inherited and regular spawnargs Improvement: Silence sound shader button Improvement: Add Reload Definitions button to Model Chooser Fixed: Model Selector widgets are cut off and flicker constantly on Linux Fixed: DarkRadiant will not start without Dark Mod plugins Fixed: GenericEntityNode not calculating the direction correctly with "editor_rotatable" Fixed: RenderableArrow not drawing the tip correctly for arbitrary rotations Fixed: Light Inspector crashes on Linux Fixed: Models glitch out when filtering then showing them Fixed: Skin Editor: models not centered well in preview Fixed: "Copy Resource Path" includes top level folders Fixed: Skin Editor: internal test skins are shown if Material Editor was open previously Fixed: Changing Game/Project doesn't update loaded assets correctly Fixed: Model Chooser: initially hidden materials aren't revealed when enabling them Fixed: Choosing AI entity class 'atdm:townsfolk_commoner_update' causes crash Fixed: Sporadic assertion failure on shutdown due to LocalBitmapArtProvider destruction Fixed: Prefab Selector spams infinite error dialogs on Linux Windows and Mac Downloads are available on Github: https://github.com/codereader/DarkRadiant/releases/tag/3.8.0 and of course linked from the website https://www.darkradiant.net Thanks to all the awesome people who keep using DarkRadiant to create Fan Missions - they are the main reason for me to keep going. Please report any bugs or feature requests here in these forums, following these guidelines: Bugs (including steps for reproduction) can go directly on the tracker. When unsure about a bug/issue, feel free to ask. If you run into a crash, please record a crashdump: Crashdump Instructions Feature requests should be suggested (and possibly discussed) here in these forums before they may be added to the tracker. The list of changes can be found on the our bugtracker changelog. Keep on mapping!
  14. Relax @Näkki, it's great to hear you enjoyed the game. My personal expectations were just a bit different when I read the Steam page, although the various trailers should have been a warning that stealth maybe wasn't the biggest priority of the devs. From the Steam page: "Weird west legends meet eldritch horror in BLOOD WEST, an immersive stealth FPS." Also "Blood West is a stealth FPS inspired by the genre classics such as the Thief series (whose fans will be happy to hear the voice of Stephen Russell, the actor voicing the master-thief Garrett, returning here as the protagonist), S.T.A.L.K.E.R. games, or - from the contemporary catalog - Hunt: Showdown. The gameplay rewards the careful approach: scouting the area, stalking your enemies, and striking from the shadows. Can you figure out a way to clear a fort full of ghouls and monsters without raising an alarm?" From my personal experience I think the game is predominantly Hunt: Showdown, a bit of S.T.A.L.K.E.R. and a very small portion Thief. Stealth is very unforgiving and makes it almost impossible early game when there are various enemies around, but hey maybe I just suck at it. I don't see Deus Ex in it, unless the skill leveling is the Deus Ex part for you and then I have to disagree with you, as that seems like the trait system in Hunt: Showdown. Edit: What I also understood from the Steam forums is that the original VA was dropped close before the release of the full version and replaced by Russell with no real explanation from the devs why this was done.
  15. OK, this is really weird. I loaded my last save, but had to run outside for 10 minutes and left the game active. Low and behold, I can now advance. I made a new save and here's my full console dump... brian@brian-System-Product-Name ~/darkmod $ ./thedarkmod.x64 TDM 2.07/64 #8079 (8079) linux-x86_64 Apr 12 2019 18:24:35 found interface lo - loopback found interface enp35s0 - ################ Found Generic CPU, features: MMX SSE SSE2 SSE3 tdm using MMX & SSE & SSE2 & SSE3 for SIMD processing. ------ Initializing File System ------ Current search path: /home/brian/darkmod/fms/heartstmattis /home/brian/darkmod/fms/heartstmattis/heartstmattis.pk4 (175 files) /home/brian/darkmod/ /home/brian/darkmod/tdm_textures_wood01.pk4 (376 files) /home/brian/darkmod/tdm_textures_window01.pk4 (389 files) /home/brian/darkmod/tdm_textures_stone_sculpted01.pk4 (463 files) /home/brian/darkmod/tdm_textures_stone_natural01.pk4 (130 files) /home/brian/darkmod/tdm_textures_stone_flat01.pk4 (295 files) /home/brian/darkmod/tdm_textures_stone_cobblestones01.pk4 (224 files) /home/brian/darkmod/tdm_textures_stone_brick01.pk4 (520 files) /home/brian/darkmod/tdm_textures_sfx01.pk4 (69 files) /home/brian/darkmod/tdm_textures_roof01.pk4 (72 files) /home/brian/darkmod/tdm_textures_plaster01.pk4 (142 files) /home/brian/darkmod/tdm_textures_paint_paper01.pk4 (63 files) /home/brian/darkmod/tdm_textures_other01.pk4 (127 files) /home/brian/darkmod/tdm_textures_nature01.pk4 (281 files) /home/brian/darkmod/tdm_textures_metal01.pk4 (496 files) /home/brian/darkmod/tdm_textures_glass01.pk4 (51 files) /home/brian/darkmod/tdm_textures_fabric01.pk4 (43 files) /home/brian/darkmod/tdm_textures_door01.pk4 (177 files) /home/brian/darkmod/tdm_textures_decals01.pk4 (461 files) /home/brian/darkmod/tdm_textures_carpet01.pk4 (92 files) /home/brian/darkmod/tdm_textures_base01.pk4 (395 files) /home/brian/darkmod/tdm_standalone.pk4 (4 files) /home/brian/darkmod/tdm_sound_vocals_decls01.pk4 (28 files) /home/brian/darkmod/tdm_sound_vocals07.pk4 (1111 files) /home/brian/darkmod/tdm_sound_vocals06.pk4 (696 files) /home/brian/darkmod/tdm_sound_vocals05.pk4 (128 files) /home/brian/darkmod/tdm_sound_vocals04.pk4 (2870 files) /home/brian/darkmod/tdm_sound_vocals03.pk4 (743 files) /home/brian/darkmod/tdm_sound_vocals02.pk4 (1299 files) /home/brian/darkmod/tdm_sound_vocals01.pk4 (82 files) /home/brian/darkmod/tdm_sound_sfx02.pk4 (605 files) /home/brian/darkmod/tdm_sound_sfx01.pk4 (948 files) /home/brian/darkmod/tdm_sound_ambient_decls01.pk4 (8 files) /home/brian/darkmod/tdm_sound_ambient03.pk4 (24 files) /home/brian/darkmod/tdm_sound_ambient02.pk4 (163 files) /home/brian/darkmod/tdm_sound_ambient01.pk4 (220 files) /home/brian/darkmod/tdm_prefabs01.pk4 (960 files) /home/brian/darkmod/tdm_player01.pk4 (125 files) /home/brian/darkmod/tdm_models_decls01.pk4 (103 files) /home/brian/darkmod/tdm_models02.pk4 (2020 files) /home/brian/darkmod/tdm_models01.pk4 (3043 files) /home/brian/darkmod/tdm_gui_credits01.pk4 (49 files) /home/brian/darkmod/tdm_gui01.pk4 (715 files) /home/brian/darkmod/tdm_fonts01.pk4 (696 files) /home/brian/darkmod/tdm_env01.pk4 (152 files) /home/brian/darkmod/tdm_defs01.pk4 (179 files) /home/brian/darkmod/tdm_base01.pk4 (197 files) /home/brian/darkmod/tdm_ai_steambots01.pk4 (24 files) /home/brian/darkmod/tdm_ai_monsters_spiders01.pk4 (82 files) /home/brian/darkmod/tdm_ai_humanoid_undead01.pk4 (50 files) /home/brian/darkmod/tdm_ai_humanoid_townsfolk01.pk4 (95 files) /home/brian/darkmod/tdm_ai_humanoid_pagans01.pk4 (10 files) /home/brian/darkmod/tdm_ai_humanoid_nobles01.pk4 (48 files) /home/brian/darkmod/tdm_ai_humanoid_mages01.pk4 (8 files) /home/brian/darkmod/tdm_ai_humanoid_heads01.pk4 (100 files) /home/brian/darkmod/tdm_ai_humanoid_guards01.pk4 (379 files) /home/brian/darkmod/tdm_ai_humanoid_females01.pk4 (172 files) /home/brian/darkmod/tdm_ai_humanoid_builders01.pk4 (91 files) /home/brian/darkmod/tdm_ai_base01.pk4 (8 files) /home/brian/darkmod/tdm_ai_animals01.pk4 (82 files) File System Initialized. -------------------------------------- Couldn't open journal files ----- Initializing Decls ----- WARNING:file materials/tdm_epi_shader_2.mtr, line 462: material 'wizard_cloth_001' previously defined at materials/tdm_epi_shader_2.mtr:366 WARNING:file materials/tdm_stone_brick.mtr, line 4891: material 'textures/darkmod/stone/brick/blocks_large_whitestone' previously defined at materials/custom.mtr:9 WARNING:file materials/tdm_stone_natural.mtr, line 791: material 'textures/darkmod/stone/natural/grey_dirty' previously defined at materials/custom.mtr:46 WARNING:file materials/tdm_water.mtr, line 1189: material 'textures/particles/ripple_1' previously defined at materials/tdm_particles_ripple.mtr:1 WARNING:file skins/tdm_epi_skins.skin, line 86: skin 'steam_engine_003_off' previously defined at skins/steam_engine_003.skin:1 WARNING:file skins/tdm_epi_skins.skin, line 97: skin 'steam_engine_003_on' previously defined at skins/steam_engine_003.skin:18 ------------------------------ /proc/cpuinfo CPU frequency: 1355.89 MHz I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1259 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. Couldn't exec editor.cfg - file does not exist. execing default.cfg execing Darkmod.cfg Couldn't exec autoexec.cfg - file does not exist. I18N: SetLanguage: 'english'. I18N: Found no character remapping for english. I18N: 1259 strings read from strings/english.lang I18N: 'strings/fm/english.lang' not found. ----- Initializing OpenAL ----- Setup OpenAL device and context OpenAL: found device 'Rugged BT' OpenAL: found device 'Turtle Beach Recon 60P Analog Stereo' OpenAL: found device 'Family 17h (Models 00h-0fh) HD Audio Controller Digital Stereo (IEC958)' OpenAL: found device 'GP107GL High Definition Audio Controller Digital Stereo (HDMI)' OpenAL: using 'OpenAL Soft' OpenAL vendor: OpenAL Community OpenAL renderer: OpenAL Soft OpenAL version: 1.1 ALSOFT 1.18.2 OpenAL: found EFX extension OpenAL: found 256 hardware voices ----- Initializing OpenGL ----- Setup X display connection dlopen(libGL.so.1) Initializing OpenGL display Using XFree86-VidModeExtension Version 2.2 Free86-VidModeExtension Activated at 1920x1080 Using 8/8/8 Color bits, 8 Alpha bits, 24 depth, 8 stencil display. GL_RENDERER: GeForce GTX 1050 Ti/PCIe/SSE2 GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_NV_robustness_video_memory_purge GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap_triangles GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum ------- Input Initialization ------- XKB extension: compile time 0x1:0x0, runtime 0x1:0x0: OK XKB extension present on server ( 0x1:0x0 ) ------------------------------------ OpenGL vendor: NVIDIA Corporation OpenGL renderer: GeForce GTX 1050 Ti/PCIe/SSE2 OpenGL version: 4.6.0 NVIDIA 390.116 v - using GL version 2.0 (core) Checking portable OpenGL extensions... Max texture coords: 8 Max texture units: 32 Max active textures: 192 v - using GL_EXT_texture_compression_s3tc (ext) v - using GL_ARB_texture_compression_rgtc (core+ext) v - using GL_EXT_texture_filter_anisotropic (ext) maxTextureAnisotropy: 16.000000 v - using GL_EXT_texture_lod_bias (ext) v - using GL_EXT_stencil_wrap (ext) v - using GL_ARB_map_buffer_range (core+ext) v - using GL_ARB_vertex_program (ext) v - using GL_ARB_fragment_program (ext) v - using GL_EXT_depth_bounds_test (ext) v - using GL_ARB_framebuffer_object (core+ext) v - using GL_EXT_gpu_shader4 (ext) v - using GL_ARB_geometry_shader4 (ext) v - using GL_ARB_pixel_buffer_object (ext) v - using GL_ARB_timer_query (core+ext) v - using GL_KHR_debug (ext) v - using GL_ARB_sync (core+ext) GL fence sync available Max geometry output vertices: 1024 Max geometry output components: 1024 Max vertex attribs: 16 Max env parameters: 256 ----- R_ReloadARBPrograms ----- glprogs/test.vfp 8 glprogs/test.vfp 9 glprogs/interaction.vfp 1 glprogs/interaction.vfp 2 glprogs/bumpyEnvironment.vfp 5 glprogs/bumpyEnvironment.vfp 6 glprogs/ambientLight.vfp 10 glprogs/ambientLight.vfp 11 glprogs/shadow.vp 7 glprogs/environment.vfp 3 glprogs/environment.vfp 4 glprogs/test_direct.vfp 12 glprogs/test_direct.vfp 13 glprogs/interaction_direct.vfp 14 glprogs/interaction_direct.vfp 15 glprogs/soft_particle.vfp 16 glprogs/soft_particle.vfp 17 glprogs/cubic_light_point.vfp 18 glprogs/cubic_light_point.vfp 19 glprogs/cubic_light_proj.vfp 20 glprogs/cubic_light_proj.vfp 21 glprogs/test_cubic_light_point.vfp 22 glprogs/test_cubic_light_point.vfp 23 glprogs/test_cubic_light_proj.vfp 24 glprogs/test_cubic_light_proj.vfp 25 glprogs/ambient_cubic_light.vfp 26 glprogs/ambient_cubic_light.vfp 27 glprogs/cookMath_pass1.vfp 28 glprogs/cookMath_pass1.vfp 29 glprogs/cookMath_pass2.vfp 30 glprogs/cookMath_pass2.vfp 31 glprogs/brightPass_opt.vfp 32 glprogs/brightPass_opt.vfp 33 glprogs/blurx.vfp 34 glprogs/blurx.vfp 35 glprogs/blury.vfp 36 glprogs/blury.vfp 37 glprogs/finalScenePass_opt.vfp 38 glprogs/finalScenePass_opt.vfp 39 ------------------------------- ---------- R_ReloadGLSLPrograms_f ----------- interaction VF ambientInteraction VF stencilShadow VF oldStage VF depthAlpha VF fog VF blend VF cubeMap VF interactionA VF interactionN VF shadowMapA VGF shadowMapN VGF --------------------------------- Font fonts/english/stone in size 12 not found, using size 24 instead. --------- Initializing Game ---------- The Dark Mod 2.07/64, linux-x86_64, code revision 8079 Build date: Apr 12 2019 WARNING:file def/custom.def, line 800: entityDef 'atdm:moveable_candle_default_redheart' previously defined at def/custom.def:743 WARNING:file def/tdm_shopitems.def, line 342: entityDef 'atdm:map_of' previously defined at def/custom.def:1 WARNING:file def/tdm_shopitems.def, line 353: entityDef 'ShopItem_map_of' previously defined at def/custom.def:12 WARNING:file materials/tdm_epi_shader_2.mtr, line 462: material 'wizard_cloth_001' previously defined at materials/tdm_epi_shader_2.mtr:366 WARNING:file materials/tdm_stone_brick.mtr, line 4891: material 'textures/darkmod/stone/brick/blocks_large_whitestone' previously defined at materials/custom.mtr:9 WARNING:file materials/tdm_stone_natural.mtr, line 791: material 'textures/darkmod/stone/natural/grey_dirty' previously defined at materials/custom.mtr:46 WARNING:file materials/tdm_water.mtr, line 1189: material 'textures/particles/ripple_1' previously defined at materials/tdm_particles_ripple.mtr:1 Initializing event system ...842 event definitions Initializing class hierarchy ...171 classes, 1657056 bytes for event callbacks Initializing scripts Compiled 'tdm_ai_lanternbot::startAlarmWhistle': 244.2 ms ---------- Compile stats ---------- Memory usage: Strings: 46, 7816 bytes Statements: 20563, 822520 bytes Functions: 1272, 170480 bytes Variables: 93860 bytes Mem used: 1847736 bytes Static data: 4014424 bytes Allocated: 4871048 bytes Thread size: 7912 bytes Maximum object size: 884 Largest object type name: weapon_arrow ...6 aas types game initialized. -------------------------------------- Parsing material files Found 0 new mission packages. Found 44 mods in the FM folder. Parsed 44 mission declarations. No 'tdm_mapsequence.txt' file found for the current mod: heartstmattis -------- Initializing Session -------- WARNING:file /home/brian/darkmod/fms/heartstmattis/heartstmattis.pk4/guis/mainmenu_custom_defs.gui, line 435: redefinition of 'MM_BRIEFING_SOUND_CMD' Font fonts/english/mason_glow in size 12 not found, using size 48 instead. Font fonts/english/mason_glow in size 24 not found, using size 48 instead. Font fonts/english/mason in size 12 not found, using size 48 instead. Font fonts/english/mason in size 24 not found, using size 48 instead. WARNING:Couldn't load image: guis/assets/briefing5 WARNING:Couldn't load image: guis/assets/briefing6 WARNING:Couldn't load sound 'sound' using default session initialized -------------------------------------- --- Common Initialization Complete --- ------------- Warnings --------------- during The Dark Mod initialization... WARNING:Couldn't load image: guis/assets/briefing5 WARNING:Couldn't load image: guis/assets/briefing6 WARNING:Couldn't load sound 'sound' using default WARNING:file /home/brian/darkmod/fms/heartstmattis/heartstmattis.pk4/guis/mainmenu_custom_defs.gui, line 435: redefinition of 'MM_BRIEFING_SOUND_CMD' WARNING:file def/custom.def, line 800: entityDef 'atdm:moveable_candle_default_redheart' previously defined at def/custom.def:743 WARNING:file def/tdm_shopitems.def, line 342: entityDef 'atdm:map_of' previously defined at def/custom.def:1 WARNING:file def/tdm_shopitems.def, line 353: entityDef 'ShopItem_map_of' previously defined at def/custom.def:12 WARNING:file materials/tdm_epi_shader_2.mtr, line 462: material 'wizard_cloth_001' previously defined at materials/tdm_epi_shader_2.mtr:366 WARNING:file materials/tdm_stone_brick.mtr, line 4891: material 'textures/darkmod/stone/brick/blocks_large_whitestone' previously defined at materials/custom.mtr:9 WARNING:file materials/tdm_stone_natural.mtr, line 791: material 'textures/darkmod/stone/natural/grey_dirty' previously defined at materials/custom.mtr:46 WARNING:file materials/tdm_water.mtr, line 1189: material 'textures/particles/ripple_1' previously defined at materials/tdm_particles_ripple.mtr:1 WARNING:file skins/tdm_epi_skins.skin, line 86: skin 'steam_engine_003_off' previously defined at skins/steam_engine_003.skin:1 WARNING:file skins/tdm_epi_skins.skin, line 97: skin 'steam_engine_003_on' previously defined at skins/steam_engine_003.skin:18 13 warnings WARNING: terminal type 'xterm-256color' is unknown. terminal support may not work correctly terminal support enabled ( use +set in_tty 0 to disabled ) pid: 16364 Async thread started Couldn't exec autocommands.cfg - file does not exist. r_customWidth|Height = 1920x1080 => widescreenmode = 7, r_aspectRatio = 1 WARNING:file /home/brian/darkmod/fms/heartstmattis/heartstmattis.pk4/guis/mainmenu_custom_defs.gui, line 435: redefinition of 'MM_BRIEFING_SOUND_CMD' reloading guis/mainmenu.gui. reloading guis/restart.gui. reloading guis/msg.gui. [swscaler @ 0x9b9bee0] deprecated pixel format used, make sure you did set range correctly r_customWidth|Height = 1920x1080 => widescreenmode = 7, r_aspectRatio = 1 --------- Map Initialization --------- Map: heartstmattis glprogs/ambientEnvironment.vfp 79 glprogs/ambientEnvironment.vfp 80 glprogs/heatHazeWithDepth.vfp 81 glprogs/heatHazeWithDepth.vfp 82 glprogs/HeatHazeWithMaskAndDepth.vfp 83 glprogs/HeatHazeWithMaskAndDepth.vfp 84 ------- Game Map Init SaveGame ------- Compiled '/home/brian/darkmod/maps/heartstmattis.script': 28.7 ms ---------- Compile stats ---------- Memory usage: Strings: 47, 7920 bytes Statements: 22397, 895880 bytes Functions: 1307, 174892 bytes Variables: 98044 bytes Mem used: 1971104 bytes Static data: 4014424 bytes Allocated: 4921548 bytes Thread size: 7912 bytes collision data: 252 models 57014 vertices (1336 KB) 104265 edges (3665 KB) 46803 polygons (3427 KB) 5772 brushes (814 KB) 15804 nodes (740 KB) 75171 polygon refs (1174 KB) 18241 brush refs (285 KB) 34162 internal edges 514 sharp edges 0 contained polygons removed 0 polygons merged 11445 KB total memory used 431 msec to load collision data. map bounds are (13661.4, 5970.0, 9024.0) max clip sector is (426.9, 746.2, 564.0) 12 KB passage memory used to build PVS 5 msec to calculate PVS 108 areas 248 portals 9 areas visible on average 1 KB PVS data [Load AAS] loading maps/heartstmattis.aas48 done. [Load AAS] loading maps/heartstmattis.aas96 done. [Load AAS] loading maps/heartstmattis.aas32 done. [Load AAS] loading maps/heartstmattis.aas100 [Load AAS] loading maps/heartstmattis.aas_rat done. [Load AAS] loading maps/heartstmattis.aas_elemental WARNING:Couldn't load sound 'player_sounds_doublevision' using default WARNING:Couldn't load sound 'player_sounds_skipcinematic' using default WARNING:Couldn't load sound 'player_sounds_guienter' using default WARNING:Couldn't load sound 'player_sounds_guiexit' using default WARNING:Couldn't load sound 'player_sounds_hitarmor' using default WARNING:Couldn't load sound 'player_sounds_hitflesh' using default WARNING:Couldn't load sound 'player_sounds_teleportexit' using default WARNING:Couldn't load sound 'player_sounds_teleportstart' using default glprogs/heatHaze.vfp 85 glprogs/heatHaze.vfp 86 WARNING:idFileSystem::OSPathToRelativePath failed on No running thread for RestoreScriptObject(), creating new one. -------------------------------------- ----- idRenderModelManagerLocal::EndLevelLoad ----- 0 models purged from previous level, 901 models kept. --------------------------------------------------- ----- idImageManager::EndLevelLoad ----- WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: tdm_tongue 0 purged from previous 209 kept from previous 1527 new loaded all images loaded in 21.3 seconds ---------------------------------------- ---------------------------------------- ----- idSoundCache::EndLevelLoad ----- 149489k referenced 3648k purged ---------------------------------------- Loading EFX effect for location 'location_cathedral_main' (#261) Loading EFX effect for location 'location_cathedral_lower' (#311) Loading EFX effect for location 'location_forge' (#312) Loading EFX effect for location 'location_outside' (#313) Loading EFX effect for location 'location_tunnels' (#314) Loading EFX effect for location 'location_sewers' (#315) Loading EFX effect for location 'location_vestry' (#316) Loading EFX effect for location 'location_attic' (#317) Loading EFX effect for location 'location_vents' (#318) Loading EFX effect for location 'location_forge' (#319) Loading EFX effect for location 'location_mausoleum2' (#320) sound: found efxs/heartstmattis.efx ----------------------------------- 26308 msec to load heartstmattis interactionTable generated of size: 131072 entries ------------- Warnings --------------- during heartstmattis... WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: tdm_tongue WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load sound 'player_sounds_doublevision' using default WARNING:Couldn't load sound 'player_sounds_guienter' using default WARNING:Couldn't load sound 'player_sounds_guiexit' using default WARNING:Couldn't load sound 'player_sounds_hitarmor' using default WARNING:Couldn't load sound 'player_sounds_hitflesh' using default WARNING:Couldn't load sound 'player_sounds_skipcinematic' using default WARNING:Couldn't load sound 'player_sounds_teleportexit' using default WARNING:Couldn't load sound 'player_sounds_teleportstart' using default WARNING:idFileSystem::OSPathToRelativePath failed on 17 warnings Switching to EFX 'location_tunnels' (#314) WARNING:Restarted sound to avoid offset overflow: sound/ambient/ambience/silence.ogg VertexCache static vertex buffer uploaded, memory used: 25314 kb VertexCache static index buffer uploaded, memory used: 4488 kb Restarting ambient sound snd_tunnels'(eerie02_loop) with volume -7.293525 Changed location from 'location_tunnels' to 'location_mausoleum2'. Switching to EFX 'location_mausoleum2' (#320) The ambient 'snd_mausoleum2' (hum01) for location 'location_mausoleum2' is now playing. Equip called Equip called Quicksave_1
  16. So, if I understand you, no Thief Gold FM does sound and text notifications of completed objectives? The missions in The Black Parade surely did. I'm completely confused now. I was sure that original Thief Gold had those objective complete notifications (at least the sound). Reading this thread suggests otherwise though: https://www.ttlg.com/forums/showthread.php?t=132977
  17. I added the improved EFX reverb changes to the mission in the mission database. I was hoping to get some final feedback, but the existing EFX was clearly "not great" so this should substantially improve things.
  18. Hidden Hands: Initiation Download via the ingame downloader. Latest update is version 3 (released 16/02/2021) Explore Blackstone Island to become a full-fledged member of the “Hidden Hands”! General: TDM version: 2.06 EFX: yes Play time: ca. 5 – 7 hours (depending on play style and difficulty settings) Type: island with several sections (manor, sewers, cabin, bank, graveyard, church and crypts) Enemies: guards, thieves, spiders, mages and extra-natural entities Known problems: 1. The noblewoman sitting in the pavilion can sometimes not be knocked out without failing the mission in general; decent thieves should leave her alone anyway. (version 1 and version 2) 2. If combination locks do not work when using correct codes, then please go to Settings - Gameplay - and change the option "Open doors on unlock" to the value "yes". (version 1) Gameplay differences (apart from changes in the objectives list): Easy: Less enemies, less lights, many light switches Medium: More enemies, alternative AI routes, more lights, some light switches Hard: Even more enemies, alternative AI routes, even more lights, less light switches Development: Build time: November 2017 – November 2018 Beta testing: November/December 2018 Beta testers: Boiler’s_hiss (aka “The Architect’s Darling”) s.urfer (aka “The Punisher”) Cambridge Spy Abusimplea Performance checks: Duzenko Contributors: - ERH+ arranged/created the setup for the puzzle in Adrian's Crypt - I don't understand what he did exactly (alchemy?), but it works as it should. - Destined provided a custom skin for an interior module and wrote a new definition for the spider bots, enabling those beasts to move through tunnels. - Joebarnin provided a fix to make the combination locks work. - Amadeus revised and edited all in-game readables, maps, and signs. He created the final mission title "Hidden Hands: Initiation" as well as gave some special items heroic names, such as "Axe of Fury" or "Orb of Will". - Grayman fixed the frobbing problems with the hidden wall safe and combination lock. Pilfered items: - Floating boat setup and thief's message box re-created from maps originally developed by Bikerdude. - Patch section with rocks and vegetation surrounding the graveyard originally developed and arranged by Sotha for one of his missions. - Frobbox booster re-created from a map originally developed by Grayman. Special thanks to: - Springheel, Sotha, and Fidcal for the tutorials. Great work from all of you! - Destined, Grayman, ERH+, and Springheel for patiently answering my questions via PM. - Boiler’s_hiss for the hint how to change the church roof section - nbohr1more for moral support during a critical phase of the map development - Duzenko for improvement tips - all others not mentioned here who answered my questions in the Newbie thread or via PM. All new ambient music and sound effects written, performed and mixed by Jack Farmer. "S.urfer's Lament" (.ogg filename: "easyexit") featuring MC Deickler on the drums. More pictures:
  19. Greetings everyone! I recently got into TDM and am already having a lot of fun playing through and ghosting missions. However, coming from Thief, I am mostly relying on the rules and my experience with that game, while there are clearly differences in how TDM works. Right now, there is talk in the ghosting discussion thread on TTLG to amend the ruleset and include clarifications pertaining to TDM. So I wanted to drop by and ask: is there an active TDM ghosting community already and have any rules for this playstyle been developed? I would also like to ask someone to take a look at the draft of this addendum to see whether everything looks correct: https://www.ttlg.com/forums/showthread.php?t=148487&page=16&p=2473352&viewfull=1#post2473352 Thanks!
  20. A Problem Arises I've paused subtitling of the Lady02 vocal set, because of a problem with the voice clips described here: https://forums.thedarkmod.com/index.php?/topic/21741-subtitles-possibilities-beyond-211/&do=findComment&comment=490151 While a way forward is being determined, I'll work on a different vocal set. Maybe manbeast, for which Kingsal just provided me the voice script.
  21. Of course, it is one of the reasons for the decline of online forums, since the advent of mobile phones. Forums on a mobile are a pain in the ass, but on the other hand, for certain things there are no real alternatives to forums, social networks cannot be with their sequential threads, where it is almost impossible to retrieve answers to a question that is asked. has done days ago. For devs for internal communication, the only thing offered is a collaborative app, such as System D (not to be confused with systemd). FOSS, free and anonymous registration, access further members only by invitation, full encrypted and private. https://www.system-d.org
  22. http://bugs.thedarkmod.com/view.php?id=4688 I have a concern about EFX. There seems to be general agreement that EFX is currently affecting sounds that it shouldn't affect, like gui sounds. But we've had no discussions about what the full list of unaffected sounds will be, or how mappers will specify this. For example, what about ambient sounds? Clearly we don't want it to affect ambient music, but what about ambient noises? Many of these, like the random sewer sounds of rats, already have strong reverb baked in and might sound too distorted if affected by EFX. But not all do. How does a mapper have EFX affect some ambient sounds but not others? My concern is that if we don't establish some rules now, then we'll be in a situation for the next update where we're locked into not doing things that will break new maps, or mappers will have their carefully-planned sounds changed by the new rules.
  23. I get a crash at the same point in this map, every single time, making it unplayable. I'll post this here as a bug report, as requested..... ----- idImageManager::EndLevelLoad ----- WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: tdm_tongue 0 purged from previous 209 kept from previous 1527 new loaded all images loaded in 20.8 seconds ---------------------------------------- ---------------------------------------- ----- idSoundCache::EndLevelLoad ----- 149489k referenced 3648k purged ---------------------------------------- Loading EFX effect for location 'location_cathedral_main' (#261) Loading EFX effect for location 'location_cathedral_lower' (#311) Loading EFX effect for location 'location_forge' (#312) Loading EFX effect for location 'location_outside' (#313) Loading EFX effect for location 'location_tunnels' (#314) Loading EFX effect for location 'location_sewers' (#315) Loading EFX effect for location 'location_vestry' (#316) Loading EFX effect for location 'location_attic' (#317) Loading EFX effect for location 'location_vents' (#318) Loading EFX effect for location 'location_forge' (#319) Loading EFX effect for location 'location_mausoleum2' (#320) sound: found efxs/heartstmattis.efx ----------------------------------- 25732 msec to load heartstmattis interactionTable generated of size: 131072 entries ------------- Warnings --------------- during heartstmattis... WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: tdm_tongue WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load sound 'player_sounds_doublevision' using default WARNING:Couldn't load sound 'player_sounds_guienter' using default WARNING:Couldn't load sound 'player_sounds_guiexit' using default WARNING:Couldn't load sound 'player_sounds_hitarmor' using default WARNING:Couldn't load sound 'player_sounds_hitflesh' using default WARNING:Couldn't load sound 'player_sounds_skipcinematic' using default WARNING:Couldn't load sound 'player_sounds_teleportexit' using default WARNING:Couldn't load sound 'player_sounds_teleportstart' using default WARNING:idFileSystem::OSPathToRelativePath failed on 17 warnings VertexCache static vertex buffer uploaded, memory used: 25335 kb VertexCache static index buffer uploaded, memory used: 4488 kb Switching to EFX 'location_tunnels' (#314) Restarting ambient sound snd_tunnels'(eerie02_loop) with volume -7.293525 haveHeart heartOn Quicksave_0 signal caught: Segmentation fault si_code 1 Trying to exit gracefully.. --------- Game Map Shutdown ---------- WARNING:Door DoorWardrobeA2 is not within a valid AAS area WARNING:Door DoorWardrobeB2 is not within a valid AAS area WARNING:Door DoorWardrobeB1 is not within a valid AAS area WARNING:Door DoorWardrobeA1 is not within a valid AAS area WARNING:Door sarcophagus_door is not within a valid AAS area WARNING:Door mover_door_monet is not within a valid AAS area ModelGenerator memory: 39 LOD entries with 85 users using 20311 bytes, memory saved: 47126 bytes. WARNING:idClipModel::FreeTraceModel: tried to free uncached trace model (index=0) --------- Game Map Shutdown done ----- Shutting down sound hardware idRenderSystem::Shutdown() I18NLocal: Shutdown. ------------ Game Shutdown ----------- ModelGenerator memory: No LOD entries. Shutdown event system -------------------------------------- shutdown terminal support About to exit with code 0
  24. Unfortunately I can't finish this mission as it continually crashes after taking the heart.... ----- idImageManager::EndLevelLoad ----- WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: tdm_tongue 0 purged from previous 209 kept from previous 1527 new loaded all images loaded in 20.8 seconds ---------------------------------------- ---------------------------------------- ----- idSoundCache::EndLevelLoad ----- 149489k referenced 3648k purged ---------------------------------------- Loading EFX effect for location 'location_cathedral_main' (#261) Loading EFX effect for location 'location_cathedral_lower' (#311) Loading EFX effect for location 'location_forge' (#312) Loading EFX effect for location 'location_outside' (#313) Loading EFX effect for location 'location_tunnels' (#314) Loading EFX effect for location 'location_sewers' (#315) Loading EFX effect for location 'location_vestry' (#316) Loading EFX effect for location 'location_attic' (#317) Loading EFX effect for location 'location_vents' (#318) Loading EFX effect for location 'location_forge' (#319) Loading EFX effect for location 'location_mausoleum2' (#320) sound: found efxs/heartstmattis.efx ----------------------------------- 25732 msec to load heartstmattis interactionTable generated of size: 131072 entries ------------- Warnings --------------- during heartstmattis... WARNING:Couldn't load image: alembic_grey WARNING:Couldn't load image: models/darkmod/props/textures/ WARNING:Couldn't load image: models/darkmod/props/textures/candle_a_redheart.dds WARNING:Couldn't load image: models/darkmod/props/textures/vic_diningchai1_local WARNING:Couldn't load image: models/darkmod/wood/panels/panel_vase_painted_white_ns WARNING:Couldn't load image: tdm_tongue WARNING:Couldn't load image: textures/darkmod/metal/detailed/rivet_strip01_s WARNING:Couldn't load image: textures/mcity/mcityplain6 WARNING:Couldn't load sound 'player_sounds_doublevision' using default WARNING:Couldn't load sound 'player_sounds_guienter' using default WARNING:Couldn't load sound 'player_sounds_guiexit' using default WARNING:Couldn't load sound 'player_sounds_hitarmor' using default WARNING:Couldn't load sound 'player_sounds_hitflesh' using default WARNING:Couldn't load sound 'player_sounds_skipcinematic' using default WARNING:Couldn't load sound 'player_sounds_teleportexit' using default WARNING:Couldn't load sound 'player_sounds_teleportstart' using default WARNING:idFileSystem::OSPathToRelativePath failed on 17 warnings VertexCache static vertex buffer uploaded, memory used: 25335 kb VertexCache static index buffer uploaded, memory used: 4488 kb Switching to EFX 'location_tunnels' (#314) Restarting ambient sound snd_tunnels'(eerie02_loop) with volume -7.293525 haveHeart heartOn Quicksave_0 signal caught: Segmentation fault si_code 1 Trying to exit gracefully.. --------- Game Map Shutdown ---------- WARNING:Door DoorWardrobeA2 is not within a valid AAS area WARNING:Door DoorWardrobeB2 is not within a valid AAS area WARNING:Door DoorWardrobeB1 is not within a valid AAS area WARNING:Door DoorWardrobeA1 is not within a valid AAS area WARNING:Door sarcophagus_door is not within a valid AAS area WARNING:Door mover_door_monet is not within a valid AAS area ModelGenerator memory: 39 LOD entries with 85 users using 20311 bytes, memory saved: 47126 bytes. WARNING:idClipModel::FreeTraceModel: tried to free uncached trace model (index=0) --------- Game Map Shutdown done ----- Shutting down sound hardware idRenderSystem::Shutdown() I18NLocal: Shutdown. ------------ Game Shutdown ----------- ModelGenerator memory: No LOD entries. Shutdown event system -------------------------------------- shutdown terminal support About to exit with code 0
  25. Black Parade is released ! https://www.ttlg.com/forums/showthread.php?t=152429
×
×
  • Create New...