Jump to content
The Dark Mod Forums

head bobbing


Recommended Posts

Sorry if this is the wrong place to post this topic but I have a problem

If I open the console while playing the dark mod and type,

seta pm_bobroll "0"

seta pm_bobpitch "0"

seta pm_bobup "0"

It disables the head bobbing in the dark mod and feels more like original thief to me .This works great .

My problem is I just cant get it to work in the dark mods cfg file , so I dont have to open the console every time I play.Ive tried creating autoexec.cfg files as is suggested in the darkmod wiki but still cant get it to work .

Any step by step help would be appreiciated. Cheers.

 

Link to comment
Share on other sites

In addition to populating the autocommands.cfg with the values you listed, I also had to bind it to a key to get it to load. My Darkmod.cfg has this:

 

bind "F11" "exec autocommands.cfg"

 

You should be able to choose a different keybind if you want. I have to press this every time I load a save. Not a big deal, but something to keep in mind.

  • Like 1
Link to comment
Share on other sites

You shouldn't need to load autocommands.cfg, its content is executed after the main menu loads. You can see that in the console messages. But if you need to bind that commands to keys, you don't have to reload the whole file, you can just have something like: bind "F1" "pm_bobroll 0"

  • Like 1
Link to comment
Share on other sites

You shouldn't need to load autocommands.cfg, its content is executed after the main menu loads. You can see that in the console messages. But if you need to bind that commands to keys, you don't have to reload the whole file, you can just have something like: bind "F1" "pm_bobroll 0"

 

Yes, I've seen that stated before. Nevertheless, the head bobbing is ever-present until I press F11. In all likelihood, this is something on my end. User error, misunderstanding, or other such mistakes are totally plausible. Whatever the case may be, it's working well enough.

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.

×
×
  • Create New...