Jump to content
The Dark Mod Forums

Search the Community

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

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

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

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. I manually integrated and tested your PR. There is good news and bad news: The good news is that when running with the "GDK_BACKEND=x11" flag, using the clipper tool no longer breaks the window forcing me to restart DR afterward, the model / entity viewer no longer experiences the issue either. The bad news is that flag is still required, every viewport retains the problem if running Radiant in Wayland mode, we still have a big problem Linux users will increasingly run into as distros adopt it (KDE Plasma 6 now uses Wayland by default). So please integrate the PR if it doesn't break anything, it makes life much easier in the meantime! But this should remain open until either DR or WxWidgets or Wayland solve the core issue that exists when running in native mode.
  2. I've figured it out! There are 2 parts: 1. The FreezePointer class has a mismatch, it blanks the cursor on the top-level window but does the pointer locking on whatever particular sub-window (i.e. the 2D view widget) calls for it. The cursor has to be explicitly blanked on the same widget that locks the pointer. 2. The clipper tool updates the cursor whenever the mouse moves, even if it's in the middle of dragging and should be hidden. It was easy enough to guard against changing the cursor while the mouse capture is active. This also fixes the same issue that was happening in the 3D view of the model viewer (but not on the main 3D view). I'll submit a PR shortly, @greebo or others will need to test this change on Windows to make sure it doesn't do any harm there. EDIT: The PR is here: https://github.com/codereader/DarkRadiant/pull/37
  3. Oh my gosh, thank you for this! After reading what you just said, I realized I've in fact noticed the same thing in another program, but assumed it must be something completely unrelated: I've been working on creasing a CPU based voxel raytracing engine in Python, for which I settled with using PyGame. When the time came to implement first person camera control using the mouse, I noticed it did not work initially... however if I told my code to hide the mouse pointer first, locking it in the center of the window started working. It must be the same thing here in some form, Wayland likely has some very particular expectation on how the mouse pointer must be set in order to be locked. In fact just a few days ago, I tried a virtual worlds software called Vircadia / Overte again to see how it's been progressing. I activated mouse look mode and guess what happened: The exact same behavior of the view spinning endlessly as the cursor drifts away from the center due to lack of locking. So it's clearly happening to many things and not just GTK / WxWidgets related... but no all of them, most games (including TDM itself) work perfectly fine and mouse control never breaks. I'll try your solution later and mention the results, likely tomorrow as it's late now and I need to head off. If it works that would be incredible! At least as a workaround, we could simply not hide the cursor on Wayland, which will look ugly but at least allow using DR without needing hacks until they can solve whatever is happening on their end. Also Plasma 6 was just released, my distribution (Manjaro) will likely be getting it a couple of weeks or at most months from now. I'm curious how that will affect it: Hopefully it won't make the issue worse, but just in case I'd be happy to have a solution in Radiant before then.
  4. Noticed all of these only because I played TDM by doing the opposite of stealth to practice swordfights. None of these bugs appeared as long as I played the game stealthily. Should also note that I used Snatcher's Core Essentials @snatcher on and off, but your mod does not alter the AI anyway, correct? Bugs happened both ways. 1) AI freezes in combat - https://bugs.thedarkmod.com/view.php?id=6371 It happens a lot with auto-parry disabled. It never happened with auto-parry enabled. It never happened with some guards, while it happened many times with specific guards. They unfreeze when player dies, or when AI is forced to re-equip the melee when player returned from a spot that usually causes them to throw rocks. Also experienced behavior of them only slowly walking towards me at the pace of "hunched sneakily searching mode", attacking once finally in proximity. 2) AI may collectively lose the ability to hear any of the players noise caused by footsteps / landing. Still unsure of what causes this, but Lockner Manor has a good layout to get to the result. Just follow the right-most path and repeat the process of winning sword-fights with City Watch, and then jump around the next guard to see if they can hear you. If they can not hear you, likely nobody can. If they still can, just combat them too and you will likely have deaf AI by the time you have dealt with the 3 Watch Guards outside. In my experience, when they hear the death scream well enough to run to its location or start searching - the deafening did not work. 3) Helmeted AI does not react to (nor hear) players overhead sword strikes made directly on helmet, stealthily from behind. Not sure if the same issue as deaf AI bug, but happened at least once while it was active. (Lockner Manor) 4) (Moor?) AI may lose the ability to hear AND see player after nearby swordfights and after two slashes to bloody their face. (I may have also Moss Arrowed them to face). Any sword strikes I make simply go through their model with no audio of impact. Collision still gets player detected. (A Good Neighbor) 5) Crash to desktop when archer puts bow away to take out melee (while I may have collided with them on staircase). (Lockner Manor) 6) Crash to desktop when I shot a shortsword-wielding charging Noble. Sound of a deflected arrow played (same that you hear when shooting a stone wall), when I expected a flesh-hitting sound. (A Good Neighbor) 7?) Sometimes AI says "Ow that hurt" merely because I block their strikes. - Is this an intended feature? Do they take actual damage too? Anyway, I didn't find mentions about many of these issues. Reporting aside, if you want me to experiment with something or find ways to replicate - I don't mind updating this thread, as I plan to mess around with sword-fights anyway. Just posted this initial version should anyone want to chime in with similar experiences, and I wanted to know if some of these bugs could be mission-, or mod-specific. Maybe caused by much or unfortunately timed quicksaving / loading?
  5. Seems like the reddit voters are hoping that new missions will be "out there, strange, new". I guess they would've wanted a new "Unusual Contest". Regardless of the winning theme, voters will probably be giving higher marks for "crazy new stuff".
  6. Alright, I've tried this about two days ago and I had quite the fun in it. I think saying anything will be a spoiler, so my whole review will be a spoiler itself, here you go: Overall, it's a great short fan mission, it captures the Lovecraftian atmosphere very well, I always loved Lovecraft horror and I hope to see more from you!
  7. That bash script does not (as far as I can see) "extract all textures with specular maps". It extracts all materials to disk, then locates lines that include the word "specularmap" and blindly injects a couple of new material stages underneath. It does not identify the name of the material at all, and I'm not sure it will correctly handle materials where the specular map is part of a full stage block "{ blend specularmap ... }".
  8. A visually breaking change is planned for 2.13 (6354). Environment mapping is used when material contains a stage like this: { blend add cubeMap env/gen3 texgen reflect } Historically, there are two separate shaders for this case: one if the material has bumpmapping, and one if it does not. Note that if the material has diffuse or specular stage, then bumpmap is added implicitly. The shader with bumpmap was apparently "tweaked" by someone in TDM and got several major differences: it has fresnel term output color is tonemapped to [0..1] range using X / (1 + X) the color multiplier is hardcoded to (0.4, 0.4, 0.4) I'd like to delete all of these differences and restore the same behavior as in non-bumpmapped case. It is also the same behavior which is used in both cases in Doom 3 BFG (and supposedly in Doom 3 too). Speaking of points 1 and 2, nobody will notice the difference except in rare corner cases. The point 3 however is serious. It is also the main reason behind the change. Right now nobody can tweak the intensity of environment mapping: if you try to set red/green/blue/rgb, these settings are simply ignored. Now the problem is that the intensity of most environment mapping materials will change. In core files I see text like this (stainglass_saint_01) : { blend add maskalpha cubeMap env/gen3 // tone down the reflection a bit //I see no evidence that these values do anything red Parm0 * 0.2 green Parm1 * 0.2 blue Parm2 * 0.2 texgen reflect } Since the default parameter was 0.4, after the change this material will get 2x less intensity. The situation is even worse if rgb multiplier is not specified, since then it will change from 0.4 to 1.0, i.e. envmapping will become 2.5 times brighter. I can probably collect the list of all materials using environment mapping, but I'm not sure I'll be able to check them all one by one. Perhaps I can delete existing rgb settings, blindly set "rgb 0.4" and hope for the best.
  9. I felt like an absolute dunce, when I started the mission for the first time... Because, the note confused me. I thought that I was supposed to complete the task on the note and then return to this door, it will be open I'll talk to an NPC or something and will progress further. So I spent several minutes looking for a door outside, and finding none. I thought - maybe I need to use the window, it's partially open, I bet I can squeeze through it. So I did, and fell out of the map, whereupon I saw the rest of the map and realized that the note was slipped under MY front door. Had to restart =D I enjoyed the mission, but I also missed the painting. I should've tried "the Number" right away. The sneaky boi was great, I wish we had encounters like that on some occasion. It's such a novelty IMO. I wasn't attempting the Ghost so eventually I was fed up with this guard and used my gas arrow, then... this happened. I enjoyed the final stretch, but my immersion was broken a little, because the area where we get a new mission had a missing wall and a floating tree, for some reason. Great map, and mission. PS: I realize that they probably just drop them, but taking first mission into the account, I can't help but think that people eat fingers with rings on them.
  10. Well some good news for those who have the 2080 ti and no money to upgrade to the 4000 series. Alan Wake 2 runs at > 70 fps with the FSR3 mod on it at high at 4K need to set "m_bLensDistortion": false, in AppData\Remedy\Renderer.ini to get rid of some ghosting effect on the main char when moving, but other than that it looks quite nice. the FSR3 mod is here -> https://www.nexusmods.com/site/mods/738 an alternative is this mod -> https://www.nexusmods.com/site/mods/757 which also supports intels xee models. there is also one for slightly older AMD cards but it is a paid mod and the author got himself into quite a shitstorm due to some rude behaviour so i wont link it here, look for LukeFZ if you really must. The other FSR3 mods require an RTX or Xee card so for nvidia everything from a 20 series and 30 series. The LukeFZ mod also supports the older GTX 10 series. One thing to note is that your card must be able to handle atleast 30 FPS minimum else it will look like crap and if movement is laggy without it it will still be laggy with framegen (this also applies to cards that support it natively like the 40 series).
  11. I can't wait to try this, Lovecraft's works are one of my top favourites all time, so glad to know there's more than one author who is inspired by it. I never got the chance to read "The Terrible Old Man", but I did read "The Picture in the House". I have this good memory of playing Neverwinter Nights, somebody made a fantastic module about the work I just mentioned, "The Picture in the House", it's actually what inspired me to read it. Let's see how influential this mission will be!
  12. If you supply me a list of what info_locations are connected to what locations on the navigation-map I will make an automap. It's impossible to make one without this knowledge. Same for mision 2. I also understand if you don't want to do this.
  13. Oh no, that's not how the Steam Deck works. On a computer, each key is programmed to do only one thing.In any game, when you press "F", the system will understand that the "F" key was pressed. But on the Steam Deck, I have to assign functions to each key myself. For example, I can make the "A" button act as "space" and the left trigger as "right-click". That's why I'm saying that opening the console on the Steam Deck is difficult. Even though it has a lot of buttons, I have to temporarily program three keys for functions that are not really used.
  14. Try the following: set the npcs' reaction to noise higher via the console by entering tdm_ai_sndvol 2 or 3. i recommend to use not higher than 3, cause if the value is too high, the npcs will hear you from much further away, which could brake the game. with this setting you need to move slowly more often and running around like a beheaded chick is no more. it somehow works for me. maybe u want it harder, then make the movement a bit slower with these settings. e.g: pm_mantle_fastMediumObstacleHeight 0 pm_fastLowObstacles 0 pm_creepmod 0.75 pm_runmod 2.00 pm_walkspeed 60 pm_mantle_push_msecs 1200 pm_mantle_hang_msecs 1125 pm_mantle_pushNonCrouched_msecs 825 hf
  15. I'm looking for the setting that controls the number of difficulty levels in the options menu. The current "hardcore" setting is not challenging enough for me, and I'd like to make it more difficult, like this one for thief. I can edit the Darkmod.cfg file and would like to know if I can create a separate *.pk4 file with this file, removing everything unnecessary except the parameters I need. Will the game load the default settings from the game root and the additional data from my file? Of course, it would be better if you could tell me how to create an additional difficulty setting. I've searched through all the archives and couldn't find what I need. Thank you for your help.
  16. Overall, your pack seems almost perfect to me!) Maybe it would be possible to add a frob outline like in the unofficial patch. I only play with the Steam Deck, and using the console on it is very difficult. After all, each button on it needs to be configured separately. Maybe if someone suggests what I can directly configure in the config, it will completely solve my problem. I haven't played many missions yet, and the ones I remember are the two standard ones and "No Honor Among Thieves." There are a lot of items in these missions. Adding new skills has become frustrating for me because it takes a long time to find the right item in my inventory, and this happens every time. I also wanted to say that I haven't found a proper use for the OBSERVATION, COMBINATION, DISTRACTION, and ALTERATION skills. I play on the highest difficulty and don't feel like it's too hard for me, and all these skills, in my understanding, are designed to simplify the gameplay. In theory, MANIPULATION should also be on this list, but I found a use for it.) But no matter where or how I use OBSERVATION, I always see blackness. Maybe it depends on the map? The main problem is still the inventory. I would like it to have fewer unused items.) I even throw away picked up books and scrolls after reading them to keep them from cluttering up my inventory. I also installed the original Thief games, and it feels like they have a lot fewer items. That's how it is.
  17. @snatcher I understand that when you feel your work doesn't live up to your goals that you don't want it out in the wild advertising your own perceived shortcomings but that leads to a troubling dilemma of authors who are never satisfied with their work offering fleeting access to their in-progress designs then rescinding them or allowing them to be lost. When I was a member of Doom3world forums, I would often see members do interesting experiments and sometimes that work would languish until someone new would examine it and pickup the torch. This seemed like a perfectly viable system until Doom3world was killed by spambots and countless projects and conceptual works were lost. I guess what I am trying to say is that mods don't need to be perfect to be valuable. If they contain some grain of a useable feature they might be adapted by mission authors in custom scenarios. They might offer instructive details that others trying to achieve the same results can examine. It would be great if known compelling works were kept somewhere safe other than via forum attachments and temporary file sharing sites. I suppose we used to collect such things in our internal SVN for safe keeping but even that isn't always viable. If folks would rather not post beta or incomplete mods to TDM's Moddb page, perhaps they would consider creating their own Moddb page or allow them to be added to my page for safe keeping. Please don't look at this as some sort of pressure campaign or anything. I fully understand anyone not willing to put their name next to something they aren't fully happy with. As a general proviso, ( if possible \ permitted ) I just want to prevent the loss of some valuable investigations and formative works. The end of Doom3world was a digital apocalypse similar to the death of photobucket. It is one of my greatest fears that TDM will become a digital memory with only the skeletons of old forum threads at the wayback archive site.
  18. Thanks for your nice answer me too upps - love lovecraft (what a fine name /makes me think for "Good Will Hunting ) i don´t know this special Story , and i surely prefer his darker Chutullu works : but most of all is Algernon Blackwood´s "The Willows" ( a TDM of that would be Incredible ; but like it had been said about a Dune-Film ; i think it´s not possible ---- but give it a try )
  19. There's a cool trick that is making what you have on your "hand", very small, or at lest smaller enough to not get out of the player collision mesh, so it can never reach a wall, the player collider prevents it. And then move the object very near the camera "lens" and it will look big and normal despite the small size, is a nice trick that I learned a few fps games use. But I don't think is the one idTech 4 uses... Unfortunately I don't recall what that trick/hack is anymore, I just remember something about the engine code having what idSoftware called "weapon hack", probably just looking at the engine code and searching for weapon hack, will give some results, thou like I said, right now, I don't recall how it is used.
  20. No, too many variables involved: external app, controls configuration, game settings... We are talking Master Thievery Level here, most of the taffers will get nowhere.
  21. Yeah, that's two separate things going on. The Builders will eventually flip out if one of them is crushed by the elevator and they spot his corpse, but the other bug was legitimately a bug. The location separators between different areas have a sound loss associated with them so that a sound occurring on one side of a doorway is heard by AI at, say, 10 or 15 dB quieter. One of these was set to a negative sound loss, ie, it amplified the sound turning it into a huge megaphone that blasted noise all over the level. It wasn't just setting off the Builders but also all of the watchmen, the apartment landlord, and often the undead. To make it worse, the bug only had this effect on Windows. I'm a Linux user so it took me forever to figure out what was happening.
  22. Congrats on the release! Remember to check ThiefGuild as well as the DarkFate forums (via Google Translate) for additional feedback.
  23. I thought it would be convenient to collect in one place a list of all mods\addons\improvements created by the community for TDM. After surfing the entire forum I collected the following list of mods, and I present to you their list below. I will be glad if you correct me and provide any other links to mods that I may have missed. Graphic mods Fresnel Mod (MoDB link) Flame Glare Mod (MoDB link) ModPacks Unofficial Patch (MoDB link) TDM Modpack (MoDB link) (with the possibility of separate installation) Gameplay mods Augmentation Mod Wearable disguises Player Lamp (beta) Adjust player speed with mouse wheel Stealth Statistics Tool & Loot Stealth Stat (MoDB link) Textures TDM Texture Mod Small UI tweaks Reflections to all materials containing specular maps Sounds New Footstep sounds Collection of adjusted sounds by Anton Thiefier Sounds Blackjack Draw/Sheath SFX (MoDB link)
×
×
  • Create New...