Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/folder paths/' or tags 'forums/folder+paths/q=/tags/forums/folder paths/&'.

  • 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. TDM has tons of textures from "free" texture resources that do not allow redistribution and cannot be incorporated into a commercial project. Someone would need to create a huge replacement pack of textures that do not break the look of existing missions and do not infringe on the copyrighted textures. Also, many artists who contributed to this project do not want 3rd party entities to use their work in commercial projects. They intended the models, textures, sounds, animations to be exclusively used for Darkmod content. You would either have to replace ALL assets or contact every contributor and ask them to re-license their assets. Many contributors are no longer active with the project and haven't visited the forums in years so it would be no easy feat. I cannot speak to Debian policy but I think that they treat installers that add non-free content the same as non-free content itself. One could argue that Steam is such an installer but I guess Debian would counter that there are a few fully Libre games on Steam. I think Debian, Ubuntu, or Linux Mint need to consider a repo that allows for games (etc) that include non-libre content but intentionally offer this content for free to the community with no stipulations other than "don't try to sell it as a product".
  2. The gamepad implementation allows for a great degree of flexibility to personalize settings, aside from a few minor issues that I mentioned here: https://forums.thedarkmod.com/index.php?/topic/22337-gamepad-bindings/ I would say that playing TDM with a gamepad works very well, especially considering that it was implemented as experimental and hasn't been changed since then. If I could, I'd go back to 2021-you and congratulate you on buying that gamepad. I notice that your DarkmodPadbinds.cfg looks very different from mine...
  3. It seems like more and more "thief" and "thief players" is becoming a short hand to dismiss community members earnest desire to improve the game - which happens to be a barely legally distinct "thief style" game which was made by thief fans for thief fans and is "designed to simulate the stealth gameplay of Thief". Who is the predominant player base of the game supposed to be beyond fans of the thief games? Is there some better avenue to find feedback for the game beyond this forum? FOSS and linux forums? I have seen maybe half a dozen posts from that segment. I am a thief fan, I play thief fms, my association with those games is what drives me to play and make things for this game. Are we supposed to pretend the original games are not a huge reason why most of us are here at all? TL;DR version:
  4. Sorry, but that is mechanically impossible. ^^ I am going to assume that you didn't mean the Hold-Grabber, but the Toggle-Grabber on Short Press. To that, I would like to raise two comments: There has already been a huge discussion about this topic that I didn't partake in. I only see the result of this discussion, which is the current implementation, and I wouldn't feel comfortable to just ignore this and do something else. What you are asking for is not a simple extension, but a different code-path, which makes things messy, and the frob-code is already quite messy as it is. I understand where you are coming from, but please understand that I don't feel comfortable to go through with it. Also, our lead dev also has a say in this and I doubt he will be happy to open up more code-paths. You still have the original control scheme to fall back on, if it is so important to you to have the Toggle-Grabber on short press.
  5. Thanks! 1) Doing LONG_PRESS PAD_A (what I, for lack of knowledge, call "jump-mantle" or "_jumpmantle") differs from doing PRESS PAD_A ("_jump"). "_jumpmantle" differs from "_mantle", so they must be mapped to different button-calls. "_jumpmantle" differs from "_jump", so they must also be mapped to different button-calls. This appears to be the case, but it is not evident (or changeable) in DarkmodPadbinds.cfg. "_jumpmantle" seems to be hard coded to always connect to the same button as "_jump" but with a long press. It is as if bindPadButton PRESS PAD_A "_jump" is not actually just binding PRESS PAD_A to "_jump", but rather interpreted as "link PAD_A (regardless of button press time) to behave exactly like keyboard SPACE for short and long presses". I would have expected the default DarkmodPadbinds.cfg to explicitly read: bindPadButton PRESS PAD_A "_jump" bindPadButton LONG_PRESS PAD_A "_jumpmantle" bindPadButton PRESS PAD_B "_crouch" bindPadButton LONG_PRESS PAD_B "_mantle" ... but neither LONG_PRESS PAD_A or "_jumpmantle" is listed in the file. If there are actions "_jump" and "_mantle", I suppose there must also be an action "_jumpmantle" since it is possible for the player to do all those movements: * "_mantle" does the movements "crouch on the high surface, then stand up" * "_jumpmantle" idoes the movements "jump slightly forward, then land standing on the high surface" * "_jump" idoes the movements "jump up, then land exactly where you started" If the actions "_jump" and "_moveup" are not synonymous, then perhaps the action "_moveup" is what i call "_jumpmantle"? 2) Thanks for the link! It was useful in more than one way. I'll link to that page from https://wiki.thedarkmod.com/index.php?title=Bindings_and_User_Settings#Gamepad_Default_Bindings if I can get an account on the wiki, which proved more difficult than i thought (https://forums.thedarkmod.com/index.php?/topic/22327-how-can-i-create-an-account-on-the-tdm-wiki/). However, it does not answer my question how to find out the name ("<button>") used for a button on my gamepad. Basically, I would need to press the button on my gamepad and some program could tell me "That button is called 'PAD_A'". In my case, I have a gamepad "Logitech F310" (https://commons.wikimedia.org/wiki/File:Logitech_F310_Gamepad.jpg) which has a "Logitech button" (see image) that I want to use. I was hoping to find out the "button name" for that button and then edit DarkmodPadbinds.cfg to map it to a function. 3) ... but if that button has an "unusual name" that TDM does not recognize, then it may perhaps not work. E.g. if that button is called "PAD_LOGITECH" and TDM cannot recognize that name, then I cannot map anything to it via DarkmodPadbinds.cfg. Using QJoyPad I can map any keyboard key to it instead, as a workaround, but I cannot map MODIFIER to it (since MODIFIER cannot be set to a keyboard key). If current implementation is still called "experimental", then I must say it works very well; @cabalistic: kudos for that! I may not have continued playing TDM had it not worked with a gamepad.
  6. Time ago it was discussed here about Hearing Impaired and Hearing Unimpaired modes. Nothing was decided back then and now we have everything. This actually turned to be a good move because code-wise we now have lots of tools at our disposal but, in my opinion, by firing everything at all players we may end up alienating many / most. I want the average player - interested in subtitles - to keep subs enabled and have a good time enjoying the good work done here and elsewhere and I keep working on an alternative: Alt Subtitles for 2.12 v0.1 Background replaced with a (fake) font outline Widget removed (too many things to focus on) Text transparency based on distance (imperfect) Story subs can take up to three slots Barks limited to a single instance Yellow color for story subs (intensity reduced a little from previous attempts) Light grey color for barks It is far from perfect but it may lead to other ideas. Download the pk4 attached to this post and move it to your root folder. I suggest taking the Braeden Church mission for a spin. Delete the pk4 once testing is complete. z_alt_subtitles_v0.1.pk4
  7. It is possible that this is a setting that needs to be activated to work: https://mantisbt.org/forums/viewtopic.php?t=23221
  8. I think moving them to the FM-specific folder would be the right thing to do.
  9. Does that work with reloadXData as well? I didn't test with core files. I tested with fm's subtitles. I tested with a subtitle I made (and is now included in fm) for WS5. At the start of the mission you walk for a bit and you get a monologue of some drunk guy containing multiple (sound+)srt files. Later I tested inline on Braeden Church. Btw. do you think these sound files might be used by other missions? Otherwise I would move them to the fm folder including the subtitles. //Note: These sounds are mostly specific to Saint Lucia mission. //But for some reason, they are located in core, so better define their subtitles here. subtitles tdm_stlucia { verbosity story inline "sound/voices/builders/builder1/conversations/builder1_conv_4.ogg" "It is not for me to question Brother Renald, but it does seem that there is naught but rats and beggars to guard against." inline "sound/voices/builders/builder1/conversations/builder1_conv_3.ogg" "As you say. Though the Lord Builder is known to work in ways most mysterious." inline "sound/voices/builders/builder2/conversations/builder2_conv_3.ogg" "Indeed. It is not our place to question. Our obedience doth honor Him." inline "sound/voices/builders/builder1/conversations/builder1_conv_1.ogg" "How much longer must we guard this accursed place?" inline "sound/voices/builders/builder2/conversations/builder2_conv_1.ogg" "The archbishop doth come two days hence." inline "sound/voices/builders/builder1/conversations/builder1_conv_2.ogg" "I should be ashamed to have His Eminence in such a place as this." inline "sound/voices/builders/builder2/conversations/builder2_conv_2.ogg" "It is hard to imagine a true miracle doth take place here." } Edit: I think it's simply possible to do a search in all fm's to see if these files are used outside of Saint Lucia.
  10. It is possible to override "core" files in TDM, without messing with the original files, from the beginning. This is a feature of the Doom 3 engine and obviously transitioned into TDM. In Doom 3 and TDM, you just make a copy of a def, mtr or any other file inside your mod or mission folder, respect the same virtual file path from the originals and the modified files will take precedence over the files inside the .pk4's. This could be used by mission makers to for example override the "noshadows" from some alpha materials, for example to permit trees, grass, banners, etc, in their mission to cast shadow maps, something the core materials can't do because they are limited by the need to support the old stencil shadows. But a brave mission maker, could recommend players to only use shadow maps on their mission and say, if a player wants stencil shadows they will have to accept that trees will cast ugly shadows. (I'm sure there's ways to automatically disable shadows for trees and such, when a user sets stencil shadows on, but it may take a bit of scripting madness...)
  11. I am going to sort-of reveal that this is loosely like the nature of my upcoming mission. I noted it here when JackFarmer asked about things that are coming along in this post: https://forums.thedarkmod.com/index.php?/profile/37993-jackfarmer/&status=3943&type=status It too is a builder church. The player is requested by a hopefully famous character in another mission to handle some business that is affecting the congregation. I am looking to invoke some info and history laid down in other missions as a hook story.
  12. Automatic subtitles generation with Whisper I found a far better alternative to auto generate almost perfect srt files: Whisper. https://openai.com/research/whisper https://github.com/openai/whisper For example I did a test with file Simeon3.ogg, a 44 seconds voice file from fm A house of locked secrets. By using command in terminal: whisper Simeon3.ogg --model small.en After a very short time (could be due to it using nvidia cuda, not sure) it creates a bunch of export files, including an srt file with contents: (be warned that you will read the contents of an audio file of a mission, potentially spoiling something) This is almost exactly how it is supposed to be. Not only does it pick up the language all perfect, it also creates full sentences with punctuation. This is far better than the VOSK method in Kdenlive, which I had to edit afterwards. After that I load it in Kdenlive together with the sound file and make a couple of easy corrections to the flow. Basically you have to make sure that in the gaps in the audio file the subtitle sentences also stop. See example below: This is probably a 10x faster workflow. Edit: You can also list all the files in the command. For example (from dir with voice files): whisper Carlotta1.ogg Carlotta2.ogg Carlotta3.ogg -o ./../../subtitles --model medium.en -f srt This command generates the subtitles from these 3 files and saves them in the subtitles folder in (only) srt format. If you want inline, you copy them over from the srt files. Instead you can just use srt for all voice files. Edit 2 Currently I use this workflow: In the folder with voice audio files I make a folder subtitles. Then I open a terminal window in the voice folder. Then I do the following command in the terminal: whisper Carlotta1.ogg Carlotta2.ogg Carlotta3.ogg -o ./subtitles --model medium.en -f srt Afterwards I move the subtitle folder to another folder with voice files and repeat steps 2 and 3 or if I'm done I move the folder to the root folder of the mission.
  13. You can create shortcuts to DR, passing an fs_game=your_fm parameters to DarkRadiant.exe, e.g. DarkRadiant.exe fs_game=fms/yourmission It will override the setting saved to the user.xml file in your settings folder. Works with fs_game_base as well.
  14. I created the page: https://wiki.thedarkmod.com/index.php?title=Lightgem In the source I placed the following text: <!-- Page text made by forum user Fiver: https://forums.thedarkmod.com/index.php?/topic/22327-how-can-i-create-an-account-on-the-tdm-wiki/&do=findComment&comment=491145 --> Personally I think the page isn't really necessary because the info is already present under HUD.
  15. I dom't use it, i found it here with the filter set to OpenSource. the TOS and PP isn't excluding for an OpenSource app, if they use ads mean that they also need to pay an server for this online service. OpenSource is not synonymous with free either, perhaps after the beta phase it is no longer free, so perhaps you can take advantage of the fact that it is still free to create a series of textures that can be used or search another one in Futuretools. AI generated textures and assets, by definition, don't have any copyright, so you can use them as you want. https://www.futuretools.io/?pricing-model=free|open-source&tags-n5zn=gaming
  16. hm..I I put a mtr file with that text in the materials folder...but then lightening is not triggered anymore in game on my end...
  17. I'm on Windows 11 with v2.0 x64 of Foobar2000, DR version is 3.8. I have one custom component installed: UPnP MediaRenderer Output. I wanted that component to stream audio from my laptop to my internet radio (Imperial Dabman i200), but it barely works because the radio constantly has to pause to rebuffer and after a minute or two the connection breaks off completely. It also seems that Windows Explorer has started crashing whenever I try to open a folder after foobar2000 has been started. Not to mention my internet browser getting frequent lag spikes after I started using Youtube music in it. System stability sure took a nosedive recently with these audio fumblings... Doing a full virus scan now to be sure.
  18. Hi all I know we had this topic a few years back but I don't want to necro the thread and I have a specific demand: I am searching for FMs in which the guards have lots of randomized patrol paths. With randomized I mean that they have several branches which they randomly pick each time they come by. I do not mean a randomization that only happens once during mission start (replay ability). Background : I understand the idea that the player should be able to memorize patrol paths in a certain way and be able to sneak past them. However this bores me often a lot and takes away the excitement. I want to be surprised and don't want to feel safe in rooms where I learned that no guard will come by. I would be happy if you guys could tell me your mission names in which such randomized paths are used heavily. I especially like mansion maps but that's not a must. Thank you for every hint!
  19. This is a Skyrim-style door which opens just a bit into a black_matt "void" before teleporting the player to a different area of the map, which may represent the other side of the door. This is used for connecting physically separated map areas with each other, such as when there's an exterior/interior split of a building or ship to allow for more mapping freedom. It's based off the func_mover, so it's only distantly related to normal doors and works slightly differently. Usage is to specify rotate/translate/move_time/accelTime/decelTime/snd_open/snd_close, target an info_player_teleport entity and optionally the corresponding door on the other side. It'll trigger all other targets and automatically detect up to 2 door handles. Currently no support for locking or AI pathing. At the end of the video you see something to be careful of: don't put bright lights on the other side of the door where the player can get seen. Also noticed the audio is a little bit delayed in this video. teledoor.pk4 The download comes with a prefab and entity def with tooltips for new spawnargs. Drop or extract the .pk4 in your FM folder and you will find a new entity atdm:teledoor in the folder movers/doors. Remember to update your tdm_custom_scripts.script if you've already modified yours. This is the scriptobject: And entity def:
  20. In the first post of the other topic Geep proposed: Then Stgatilov's answer: But I think applying subtitles in different languages shouldn't be too hard I would think, but I don't know how the current translation system works. The engine should apply the correct subtitles based on the applied language setting, this doesn't need a whole new language system I think. Not sure who's going to write those subtitles though. I can only do Dutch and English and nobody needs Dutch I think. I suggest further discussion of this to take place in topic https://forums.thedarkmod.com/index.php?/topic/21741-subtitles-possibilities-beyond-211/
  21. Mandrasola is a small sized map in which aspiring thief Thomas Porter steals some herbal products from a smuggler. The mission was created by me, Sotha and I wish to thank Bikerdude, BrokenArts and Ocn for playtesting and voice acting. Thanks goes naturally to everyone contributing and making TDM possible. This mission occurs chronologically before the Knighton's Manor, making it the first mission in the Thomas Porter series. Events in chronological order are: Mandrasola, The Knighton's Manor, The Beleaguered Fence, The Glenham Tower and The Transaction. The winter came early and suddenly this year. Weeks of strong blizzards and extremely harsh cold weather hit Bridgeport hard. With the seas completely frozen, a rare occurence indeed, most of the City harbor commerce has stopped completely. Vessels are stuck in the ice and no ship can leave or enter the City, resulting in the availability imported goods declining and their prices skyrocketing. One of these imported items is Mandrasola, a rare herbal product, which is imported overseas from the far southern continents. Mandrasola has its uses in alchemical cures and poisons, but mostly this substance is used for its narcotic qualities by commoners and even the nobility. The problem with Mandrasola is that excessive use is extremely addicting and the withdrawal effects are most grievious. Many are utterly incapable of stopping using Mandrasola and are transformed into quivering human ruins if they do no get their daily dose. And now this expensive and rare substance is running out from the whole City. Me and my fence, Lark Butternose, would love to grab this monopoly to ourselves: selling the last few doses in the City would probably be worth a fortune. According to Lark's sources, there remains only one smuggling lord who still has Mandrasola in stock. The problem is that this individual maintains an exclusive clandestine operation and only supplies a few nobles. Despite our best information gathering efforts we couldn't learn who the smuggler is and where he or she operates. Luckily we have an alternate plan. While searching for Mandrasola related information, we learned that a noblewoman called Lady Ludmilla is addicted to the substance and has paid high prices for small amounts of it. We also know that she has visited frequently someone in the Tanner's Ward waterfront, and since she goes to the area personally we believe she is visiting the smuggler. The plan is simple: I must monitor Ludmilla's most likely entryway to the Waterfront and then follow her to the smugglers hideout. I'd better be very careful around Ludmilla. She must not realise I'm following her or she probably won't lead me to her dealer. Hurting her is also out of the question. After she leads me to the smuggler's hideout, I can take my time to break in carefully and steal all the Mandrasola I can find. While I'm there it wouldn't be a bad idea to grab some loose valuables as well. I've now waited in the blistering cold for a few hours already. Looks like there are a few city watch patrols in the area to complicate matters... I think I heard a womans voice beyond the north gate. That must be lady Ludmilla, I haven't seen many ladies in these parts. I'd better get ready.. Links: Use the ingame downloader to get it. WARNING! Someone always fails to use spoiler tags. I do not recommend reading any further until you've played the mission.
  22. Since a few versions the settings are saved by minor version - so DR 3.7 is storing its settings in a "3.7" subfolder, and DR 3.8.0 is saving them in "3.8". (DR 3.7.1 and 3.7.2 would use the same "3.7" folder.) Settings are carried forward the first time you start a newer version. So, when DR 3.9 first starts up, it will use the settings of the highest previous version available, then store its settings in the "3.9" subfolder to not overwrite anything from previous versions. (This is similar to what's Blender is doing, at least I think it is.) What's correct though is that the "portable" version is not differing from the installed one in terms of where it stores it settings. They both behave the same. One could maybe vote for having the portable version to store its settings right next to the executable. But to support this, we'd need a configurable code path or maybe even a separate compilation for the portable edition.
  23. The new version of DR is crashing on startup, and an older version (2.8), the one I'm trying to update, still opens fine. Do you know of any reason why the new version of DR would crash over older versions and a fix that I might try? Also, I set the initial configuration "mission" slot to a possibly bunk folder, and I wonder if that's contributing to the crash. So I wanted to know how to either reset the initial config window, or anyway where the config file is so I can either delete it or edit it directly. Edit: Okay, I found the config file in ...\AppData\Roaming\DarkRadiant. I deleted it, I redid the initial config & left off the mission info, and it did reset. But that didn't stop the crash on start up. So it must be for some other reason. This laptop uses an Intel graphics card (not a specialized one), so that might be related to the crash too. Anyway if you know how I can stop the crash, let me know, otherwise I'll use the older version. This is a convenient little laptop to build on, even without a graphics card.
  24. Announcing the release of the fourth William Steele mission! Summary Steele is in what’s left of the quarantined Warrens, where he searches for the elusive murderer Gyles Deacon and evidence that Deacon was responsible for murdering Steele’s parents. The William Steele Missions The Warrens is the fourth of several Steele missions. Altogether they'll tell a story of corruption, greed, and revenge. At some point, I might package them as a campaign, in addition to the single missions. (We’ll see about that.) If you haven’t played WS1: In the North, WS2: Home Again, or WS3: Cleighmoor I suggest you complete those before playing WS4: The Warrens. Download The mission is available from the in-game download page. In addition, it can be obtained here. Place ws4_warrens.pk4 in your fms folder. TDM will recognize it as a new mission. Build Time Nearly 4 years. I18n The Warrens is ready for translation. EFX This mission is the first William Steele mission to take advantage of EFX, so make sure you turn that on. Thanks Thanks to the TDM team for creating a terrific platform for storytelling and stealth gaming. Thanks to my beta testers: Abusimplea, Aluminum Haste, Bikerdude, Boiler's_hiss, Cambridge Spy, ERH+, nbohr1more, Ubersuntzu, unfairlight, and Xarg. Thanks to Goldwell for his voice work on the opening monologue and the voice on the cylinder. Thanks to Sotha for a praying animation for the priest. And thanks to YOU, for playing! Known Issues If you experience low frame rates, please consult the Performance Tweaks page on the Wiki. Important This mission requires TDM 2.06 or later. The William Steele story relies a lot on readables. Please try to read every readable you find. Most importantly, Enjoy! Screenshots WS5: Commerce Bank Commerce Bank finds William Steele seeking important information in the halls of a prestigious institution. You can find it here.
×
×
  • Create New...