Jump to content
The Dark Mod Forums

stgatilov

Active Developer
  • Posts

    7587
  • Joined

  • Last visited

  • Days Won

    310

stgatilov last won the day on August 1

stgatilov had the most liked content!

Reputation

3705 Deity

4 Followers

About stgatilov

  • Birthday 08/26/1989

Contact Methods

  • Website URL
    http://dirtyhandscoding.github.io
  • Jabber
    stgatilov@gmail.com

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have deleted them in the core script recently. They were not used in any released mission. I have suggested a trivial replacement to the author in the beta thread.
  2. I think you can find the breakpoint in the code and check the full path of the file. Probably this file exists somewhere. No, such a file does not exist in assets repo and in the mission repo.
  3. There are weird black bars when starting the Download Missions screen on 21:9. They disappear when the list of missions show up. UPDATE: Fixed in svn rev 17575.
  4. dev17570-11349 is available.
  5. Recently @covert_caedes has ported an extension for GUI system from dhewm3, which allows to customize how GUIs are scaled depending on the window/screen aspect ratio. The newest dev build (dev17570-11349) already contains a lot of customizations, so you may notice differences with aspect ratios like 21:9 or 4:3.
  6. Can't say anything certain. There is the well-known trigger that turns large shadow map lights into stencil shadows, in which case alpha-testing does not work. Aside from that, I don't think there is any special cases for alpha-tested shadows.
  7. The same happens if you execute "kill Streetwalker", and will probably happen on any map for any AI that is completely removed from the game. Your threads holds entity reference and uses it all the time, and when the entity dies we get this warning.
  8. Ultimately, it depends on how serious the necessary changes are.
  9. dev17562-11331 is available.
  10. I booted into Inn Business FM and got these warnings: WARNING:script\tdm_ai_head_tracking_humanoid.script(245): Thread 'ai_darkmod_base::updateHeadTrackLoop': Tried to call function on non-existent entity (#805) WARNING:script\tdm_ai_head_tracking_humanoid.script(246): Thread 'ai_darkmod_base::updateHeadTrackLoop': Tried to call function on non-existent entity (#805) WARNING:script\tdm_ai_head_tracking_humanoid.script(245): Thread 'ai_darkmod_base::updateHeadTrackLoop': Tried to call function on non-existent entity (#805) WARNING:script\tdm_ai_head_tracking_humanoid.script(246): Thread 'ai_darkmod_base::updateHeadTrackLoop': Tried to call function on non-existent entity (#805)
  11. I recall that body awareness was considered at the very beginning, and was rejected. It feels like one of those cases where and idea might sounds cool, but doing it now would go against the original design of the game.
  12. Don't remember. But yes, if these arms were working fine at some moment, then it's probably some of these "hacks" that are responsible.
  13. It still can. If GPU driver (its user-side part) corrupts memory, I guess it can break memory allocation for the program.
  14. CRawBuffer is a small class that I wrote as my first contribution to TheDarkMod around 15 years ago It is only used for saving/loading the game, so I assume you got the crash during that moment? But seriously speaking, I'm not very confident we can catch this. I had some sporadic crashed in memory allocation routines on my PC, but I never managed to track them down. If there is something wrong, it can crash / not crash depending on TDM version and maybe even Windows update... And somehow I doubt it has anything to do with GPU drivers, GPU is not used during game save/load. As a first step, you can try to record a crashdump. There is one detail though: since don't get a real crash. If you see the special blue screen, then you get a "fatal error". If you set cvar "com_error_crash 1" in game console, then all fatal errors would convert into instant crashes, and in this case you can record a proper crash dump. This cvar is internal, it does not persist on game restart. If you need some time to reproduce the bug, then you can add the line "com_error_crash 1" into autoexec.cfg in the directory with TheDarkMod.x64. You can execute "com_error_crash" in-game to check if it got the proper value.
  15. A small comment from me. I used to run missions with "Very High" LOD setting, because architecture modules LOD switches in New Job look awful to me. I have not seen much FPS difference depending on LOD settings anyway, but maybe it exists on a few specific maps. Now that I have added "Full" LOD, I'll just run it Unless lower LOD is needed for testing.
×
×
  • Create New...