Jump to content
The Dark Mod Forums

snatcher

Member
  • Posts

    900
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by snatcher

  1. I detect two use cases where the script is limited: Trying to blackjack AI on the move (players may want to lean forward) Trying to pickpocket AI on the move (players may want to lean forward) The proper implementation of a Lean Modifier Key should be: If the player is moving and the Lean Modifier Key is pressed, the player leans while moving. If the player is not moving and the Lean Modifier Key is pressed, the player simply leans.
  2. @nbohr1more Unable to reproduce in 2.12 in The Transaction in these circumstances. No point in trying in 2.13. I experienced few bow crashes in 2.12 in other missions though, I just don't keep track of these events anymore.
  3. Taffers, Time ago @Obsttorte and I worked on an AutoHotKey script that allows to control the player speed with the mouse wheel. In a further attempt to reduce the amount of critical keys this game demands I also created back then a script that allows the Left Alt Key to act as a lean modifier: Left Alt + W = Lean forward Left Alt + A = Lean left Left Alt + D = Lean right I never got around publishing the script because it isn't as good as it needs to be but I think we can debate regardless whether such a Lean Modifier Key would be welcomed in the core game or not. The most interesting aspect in my opinion is that we can claim back important keys such as Q and E and use them for other purposes. ---------------------------------------------------------------------- Here below is the script in case anyone wants to give it a try (you must be familiar with AutoHotKey). The required key bindings for the script to work are: Move forward [W], Strafe Left [A], Strafe Right [D] Lean Forward [Numpad8], Lean Left [Numpad4], Lean Right [Numpad6] You can of course change the script to your liking.... #IfWinActive ahk_exe TheDarkModx64.exe ; run only when TDM is in focus <!w:: while (GetKeyState("LAlt", "P") && GetKeyState("w", "P")) { Send {Blind}{Numpad8 down} } Send {Numpad8 up} return <!a:: while (GetKeyState("LAlt", "P") && GetKeyState("a", "P")) { Send {Blind}{Numpad4 down} } Send {Numpad4 up} return <!d:: while (GetKeyState("LAlt", "P") && GetKeyState("d", "P")) { Send {Blind}{Numpad6 down} } Send {Numpad6 up} return Cheers!
  4. Perhaps this is because your in-game brightness is very high and the Start Mission option blends with the background...
  5. Right now it cannot be done (the way I think you picture it) but mission details could be made available by the developers for modding ... In the meantime: Use AngelLoader (the one tool for all your mission management needs) Use the Unofficial Patch (or parts of) Raise your voice here Set the language to Italian (ah!) Build your own executable
  6. To anyone wondering there was a conflict between the mission and other initiatives and kingsal solved the conflict on his side and I am very grateful. Thank you, @kingsal.
  7. 1 hour and 45 seconds later I am 50% there (resigned mode)
  8. Hey @MirceaKitsune Things can get pretty busy above the lightgem and I moved the HUD to the top right corner of the screen. The modded gui file is attached to this post. I hope you resume work on this promising mod someday! player_augmentation.gui
  9. Sure, short circuit, of course
  10. Having completed all missions (except the very recent ones) I find TDM not challenging at this stage. If I want get any enjoyment on a second play-through of a mission I set my own rules and I roll-play it. Here is where optional skills / add-ons / challenges / fundamental changes come into play. I wish missions wouldn't resort so often to no BJ or no kills and allow me chose who I want to be in any difficulty. I wish TDM had real challenges built-in. @STiFU is up to something, and I am looking forward to his updates on the progress. What I really want to say is that mods - as long as they serve a purpose and work - will find their audience, regardless of whether you use them or not.
  11. Last night I got to play The Terrible Old Man. Nothing else worth saying that hasn't already been said. @Ansome Congratulations on your first release and thanks for sharing your work with us. Now do yourself and us a favor and bring on "The Raven" to TDM
  12. I see. Thanks! Unfortunately the peek isn't available for you in any of its forms It may get fixed for the next release...
  13. @uyvie The file is behind a login wall. Can you make it public?
  14. Let's run a test. Peeking through keyholes is a core functionality. For it to work mappers must manually setup target doors accordingly. A few maps make use of this functionality. The mod expands the functionality (in a different way) to any door. Download the mission Seeking Lady Leicester and load it. Approach the one door, crouch and lean forward on the keyhole. You should see the street outside. Does it work?
  15. Thanks for sharing your thoughts with me/us, @uyvie ! I am not familiar with the Steam Deck but it is good to know TDM works on portable devices. The TDM's autocommands.cfg file allows you to set hotkeys automatically (among other things) and you probably want to check how it works and see if you can set your preferred key bindings there. The Modpack includes an autocommands.cfg file with some examples. You definitely should see something and if you don't it is safe to say the peek does not work on the Steam Deck. The non-modded peek apparently does not work on Linux either so something is amiss somewhere
  16. Very good exposition @nbohr1more. You play a significant role in this game and you never disappoint.
  17. 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.
  18. Noted. I initially had an idea for a skill-set but when I started working on some of them I wasn't sure what the final form or name would be. I opted for generic names and these generic names are now all over the code. I guess I got used to them. Well, Mission Complete! It is good that people like stuff but I don't get to hear what people don't like. By all means, let us know what you dislike or disagree with and why!
  19. There is nothing to upload anywhere unless the ask is to create an AutoHotKey executable in which case false positives would easily become my new nightmare. Thanks but I'll pass! This one truly is a proof of concept. I have been using this hack (with its shortcomings) since @Obsttorte and I first worked on it and I am convinced this could become a great project for an eager developer. Controlling the speed with the mouse-wheel not only feels natural but it would free us from the 3-speed limit and make some keys obsolete. An all-around improvement for those that may (optionally) use it.
  20. No, I didn't. According to @HMart it needs a hack of some kind? I don't know. Yes, some major and minor pending items. I don't think this one can be fully realized unless it gets a serious Team effort, including some source code support. Sorry but I don't feel like I am the owner, I don't consider it in a "good enough" status and I am not ready to support it. I contributed as much as I could and others shall keep working on it. I won't be uploading it anywhere else.
  21. Nice. I also maintain a list in my hideout. The more lists the better!
  22. Find attached to this post v0.5 of the Player Lamp, updated to 2.12 standards. The Lamp can run in parallel with other mods Updated tdm_player_thief.def from 2.12 Download the pk4 and place it in your TDM folder. Launch a mission and cycle through the weapons. Nothing else and nothing more. Enjoy! z_handheld_lamp_v0.5.pk4
  23. It isn't as perfect as it needs to be, unfortunately
  24. See it as a first step for you to get familiar with the process. You can present the Patch as: fms z_unofficial_patch_wesp5.pk4 tdmup-logo.jpg tdmup-readme.txt Yes, incompatibilities remain but at least players can give the Patch a try without marrying it too much. Alphabetically. Last pk4 wins. It's the same raw or in pk4.
×
×
  • Create New...