Head Bobbing
Head Bobbing
Is there a way to lower how much the player's head bobs? I've looked on the zdoom wiki but didn't see anything about it.
-
- Forum Regular
- Posts: 152
- Joined: Tue Jun 19, 2012 1:02 pm
RE: Head Bobbing
For moving, cl_movebob (Default is either .5 or .25, can't remember)
For standing, cl_stillbob (Default is 0)
They're both console commands.
For standing, cl_stillbob (Default is 0)
They're both console commands.
RE: Head Bobbing
Is there any way to do it through acs though? I'm trying to make a horror-styled wad where the player can only walk at a very slow pace but the head bobbing kind of looks funny. (sorry if i sound kind of noobish)
RE: Head Bobbing
For the record it's "movebob" and "stillbob," not cl_*.
You can easily with ConsoleCommand, but please don't! It's super annoying, and I already bugged StrikerMan enough for doing it in GETC.drd4evr wrote: Is there any way to do it through acs though? I'm trying to make a horror-styled wad where the player can only walk at a very slow pace but the head bobbing kind of looks funny. (sorry if i sound kind of noobish)
RE: Head Bobbing
There should be a DECORATE weapon property for this. Something like Weapon.BobAmount 1.0. That'd be nice.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Head Bobbing
After a tiny bit of research and IRC discussion:
http://forum.zdoom.org/viewtopic.php?f=18&t=17716
http://forum.zdoom.org/viewtopic.php?f=18&t=20815
I would also like some way to modify this in DECORATE, though. :/
http://forum.zdoom.org/viewtopic.php?f=18&t=17716
http://forum.zdoom.org/viewtopic.php?f=18&t=20815
I would also like some way to modify this in DECORATE, though. :/
- mytis
- Retired Staff / Community Team Member
- Posts: 40
- Joined: Sat May 26, 2012 7:10 am
- Location: California
RE: Head Bobbing
Not only would being able to adjust the viewbob in decorate help mods which slow down the player, but also mods like rocket jump extreme or collect the coins would benefit from the author being able to adjust viewbob. Apparently traveling at high speeds with viewbob makes the players perspective not update as fast -- I don't know exactly what happens, but removing viewbob fixes it.
We should have this!
We should have this!
RE: Head Bobbing
There is!Ænima wrote: There should be a DECORATE weapon property for this. Something like Weapon.BobAmount 1.0. That'd be nice.
In Zdoom 2.6.0.
- mytis
- Retired Staff / Community Team Member
- Posts: 40
- Joined: Sat May 26, 2012 7:10 am
- Location: California
RE: Head Bobbing
Not being familiar with the engine, I wonder. Is gzdoom likely to, if not catch up, eventually reach the development stage zdoom is at? In other words; Might gzdoom ever have Weapon.Bob properties?Llewellyn wrote:There is!Ænima wrote: There should be a DECORATE weapon property for this. Something like Weapon.BobAmount 1.0. That'd be nice.
In Zdoom 2.6.0.
RE: Head Bobbing
That doesn't do what he wants. It only affects how much Doomguy tosses his gun around. Since it needs to affect view bobbing while walking/standing with any weapon, making it a weapon property seems rather inappropriate anyway, IMHO. You would have to modify every weapon.Llewellyn wrote:There is!Ænima wrote: There should be a DECORATE weapon property for this. Something like Weapon.BobAmount 1.0. That'd be nice.
In Zdoom 2.6.0.
Last edited by Qent on Thu Jul 26, 2012 4:03 pm, edited 1 time in total.
RE: Head Bobbing
Well that's what I want.
A shouldered weapon such as an RPG shouldn't bob around as fast as a shotgun would. Ex: I'd like to give a shotgun Weapon.BobAmount 1.0 and an RPG Weapon.BobAmount 0.3.
A shouldered weapon such as an RPG shouldn't bob around as fast as a shotgun would. Ex: I'd like to give a shotgun Weapon.BobAmount 1.0 and an RPG Weapon.BobAmount 0.3.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Head Bobbing
That would be cool, but it's not what this thread is about. :P At least it can be backported, though. The move-/stillbob thing isn't even in ZDoom.