Jump to content
The Dark Mod Forums

[Resolved] Allow mantling while carrying a body


Daft Mugi

Recommended Posts

On 5/2/2023 at 1:44 PM, snatcher said:

Allow mantling while carrying my lucky dice? No?

Carrying an object is treated differently than shouldering a body in the code. I suppose the original thinking was that the player can't mantle while using both "hands" to carry something.

I've put it on my list of things to investigate. Stay tuned.

Link to comment
Share on other sites

15 hours ago, Daft Mugi said:

I suppose the original thinking was that the player can't mantle while using both "hands" to carry something.

I suppose. I also suppose players would naturally try to mantle while carrying a candle only to find out this is unnaturally restricted, regardless of the justifications.

15 hours ago, Daft Mugi said:

I've put it on my list of things to investigate. Stay tuned.

Many thanks in advance, Daft Mugi.

The show stopper happens in lines 5055 and 5056 of file game\physics\Physics_Player.cpp:

    // Ishtvan: Do not attempt to mantle if holding an object
    if( gameLocal.m_Grabber->GetSelected() )
        return;

I wonder what would happen if these lines are commented out, if only for testing purposes... I am specially interested in seeing what happens with jumps.

TDM Modpack 4.0

Link to comment
Share on other sites

  • 3 months later...

This is most excellent news, @Daft Mugi! Thanks for your commitment and for your work.

Now, I haven't tested anything nor checked the code but I guess you applied similar limitations than when shouldering bodies. Apologies in advance if this is not the case. At the risk of sounding ungrateful I will say something the same: I already suggested somewhere else that it would be ideal if you include in your workflow going forward a step to see if parts of the code you work on can be made script-friendly. I have seen scripts making use of functionality - previously made available by others - in the most peculiar ways. I would say, from the little experience I have, that even the most irrelevant variable or function can make a difference when realizing that mad idea in a map or as a mod.

Having said that and once again: thank you very much for the efforts and for sharing the results with us.

TDM Modpack 4.0

Link to comment
Share on other sites

7 hours ago, snatcher said:

Now, I haven't tested anything nor checked the code

The latest dev build includes it.

7 hours ago, snatcher said:

I guess you applied similar limitations than when shouldering bodies. Apologies in advance if this is not the case.

Yes, very similar limitations. There's a new cvar to adjust allowed mantle height while carrying an object.

The default is set to closely match the limitations of mantle while shouldering. Here's a video showing the limitations.

 

7 hours ago, snatcher said:

At the risk of sounding ungrateful I will say something the same: I already suggested somewhere else that it would be ideal if you include in your workflow going forward a step to see if parts of the code you work on can be made script-friendly.

I'm not sure what scripting would like for this.

7 hours ago, snatcher said:

Having said that and once again: thank you very much for the efforts and for sharing the results with us.

You're welcome!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • nbohr1more

      Was checking out old translation packs and decided to fire up TDM 1.07. Rightful Property with sub-20 FPS areas yay! ( same areas run at 180FPS with cranked eye candy on 2.12 )
      · 2 replies
    • taffernicus

      i am so euphoric to see new FMs keep coming out and I am keen to try it out in my leisure time, then suddenly my PC is spouting a couple of S.M.A.R.T errors...
      tbf i cannot afford myself to miss my network emulator image file&progress, important ebooks, hyper-v checkpoint & hyper-v export and the precious thief & TDM gamesaves. Don't fall yourself into & lay your hands on crappy SSD
       
      · 5 replies
    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
×
×
  • Create New...